Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 47041f63e4fd20aee46499544879fd8d908199f5+c48b5c69e3d7e3b718e5d15324ffdda642aa0234 (84e9b27a13d54b68d7ab6a2affa0215d9572fe73) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29404 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 47041f63e4fd20aee46499544879fd8d908199f5 Merge succeeded, producing cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 Checking out Revision cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 (PR-3209) > git config core.sparsecheckout # timeout=10 > git checkout -f 47041f63e4fd20aee46499544879fd8d908199f5 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" > git rev-list --no-walk 47041f63e4fd20aee46499544879fd8d908199f5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T00:31:54.101Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T00:31:54.341Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T00:31:54.447Z] ========================================================= [2021-03-11T00:31:54.447Z] EdgeX Global Pipelines Version Info [2021-03-11T00:31:54.447Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:31:56.061Z] ------------------- [2021-03-11T00:31:56.061Z] stable info: [2021-03-11T00:31:56.061Z] ------------------- [2021-03-11T00:31:56.061Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T00:31:56.061Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:31:56.061Z] Message: update stable to v1.0.184 [2021-03-11T00:31:57.019Z] ------------------- [2021-03-11T00:31:57.019Z] experimental info: [2021-03-11T00:31:57.019Z] ------------------- [2021-03-11T00:31:57.019Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T00:31:57.019Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:31:57.019Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T00:31:57.252Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T00:31:57.332Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T00:31:57.420Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T00:31:57.551Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T00:31:57.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T00:31:57.726Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T00:31:57.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T00:31:57.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T00:31:57.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T00:31:58.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T00:31:58.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T00:31:58.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T00:31:58.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T00:31:58.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T00:31:58.485Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:31:58.562Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:31:58.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T00:31:58.734Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T00:31:58.816Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T00:31:58.899Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T00:31:58.987Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T00:31:59.121Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T00:31:59.205Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo [2021-03-11T00:31:59.283Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo [2021-03-11T00:31:59.371Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo [2021-03-11T00:31:59.463Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [Pipeline] echo [2021-03-11T00:31:59.540Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cf97e2c [Pipeline] echo [2021-03-11T00:31:59.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:31:59.812Z] provisioning config files... [2021-03-11T00:31:59.841Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config3183823481336349951tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:32:00.194Z] ---> docker-login.sh [2021-03-11T00:32:00.194Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:32:00.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:00.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:00.727Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:00.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:00.727Z] [2021-03-11T00:32:00.727Z] Login Succeeded [2021-03-11T00:32:00.727Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:32:00.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:00.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:00.995Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:00.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:00.995Z] [2021-03-11T00:32:00.995Z] Login Succeeded [2021-03-11T00:32:00.995Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:32:00.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:01.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:01.257Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:01.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:01.257Z] [2021-03-11T00:32:01.257Z] Login Succeeded [2021-03-11T00:32:01.257Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:32:01.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:01.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:01.257Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:01.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:01.257Z] [2021-03-11T00:32:01.257Z] Login Succeeded [2021-03-11T00:32:01.257Z] docker.io [2021-03-11T00:32:01.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:32:01.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:32:01.782Z] Configure a credential helper to remove this warning. See [2021-03-11T00:32:01.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:32:01.782Z] [2021-03-11T00:32:01.782Z] Login Succeeded [2021-03-11T00:32:01.782Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:32:01.800Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:32:02.315Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:32:02.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.315Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T00:32:02.315Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.315Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T00:32:02.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.315Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T00:32:02.315Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.315Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T00:32:02.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.315Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T00:32:02.315Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.315Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T00:32:02.315Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.315Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T00:32:02.315Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.316Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T00:32:02.316Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.316Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.316Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T00:32:02.316Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T00:32:02.316Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.316Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:32:02.316Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.316Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:32:02.316Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.316Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T00:32:02.316Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.316Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T00:32:02.316Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.316Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T00:32:02.316Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.316Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T00:32:02.316Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:32:02.316Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:32:02.316Z] ++ cut -d/ -f2 [2021-03-11T00:32:02.316Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T00:32:02.453Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:32:03.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:03.269Z] [2021-03-11T00:32:03.269Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:32:03.643Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:03.643Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T00:32:03.643Z] 31603596830f: Pulling fs layer [2021-03-11T00:32:03.643Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T00:32:03.643Z] 6ca5941a6612: Pulling fs layer [2021-03-11T00:32:03.643Z] ecc8261a40a4: Pulling fs layer [2021-03-11T00:32:03.643Z] ecc8261a40a4: Waiting [2021-03-11T00:32:03.643Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T00:32:03.643Z] 2a8b12db71e7: Download complete [2021-03-11T00:32:03.643Z] 31603596830f: Verifying Checksum [2021-03-11T00:32:03.643Z] 31603596830f: Download complete [2021-03-11T00:32:03.916Z] ecc8261a40a4: Verifying Checksum [2021-03-11T00:32:03.916Z] ecc8261a40a4: Download complete [2021-03-11T00:32:03.916Z] 6ca5941a6612: Verifying Checksum [2021-03-11T00:32:03.916Z] 6ca5941a6612: Download complete [2021-03-11T00:32:04.177Z] 31603596830f: Pull complete [2021-03-11T00:32:04.442Z] 2a8b12db71e7: Pull complete [2021-03-11T00:32:05.431Z] 6ca5941a6612: Pull complete [2021-03-11T00:32:05.697Z] ecc8261a40a4: Pull complete [2021-03-11T00:32:05.697Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T00:32:05.697Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:32:05.697Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T00:32:05.853Z] prd-centos7-docker-4c-2g-29404 does not seem to be running inside a container [2021-03-11T00:32:05.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T00:32:08.610Z] $ docker top 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T00:32:09.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:32:09.022Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:32:09.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:32:09.316Z] $ docker exec 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 ssh-agent [2021-03-11T00:32:09.521Z] SSH_AUTH_SOCK=/tmp/ssh-BoJvA6FCwKqb/agent.12 [2021-03-11T00:32:09.521Z] SSH_AGENT_PID=18 [2021-03-11T00:32:09.535Z] Running ssh-add (command line suppressed) [2021-03-11T00:32:09.681Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3605740408072362458.key (/w/workspace/edgex-go/14@tmp/private_key_3605740408072362458.key) [2021-03-11T00:32:09.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:32:10.108Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T00:32:10.142Z] $ docker exec --env ******** --env ******** 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 ssh-agent -k [2021-03-11T00:32:10.269Z] unset SSH_AUTH_SOCK; [2021-03-11T00:32:10.270Z] unset SSH_AGENT_PID; [2021-03-11T00:32:10.270Z] echo Agent pid 18 killed; [2021-03-11T00:32:10.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T00:32:10.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:32:10.468Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:32:10.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:32:10.690Z] $ docker exec 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 ssh-agent [2021-03-11T00:32:10.892Z] SSH_AUTH_SOCK=/tmp/ssh-10zrGKFcV987/agent.48 [2021-03-11T00:32:10.892Z] SSH_AGENT_PID=53 [2021-03-11T00:32:10.901Z] Running ssh-add (command line suppressed) [2021-03-11T00:32:11.048Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_418847934079815251.key (/w/workspace/edgex-go/14@tmp/private_key_418847934079815251.key) [2021-03-11T00:32:11.113Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:32:11.474Z] + git semver init [2021-03-11T00:32:11.474Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T00:32:11.474Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-03-11T00:32:11.474Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-03-11T00:32:11.474Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T00:32:11.474Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T00:32:11.474Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T00:32:11.474Z] # $SEMVER_BRANCH = PR-3209 [2021-03-11T00:32:11.474Z] # $SEMVER_TEMP = /tmp/semver-859179342 [2021-03-11T00:32:11.474Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T00:32:38.295Z] # '/tmp/semver-859179342' -> '/w/workspace/edgex-go/14/.semver' [2021-03-11T00:32:38.295Z] # -> Force: false [2021-03-11T00:32:38.295Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-03-11T00:32:38.315Z] $ docker exec --env ******** --env ******** 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 ssh-agent -k [2021-03-11T00:32:38.680Z] unset SSH_AUTH_SOCK; [2021-03-11T00:32:38.680Z] unset SSH_AGENT_PID; [2021-03-11T00:32:38.680Z] echo Agent pid 53 killed; [2021-03-11T00:32:38.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:32:39.281Z] + git semver [Pipeline] } [2021-03-11T00:32:39.305Z] $ docker stop --time=1 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 [2021-03-11T00:32:41.020Z] $ docker rm -f 508e69bc22f2adafc4a0a443662c931ebc9c6a9e21a858d8e93d41c4a370e849 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:32:41.607Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T00:32:42.337Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T00:32:42.340Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T00:32:43.272Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:32:43.593Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:32:43.925Z] + sudo service docker restart [2021-03-11T00:32:43.925Z] + true [2021-03-11T00:32:43.925Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T00:32:44.548Z] ========================================================= [2021-03-11T00:32:44.548Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T00:32:44.548Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:32:44.917Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-11T00:32:49.093Z] Sending build context to Docker daemon 328.4MB [2021-03-11T00:32:49.093Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:32:49.093Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:32:49.357Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T00:32:49.357Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T00:32:49.357Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T00:32:49.357Z] de9db76c5a1d: Pulling fs layer [2021-03-11T00:32:49.357Z] bca2f99d35d6: Pulling fs layer [2021-03-11T00:32:49.357Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T00:32:49.357Z] 7c6f9722023f: Pulling fs layer [2021-03-11T00:32:49.357Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T00:32:49.357Z] 93359f2a8cfa: Waiting [2021-03-11T00:32:49.357Z] bca2f99d35d6: Waiting [2021-03-11T00:32:49.357Z] 7c6f9722023f: Waiting [2021-03-11T00:32:49.357Z] a35cf1a2eb13: Waiting [2021-03-11T00:32:49.357Z] de9db76c5a1d: Verifying Checksum [2021-03-11T00:32:49.357Z] de9db76c5a1d: Download complete [2021-03-11T00:32:49.357Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T00:32:49.357Z] 0ef7d3d256c8: Download complete [2021-03-11T00:32:49.357Z] 93359f2a8cfa: Download complete [2021-03-11T00:32:49.357Z] 7c6f9722023f: Verifying Checksum [2021-03-11T00:32:49.357Z] 7c6f9722023f: Download complete [2021-03-11T00:32:49.357Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T00:32:49.357Z] 188c0c94c7c5: Download complete [2021-03-11T00:32:49.630Z] 188c0c94c7c5: Pull complete [2021-03-11T00:32:49.895Z] 0ef7d3d256c8: Pull complete [2021-03-11T00:32:51.299Z] de9db76c5a1d: Pull complete [2021-03-11T00:32:52.267Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T00:32:52.267Z] a35cf1a2eb13: Download complete [2021-03-11T00:32:53.681Z] bca2f99d35d6: Verifying Checksum [2021-03-11T00:32:53.681Z] bca2f99d35d6: Download complete [2021-03-11T00:32:57.735Z] Still waiting to schedule task [2021-03-11T00:32:57.735Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-11T00:33:00.335Z] bca2f99d35d6: Pull complete [2021-03-11T00:33:00.335Z] 93359f2a8cfa: Pull complete [2021-03-11T00:33:00.335Z] 7c6f9722023f: Pull complete [2021-03-11T00:33:04.647Z] a35cf1a2eb13: Pull complete [2021-03-11T00:33:04.647Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T00:33:04.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T00:33:04.647Z] ---> a62c8e92a672 [2021-03-11T00:33:04.647Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-11T00:33:04.647Z] ---> Running in 6b0dad093cff [2021-03-11T00:33:05.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:33:05.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:33:06.765Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:33:06.765Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:33:07.029Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:33:07.029Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:33:19.335Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:33:19.335Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:33:19.335Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:33:19.335Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:33:19.597Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:33:19.864Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:33:19.864Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:33:20.450Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:33:20.450Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:33:20.450Z] OK: 233 MiB in 51 packages [2021-03-11T00:33:24.703Z] Removing intermediate container 6b0dad093cff [2021-03-11T00:33:24.703Z] ---> 28f04cd0aa52 [2021-03-11T00:33:24.703Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:33:24.703Z] ---> Running in 94e9258ee7a9 [2021-03-11T00:33:24.703Z] Removing intermediate container 94e9258ee7a9 [2021-03-11T00:33:24.703Z] ---> 9483e1d4d2c1 [2021-03-11T00:33:24.703Z] Step 5/6 : COPY go.mod . [2021-03-11T00:33:24.703Z] ---> 7d3879d59279 [2021-03-11T00:33:24.703Z] Step 6/6 : RUN go mod download [2021-03-11T00:33:24.703Z] ---> Running in be3b01821e56 [2021-03-11T00:33:51.423Z] Removing intermediate container be3b01821e56 [2021-03-11T00:33:51.423Z] ---> 131422d52f1c [2021-03-11T00:33:51.423Z] Successfully built 131422d52f1c [2021-03-11T00:33:51.423Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:33:51.748Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:33:51.748Z] . [Pipeline] withDockerContainer [2021-03-11T00:33:51.899Z] prd-centos7-docker-4c-2g-29404 does not seem to be running inside a container [2021-03-11T00:33:51.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T00:33:52.972Z] $ docker top 13eae77c165b1e2f48d47a12ff8918b4a02ce904a3f8ec56a4d57f82dd217e5b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:33:53.556Z] + go version [2021-03-11T00:33:53.556Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T00:33:53.576Z] $ docker stop --time=1 13eae77c165b1e2f48d47a12ff8918b4a02ce904a3f8ec56a4d57f82dd217e5b [2021-03-11T00:33:55.039Z] $ docker rm -f 13eae77c165b1e2f48d47a12ff8918b4a02ce904a3f8ec56a4d57f82dd217e5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:33:55.949Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:33:55.949Z] . [Pipeline] withDockerContainer [2021-03-11T00:33:56.070Z] prd-centos7-docker-4c-2g-29404 does not seem to be running inside a container [2021-03-11T00:33:56.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T00:33:57.043Z] $ docker top 1860bf01e09f44aee5f8b6add292b6320cb6f496c78b8cdcab8ddefb8e504e56 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:33:57.284Z] ========================================================= [2021-03-11T00:33:57.284Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:33:57.284Z] ========================================================= [Pipeline] sh [2021-03-11T00:33:57.587Z] + make test [2021-03-11T00:33:57.587Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:34:08.041Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:34:30.219Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:34:30.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:34:33.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:34:33.121Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:34:35.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:34:35.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:34:35.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:34:35.101Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:34:36.101Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:34:36.379Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:34:39.741Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:34:39.741Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:34:39.741Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:34:43.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 45.9% of statements [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:34:43.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:34:43.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements [2021-03-11T00:34:47.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:34:47.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:34:47.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:34:47.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:34:47.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.195s coverage: 82.9% of statements [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:34:47.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-03-11T00:34:47.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:34:51.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.450s coverage: 28.6% of statements [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:34:51.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:34:51.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:34:51.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:34:51.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:34:51.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:34:51.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.459s coverage: 92.8% of statements [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:34:53.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 79.5% of statements [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-03-11T00:34:53.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-03-11T00:34:54.267Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-03-11T00:35:06.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements [2021-03-11T00:35:06.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-11T00:35:06.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.091s coverage: 81.4% of statements [2021-03-11T00:35:08.960Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29408 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-11T00:35:09.020Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-03-11T00:35:15.447Z] using credential edgex-jenkins-ssh [2021-03-11T00:35:15.510Z] Cloning the remote Git repository [2021-03-11T00:35:15.553Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:35:15.679Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-03-11T00:35:15.777Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:35:15.778Z] > git --version # timeout=10 [2021-03-11T00:35:15.797Z] > git --version # 'git version 2.17.1' [2021-03-11T00:35:15.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:35:15.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 62.4% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 69.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.195s coverage: 47.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.193s coverage: 87.1% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.794s coverage: 29.1% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.098s coverage: 96.5% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:35:19.311Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-11T00:35:19.311Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-11T00:35:19.311Z] GO111MODULE=on go vet ./... [2021-03-11T00:35:44.905Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 47041f63e4fd20aee46499544879fd8d908199f5 [2021-03-11T00:35:45.711Z] Merge succeeded, producing 0ed0456620d74980ba19d0e10ea99e713de1e10e [2021-03-11T00:35:45.712Z] Checking out Revision 0ed0456620d74980ba19d0e10ea99e713de1e10e (PR-3209) [2021-03-11T00:35:44.118Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:35:44.141Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:35:44.172Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:35:44.205Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:35:44.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:35:44.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:35:44.922Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:35:44.938Z] > git checkout -f 47041f63e4fd20aee46499544879fd8d908199f5 # timeout=10 [2021-03-11T00:35:45.328Z] > git remote # timeout=10 [2021-03-11T00:35:45.345Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:35:45.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:35:45.372Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:35:45.688Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:35:45.716Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:35:45.725Z] > git checkout -f 0ed0456620d74980ba19d0e10ea99e713de1e10e # timeout=10 [2021-03-11T00:35:50.125Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:35:50.131Z] > git rev-list --no-walk 47041f63e4fd20aee46499544879fd8d908199f5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T00:35:51.693Z] gofmt -l . [2021-03-11T00:35:51.693Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:35:51.693Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:35:51.693Z] ./bin/test-attribution-txt.sh [2021-03-11T00:35:51.771Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:35:52.223Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:35:52.560Z] + true [2021-03-11T00:35:52.560Z] + sudo service docker restart [Pipeline] sh [2021-03-11T00:35:53.321Z] + ls -al . [2021-03-11T00:35:53.321Z] total 740 [2021-03-11T00:35:53.321Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 00:35 . [2021-03-11T00:35:53.321Z] drwxr-xr-x 4 root root 30 Mar 11 00:33 .. [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:31 .dockerignore [2021-03-11T00:35:53.321Z] drwxrwxr-x 8 1001 1001 179 Mar 11 00:31 .git [2021-03-11T00:35:53.321Z] drwxrwxr-x 3 1001 1001 125 Mar 11 00:31 .github [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:31 .gitignore [2021-03-11T00:35:53.321Z] drwx------ 3 1001 1001 60 Mar 11 00:32 .semver [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:31 .sonarcloud.properties [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:31 Attribution.txt [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:31 CONTRIBUTING.md [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:31 Dockerfile.build [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:31 Jenkinsfile [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:31 LICENSE [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:31 Makefile [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:31 README.md [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:31 SECURITY.md [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:32 VERSION [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:31 ZMQWindows.md [2021-03-11T00:35:53.321Z] drwxrwxr-x 2 1001 1001 117 Mar 11 00:31 bin [2021-03-11T00:35:53.321Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:31 cmd [2021-03-11T00:35:53.321Z] -rw-r--r-- 1 root root 628838 Mar 11 00:35 coverage.out [2021-03-11T00:35:53.321Z] -rw-r--r-- 1 root root 1055 Mar 11 00:35 go.mod [2021-03-11T00:35:53.321Z] -rw-r--r-- 1 root root 22099 Mar 11 00:35 go.sum [2021-03-11T00:35:53.321Z] drwxrwxr-x 8 1001 1001 127 Mar 11 00:31 internal [2021-03-11T00:35:53.321Z] drwxrwxr-x 4 1001 1001 26 Mar 11 00:31 openapi [2021-03-11T00:35:53.321Z] drwxrwxr-x 4 1001 1001 71 Mar 11 00:31 snap [2021-03-11T00:35:53.321Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:31 version.go [Pipeline] sh [2021-03-11T00:35:53.631Z] + '[' -e coverage.out ] [2021-03-11T00:35:53.631Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:35:53.934Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:35:54.237Z] + make build [2021-03-11T00:35:54.237Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:35:54.613Z] provisioning config files... [2021-03-11T00:35:54.657Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config2139266215212394917tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:35:55.062Z] ---> docker-login.sh [2021-03-11T00:35:55.062Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:35:55.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:35:56.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:35:56.259Z] Configure a credential helper to remove this warning. See [2021-03-11T00:35:56.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:35:56.259Z] [2021-03-11T00:35:56.259Z] Login Succeeded [2021-03-11T00:35:56.259Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:35:56.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:35:56.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:35:56.802Z] Configure a credential helper to remove this warning. See [2021-03-11T00:35:56.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:35:56.802Z] [2021-03-11T00:35:56.802Z] Login Succeeded [2021-03-11T00:35:56.802Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:35:57.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:35:57.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:35:57.074Z] Configure a credential helper to remove this warning. See [2021-03-11T00:35:57.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:35:57.074Z] [2021-03-11T00:35:57.074Z] Login Succeeded [2021-03-11T00:35:57.074Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:35:57.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:35:57.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T00:35:57.649Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:35:57.649Z] Configure a credential helper to remove this warning. See [2021-03-11T00:35:57.649Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:35:57.649Z] [2021-03-11T00:35:57.649Z] Login Succeeded [2021-03-11T00:35:57.649Z] docker.io [2021-03-11T00:35:57.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:35:58.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:35:58.190Z] Configure a credential helper to remove this warning. See [2021-03-11T00:35:58.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:35:58.190Z] [2021-03-11T00:35:58.190Z] Login Succeeded [2021-03-11T00:35:58.190Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:35:58.207Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T00:35:58.681Z] ========================================================= [2021-03-11T00:35:58.681Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T00:35:58.681Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:35:59.096Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-11T00:36:01.728Z] Sending build context to Docker daemon 166.7MB [2021-03-11T00:36:01.728Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:36:01.728Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:36:01.728Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T00:36:01.728Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T00:36:01.728Z] a4357932f1b6: Pulling fs layer [2021-03-11T00:36:01.728Z] 18c013af1878: Pulling fs layer [2021-03-11T00:36:01.728Z] 00ac8860ef70: Pulling fs layer [2021-03-11T00:36:01.728Z] 63d7cb157983: Pulling fs layer [2021-03-11T00:36:01.728Z] b116817d02f9: Pulling fs layer [2021-03-11T00:36:01.728Z] 745a02a5169b: Pulling fs layer [2021-03-11T00:36:01.728Z] 00ac8860ef70: Waiting [2021-03-11T00:36:01.728Z] 63d7cb157983: Waiting [2021-03-11T00:36:01.728Z] b116817d02f9: Waiting [2021-03-11T00:36:01.728Z] 745a02a5169b: Waiting [2021-03-11T00:36:01.728Z] 18c013af1878: Verifying Checksum [2021-03-11T00:36:01.728Z] 18c013af1878: Download complete [2021-03-11T00:36:01.728Z] a4357932f1b6: Verifying Checksum [2021-03-11T00:36:01.728Z] a4357932f1b6: Download complete [2021-03-11T00:36:01.728Z] 63d7cb157983: Verifying Checksum [2021-03-11T00:36:01.728Z] 63d7cb157983: Download complete [2021-03-11T00:36:01.728Z] b116817d02f9: Download complete [2021-03-11T00:36:02.000Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T00:36:02.000Z] 5f621e34cdf4: Download complete [2021-03-11T00:36:02.600Z] 5f621e34cdf4: Pull complete [2021-03-11T00:36:03.207Z] a4357932f1b6: Pull complete [2021-03-11T00:36:03.480Z] 18c013af1878: Pull complete [2021-03-11T00:36:05.459Z] 745a02a5169b: Verifying Checksum [2021-03-11T00:36:05.459Z] 745a02a5169b: Download complete [2021-03-11T00:36:05.733Z] 00ac8860ef70: Verifying Checksum [2021-03-11T00:36:05.733Z] 00ac8860ef70: Download complete [2021-03-11T00:36:07.751Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T00:36:08.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T00:36:10.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T00:36:10.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T00:36:12.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T00:36:14.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T00:36:15.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T00:36:15.881Z] 00ac8860ef70: Pull complete [2021-03-11T00:36:15.881Z] 63d7cb157983: Pull complete [2021-03-11T00:36:15.881Z] b116817d02f9: Pull complete [2021-03-11T00:36:16.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T00:36:18.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T00:36:19.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:36:20.198Z] 745a02a5169b: Pull complete [2021-03-11T00:36:20.198Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T00:36:20.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T00:36:20.198Z] ---> b7e6874047d6 [2021-03-11T00:36:20.198Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] } [2021-03-11T00:36:21.795Z] $ docker stop --time=1 1860bf01e09f44aee5f8b6add292b6320cb6f496c78b8cdcab8ddefb8e504e56 [2021-03-11T00:36:23.536Z] $ docker rm -f 1860bf01e09f44aee5f8b6add292b6320cb6f496c78b8cdcab8ddefb8e504e56 [2021-03-11T00:36:23.604Z] ---> Running in ed001c8bc9d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-11T00:36:24.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:25.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:25.511Z] [2021-03-11T00:36:25.511Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:25.885Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:25.885Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T00:36:25.885Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T00:36:25.885Z] ca9280d653b3: Pulling fs layer [2021-03-11T00:36:25.885Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T00:36:26.466Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T00:36:26.466Z] cbdbe7a5bc2a: Download complete [2021-03-11T00:36:26.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:36:26.737Z] ca9280d653b3: Verifying Checksum [2021-03-11T00:36:26.737Z] ca9280d653b3: Download complete [2021-03-11T00:36:27.009Z] cbdbe7a5bc2a: Pull complete [2021-03-11T00:36:28.439Z] ca9280d653b3: Pull complete [2021-03-11T00:36:28.439Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T00:36:28.439Z] 7e9c9ca2126c: Download complete [2021-03-11T00:36:30.004Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:36:30.615Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:36:30.615Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:36:30.615Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:36:35.197Z] 7e9c9ca2126c: Pull complete [2021-03-11T00:36:35.197Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T00:36:35.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:35.197Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T00:36:35.313Z] prd-centos7-docker-4c-2g-29404 does not seem to be running inside a container [2021-03-11T00:36:35.387Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T00:36:38.750Z] $ docker top 78e93f70a3f76c7b726c4da6a2cce7bf8fdef133b54cca2b104b04f0467eda72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:36:39.427Z] + docker-compose build --help [2021-03-11T00:36:39.428Z] + grep parallel [2021-03-11T00:36:40.824Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:36:40.844Z] $ docker stop --time=1 78e93f70a3f76c7b726c4da6a2cce7bf8fdef133b54cca2b104b04f0467eda72 [2021-03-11T00:36:42.363Z] $ docker rm -f 78e93f70a3f76c7b726c4da6a2cce7bf8fdef133b54cca2b104b04f0467eda72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:36:43.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:36:43.029Z] . [Pipeline] withDockerContainer [2021-03-11T00:36:43.146Z] prd-centos7-docker-4c-2g-29404 does not seem to be running inside a container [2021-03-11T00:36:43.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T00:36:44.072Z] $ docker top 1ba64a7ad0989111e111fb65cff002661356099ac9776770435c11c62004f142 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:36:44.586Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:36:45.540Z] Building docker-core-command-go ... [2021-03-11T00:36:45.540Z] Building docker-core-data-go ... [2021-03-11T00:36:45.540Z] Building docker-core-metadata-go ... [2021-03-11T00:36:45.540Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:36:45.540Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:36:45.540Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:36:45.540Z] Building docker-support-notifications-go ... [2021-03-11T00:36:45.540Z] Building docker-support-scheduler-go ... [2021-03-11T00:36:45.540Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:36:45.540Z] Building docker-core-command-go [2021-03-11T00:36:45.540Z] Building docker-support-scheduler-go [2021-03-11T00:36:45.540Z] Building docker-security-bootstrapper-go [2021-03-11T00:36:45.540Z] Building docker-security-secretstore-setup-go [2021-03-11T00:36:45.540Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:36:52.794Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:36:52.794Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:36:52.794Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:36:52.794Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:36:52.794Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:36:52.794Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:36:52.794Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:36:52.794Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:36:52.794Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:52.794Z] OK: 217 MiB in 51 packages [2021-03-11T00:36:54.242Z] Removing intermediate container ed001c8bc9d4 [2021-03-11T00:36:54.242Z] ---> a52c43f146d6 [2021-03-11T00:36:54.242Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:36:54.517Z] ---> Running in 1290d2f59a27 [2021-03-11T00:36:55.114Z] Removing intermediate container 1290d2f59a27 [2021-03-11T00:36:55.114Z] ---> 9d29244057c7 [2021-03-11T00:36:55.114Z] Step 5/6 : COPY go.mod . [2021-03-11T00:36:55.716Z] ---> 14bc6b8a55de [2021-03-11T00:36:55.716Z] Step 6/6 : RUN go mod download [2021-03-11T00:36:55.716Z] ---> Running in 3d35046408ba [2021-03-11T00:37:22.586Z] Removing intermediate container 3d35046408ba [2021-03-11T00:37:22.586Z] ---> 92c806a2f981 [2021-03-11T00:37:23.179Z] Successfully built 92c806a2f981 [2021-03-11T00:37:23.179Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:37:23.524Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:37:23.524Z] . [Pipeline] withDockerContainer [2021-03-11T00:37:23.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-29408 does not seem to be running inside a container [2021-03-11T00:37:23.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T00:37:24.493Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:24.493Z] [2021-03-11T00:37:24.493Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:24.493Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:24.493Z] ---> 131422d52f1c [2021-03-11T00:37:24.493Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:37:24.493Z] ---> 131422d52f1c [2021-03-11T00:37:24.493Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:37:24.493Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:24.493Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:24.493Z] ---> 131422d52f1c [2021-03-11T00:37:24.493Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:37:24.493Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:24.493Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:24.493Z] ---> 131422d52f1c [2021-03-11T00:37:24.493Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:37:24.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:24.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:37:24.493Z] ---> 131422d52f1c [2021-03-11T00:37:24.493Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:37:24.493Z] ---> Running in 60bdfb876e23 [2021-03-11T00:37:24.493Z] ---> Running in da6f8b9bc709 [2021-03-11T00:37:24.493Z] ---> Running in 0a55c1033e5c [2021-03-11T00:37:24.493Z] ---> Running in 20a3dcdb117d [2021-03-11T00:37:24.493Z] ---> Running in 62a7409baac5 [2021-03-11T00:37:24.493Z] Removing intermediate container 60bdfb876e23 [2021-03-11T00:37:24.493Z] ---> 6b1bb6788348 [2021-03-11T00:37:24.493Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:24.493Z] Removing intermediate container 62a7409baac5 [2021-03-11T00:37:24.493Z] ---> 67b668753d47 [2021-03-11T00:37:24.493Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:24.493Z] Removing intermediate container 0a55c1033e5c [2021-03-11T00:37:24.493Z] Removing intermediate container 20a3dcdb117d [2021-03-11T00:37:24.493Z] ---> 3da0101707e5 [2021-03-11T00:37:24.493Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 4e4525631624 [2021-03-11T00:37:24.493Z] [2021-03-11T00:37:24.493Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:24.493Z] Removing intermediate container da6f8b9bc709 [2021-03-11T00:37:24.493Z] ---> 5e3d5e7474e2 [2021-03-11T00:37:24.493Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:37:24.493Z] ---> Running in cef277eb8c85 [2021-03-11T00:37:24.493Z] ---> Running in b47a644542e8 [2021-03-11T00:37:24.493Z] ---> Running in b1139f4eb928 [2021-03-11T00:37:24.493Z] ---> Running in e0e091a94d72 [2021-03-11T00:37:24.493Z] ---> Running in 58678f53f936 [2021-03-11T00:37:25.538Z] $ docker top a1c2e9d1b3887f8f740f99c5a1fa92df19d44e02f411437eea6db1a78ebf760c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:37:26.454Z] Removing intermediate container 58678f53f936 [2021-03-11T00:37:26.454Z] ---> 00358e769f0b [2021-03-11T00:37:26.454Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:37:26.454Z] Removing intermediate container b47a644542e8 [2021-03-11T00:37:26.454Z] ---> 34f34635ba8b [2021-03-11T00:37:26.454Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:37:26.454Z] Removing intermediate container b1139f4eb928 [2021-03-11T00:37:26.454Z] ---> ce42185ff934 [2021-03-11T00:37:26.454Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:37:26.454Z] ---> Running in dce3c275b58b [2021-03-11T00:37:26.454Z] ---> Running in c71bea151163 [2021-03-11T00:37:26.454Z] ---> Running in f0ff6f844113 [2021-03-11T00:37:26.546Z] + go version [2021-03-11T00:37:26.546Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T00:37:26.569Z] $ docker stop --time=1 a1c2e9d1b3887f8f740f99c5a1fa92df19d44e02f411437eea6db1a78ebf760c [2021-03-11T00:37:26.718Z] Removing intermediate container cef277eb8c85 [2021-03-11T00:37:26.718Z] ---> ee04d837003d [2021-03-11T00:37:26.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:37:26.718Z] Removing intermediate container e0e091a94d72 [2021-03-11T00:37:26.718Z] ---> 23fea8aabde8 [2021-03-11T00:37:26.718Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:37:26.718Z] ---> Running in d0ccbd0b8cf0 [2021-03-11T00:37:26.982Z] ---> Running in a71709baa7a8 [2021-03-11T00:37:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:28.664Z] $ docker rm -f a1c2e9d1b3887f8f740f99c5a1fa92df19d44e02f411437eea6db1a78ebf760c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:37:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:37:29.638Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:37:29.638Z] . [2021-03-11T00:37:29.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withDockerContainer [2021-03-11T00:37:29.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-29408 does not seem to be running inside a container [2021-03-11T00:37:29.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T00:37:30.616Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:30.616Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:30.616Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:30.883Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:30.883Z] OK: 233 MiB in 51 packages [2021-03-11T00:37:31.539Z] $ docker top 83ed4a47ad8e477b265f32fe8da7e803b7292ecb6576333621dc87c2488fbfbf -eo pid,comm [Pipeline] { [2021-03-11T00:37:31.841Z] Removing intermediate container f0ff6f844113 [2021-03-11T00:37:31.841Z] ---> e72bfe3a7d87 [2021-03-11T00:37:31.841Z] Step 6/22 : COPY go.mod . [2021-03-11T00:37:31.841Z] Removing intermediate container dce3c275b58b [2021-03-11T00:37:31.841Z] ---> f2cf2754cba8 [2021-03-11T00:37:31.841Z] Step 6/31 : COPY go.mod . [2021-03-11T00:37:31.841Z] Removing intermediate container d0ccbd0b8cf0 [2021-03-11T00:37:31.841Z] ---> f157b0cee918 [2021-03-11T00:37:31.841Z] Step 6/23 : COPY go.mod . [Pipeline] echo [2021-03-11T00:37:31.884Z] ========================================================= [2021-03-11T00:37:31.884Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:37:31.884Z] ========================================================= [Pipeline] sh [2021-03-11T00:37:32.125Z] Removing intermediate container c71bea151163 [2021-03-11T00:37:32.125Z] ---> 821966055432 [2021-03-11T00:37:32.125Z] Step 6/24 : COPY go.mod . [2021-03-11T00:37:32.125Z] Removing intermediate container a71709baa7a8 [2021-03-11T00:37:32.125Z] ---> 11741585ba9a [2021-03-11T00:37:32.125Z] Step 6/26 : COPY go.mod . [2021-03-11T00:37:32.125Z] ---> 2698f3263a59 [2021-03-11T00:37:32.125Z] Step 7/22 : RUN go mod download [2021-03-11T00:37:32.125Z] ---> Running in b0f4178e857b [2021-03-11T00:37:32.524Z] + make test [2021-03-11T00:37:32.524Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:37:32.710Z] ---> a3764895390f [2021-03-11T00:37:32.710Z] Step 7/23 : RUN go mod download [2021-03-11T00:37:32.710Z] ---> ef9e02e9b03d [2021-03-11T00:37:32.710Z] Step 7/31 : RUN go mod download [2021-03-11T00:37:32.710Z] ---> 80f4b7202def [2021-03-11T00:37:32.710Z] Step 7/24 : RUN go mod download [2021-03-11T00:37:32.710Z] ---> 647cc557c146 [2021-03-11T00:37:32.710Z] Step 7/26 : RUN go mod download [2021-03-11T00:37:32.710Z] ---> Running in 008e9bbce30c [2021-03-11T00:37:32.710Z] ---> Running in bfadf754ee3a [2021-03-11T00:37:32.710Z] ---> Running in 48e3c9cbdb85 [2021-03-11T00:37:32.710Z] ---> Running in 9e1e3cdd6a66 [2021-03-11T00:37:35.365Z] Removing intermediate container b0f4178e857b [2021-03-11T00:37:35.365Z] ---> 83bd6e29c677 [2021-03-11T00:37:35.365Z] Step 8/22 : COPY . . [2021-03-11T00:37:35.365Z] Removing intermediate container 008e9bbce30c [2021-03-11T00:37:35.365Z] ---> c91523e4ada9 [2021-03-11T00:37:35.365Z] Step 8/23 : COPY . . [2021-03-11T00:37:38.721Z] Removing intermediate container bfadf754ee3a [2021-03-11T00:37:38.721Z] ---> 8ab6655ca6a8 [2021-03-11T00:37:38.721Z] Step 8/31 : COPY . . [2021-03-11T00:37:40.698Z] Removing intermediate container 48e3c9cbdb85 [2021-03-11T00:37:40.698Z] ---> 83c98638984a [2021-03-11T00:37:40.698Z] Step 8/26 : COPY . . [2021-03-11T00:37:45.016Z] Removing intermediate container 9e1e3cdd6a66 [2021-03-11T00:37:45.016Z] ---> a4a58638d0a8 [2021-03-11T00:37:45.016Z] Step 8/24 : COPY . . [2021-03-11T00:37:59.355Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:38:17.532Z] ---> 1db4b519e5d0 [2021-03-11T00:38:17.532Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:38:17.532Z] ---> e10fd71260b8 [2021-03-11T00:38:17.532Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:38:20.134Z] ---> Running in 45b4d9e00b86 [2021-03-11T00:38:20.134Z] ---> Running in 81dbd5abe49f [2021-03-11T00:38:20.718Z] ---> 0024245524b5 [2021-03-11T00:38:20.718Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:38:20.718Z] ---> 031b5d6a0f51 [2021-03-11T00:38:20.718Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:38:20.718Z] ---> 4978887c05d1 [2021-03-11T00:38:20.718Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:38:20.980Z] ---> Running in a1a08b61b7ec [2021-03-11T00:38:20.980Z] ---> Running in fa5ace549638 [2021-03-11T00:38:20.980Z] ---> Running in d993997f1f56 [2021-03-11T00:38:22.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T00:38:22.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T00:38:23.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T00:38:23.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:38:23.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T00:38:47.327Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:38:56.116Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T00:39:01.519Z] Removing intermediate container fa5ace549638 [2021-03-11T00:39:01.519Z] ---> 51452ad05618 [2021-03-11T00:39:01.519Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:39:02.940Z] ---> Running in 6406d4802794 [2021-03-11T00:39:02.940Z] Removing intermediate container d993997f1f56 [2021-03-11T00:39:02.940Z] ---> cb6d8d29a5d3 [2021-03-11T00:39:02.940Z] [2021-03-11T00:39:02.940Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:39:02.940Z] Removing intermediate container 45b4d9e00b86 [2021-03-11T00:39:02.940Z] ---> 8c3941b73dd6 [2021-03-11T00:39:02.940Z] [2021-03-11T00:39:03.217Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:39:03.217Z] 3.12: Pulling from library/alpine [2021-03-11T00:39:03.217Z] 3.12: Pulling from library/alpine [2021-03-11T00:39:04.181Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:39:04.455Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:39:04.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T00:39:04.455Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:39:04.455Z] ---> 88dd2752d2ea [2021-03-11T00:39:04.455Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:39:04.455Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:39:04.455Z] ---> 88dd2752d2ea [2021-03-11T00:39:04.455Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:39:07.032Z] ---> Running in d5be94cc4f3b [2021-03-11T00:39:07.032Z] ---> Running in 642715742b3f [2021-03-11T00:39:07.032Z] Removing intermediate container a1a08b61b7ec [2021-03-11T00:39:07.032Z] ---> 064194808803 [2021-03-11T00:39:07.032Z] [2021-03-11T00:39:07.032Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:39:07.032Z] ---> 88dd2752d2ea [2021-03-11T00:39:07.032Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:39:07.033Z] Removing intermediate container 81dbd5abe49f [2021-03-11T00:39:07.033Z] ---> cdf4b9bbc5c5 [2021-03-11T00:39:07.033Z] [2021-03-11T00:39:07.033Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:39:07.033Z] ---> 88dd2752d2ea [2021-03-11T00:39:07.033Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:39:07.612Z] ---> Running in a6326fd1c249 [2021-03-11T00:39:07.612Z] ---> Running in 46958ee52fd3 [2021-03-11T00:39:07.612Z] Removing intermediate container 642715742b3f [2021-03-11T00:39:07.612Z] ---> 726353f5d73b [2021-03-11T00:39:07.612Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:39:07.878Z] ---> Running in 01d64ade4900 [2021-03-11T00:39:08.146Z] Removing intermediate container 6406d4802794 [2021-03-11T00:39:08.146Z] ---> e34db646f53d [2021-03-11T00:39:08.146Z] [2021-03-11T00:39:08.146Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:39:08.146Z] 20.10.0: Pulling from library/docker [2021-03-11T00:39:08.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:08.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:08.705Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:08.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:08.705Z] OK: 6 MiB in 15 packages [2021-03-11T00:39:08.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:08.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:09.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:09.271Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:39:09.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:09.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:09.271Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:39:09.271Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:39:09.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:09.272Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:39:09.272Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:09.550Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:09.550Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:39:09.550Z] OK: 7 MiB in 19 packages [2021-03-11T00:39:09.550Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:09.550Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:39:09.550Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:09.550Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:39:09.550Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:09.550Z] OK: 6 MiB in 16 packages [2021-03-11T00:39:09.550Z] OK: 6 MiB in 15 packages [2021-03-11T00:39:10.530Z] Removing intermediate container d5be94cc4f3b [2021-03-11T00:39:10.530Z] ---> e5bd3caf9ec1 [2021-03-11T00:39:10.530Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:39:10.530Z] ---> Running in 17b7a53b0b54 [2021-03-11T00:39:10.799Z] Removing intermediate container 46958ee52fd3 [2021-03-11T00:39:10.799Z] ---> b0c40f924e97 [2021-03-11T00:39:10.799Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:39:11.762Z] Removing intermediate container 01d64ade4900 [2021-03-11T00:39:11.762Z] ---> 9712b8e7aa90 [2021-03-11T00:39:11.762Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:39:11.762Z] Removing intermediate container 17b7a53b0b54 [2021-03-11T00:39:11.762Z] ---> 858b38bd3c75 [2021-03-11T00:39:11.762Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:39:12.355Z] ---> Running in da3221a36539 [2021-03-11T00:39:12.628Z] ---> Running in c2adbb072ed3 [2021-03-11T00:39:12.628Z] ---> Running in 8aa3a6767528 [2021-03-11T00:39:12.628Z] Removing intermediate container a6326fd1c249 [2021-03-11T00:39:12.628Z] ---> 11737aad9e28 [2021-03-11T00:39:12.628Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:39:12.900Z] Removing intermediate container da3221a36539 [2021-03-11T00:39:12.900Z] ---> 8805b0e97cc8 [2021-03-11T00:39:12.900Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:39:12.900Z] ---> Running in 05cf521da792 [2021-03-11T00:39:12.900Z] ---> Running in c6b59b5962ec [2021-03-11T00:39:12.900Z] Removing intermediate container c2adbb072ed3 [2021-03-11T00:39:12.900Z] ---> ae3bd9a3c808 [2021-03-11T00:39:12.900Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:39:13.165Z] Removing intermediate container 8aa3a6767528 [2021-03-11T00:39:13.165Z] ---> eb8835c82251 [2021-03-11T00:39:13.165Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:39:13.165Z] ---> Running in 673cf0ca309a [2021-03-11T00:39:13.431Z] Removing intermediate container 05cf521da792 [2021-03-11T00:39:13.431Z] ---> 371017e308a2 [2021-03-11T00:39:13.431Z] Step 13/24 : WORKDIR / [2021-03-11T00:39:13.431Z] ---> Running in 190010ecbccd [2021-03-11T00:39:13.431Z] Removing intermediate container c6b59b5962ec [2021-03-11T00:39:13.431Z] ---> 8a9e06dadb0d [2021-03-11T00:39:13.431Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:39:13.431Z] ---> Running in f982275f70c6 [2021-03-11T00:39:13.711Z] ---> Running in 7bb0c1898734 [2021-03-11T00:39:13.711Z] Removing intermediate container 673cf0ca309a [2021-03-11T00:39:13.711Z] ---> 8effd8a36901 [2021-03-11T00:39:13.711Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:39:13.711Z] Removing intermediate container 190010ecbccd [2021-03-11T00:39:13.711Z] ---> 5750e821fb3c [2021-03-11T00:39:13.711Z] Step 15/23 : WORKDIR / [2021-03-11T00:39:13.711Z] ---> Running in c30fcae017d1 [2021-03-11T00:39:13.978Z] ---> Running in 66ecb8a0065f [2021-03-11T00:39:14.250Z] Removing intermediate container f982275f70c6 [2021-03-11T00:39:14.250Z] ---> a8183d64201d [2021-03-11T00:39:14.250Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T00:39:14.250Z] Removing intermediate container 7bb0c1898734 [2021-03-11T00:39:14.250Z] ---> 299b8a913c6b [2021-03-11T00:39:14.250Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:39:14.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:39:14.516Z] Removing intermediate container 66ecb8a0065f [2021-03-11T00:39:14.516Z] ---> 2e9041f3bbef [2021-03-11T00:39:14.516Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:39:14.516Z] ---> 639a6a837c1c [2021-03-11T00:39:14.516Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T00:39:14.516Z] ---> 75acdf82ef4d [2021-03-11T00:39:14.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:39:14.638Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:39:14.791Z] ---> 73992bd83543 [2021-03-11T00:39:14.791Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:39:15.770Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:39:15.770Z] ---> 6b7a3fa32393 [2021-03-11T00:39:15.770Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:39:15.770Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:15.770Z] ---> aefe523efa57 [2021-03-11T00:39:15.770Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:39:15.770Z] ---> Running in e094bbe29f01 [2021-03-11T00:39:15.770Z] ---> ce83e06c763a [2021-03-11T00:39:15.770Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:16.047Z] ---> 5d5be2d9a4fe [2021-03-11T00:39:16.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:16.091Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:39:16.315Z] ---> 9331e18e970f [2021-03-11T00:39:16.315Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:39:16.315Z] Removing intermediate container c30fcae017d1 [2021-03-11T00:39:16.315Z] ---> 7395d9f835e2 [2021-03-11T00:39:16.315Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:39:16.591Z] ---> 9d7e92ae018b [2021-03-11T00:39:16.591Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:39:16.591Z] ---> c2a437861886 [2021-03-11T00:39:16.591Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:39:16.591Z] ---> Running in e63c72186b9a [2021-03-11T00:39:16.591Z] ---> Running in 270f2637418e [2021-03-11T00:39:16.591Z] ---> Running in 5c652aa29b62 [2021-03-11T00:39:16.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:16.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:16.861Z] Removing intermediate container 270f2637418e [2021-03-11T00:39:16.861Z] ---> 9b6a7bbcb970 [2021-03-11T00:39:16.861Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:39:16.861Z] ---> 02145e86f820 [2021-03-11T00:39:16.861Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:39:16.861Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:39:16.861Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:39:16.861Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:39:16.861Z] Removing intermediate container e63c72186b9a [2021-03-11T00:39:16.861Z] ---> 601d3b1460ac [2021-03-11T00:39:16.861Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:39:16.861Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:17.133Z] OK: 12 MiB in 22 packages [2021-03-11T00:39:17.133Z] ---> Running in 86e1a4a8c987 [2021-03-11T00:39:17.133Z] Removing intermediate container 5c652aa29b62 [2021-03-11T00:39:17.133Z] ---> 566fe0209d89 [2021-03-11T00:39:17.133Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:39:17.133Z] ---> Running in 299688f8ec12 [2021-03-11T00:39:17.805Z] Removing intermediate container 86e1a4a8c987 [2021-03-11T00:39:17.805Z] ---> fbe9c2e71355 [2021-03-11T00:39:17.805Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:39:17.805Z] ---> 0fcd5369e9f9 [2021-03-11T00:39:17.805Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:39:18.131Z] ---> Running in 9b4314cea134 [2021-03-11T00:39:18.131Z] ---> Running in 0dcedb0aafcd [2021-03-11T00:39:18.131Z] Removing intermediate container 299688f8ec12 [2021-03-11T00:39:18.131Z] ---> 4fe0004e3706 [2021-03-11T00:39:18.131Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:39:18.131Z] ---> 08fb578be2b6 [2021-03-11T00:39:18.131Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:39:18.431Z] ---> Running in 83f95f1f0df9 [2021-03-11T00:39:18.431Z] Removing intermediate container e094bbe29f01 [2021-03-11T00:39:18.431Z] ---> a319325d2c6c [2021-03-11T00:39:18.431Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:39:18.431Z] Removing intermediate container 0dcedb0aafcd [2021-03-11T00:39:18.431Z] ---> 39022fe8aadc [2021-03-11T00:39:18.431Z] Step 21/22 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:39:18.431Z] ---> 02064b3168b0 [2021-03-11T00:39:18.431Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T00:39:18.709Z] ---> Running in 87b5c02a0710 [2021-03-11T00:39:18.709Z] ---> Running in 3174f186bcf2 [2021-03-11T00:39:18.709Z] ---> Running in 7749baa02c87 [2021-03-11T00:39:18.709Z] Removing intermediate container 83f95f1f0df9 [2021-03-11T00:39:18.709Z] ---> aa41f22319bd [2021-03-11T00:39:18.709Z] Step 22/23 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:39:19.035Z] ---> Running in 5494b38d0e56 [2021-03-11T00:39:19.035Z] Removing intermediate container 3174f186bcf2 [2021-03-11T00:39:19.035Z] ---> 3e0116b9fdf3 [2021-03-11T00:39:19.035Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:39:19.312Z] Removing intermediate container 87b5c02a0710 [2021-03-11T00:39:19.312Z] ---> 6ff49eb2b046 [2021-03-11T00:39:19.312Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:39:19.312Z] ---> Running in b522b1ddd492 [2021-03-11T00:39:19.312Z] ---> Running in 7ea6872c6908 [2021-03-11T00:39:19.580Z] Removing intermediate container 5494b38d0e56 [2021-03-11T00:39:19.580Z] ---> bdaa54108ef0 [2021-03-11T00:39:19.580Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:39:19.846Z] Removing intermediate container b522b1ddd492 [2021-03-11T00:39:19.846Z] ---> a7ab19769963 [2021-03-11T00:39:19.846Z] [2021-03-11T00:39:19.846Z] ---> Running in bfaf6428db20 [2021-03-11T00:39:19.846Z] Removing intermediate container 7ea6872c6908 [2021-03-11T00:39:19.846Z] ---> 3bb0af8ccd57 [2021-03-11T00:39:19.846Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:39:20.111Z] ---> Running in a9a969c59c45 [2021-03-11T00:39:20.111Z] Successfully built a7ab19769963 [2021-03-11T00:39:20.383Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T00:39:20.383Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-03-11T00:39:20.383Z] Removing intermediate container 9b4314cea134 [2021-03-11T00:39:20.383Z] ---> 68feec5aaa06 [2021-03-11T00:39:20.383Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:39:20.383Z] Removing intermediate container bfaf6428db20 [2021-03-11T00:39:20.383Z] ---> c7748a81d5d0 [2021-03-11T00:39:20.383Z] [2021-03-11T00:39:20.383Z] Removing intermediate container a9a969c59c45 [2021-03-11T00:39:20.383Z] ---> c477c780a04d [2021-03-11T00:39:20.383Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:39:20.656Z] Removing intermediate container 7749baa02c87 [2021-03-11T00:39:20.656Z] ---> 09b832a09abb [2021-03-11T00:39:20.656Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:39:20.656Z] Successfully built c7748a81d5d0 [2021-03-11T00:39:20.656Z] Successfully tagged docker-core-command-go:latest [2021-03-11T00:39:20.656Z] Building docker-core-metadata-go [2021-03-11T00:39:20.925Z]  Building docker-core-command-go ... done  ---> 36960c8be2cf [2021-03-11T00:39:20.925Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:39:20.925Z] ---> Running in 2a5db1d8772e [2021-03-11T00:39:21.886Z] ---> 3d93271d198d [2021-03-11T00:39:21.886Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:39:21.886Z] Removing intermediate container 2a5db1d8772e [2021-03-11T00:39:21.886Z] ---> 95637ed12dd6 [2021-03-11T00:39:21.886Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T00:39:24.404Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:39:24.404Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:39:24.404Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:39:27.234Z] ---> Running in 55d0e2b7f406 [2021-03-11T00:39:27.234Z] ---> 4237b4a4ab59 [2021-03-11T00:39:27.234Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:39:27.234Z] ---> 1478dc159fe1 [2021-03-11T00:39:27.234Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:39:29.185Z] Removing intermediate container 55d0e2b7f406 [2021-03-11T00:39:29.185Z] ---> 892b02bb242c [2021-03-11T00:39:29.185Z] Step 23/24 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:39:29.185Z] ---> 02151c77c486 [2021-03-11T00:39:29.185Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:39:29.185Z] ---> 0f9687b78efd [2021-03-11T00:39:29.185Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:39:29.458Z] ---> Running in a638a7003569 [2021-03-11T00:39:29.458Z] ---> Running in 3abcc19e9909 [2021-03-11T00:39:29.724Z] ---> 48ee9e69fb20 [2021-03-11T00:39:29.724Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:39:30.716Z] Removing intermediate container a638a7003569 [2021-03-11T00:39:30.716Z] ---> 28e2c4e6a55d [2021-03-11T00:39:30.716Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:39:31.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:31.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:31.577Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:39:31.577Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:39:31.577Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:39:31.577Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:39:31.843Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:39:31.843Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:39:31.843Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:39:32.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 45.9% of statements [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:39:32.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:39:32.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-03-11T00:39:33.271Z] ---> Running in bb7b54b8a0dc [2021-03-11T00:39:36.619Z] ---> 42c7721864f6 [2021-03-11T00:39:36.619Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:39:38.581Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:39:38.850Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:39:38.850Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:39:38.850Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:39:39.122Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:39:39.122Z] ---> Running in f4674391469d [2021-03-11T00:39:39.122Z] Removing intermediate container bb7b54b8a0dc [2021-03-11T00:39:39.122Z] ---> a7839b64d1a4 [2021-03-11T00:39:39.122Z] [2021-03-11T00:39:39.122Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:39:39.122Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:39:39.122Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:39:39.406Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:39:39.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.699s coverage: 27.1% of statements [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:39:39.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:39:39.516Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:39:39.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:39:39.996Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:39:40.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.334s coverage: 71.3% of statements [2021-03-11T00:39:40.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:39:40.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:39:40.263Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:39:40.263Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:39:40.263Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:39:40.538Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:39:40.539Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:39:41.960Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:39:41.960Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:39:41.960Z] ---> 131422d52f1c [2021-03-11T00:39:41.960Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:39:41.960Z] ---> Using cache [2021-03-11T00:39:41.960Z] ---> 5e3d5e7474e2 [2021-03-11T00:39:41.960Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:39:41.960Z] ---> Using cache [2021-03-11T00:39:41.960Z] ---> 00358e769f0b [2021-03-11T00:39:41.960Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:39:41.960Z] ---> Using cache [2021-03-11T00:39:41.960Z] ---> f2cf2754cba8 [2021-03-11T00:39:41.960Z] Step 6/23 : COPY go.mod . [2021-03-11T00:39:41.960Z] ---> Using cache [2021-03-11T00:39:41.960Z] ---> ef9e02e9b03d [2021-03-11T00:39:41.960Z] Step 7/23 : RUN go mod download [2021-03-11T00:39:41.960Z] ---> Using cache [2021-03-11T00:39:41.960Z] ---> 8ab6655ca6a8 [2021-03-11T00:39:41.960Z] Step 8/23 : COPY . . [2021-03-11T00:39:41.960Z] ---> Using cache [2021-03-11T00:39:41.960Z] ---> 0024245524b5 [2021-03-11T00:39:41.960Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:39:41.960Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:39:41.960Z] Successfully built a7839b64d1a4 [2021-03-11T00:39:42.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.538s coverage: 82.9% of statements [2021-03-11T00:39:42.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:39:42.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:39:42.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.159s coverage: 78.9% of statements [2021-03-11T00:39:42.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:39:42.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:39:42.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:39:42.488Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:39:42.488Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:39:42.488Z] ---> 131422d52f1c [2021-03-11T00:39:42.488Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:39:42.488Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T00:39:42.488Z] Building docker-core-data-go [2021-03-11T00:39:42.488Z] ---> Using cache [2021-03-11T00:39:42.488Z] ---> 5e3d5e7474e2 [2021-03-11T00:39:42.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:39:42.488Z] ---> Using cache [2021-03-11T00:39:42.488Z] ---> 00358e769f0b [2021-03-11T00:39:42.488Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:39:42.756Z]  Building docker-security-secretstore-setup-go ... done (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:39:42.756Z] Removing intermediate container f4674391469d [2021-03-11T00:39:42.756Z] ---> 6c1508d17e9c [2021-03-11T00:39:42.756Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:39:43.022Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:39:43.022Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:39:43.022Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:39:43.022Z] ---> Running in 7099b9177d47 [2021-03-11T00:39:43.022Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:39:43.022Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:39:43.612Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:39:43.612Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:39:43.881Z] ---> Running in 9f67a6839923 [2021-03-11T00:39:44.153Z] ---> f3d84925b22f [2021-03-11T00:39:44.153Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:39:44.153Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:39:44.153Z] OK: 71 MiB in 55 packages [2021-03-11T00:39:44.433Z] ---> Running in 58e0503ba653 [2021-03-11T00:39:47.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T00:39:47.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:48.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:39:48.608Z] Removing intermediate container 58e0503ba653 [2021-03-11T00:39:48.608Z] ---> 613a74fcbbc1 [2021-03-11T00:39:48.608Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:39:48.886Z] OK: 233 MiB in 51 packages [2021-03-11T00:39:50.350Z] ---> Running in 6510c1a8238f [2021-03-11T00:39:51.780Z] Removing intermediate container 6510c1a8238f [2021-03-11T00:39:51.780Z] ---> 1583727474e1 [2021-03-11T00:39:51.780Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:39:52.760Z] Removing intermediate container 9f67a6839923 [2021-03-11T00:39:52.760Z] ---> dd9a1cddc72e [2021-03-11T00:39:52.760Z] Step 6/22 : COPY go.mod . [2021-03-11T00:39:52.760Z] ---> Running in 167e16d4b259 [2021-03-11T00:39:54.232Z] Removing intermediate container 167e16d4b259 [2021-03-11T00:39:54.232Z] ---> d63caace22ab [2021-03-11T00:39:54.232Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T00:39:54.502Z] ---> b1ffaf050b2d [2021-03-11T00:39:54.502Z] Step 7/22 : RUN go mod download [2021-03-11T00:39:54.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.272s coverage: 28.6% of statements [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:39:54.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:39:54.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:39:54.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:39:54.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:39:54.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.213s coverage: 78.3% of statements [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:39:54.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:39:55.972Z] ---> Running in c1fc6246ebbc [2021-03-11T00:39:55.972Z] ---> Running in 89c606dea074 [2021-03-11T00:39:56.977Z] Removing intermediate container 89c606dea074 [2021-03-11T00:39:56.977Z] ---> 814edb38d602 [2021-03-11T00:39:56.977Z] Step 30/31 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:39:58.942Z] ---> Running in 26a0045a4068 [2021-03-11T00:39:59.914Z] Removing intermediate container 26a0045a4068 [2021-03-11T00:39:59.914Z] ---> cf2e3af3c85e [2021-03-11T00:39:59.914Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:40:01.352Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:40:01.352Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:40:01.352Z] ---> 131422d52f1c [2021-03-11T00:40:01.352Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:40:01.352Z] ---> Using cache [2021-03-11T00:40:01.352Z] ---> 5e3d5e7474e2 [2021-03-11T00:40:01.352Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:40:01.352Z] ---> Using cache [2021-03-11T00:40:01.352Z] ---> 00358e769f0b [2021-03-11T00:40:01.352Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.358s coverage: 92.8% of statements [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.1% of statements [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:40:02.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements [2021-03-11T00:40:02.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-03-11T00:40:03.301Z] ---> Running in 6720bf592b4f [2021-03-11T00:40:03.574Z] ---> Running in cd7ce8ea6b74 [2021-03-11T00:40:04.159Z] Removing intermediate container c1fc6246ebbc [2021-03-11T00:40:04.159Z] ---> 13de9b4732a8 [2021-03-11T00:40:04.159Z] Step 8/22 : COPY . . [2021-03-11T00:40:04.440Z] Removing intermediate container 6720bf592b4f [2021-03-11T00:40:04.440Z] ---> 42d89b77d6d9 [2021-03-11T00:40:04.440Z] [2021-03-11T00:40:05.058Z] Successfully built 42d89b77d6d9 [2021-03-11T00:40:05.058Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T00:40:05.058Z] Building docker-security-proxy-setup-go [2021-03-11T00:40:05.345Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3abcc19e9909 [2021-03-11T00:40:05.345Z] ---> 4c351f8e7530 [2021-03-11T00:40:05.345Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:40:06.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:07.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:40:09.177Z] OK: 233 MiB in 51 packages [2021-03-11T00:40:10.622Z] ---> Running in 353729797be5 [2021-03-11T00:40:13.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements [2021-03-11T00:40:13.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-03-11T00:40:13.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.081s coverage: 81.4% of statements [2021-03-11T00:40:16.038Z] Removing intermediate container cd7ce8ea6b74 [2021-03-11T00:40:16.038Z] ---> 614ac27950aa [2021-03-11T00:40:16.038Z] Step 6/23 : COPY go.mod . [2021-03-11T00:40:17.983Z] ---> 02397f46048a [2021-03-11T00:40:17.983Z] Step 7/23 : RUN go mod download [2021-03-11T00:40:19.449Z] ---> Running in 418a9663fb03 [2021-03-11T00:40:24.835Z] Removing intermediate container 418a9663fb03 [2021-03-11T00:40:24.835Z] ---> cbb527f93d72 [2021-03-11T00:40:24.835Z] Step 8/23 : COPY . . [2021-03-11T00:40:24.835Z] Collecting docker-compose==1.23.2 [2021-03-11T00:40:24.835Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:40:25.445Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:40:25.445Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:40:27.456Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:40:27.456Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:40:28.722Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:40:28.722Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:40:28.722Z] ---> 131422d52f1c [2021-03-11T00:40:28.722Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:40:28.722Z] ---> Using cache [2021-03-11T00:40:28.722Z] ---> 5e3d5e7474e2 [2021-03-11T00:40:28.722Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:40:28.722Z] ---> Using cache [2021-03-11T00:40:28.722Z] ---> 00358e769f0b [2021-03-11T00:40:28.722Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:40:28.722Z] ---> Using cache [2021-03-11T00:40:28.722Z] ---> f2cf2754cba8 [2021-03-11T00:40:28.722Z] Step 6/21 : COPY go.mod . [2021-03-11T00:40:28.722Z] ---> Using cache [2021-03-11T00:40:28.722Z] ---> ef9e02e9b03d [2021-03-11T00:40:28.722Z] Step 7/21 : RUN go mod download [2021-03-11T00:40:28.722Z] ---> Using cache [2021-03-11T00:40:28.722Z] ---> 8ab6655ca6a8 [2021-03-11T00:40:28.722Z] Step 8/21 : COPY . . [2021-03-11T00:40:28.722Z] ---> Using cache [2021-03-11T00:40:28.722Z] ---> 0024245524b5 [2021-03-11T00:40:28.722Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:40:30.678Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:40:30.679Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.6% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.6% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 62.4% of statements [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:40:31.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-11T00:40:31.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-03-11T00:40:31.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.943s coverage: 69.0% of statements [2021-03-11T00:40:31.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:40:31.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:40:31.622Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:40:34.978Z] ---> Running in b07dae529c8e [2021-03-11T00:40:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements [2021-03-11T00:40:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:40:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:40:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.121s coverage: 89.5% of statements [2021-03-11T00:40:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:40:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.118s coverage: 84.8% of statements [2021-03-11T00:40:35.557Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:40:35.557Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:40:35.557Z] Removing intermediate container 7099b9177d47 [2021-03-11T00:40:35.557Z] ---> b3298a4077db [2021-03-11T00:40:35.557Z] [2021-03-11T00:40:35.557Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:40:35.557Z] ---> 88dd2752d2ea [2021-03-11T00:40:35.557Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:40:35.557Z] ---> Using cache [2021-03-11T00:40:35.557Z] ---> b0c40f924e97 [2021-03-11T00:40:35.557Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:40:35.557Z] ---> Using cache [2021-03-11T00:40:35.557Z] ---> 8805b0e97cc8 [2021-03-11T00:40:35.557Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:40:36.516Z] ---> 6b92c4869816 [2021-03-11T00:40:36.516Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:40:36.516Z] ---> Running in 33d5a35d85b5 [2021-03-11T00:40:36.800Z] ---> Running in d891fc000edc [2021-03-11T00:40:36.800Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:40:36.800Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:40:38.767Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:40:38.767Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:40:38.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T00:40:38.767Z] Removing intermediate container 33d5a35d85b5 [2021-03-11T00:40:38.767Z] ---> 49af05ba6f7c [2021-03-11T00:40:38.767Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:40:40.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T00:40:40.176Z] ---> Running in 461f3e6f1a4a [2021-03-11T00:40:40.768Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:40:40.768Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:40:41.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.522s coverage: 47.0% of statements [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:40:41.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:40:41.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.127s coverage: 100.0% of statements [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:40:41.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.540s coverage: 87.1% of statements [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:41.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:40:42.717Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:40:42.718Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:40:42.718Z] Removing intermediate container 461f3e6f1a4a [2021-03-11T00:40:42.718Z] ---> def91769cddd [2021-03-11T00:40:42.718Z] Step 15/23 : WORKDIR / [2021-03-11T00:40:42.986Z] ---> Running in 086a7feb6bfe [2021-03-11T00:40:43.266Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T00:40:43.545Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:40:43.545Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:40:44.143Z] Removing intermediate container 086a7feb6bfe [2021-03-11T00:40:44.143Z] ---> 4965e7d3a392 [2021-03-11T00:40:44.143Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:40:44.746Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:40:44.746Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:40:44.746Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:40:44.746Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:40:45.029Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T00:40:45.029Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T00:40:45.029Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:40:45.029Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:40:45.620Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:40:45.620Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:40:45.620Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:40:45.620Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:40:45.885Z] ---> 400e3799a0b3 [2021-03-11T00:40:45.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:40:45.885Z] Installing collected packages: cached-property, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, PyYAML, dockerpty, texttable, jsonschema, docker-compose [2021-03-11T00:40:47.048Z] Running setup.py install for docopt: started [2021-03-11T00:40:48.368Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:40:48.368Z] Attempting uninstall: urllib3 [2021-03-11T00:40:48.368Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:40:48.368Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:40:48.368Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:40:48.761Z] ---> f44c5a750028 [2021-03-11T00:40:48.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:40:49.042Z] Attempting uninstall: idna [2021-03-11T00:40:49.042Z] Found existing installation: idna 2.9 [2021-03-11T00:40:49.042Z] Uninstalling idna-2.9: [2021-03-11T00:40:49.042Z] Successfully uninstalled idna-2.9 [2021-03-11T00:40:49.319Z] Attempting uninstall: requests [2021-03-11T00:40:49.319Z] Found existing installation: requests 2.23.0 [2021-03-11T00:40:49.319Z] Uninstalling requests-2.23.0: [2021-03-11T00:40:49.927Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:40:50.907Z] ---> 8275e781451e [2021-03-11T00:40:50.907Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.019s coverage: 29.1% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.234s coverage: 99.0% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.271s coverage: 96.5% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:40:51.961Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-03-11T00:40:51.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-03-11T00:40:52.232Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-03-11T00:40:52.350Z] ---> Running in c466b9d274ca [2021-03-11T00:40:52.628Z] Running setup.py install for PyYAML: started [2021-03-11T00:40:52.628Z] ---> e17b1ec5ff46 [2021-03-11T00:40:52.628Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:40:52.901Z] Removing intermediate container c466b9d274ca [2021-03-11T00:40:52.901Z] ---> e248388e8ad0 [2021-03-11T00:40:52.901Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:40:52.901Z] ---> Running in 6cbd35d0d96a [2021-03-11T00:40:52.901Z] ---> Running in d86d57a3c467 [2021-03-11T00:40:53.205Z] GO111MODULE=on go vet ./... [2021-03-11T00:40:53.519Z] Removing intermediate container d86d57a3c467 [2021-03-11T00:40:53.519Z] ---> e42515583f8f [2021-03-11T00:40:53.519Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:40:53.519Z] ---> Running in c6106e8e8906 [2021-03-11T00:40:53.802Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:40:53.802Z] Running setup.py install for dockerpty: started [2021-03-11T00:40:53.802Z] Removing intermediate container c6106e8e8906 [2021-03-11T00:40:53.802Z] ---> ec547f4e73e5 [2021-03-11T00:40:53.802Z] Step 22/23 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:40:54.077Z] ---> Running in 33e7feb64f50 [2021-03-11T00:40:54.077Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T00:40:54.360Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:40:54.360Z] Running setup.py install for texttable: started [2021-03-11T00:40:54.360Z] Removing intermediate container 33e7feb64f50 [2021-03-11T00:40:54.360Z] ---> 91832600354d [2021-03-11T00:40:54.360Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:40:54.633Z] ---> Running in 598ef6d726b0 [2021-03-11T00:40:54.903Z] Removing intermediate container 598ef6d726b0 [2021-03-11T00:40:54.903Z] ---> 19688c5f5e68 [2021-03-11T00:40:54.903Z] [2021-03-11T00:40:55.184Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:40:55.184Z] Successfully built 19688c5f5e68 [2021-03-11T00:40:55.461Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T00:40:55.738Z]  Building docker-core-metadata-go ... done Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T00:41:00.052Z] Removing intermediate container 353729797be5 [2021-03-11T00:41:00.052Z] ---> 56ec82e18160 [2021-03-11T00:41:00.052Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:41:00.339Z] ---> Running in c7aaf9be16df [2021-03-11T00:41:01.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:01.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:01.779Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:41:01.779Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:41:02.057Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:41:02.057Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:02.057Z] OK: 72 MiB in 58 packages [2021-03-11T00:41:03.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T00:41:03.625Z] Removing intermediate container c7aaf9be16df [2021-03-11T00:41:03.625Z] ---> 2734ce79726c [2021-03-11T00:41:03.625Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:41:03.625Z] ---> Running in 0c71743be668 [2021-03-11T00:41:03.896Z] Removing intermediate container 0c71743be668 [2021-03-11T00:41:03.896Z] ---> 5b6442cf0ccf [2021-03-11T00:41:03.896Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:41:04.199Z] ---> Running in 942b6369ff98 [2021-03-11T00:41:04.478Z] Removing intermediate container 942b6369ff98 [2021-03-11T00:41:04.478Z] ---> b5a58ae1511e [2021-03-11T00:41:04.478Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T00:41:04.478Z] ---> Running in 77372bd81f71 [2021-03-11T00:41:04.763Z] Removing intermediate container 77372bd81f71 [2021-03-11T00:41:04.763Z] ---> 7ecf94c92003 [2021-03-11T00:41:04.763Z] Step 25/26 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:41:04.763Z] ---> Running in 15f53567cfce [2021-03-11T00:41:06.790Z] Removing intermediate container 15f53567cfce [2021-03-11T00:41:06.790Z] ---> f1175fa13ebf [2021-03-11T00:41:06.790Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:41:07.068Z] ---> Running in 1215722bb9e8 [2021-03-11T00:41:07.677Z] Removing intermediate container 1215722bb9e8 [2021-03-11T00:41:07.677Z] ---> 0724c419b1b9 [2021-03-11T00:41:07.677Z] [2021-03-11T00:41:07.955Z] Successfully built 0724c419b1b9 [2021-03-11T00:41:07.955Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T00:41:11.374Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d891fc000edc [2021-03-11T00:41:11.374Z] ---> c2924f690a8c [2021-03-11T00:41:11.374Z] [2021-03-11T00:41:11.374Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:41:11.374Z] ---> 88dd2752d2ea [2021-03-11T00:41:11.374Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:41:12.341Z] Removing intermediate container b07dae529c8e [2021-03-11T00:41:12.341Z] ---> d877a8adf8e5 [2021-03-11T00:41:12.341Z] [2021-03-11T00:41:12.341Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:41:12.341Z] ---> 88dd2752d2ea [2021-03-11T00:41:12.341Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:41:12.341Z] ---> Running in 23e46a1ec96f [2021-03-11T00:41:12.341Z] ---> Running in f56fe842c507 [2021-03-11T00:41:13.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:13.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:13.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:13.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:13.611Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:41:13.611Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:41:13.611Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:41:13.611Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:41:13.611Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:41:13.611Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:41:13.611Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:13.611Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:13.611Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:41:13.611Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:41:13.886Z] OK: 6 MiB in 16 packages [2021-03-11T00:41:13.886Z] OK: 7 MiB in 18 packages [2021-03-11T00:41:16.483Z] Removing intermediate container 23e46a1ec96f [2021-03-11T00:41:16.483Z] ---> de66622e15e5 [2021-03-11T00:41:16.483Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:41:16.483Z] Removing intermediate container f56fe842c507 [2021-03-11T00:41:16.483Z] ---> c3fab383fefa [2021-03-11T00:41:16.483Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:41:16.752Z] ---> Running in 3a5f5639927d [2021-03-11T00:41:16.752Z] ---> Running in c13fc56c2b18 [2021-03-11T00:41:17.023Z] Removing intermediate container c13fc56c2b18 [2021-03-11T00:41:17.023Z] ---> d555880bf3b3 [2021-03-11T00:41:17.023Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:41:17.023Z] Removing intermediate container 3a5f5639927d [2021-03-11T00:41:17.023Z] ---> b1220de2b7ae [2021-03-11T00:41:17.023Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:41:17.023Z] ---> Running in ca313c22d3b8 [2021-03-11T00:41:17.023Z] ---> Running in 10b6f8811c64 [2021-03-11T00:41:17.289Z] Removing intermediate container ca313c22d3b8 [2021-03-11T00:41:17.289Z] ---> 183c917b1cbd [2021-03-11T00:41:17.289Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:41:17.289Z] Removing intermediate container 10b6f8811c64 [2021-03-11T00:41:17.289Z] ---> 86696fa29e7a [2021-03-11T00:41:17.289Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:41:17.289Z] ---> Running in 15b6c264441c [2021-03-11T00:41:17.555Z] Removing intermediate container 15b6c264441c [2021-03-11T00:41:17.555Z] ---> aecde521a35c [2021-03-11T00:41:17.555Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:41:17.555Z] ---> b8d0dc55a782 [2021-03-11T00:41:17.555Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:41:18.148Z] ---> 63e09f1962c0 [2021-03-11T00:41:18.148Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:41:18.148Z] ---> b85a99fb4038 [2021-03-11T00:41:18.148Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:41:20.720Z] ---> 36b9629cf868 [2021-03-11T00:41:20.720Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:41:20.720Z] ---> 187af33056c2 [2021-03-11T00:41:20.720Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:41:20.720Z] ---> Running in 266ea41cb4c0 [2021-03-11T00:41:20.984Z] Removing intermediate container 266ea41cb4c0 [2021-03-11T00:41:20.984Z] ---> 1e8d1d206062 [2021-03-11T00:41:20.985Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:41:20.985Z] ---> Running in 6994c720d840 [2021-03-11T00:41:20.985Z] ---> 5d3c65561e9e [2021-03-11T00:41:20.985Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:41:21.257Z] ---> Running in 371a6b5d52f4 [2021-03-11T00:41:21.257Z] Removing intermediate container 6994c720d840 [2021-03-11T00:41:21.257Z] ---> f22f6e1b58c9 [2021-03-11T00:41:21.257Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T00:41:21.257Z] ---> Running in 0c08346b511b [2021-03-11T00:41:21.257Z] Removing intermediate container 371a6b5d52f4 [2021-03-11T00:41:21.257Z] ---> a9720a34dcec [2021-03-11T00:41:21.257Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:41:22.216Z] ---> Running in 9bf4f165f5e9 [2021-03-11T00:41:22.216Z] Removing intermediate container 0c08346b511b [2021-03-11T00:41:22.217Z] ---> 750aba2c87c6 [2021-03-11T00:41:22.217Z] Step 20/21 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:41:22.482Z] ---> Running in 11b9378e3a16 [2021-03-11T00:41:22.482Z] Removing intermediate container 9bf4f165f5e9 [2021-03-11T00:41:22.482Z] ---> bb6ba75c61d1 [2021-03-11T00:41:22.482Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:41:23.881Z] ---> Running in 8ad6fb7ac1a0 [2021-03-11T00:41:23.881Z] Removing intermediate container 11b9378e3a16 [2021-03-11T00:41:23.881Z] ---> 026e6d4bc583 [2021-03-11T00:41:23.881Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:41:24.835Z] ---> Running in 884a659323bb [2021-03-11T00:41:24.835Z] Removing intermediate container 8ad6fb7ac1a0 [2021-03-11T00:41:24.835Z] ---> 03dedd106077 [2021-03-11T00:41:24.835Z] Step 21/22 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:41:24.835Z] Removing intermediate container 6cbd35d0d96a [2021-03-11T00:41:24.835Z] ---> 56ffcf75f969 [2021-03-11T00:41:24.835Z] [2021-03-11T00:41:24.835Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:41:24.835Z] ---> 88dd2752d2ea [2021-03-11T00:41:24.835Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:41:24.835Z] ---> Running in 8eee7e68d451 [2021-03-11T00:41:24.835Z] ---> Running in 0d60607c7548 [2021-03-11T00:41:24.835Z] Removing intermediate container 884a659323bb [2021-03-11T00:41:24.835Z] ---> 46c52b455acd [2021-03-11T00:41:24.835Z] [2021-03-11T00:41:25.100Z] Removing intermediate container 8eee7e68d451 [2021-03-11T00:41:25.100Z] ---> 582d6559cc34 [2021-03-11T00:41:25.100Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:41:25.100Z] Successfully built 46c52b455acd [2021-03-11T00:41:25.100Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T00:41:25.100Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0d60607c7548 [2021-03-11T00:41:25.100Z] ---> 793e20289b5b [2021-03-11T00:41:25.100Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:41:25.100Z] ---> Running in d47c29fe6f3d [2021-03-11T00:41:25.367Z] ---> Running in 650707b7bf2f [2021-03-11T00:41:25.367Z] Removing intermediate container d47c29fe6f3d [2021-03-11T00:41:25.367Z] ---> 1ca2b1507570 [2021-03-11T00:41:25.367Z] [2021-03-11T00:41:25.367Z] Removing intermediate container 650707b7bf2f [2021-03-11T00:41:25.367Z] ---> 120e331e6d6b [2021-03-11T00:41:25.367Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:41:25.630Z] ---> Running in 13a8c8e2ef7d [2021-03-11T00:41:25.630Z] Successfully built 1ca2b1507570 [2021-03-11T00:41:25.630Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T00:41:25.630Z]  Building docker-support-notifications-go ... done Removing intermediate container 13a8c8e2ef7d [2021-03-11T00:41:25.630Z] ---> 7e3f392403cc [2021-03-11T00:41:25.630Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:41:25.904Z] ---> Running in 83bc665d6355 [2021-03-11T00:41:26.861Z] Removing intermediate container 83bc665d6355 [2021-03-11T00:41:26.861Z] ---> 96a521c6492b [2021-03-11T00:41:26.861Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:41:26.861Z] ---> Running in 2866dd8aefe2 [2021-03-11T00:41:27.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:28.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:41:28.973Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:41:29.238Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:41:29.238Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:41:29.238Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:41:29.503Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:41:29.769Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:41:29.769Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:41:29.769Z] OK: 8 MiB in 20 packages [2021-03-11T00:41:30.351Z] Removing intermediate container 2866dd8aefe2 [2021-03-11T00:41:30.351Z] ---> 35b4102a502a [2021-03-11T00:41:30.351Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:41:30.619Z] ---> 8e1e2fee436f [2021-03-11T00:41:30.619Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:41:31.200Z] ---> a5851c59ffe8 [2021-03-11T00:41:31.200Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:41:31.472Z] ---> fb6b189089a3 [2021-03-11T00:41:31.472Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:41:31.737Z] ---> Running in dc85ec160bb6 [2021-03-11T00:41:31.737Z] Removing intermediate container dc85ec160bb6 [2021-03-11T00:41:31.737Z] ---> 80e88018e473 [2021-03-11T00:41:31.737Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:41:32.003Z] ---> Running in 7e0860e49ecd [2021-03-11T00:41:32.003Z] Removing intermediate container 7e0860e49ecd [2021-03-11T00:41:32.003Z] ---> d56f607505d3 [2021-03-11T00:41:32.003Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:41:32.268Z] ---> Running in ee1d3ec52c99 [2021-03-11T00:41:32.268Z] Removing intermediate container ee1d3ec52c99 [2021-03-11T00:41:32.268Z] ---> 11d5388b716c [2021-03-11T00:41:32.268Z] Step 22/23 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:41:32.540Z] ---> Running in fa4635b844ad [2021-03-11T00:41:32.540Z] Removing intermediate container fa4635b844ad [2021-03-11T00:41:32.540Z] ---> 4bb492f79d9d [2021-03-11T00:41:32.540Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:41:32.540Z] ---> Running in 22706d11a4f0 [2021-03-11T00:41:33.496Z] Removing intermediate container 22706d11a4f0 [2021-03-11T00:41:33.496Z] ---> 0e40cb80535e [2021-03-11T00:41:33.496Z] [2021-03-11T00:41:33.496Z] Successfully built 0e40cb80535e [2021-03-11T00:41:33.496Z] Successfully tagged docker-core-data-go:latest [2021-03-11T00:41:33.787Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-11T00:41:33.798Z] $ docker stop --time=1 1ba64a7ad0989111e111fb65cff002661356099ac9776770435c11c62004f142 [2021-03-11T00:41:35.499Z] $ docker rm -f 1ba64a7ad0989111e111fb65cff002661356099ac9776770435c11c62004f142 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:41:36.074Z] + docker images [2021-03-11T00:41:36.074Z] + grep docker [2021-03-11T00:41:36.337Z] docker-core-data-go latest 0e40cb80535e 3 seconds ago 22.6MB [2021-03-11T00:41:36.338Z] docker-support-notifications-go latest 1ca2b1507570 11 seconds ago 17.8MB [2021-03-11T00:41:36.338Z] docker-security-proxy-setup-go latest 46c52b455acd 12 seconds ago 24.7MB [2021-03-11T00:41:36.338Z] docker-sys-mgmt-agent-go latest 0724c419b1b9 29 seconds ago 313MB [2021-03-11T00:41:36.338Z] docker-core-metadata-go latest 19688c5f5e68 42 seconds ago 19MB [2021-03-11T00:41:36.338Z] docker-security-bootstrapper-go latest 42d89b77d6d9 About a minute ago 18.7MB [2021-03-11T00:41:36.338Z] docker-security-secretstore-setup-go latest a7839b64d1a4 About a minute ago 24.9MB [2021-03-11T00:41:36.338Z] docker-core-command-go latest c7748a81d5d0 2 minutes ago 17.2MB [2021-03-11T00:41:36.338Z] docker-support-scheduler-go latest a7ab19769963 2 minutes ago 17.3MB [2021-03-11T00:41:36.338Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-11T00:41:52.178Z] Still waiting to schedule task [2021-03-11T00:41:52.178Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-11T00:42:30.054Z] gofmt -l . [2021-03-11T00:42:30.054Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:42:30.054Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:42:30.054Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:42:30.707Z] + ls -al . [2021-03-11T00:42:30.708Z] total 768 [2021-03-11T00:42:30.708Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 00:42 . [2021-03-11T00:42:30.708Z] drwxr-xr-x 4 root root 4096 Mar 11 00:37 .. [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:35 .dockerignore [2021-03-11T00:42:30.708Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:35 .git [2021-03-11T00:42:30.708Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:35 .github [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:35 .gitignore [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:35 .sonarcloud.properties [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:35 Attribution.txt [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:35 CONTRIBUTING.md [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:35 Dockerfile.build [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:35 Jenkinsfile [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:35 LICENSE [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:35 Makefile [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:35 README.md [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:35 SECURITY.md [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:32 VERSION [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:35 ZMQWindows.md [2021-03-11T00:42:30.708Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:35 bin [2021-03-11T00:42:30.708Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:35 cmd [2021-03-11T00:42:30.708Z] -rw-r--r-- 1 root root 628838 Mar 11 00:40 coverage.out [2021-03-11T00:42:30.708Z] -rw-r--r-- 1 root root 1055 Mar 11 00:42 go.mod [2021-03-11T00:42:30.708Z] -rw-r--r-- 1 root root 22099 Mar 11 00:42 go.sum [2021-03-11T00:42:30.708Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:35 internal [2021-03-11T00:42:30.708Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:35 openapi [2021-03-11T00:42:30.708Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:35 snap [2021-03-11T00:42:30.708Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:35 version.go [Pipeline] sh [2021-03-11T00:42:31.368Z] + '[' -e coverage.out ] [2021-03-11T00:42:31.368Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:42:31.433Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T00:42:32.765Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:42:33.465Z] + make build [2021-03-11T00:42:33.465Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T00:42:45.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T00:43:06.672Z] Running on prd-ubuntu18.04-docker-8c-8g-29417 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws [2021-03-11T00:43:06.759Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-03-11T00:43:09.014Z] using credential edgex-jenkins-ssh [2021-03-11T00:43:09.068Z] Cloning the remote Git repository [2021-03-11T00:43:09.112Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:43:09.190Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-03-11T00:43:09.222Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:43:09.222Z] > git --version # timeout=10 [2021-03-11T00:43:09.231Z] > git --version # 'git version 2.17.1' [2021-03-11T00:43:09.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:43:09.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:43:16.416Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 47041f63e4fd20aee46499544879fd8d908199f5 [2021-03-11T00:43:16.588Z] Merge succeeded, producing 5fcd49632185813e68d6bcbb6c3dcf4566684021 [2021-03-11T00:43:16.588Z] Checking out Revision 5fcd49632185813e68d6bcbb6c3dcf4566684021 (PR-3209) [2021-03-11T00:43:15.791Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:43:15.798Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:43:15.807Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:43:15.819Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:43:15.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:43:15.824Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T00:43:16.434Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:43:16.438Z] > git checkout -f 47041f63e4fd20aee46499544879fd8d908199f5 # timeout=10 [2021-03-11T00:43:16.510Z] > git remote # timeout=10 [2021-03-11T00:43:16.517Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:43:16.522Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:43:16.525Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:43:16.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:43:16.600Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:43:16.603Z] > git checkout -f 5fcd49632185813e68d6bcbb6c3dcf4566684021 # timeout=10 [2021-03-11T00:43:18.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T00:43:20.318Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:43:20.328Z] > git rev-list --no-walk 47041f63e4fd20aee46499544879fd8d908199f5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:43:21.548Z] + echo snap-build.sh [2021-03-11T00:43:21.548Z] snap-build.sh [2021-03-11T00:43:21.548Z] + SNAP_BASE_DIR=. [2021-03-11T00:43:21.548Z] + '[' '!' -z /w/workspace/edgex-go/14 ']' [2021-03-11T00:43:21.548Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/14 [2021-03-11T00:43:21.548Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' [2021-03-11T00:43:21.548Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/14] [2021-03-11T00:43:21.548Z] + cd /w/workspace/edgex-go/14 [2021-03-11T00:43:21.548Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T00:43:21.548Z] Reading package lists... [2021-03-11T00:43:21.548Z] Building dependency tree... [2021-03-11T00:43:21.548Z] Reading state information... [2021-03-11T00:43:21.833Z] The following packages were automatically installed and are no longer required: [2021-03-11T00:43:21.833Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T00:43:21.833Z] uidmap xdelta3 [2021-03-11T00:43:21.833Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T00:43:21.833Z] The following packages will be REMOVED: [2021-03-11T00:43:21.833Z] lxd* lxd-client* [2021-03-11T00:43:22.106Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T00:43:22.106Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T00:43:23.184Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-11T00:43:23.184Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:43:23.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T00:43:24.126Z] Removing lxd dnsmasq configuration [2021-03-11T00:43:24.126Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:43:24.386Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T00:43:25.335Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T00:43:25.335Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-11T00:43:25.335Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T00:43:26.728Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T00:43:26.728Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T00:43:28.116Z] + sudo snap remove --purge lxd [2021-03-11T00:43:28.116Z] snap "lxd" is not installed [2021-03-11T00:43:28.116Z] + sudo groupadd --force --system lxd [2021-03-11T00:43:28.116Z] ++ whoami [2021-03-11T00:43:28.116Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T00:43:28.116Z] + newgrp - lxd [2021-03-11T00:43:28.116Z] + sudo snap install lxd [2021-03-11T00:43:32.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T00:43:32.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T00:43:36.281Z] 2021-03-11T00:43:33Z INFO Waiting for automatic snapd restart... [2021-03-11T00:43:39.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T00:43:46.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T00:43:50.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T00:43:57.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T00:43:58.284Z] lxd 4.12 from Canonical* installed [2021-03-11T00:43:58.284Z] + sudo lxd init --auto [2021-03-11T00:44:02.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T00:44:06.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:44:08.285Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-03-11T00:44:15.032Z] $ docker stop --time=1 83ed4a47ad8e477b265f32fe8da7e803b7292ecb6576333621dc87c2488fbfbf [2021-03-11T00:44:17.667Z] $ docker rm -f 83ed4a47ad8e477b265f32fe8da7e803b7292ecb6576333621dc87c2488fbfbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:19.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:44:19.878Z] [2021-03-11T00:44:19.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:20.267Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:44:20.267Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T00:44:20.267Z] 29e5d40040c1: Pulling fs layer [2021-03-11T00:44:20.267Z] 1ce36da41761: Pulling fs layer [2021-03-11T00:44:20.267Z] 25b303627fd3: Pulling fs layer [2021-03-11T00:44:20.529Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T00:44:20.529Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T00:44:20.529Z] + patch --verbose -p1 [2021-03-11T00:44:20.529Z] Hmm... Looks like a unified diff to me... [2021-03-11T00:44:20.529Z] The text leading up to this was: [2021-03-11T00:44:20.529Z] -------------------------- [2021-03-11T00:44:20.529Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T00:44:20.529Z] |From: Tony Espy [2021-03-11T00:44:20.529Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T00:44:20.529Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T00:44:20.529Z] | [2021-03-11T00:44:20.529Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T00:44:20.529Z] |optimize the snap CI check run for pull requests. When [2021-03-11T00:44:20.529Z] |applied, it essentially strips out everything (apps and [2021-03-11T00:44:20.529Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T00:44:20.529Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T00:44:20.529Z] |catch changes to edgex-go that break the snap build. [2021-03-11T00:44:20.529Z] | [2021-03-11T00:44:20.529Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T00:44:20.529Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T00:44:20.529Z] |resulting in a failed snap build CI check in the associated [2021-03-11T00:44:20.529Z] |pull request. [2021-03-11T00:44:20.529Z] | [2021-03-11T00:44:20.529Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T00:44:20.529Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T00:44:20.529Z] |need to build the finally binary .snap file (and it won't [2021-03-11T00:44:20.529Z] |work with the patch applied). This further reduces the build [2021-03-11T00:44:20.529Z] |time. [2021-03-11T00:44:20.529Z] |--- [2021-03-11T00:44:20.529Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T00:44:20.529Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T00:44:20.529Z] | [2021-03-11T00:44:20.529Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T00:44:20.529Z] |index 1e537489..faf42425 100644 [2021-03-11T00:44:20.529Z] |--- a/snap/snapcraft.yaml [2021-03-11T00:44:20.529Z] |+++ b/snap/snapcraft.yaml [2021-03-11T00:44:20.529Z] -------------------------- [2021-03-11T00:44:20.529Z] patching file snap/snapcraft.yaml [2021-03-11T00:44:20.529Z] Using Plan A... [2021-03-11T00:44:20.529Z] Hunk #1 succeeded at 73. [2021-03-11T00:44:20.529Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T00:44:20.529Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T00:44:20.529Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-11T00:44:20.529Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-11T00:44:20.529Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-11T00:44:20.529Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-11T00:44:20.529Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-11T00:44:20.529Z] Hmm... Ignoring the trailing garbage. [2021-03-11T00:44:20.529Z] done [2021-03-11T00:44:20.529Z] + sudo snapcraft prime --use-lxd [2021-03-11T00:44:20.529Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-11T00:44:20.529Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T00:44:20.529Z] - README.md [2021-03-11T00:44:20.529Z] - snapcraft.yaml.orig [2021-03-11T00:44:20.529Z] [2021-03-11T00:44:20.529Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T00:44:20.793Z] Launching a container. [2021-03-11T00:44:20.858Z] 29e5d40040c1: Verifying Checksum [2021-03-11T00:44:21.133Z] 1ce36da41761: Verifying Checksum [2021-03-11T00:44:21.133Z] 1ce36da41761: Download complete [2021-03-11T00:44:21.417Z] 29e5d40040c1: Pull complete [2021-03-11T00:44:22.855Z] 1ce36da41761: Pull complete [2021-03-11T00:44:22.856Z] 25b303627fd3: Verifying Checksum [2021-03-11T00:44:22.856Z] 25b303627fd3: Download complete [2021-03-11T00:44:33.005Z] 25b303627fd3: Pull complete [2021-03-11T00:44:33.005Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T00:44:33.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:44:33.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T00:44:33.025Z] Waiting for container to be ready [2021-03-11T00:44:33.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-29408 does not seem to be running inside a container [2021-03-11T00:44:33.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T00:44:33.595Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-11T00:44:33.595Z] [2021-03-11T00:44:36.555Z] $ docker top 60e8d4eee0878e794fe6b8f88678472f2d3bcbf0bd29fe156c97588f11324100 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:44:37.622Z] + docker-compose build --help [2021-03-11T00:44:37.622Z] + grep parallel [2021-03-11T00:44:37.799Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-11T00:44:37.800Z] Waiting for network to be ready... [2021-03-11T00:44:38.060Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T00:44:38.060Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T00:44:38.321Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T00:44:38.581Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T00:44:38.581Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T00:44:38.843Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T00:44:38.843Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T00:44:38.843Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T00:44:38.843Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T00:44:38.843Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T00:44:38.843Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T00:44:38.843Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T00:44:38.843Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T00:44:38.843Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T00:44:38.843Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T00:44:38.843Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T00:44:38.843Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T00:44:39.103Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T00:44:39.365Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T00:44:39.626Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T00:44:39.626Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T00:44:39.626Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T00:44:39.888Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T00:44:39.888Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T00:44:39.888Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T00:44:39.888Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T00:44:39.888Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T00:44:42.461Z] Fetched 24.0 MB in 4s (5650 kB/s) [2021-03-11T00:44:43.034Z] Reading package lists... [2021-03-11T00:44:43.034Z] Reading package lists... [2021-03-11T00:44:43.295Z] Building dependency tree... [2021-03-11T00:44:43.295Z] Reading state information... [2021-03-11T00:44:43.295Z] The following additional packages will be installed: [2021-03-11T00:44:43.295Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T00:44:43.295Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T00:44:43.295Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T00:44:43.295Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-11T00:44:43.295Z] Suggested packages: [2021-03-11T00:44:43.295Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-11T00:44:43.295Z] Recommended packages: [2021-03-11T00:44:43.295Z] gnupg libsasl2-modules [2021-03-11T00:44:43.295Z] The following NEW packages will be installed: [2021-03-11T00:44:43.295Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-11T00:44:43.295Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-11T00:44:43.295Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-11T00:44:43.295Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-11T00:44:43.295Z] The following packages will be upgraded: [2021-03-11T00:44:43.295Z] gpg gpg-agent gpgconf libudev1 [2021-03-11T00:44:43.555Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-11T00:44:43.555Z] Need to get 3530 kB of archives. [2021-03-11T00:44:43.555Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-11T00:44:43.555Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-11T00:44:43.555Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-11T00:44:43.816Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-11T00:44:43.816Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-11T00:44:43.816Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-11T00:44:43.816Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-11T00:44:44.367Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:44:44.387Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-11T00:44:44.387Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-11T00:44:44.387Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-11T00:44:44.387Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-11T00:44:44.387Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-11T00:44:44.387Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-11T00:44:44.387Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-11T00:44:44.387Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-11T00:44:44.387Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-11T00:44:44.387Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-11T00:44:44.387Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-11T00:44:44.387Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-11T00:44:44.387Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-11T00:44:44.387Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-11T00:44:44.387Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-11T00:44:44.387Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-11T00:44:44.390Z] $ docker stop --time=1 60e8d4eee0878e794fe6b8f88678472f2d3bcbf0bd29fe156c97588f11324100 [2021-03-11T00:44:44.646Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:44:44.646Z] Fetched 3530 kB in 1s (3171 kB/s) [2021-03-11T00:44:44.646Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T00:44:44.646Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:44:44.646Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:44:44.906Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-11T00:44:44.906Z] Selecting previously unselected package udev. [2021-03-11T00:44:44.906Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-11T00:44:44.906Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:44:44.906Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-11T00:44:45.166Z] Selecting previously unselected package libfuse2:amd64. [2021-03-11T00:44:45.166Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T00:44:45.166Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T00:44:45.166Z] Selecting previously unselected package fuse. [2021-03-11T00:44:45.166Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-11T00:44:45.166Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-11T00:44:45.427Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:44:45.427Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:44:45.427Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:44:45.427Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:44:45.688Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:44:45.688Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:44:45.688Z] Selecting previously unselected package libksba8:amd64. [2021-03-11T00:44:45.688Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-11T00:44:45.688Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-11T00:44:45.949Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-11T00:44:45.949Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:45.949Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:45.949Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-11T00:44:45.949Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:45.949Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:45.949Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-11T00:44:45.949Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:45.949Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.208Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-11T00:44:46.208Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:46.208Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.208Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-11T00:44:46.208Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:46.208Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.468Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-11T00:44:46.468Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:46.468Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.468Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-11T00:44:46.468Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:46.468Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.503Z] $ docker rm -f 60e8d4eee0878e794fe6b8f88678472f2d3bcbf0bd29fe156c97588f11324100 [2021-03-11T00:44:46.729Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-11T00:44:46.729Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:46.729Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.729Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-11T00:44:46.729Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-11T00:44:46.729Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:46.729Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-11T00:44:46.729Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T00:44:46.729Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-11T00:44:46.990Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-11T00:44:46.991Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-11T00:44:46.991Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:44:46.991Z] Selecting previously unselected package libldap-common. [2021-03-11T00:44:46.991Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-11T00:44:46.991Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:44:46.991Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-11T00:44:46.991Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-11T00:44:46.991Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:47.251Z] Selecting previously unselected package dirmngr. [2021-03-11T00:44:47.251Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:44:47.251Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T00:44:47.251Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:44:47.251Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-11T00:44:47.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:44:47.427Z] . [Pipeline] withDockerContainer [2021-03-11T00:44:47.512Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-11T00:44:47.512Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:44:47.512Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-11T00:44:47.512Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-11T00:44:47.512Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:47.512Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-11T00:44:47.512Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:44:47.512Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-11T00:44:47.687Z] prd-ubuntu18.04-docker-arm64-4c-16g-29408 does not seem to be running inside a container [2021-03-11T00:44:47.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T00:44:48.082Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-11T00:44:48.082Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.082Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-11T00:44:48.082Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-11T00:44:48.082Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-11T00:44:48.082Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.082Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.343Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.343Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.343Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.343Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.343Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-11T00:44:48.343Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-11T00:44:48.343Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-11T00:44:48.343Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:44:48.912Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-11T00:44:48.912Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-11T00:44:48.912Z] This means they are not meant to be enabled using systemctl. [2021-03-11T00:44:48.912Z] Possible reasons for having this kind of units are: [2021-03-11T00:44:48.912Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-11T00:44:48.912Z] .wants/ or .requires/ directory. [2021-03-11T00:44:48.912Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-11T00:44:48.912Z] a requirement dependency on it. [2021-03-11T00:44:48.912Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-11T00:44:48.912Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-11T00:44:48.912Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-11T00:44:48.912Z] instance name specified. [2021-03-11T00:44:49.177Z] Reading package lists... [2021-03-11T00:44:49.177Z] Building dependency tree... [2021-03-11T00:44:49.177Z] Reading state information... [2021-03-11T00:44:49.275Z] $ docker top 598097d7a72113e4b9938cb223b2d020c80459cda7f25d37385cf3f234d61b5e -eo pid,comm [2021-03-11T00:44:49.438Z] The following additional packages will be installed: [2021-03-11T00:44:49.438Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-11T00:44:49.438Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-11T00:44:49.438Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-11T00:44:49.438Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-11T00:44:49.438Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-11T00:44:49.438Z] Suggested packages: [2021-03-11T00:44:49.438Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-11T00:44:49.438Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-11T00:44:49.438Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-11T00:44:49.438Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-11T00:44:49.438Z] systemd-container policykit-1 [2021-03-11T00:44:49.438Z] Recommended packages: [2021-03-11T00:44:49.438Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-11T00:44:49.438Z] The following NEW packages will be installed: [2021-03-11T00:44:49.438Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-11T00:44:49.438Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-11T00:44:49.438Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-11T00:44:49.438Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-11T00:44:49.438Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-11T00:44:49.438Z] The following packages will be upgraded: [2021-03-11T00:44:49.438Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [Pipeline] { [2021-03-11T00:44:49.699Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-11T00:44:49.699Z] Need to get 35.2 MB of archives. [2021-03-11T00:44:49.699Z] After this operation, 141 MB of additional disk space will be used. [2021-03-11T00:44:49.699Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-11T00:44:49.699Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [Pipeline] sh [2021-03-11T00:44:50.271Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-11T00:44:50.360Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:44:50.533Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-11T00:44:50.795Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-11T00:44:50.795Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-11T00:44:50.795Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-11T00:44:50.795Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-11T00:44:50.795Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-11T00:44:50.795Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-11T00:44:50.795Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-11T00:44:50.795Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-11T00:44:50.795Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-11T00:44:50.795Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-11T00:44:50.795Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-11T00:44:50.795Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-11T00:44:50.796Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-11T00:44:50.796Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-11T00:44:51.054Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-11T00:44:51.054Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-11T00:44:51.054Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-11T00:44:51.054Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-11T00:44:51.054Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-11T00:44:51.054Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-11T00:44:51.054Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-11T00:44:51.054Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-11T00:44:51.054Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-11T00:44:51.054Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-11T00:44:51.054Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-11T00:44:51.054Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-11T00:44:52.436Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:44:52.436Z] Fetched 35.2 MB in 3s (12.3 MB/s) [2021-03-11T00:44:52.436Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:44:52.436Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:44:52.696Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:44:53.266Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:44:53.266Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:44:53.266Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-11T00:44:53.524Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:44:53.524Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T00:44:53.524Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T00:44:53.524Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-11T00:44:53.783Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-11T00:44:53.783Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-11T00:44:53.783Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-11T00:44:54.042Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-11T00:44:54.042Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-11T00:44:54.613Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-11T00:44:54.613Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-11T00:44:54.613Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T00:44:54.613Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T00:44:54.873Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-11T00:44:54.873Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:44:54.873Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:44:55.132Z] Selecting previously unselected package libexpat1:amd64. [2021-03-11T00:44:55.132Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-11T00:44:55.132Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T00:44:55.132Z] Selecting previously unselected package python3.6-minimal. [2021-03-11T00:44:55.132Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:44:55.132Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:44:55.393Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T00:44:55.393Z] Checking for services that may need to be restarted...done. [2021-03-11T00:44:55.393Z] Checking for services that may need to be restarted...done. [2021-03-11T00:44:55.393Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:44:55.652Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-11T00:44:55.652Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:44:55.915Z] Selecting previously unselected package python3-minimal. [2021-03-11T00:44:55.915Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-11T00:44:55.915Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:44:55.915Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-11T00:44:56.485Z] Selecting previously unselected package mime-support. [2021-03-11T00:44:56.485Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-11T00:44:56.485Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-11T00:44:56.745Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-11T00:44:56.745Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-11T00:44:56.745Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T00:44:56.745Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-11T00:44:56.745Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:44:56.745Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:44:57.008Z] Selecting previously unselected package python3.6. [2021-03-11T00:44:57.008Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-11T00:44:57.008Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:44:57.008Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-11T00:44:57.008Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:44:57.008Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T00:44:57.008Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-11T00:44:57.047Z] Building docker-core-command-go ... [2021-03-11T00:44:57.048Z] Building docker-core-data-go ... [2021-03-11T00:44:57.048Z] Building docker-core-metadata-go ... [2021-03-11T00:44:57.048Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:44:57.048Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:44:57.048Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:44:57.048Z] Building docker-support-notifications-go ... [2021-03-11T00:44:57.048Z] Building docker-support-scheduler-go ... [2021-03-11T00:44:57.048Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:44:57.048Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:44:57.048Z] Building docker-support-notifications-go [2021-03-11T00:44:57.048Z] Building docker-security-proxy-setup-go [2021-03-11T00:44:57.048Z] Building docker-core-data-go [2021-03-11T00:44:57.048Z] Building docker-support-scheduler-go [2021-03-11T00:44:57.269Z] Selecting previously unselected package python3. [2021-03-11T00:44:57.269Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-11T00:44:57.269Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-11T00:44:57.269Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-11T00:44:57.528Z] Selecting previously unselected package multiarch-support. [2021-03-11T00:44:57.528Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:44:57.528Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T00:44:57.528Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-11T00:44:57.528Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-11T00:44:57.528Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-11T00:44:57.528Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-11T00:44:57.528Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T00:44:57.789Z] Selecting previously unselected package libbsd0:amd64. [2021-03-11T00:44:57.789Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-11T00:44:57.789Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T00:44:57.789Z] Selecting previously unselected package sudo. [2021-03-11T00:44:57.789Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-11T00:44:57.789Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T00:44:58.048Z] Selecting previously unselected package apparmor. [2021-03-11T00:44:58.048Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T00:44:58.048Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-11T00:44:58.048Z] Selecting previously unselected package libedit2:amd64. [2021-03-11T00:44:58.048Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-11T00:44:58.048Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T00:44:58.314Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-11T00:44:58.314Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:44:58.314Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:44:58.314Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-11T00:44:58.314Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:44:58.314Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:44:58.314Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-11T00:44:58.314Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-11T00:44:58.314Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T00:44:58.587Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-11T00:44:58.587Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:44:58.587Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:44:58.587Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-11T00:44:58.587Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-11T00:44:58.587Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:44:58.587Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-11T00:44:58.846Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-11T00:44:58.846Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T00:44:58.846Z] Selecting previously unselected package openssh-client. [2021-03-11T00:44:58.846Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-11T00:44:58.846Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T00:44:59.107Z] Selecting previously unselected package squashfs-tools. [2021-03-11T00:44:59.107Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-11T00:44:59.107Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T00:44:59.107Z] Selecting previously unselected package snapd. [2021-03-11T00:44:59.107Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-11T00:44:59.368Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-11T00:45:01.283Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-11T00:45:01.283Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-11T00:45:01.283Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-11T00:45:01.283Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-11T00:45:02.240Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-11T00:45:02.502Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:45:02.502Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:45:02.764Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-11T00:45:02.764Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-11T00:45:03.343Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-11T00:45:03.604Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-11T00:45:03.604Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-11T00:45:03.604Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:45:03.604Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:45:03.604Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-11T00:45:04.174Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-11T00:45:04.174Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:45:04.174Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-11T00:45:04.174Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-11T00:45:04.174Z] running python rtupdate hooks for python3.6... [2021-03-11T00:45:04.174Z] running python post-rtupdate hooks for python3.6... [2021-03-11T00:45:04.440Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-11T00:45:05.822Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-11T00:45:05.822Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-11T00:45:05.822Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-11T00:45:05.822Z] Setting up snapd (2.48.3+18.04) ... [2021-03-11T00:45:06.394Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-11T00:45:06.394Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-11T00:45:06.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-11T00:45:06.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-11T00:45:06.917Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T00:45:06.917Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-11T00:45:07.178Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-11T00:45:07.178Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-11T00:45:07.439Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-11T00:45:07.701Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-11T00:45:07.701Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-11T00:45:07.961Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-11T00:45:07.961Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T00:45:08.903Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:45:08.903Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:45:08.903Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:45:10.105Z] Reading package lists... [2021-03-11T00:45:10.105Z] Reading package lists... [2021-03-11T00:45:10.105Z] Building dependency tree... [2021-03-11T00:45:10.105Z] Reading state information... [2021-03-11T00:45:10.367Z] Calculating upgrade... [2021-03-11T00:45:10.367Z] The following packages will be upgraded: [2021-03-11T00:45:10.367Z] advancecomp base-files bash binutils binutils-common [2021-03-11T00:45:10.367Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-11T00:45:10.367Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-11T00:45:10.367Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-11T00:45:10.367Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-11T00:45:10.367Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-11T00:45:10.367Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-11T00:45:10.367Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-11T00:45:10.367Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-11T00:45:10.367Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-11T00:45:10.367Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-11T00:45:10.367Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-11T00:45:10.367Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-11T00:45:10.367Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-11T00:45:10.367Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-11T00:45:10.627Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:45:10.627Z] Need to get 63.8 MB of archives. [2021-03-11T00:45:10.627Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-11T00:45:10.627Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-11T00:45:10.627Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-11T00:45:10.627Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-11T00:45:10.627Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-11T00:45:10.627Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-11T00:45:10.627Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-11T00:45:10.627Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-11T00:45:10.627Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-11T00:45:10.627Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-11T00:45:10.627Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-11T00:45:10.627Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-11T00:45:10.627Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-11T00:45:10.627Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-11T00:45:10.627Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-11T00:45:10.627Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-11T00:45:10.627Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-11T00:45:10.627Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-11T00:45:10.627Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-11T00:45:10.887Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-11T00:45:10.887Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-11T00:45:10.887Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-11T00:45:10.887Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-11T00:45:10.887Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-11T00:45:10.887Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-11T00:45:10.887Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-11T00:45:10.887Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-11T00:45:10.887Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-11T00:45:10.887Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-11T00:45:10.887Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-11T00:45:10.887Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-11T00:45:10.887Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-11T00:45:10.887Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-11T00:45:10.887Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-11T00:45:10.887Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-11T00:45:10.887Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-11T00:45:10.887Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-11T00:45:10.887Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-11T00:45:10.887Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-11T00:45:10.887Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-11T00:45:10.887Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-11T00:45:10.887Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-11T00:45:10.887Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-11T00:45:10.887Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-11T00:45:10.887Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-11T00:45:10.887Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-11T00:45:10.887Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-11T00:45:10.887Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-11T00:45:10.887Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-11T00:45:11.148Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-11T00:45:11.148Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-11T00:45:11.148Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-11T00:45:11.148Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-11T00:45:11.148Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-11T00:45:11.148Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-11T00:45:11.148Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-11T00:45:11.148Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-11T00:45:11.412Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-11T00:45:11.412Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-11T00:45:11.412Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-11T00:45:11.673Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-11T00:45:11.673Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-11T00:45:11.673Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-11T00:45:11.673Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-11T00:45:11.673Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-11T00:45:11.934Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-11T00:45:11.934Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-11T00:45:12.195Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-11T00:45:12.195Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-11T00:45:12.195Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-11T00:45:12.195Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-11T00:45:12.195Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-11T00:45:12.195Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-11T00:45:12.195Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-11T00:45:12.195Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-11T00:45:12.196Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-11T00:45:12.196Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-11T00:45:12.196Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-11T00:45:12.196Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-11T00:45:12.456Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-11T00:45:12.456Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-11T00:45:12.456Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-11T00:45:12.456Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-11T00:45:12.456Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-11T00:45:12.456Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-11T00:45:12.456Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-11T00:45:12.456Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-11T00:45:12.456Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-11T00:45:12.456Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-11T00:45:12.456Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-11T00:45:12.456Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-11T00:45:12.716Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-11T00:45:12.716Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-11T00:45:12.716Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-11T00:45:12.716Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-11T00:45:12.716Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-11T00:45:12.716Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-11T00:45:12.716Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-11T00:45:12.716Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-11T00:45:12.716Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-11T00:45:12.977Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:45:12.977Z] Fetched 63.8 MB in 2s (27.2 MB/s) [2021-03-11T00:45:13.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:13.239Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:45:13.239Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:45:13.810Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:45:13.810Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:45:13.810Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-11T00:45:13.810Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-11T00:45:14.760Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:14.760Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:14.760Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:14.760Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.020Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:15.020Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.020Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:15.020Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.281Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:15.281Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.281Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:15.541Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.541Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:15.541Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.541Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:15.802Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:45:15.802Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:15.802Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-11T00:45:15.802Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:15.802Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:45:16.065Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:16.065Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:16.065Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:16.065Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:16.065Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:16.326Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-11T00:45:16.326Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:16.586Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:45:16.586Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:45:16.586Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:45:17.160Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T00:45:17.420Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-11T00:45:17.420Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-11T00:45:17.420Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-11T00:45:17.420Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-11T00:45:17.420Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-11T00:45:17.681Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-11T00:45:17.681Z] Installing new version of config file /etc/issue ... [2021-03-11T00:45:17.681Z] Installing new version of config file /etc/issue.net ... [2021-03-11T00:45:17.681Z] Installing new version of config file /etc/lsb-release ... [2021-03-11T00:45:17.681Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-11T00:45:17.941Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-11T00:45:17.941Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-11T00:45:17.941Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-11T00:45:18.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:18.202Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-11T00:45:18.202Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-11T00:45:18.202Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-11T00:45:18.464Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-11T00:45:18.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:18.464Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:18.464Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:18.464Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:18.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:18.725Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-11T00:45:18.725Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-11T00:45:18.725Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-11T00:45:18.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:18.985Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-11T00:45:18.985Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:45:19.251Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-11T00:45:19.251Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:19.251Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:45:19.251Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:45:19.522Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:45:19.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:19.522Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:45:19.522Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:45:19.783Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-11T00:45:19.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:19.783Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-11T00:45:19.783Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-11T00:45:20.047Z] Setting up grep (3.1-2build1) ... [2021-03-11T00:45:20.047Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:20.047Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T00:45:20.047Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T00:45:20.307Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-11T00:45:20.307Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:20.307Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:45:20.307Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:45:20.567Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-11T00:45:20.567Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:20.567Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:45:20.567Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:45:21.138Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:45:21.138Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:45:21.138Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-11T00:45:21.139Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:45:21.716Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-11T00:45:21.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:21.716Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-11T00:45:21.980Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-11T00:45:22.925Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T00:45:22.925Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T00:45:22.925Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-11T00:45:22.925Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-11T00:45:23.219Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T00:45:23.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:23.219Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-11T00:45:23.219Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-11T00:45:23.488Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-11T00:45:23.488Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:23.488Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:23.488Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:23.749Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:23.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:23.749Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:23.749Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:24.008Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:24.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:24.008Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:24.008Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:24.268Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:24.268Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:24.268Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:24.268Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:24.268Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:24.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:24.527Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:45:24.527Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:45:24.527Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:45:24.787Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:45:24.787Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:45:24.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:24.787Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-11T00:45:24.787Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:45:25.048Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:45:25.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:25.048Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:25.048Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:25.048Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:25.312Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:25.312Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:25.312Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:25.312Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:25.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:25.573Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:25.573Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:26.143Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:26.419Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-11T00:45:26.419Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-11T00:45:26.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:26.681Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-11T00:45:26.681Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-11T00:45:26.943Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:45:26.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-11T00:45:26.943Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-11T00:45:26.943Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-11T00:45:27.202Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-11T00:45:27.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:27.202Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-11T00:45:27.202Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-11T00:45:27.463Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-11T00:45:27.723Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:27.723Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-11T00:45:27.723Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T00:45:27.723Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-11T00:45:27.983Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:27.983Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-11T00:45:27.983Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-11T00:45:27.983Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-11T00:45:28.246Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:28.246Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:45:28.246Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:45:28.507Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:45:28.507Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:28.507Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:45:28.507Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:45:28.767Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:45:28.767Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:28.767Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-11T00:45:29.031Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:45:29.031Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:45:29.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:29.292Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-11T00:45:29.292Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-11T00:45:29.292Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-11T00:45:29.292Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-11T00:45:29.552Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:45:29.552Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:45:29.552Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:45:29.812Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:29.812Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-11T00:45:29.812Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-11T00:45:29.812Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-11T00:45:30.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:30.072Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-11T00:45:30.072Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-11T00:45:30.072Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-11T00:45:30.332Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:30.332Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-11T00:45:30.333Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-11T00:45:30.594Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-11T00:45:30.594Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:30.594Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-11T00:45:30.594Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-11T00:45:30.594Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-11T00:45:30.854Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:30.854Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-11T00:45:30.854Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-11T00:45:31.116Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-11T00:45:31.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:31.377Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-11T00:45:31.377Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-11T00:45:31.377Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-11T00:45:31.654Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:31.655Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-11T00:45:31.655Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-11T00:45:31.655Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-11T00:45:31.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:31.915Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-11T00:45:31.915Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-11T00:45:31.915Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-11T00:45:32.176Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:32.176Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-11T00:45:32.176Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-11T00:45:32.176Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-11T00:45:32.436Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:32.436Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-11T00:45:32.436Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-11T00:45:32.436Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-11T00:45:32.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:32.701Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T00:45:32.701Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-11T00:45:32.701Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-11T00:45:32.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-11T00:45:32.701Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-11T00:45:32.701Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-11T00:45:32.961Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-11T00:45:32.961Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-11T00:45:32.961Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T00:45:32.961Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T00:45:33.222Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-11T00:45:33.222Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-11T00:45:33.222Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-11T00:45:33.482Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-11T00:45:33.482Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-11T00:45:33.482Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-11T00:45:33.743Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-11T00:45:33.743Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-11T00:45:33.743Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-11T00:45:33.743Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-11T00:45:34.004Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-11T00:45:34.004Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-11T00:45:34.004Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-11T00:45:34.004Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-11T00:45:34.264Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-11T00:45:34.264Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-11T00:45:34.264Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-11T00:45:34.264Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-11T00:45:34.525Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-11T00:45:34.525Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-11T00:45:34.525Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-11T00:45:34.525Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-11T00:45:35.470Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-11T00:45:35.471Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-11T00:45:35.471Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-11T00:45:35.471Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-11T00:45:35.729Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:45:35.729Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:45:35.989Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:45:35.989Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:45:36.321Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:45:36.321Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:45:36.321Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-11T00:45:36.321Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-11T00:45:36.321Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:36.321Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:36.624Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:36.624Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:36.624Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:36.624Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:36.895Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:36.895Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:37.903Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:37.903Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:38.544Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:38.544Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:39.940Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:39.940Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:40.200Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:40.200Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:41.140Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-11T00:45:41.140Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-11T00:45:41.140Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:45:41.140Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:45:41.140Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T00:45:41.140Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:45:41.400Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-11T00:45:41.400Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-11T00:45:41.400Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-11T00:45:41.662Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-11T00:45:41.662Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:45:41.662Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:45:41.662Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-11T00:45:41.662Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-11T00:45:41.922Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-11T00:45:41.922Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-11T00:45:41.922Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.184Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-11T00:45:42.184Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.184Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.184Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.184Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-11T00:45:42.184Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-11T00:45:42.184Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-11T00:45:42.444Z] [2021-03-11T00:45:42.444Z] Current default time zone: 'Etc/UTC' [2021-03-11T00:45:42.444Z] Local time is now: Thu Mar 11 00:45:42 UTC 2021. [2021-03-11T00:45:42.444Z] Universal Time is now: Thu Mar 11 00:45:42 UTC 2021. [2021-03-11T00:45:42.444Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-11T00:45:42.444Z] [2021-03-11T00:45:42.444Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-11T00:45:42.444Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.444Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-11T00:45:42.444Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-11T00:45:42.444Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-11T00:45:42.444Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-11T00:45:42.444Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-11T00:45:42.704Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-11T00:45:42.704Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-11T00:45:42.704Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-11T00:45:42.704Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.704Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-11T00:45:42.965Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:42.965Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:45:42.965Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:42.965Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-11T00:45:42.965Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-11T00:45:43.225Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-11T00:45:43.225Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-11T00:45:43.225Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-11T00:45:43.225Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-11T00:45:43.225Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:45:43.225Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-11T00:45:45.137Z] Updating certificates in /etc/ssl/certs... [2021-03-11T00:45:45.709Z] 23 added, 27 removed; done. [2021-03-11T00:45:45.709Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-11T00:45:45.970Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-11T00:45:45.970Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-11T00:45:45.970Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-11T00:45:45.970Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-11T00:45:45.970Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:45.970Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:45:45.970Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:45.970Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:45.970Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:46.230Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:46.230Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:46.230Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-11T00:45:46.230Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:45:46.230Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:45:46.230Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-11T00:45:46.230Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-11T00:45:46.230Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:46.230Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-11T00:45:46.230Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:45:46.491Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-11T00:45:46.491Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-11T00:45:46.491Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:45:46.491Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-11T00:45:46.491Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-11T00:45:46.751Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-11T00:45:46.751Z] Updating certificates in /etc/ssl/certs... [2021-03-11T00:45:47.320Z] 0 added, 0 removed; done. [2021-03-11T00:45:47.320Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-11T00:45:47.320Z] done. [2021-03-11T00:45:47.581Z] Reading package lists... [2021-03-11T00:45:47.840Z] Building dependency tree... [2021-03-11T00:45:47.840Z] Reading state information... [2021-03-11T00:45:47.840Z] The following NEW packages will be installed: [2021-03-11T00:45:47.840Z] apt-transport-https [2021-03-11T00:45:48.101Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:45:48.101Z] Need to get 1696 B of archives. [2021-03-11T00:45:48.101Z] After this operation, 153 kB of additional disk space will be used. [2021-03-11T00:45:48.101Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-11T00:45:48.101Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:45:48.101Z] Fetched 1696 B in 0s (45.1 kB/s) [2021-03-11T00:45:48.101Z] Selecting previously unselected package apt-transport-https. [2021-03-11T00:45:48.101Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-11T00:45:48.101Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-11T00:45:48.101Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T00:45:48.362Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-11T00:45:48.362Z] Waiting for network to be ready... [2021-03-11T00:45:53.643Z] 2021-03-11T00:45:51Z INFO Waiting for automatic snapd restart... [2021-03-11T00:45:53.903Z] snapd 2.49 from Canonical* installed [2021-03-11T00:45:54.844Z] "snapd" switched to the "latest/stable" channel [2021-03-11T00:45:54.844Z] [2021-03-11T00:45:57.388Z] core18 20210128 from Canonical* installed [2021-03-11T00:45:57.648Z] "core18" switched to the "latest/stable" channel [2021-03-11T00:45:57.648Z] [2021-03-11T00:46:00.945Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T00:46:00.945Z] "snapcraft" switched to the "latest/stable" channel [2021-03-11T00:46:00.945Z] [2021-03-11T00:46:04.243Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-11T00:46:04.243Z] - README.md [2021-03-11T00:46:04.243Z] - snapcraft.yaml.orig [2021-03-11T00:46:04.243Z] [2021-03-11T00:46:04.243Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-11T00:46:10.833Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:46:10.833Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:46:10.833Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:46:10.833Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:46:11.663Z] Reading package lists... [2021-03-11T00:46:12.233Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-11T00:46:18.815Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:46:18.815Z] Reading package lists... [2021-03-11T00:46:18.815Z] Building dependency tree... [2021-03-11T00:46:18.815Z] Reading state information... [2021-03-11T00:46:18.815Z] Suggested packages: [2021-03-11T00:46:18.815Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-11T00:46:18.815Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-11T00:46:18.815Z] Recommended packages: [2021-03-11T00:46:18.815Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-11T00:46:18.815Z] The following NEW packages will be installed: [2021-03-11T00:46:18.815Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-11T00:46:18.815Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-11T00:46:18.815Z] pkg-config zip [2021-03-11T00:46:18.815Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-11T00:46:18.815Z] Need to get 7658 kB of archives. [2021-03-11T00:46:18.815Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-11T00:46:18.815Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-11T00:46:18.815Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-11T00:46:18.815Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-11T00:46:18.815Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-11T00:46:18.815Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-11T00:46:18.815Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-11T00:46:18.815Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-11T00:46:18.815Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-11T00:46:18.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:18.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:18.872Z] ---> 92c806a2f981 [2021-03-11T00:46:18.872Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:46:18.872Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:18.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:18.872Z] ---> 92c806a2f981 [2021-03-11T00:46:18.872Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:46:18.872Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:18.872Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:18.872Z] ---> 92c806a2f981 [2021-03-11T00:46:18.872Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:46:18.872Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:18.872Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:18.872Z] ---> 92c806a2f981 [2021-03-11T00:46:18.873Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:46:18.873Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:18.873Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:18.873Z] ---> 92c806a2f981 [2021-03-11T00:46:18.873Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:46:18.873Z] ---> Running in 45f728e8ff90 [2021-03-11T00:46:18.873Z] ---> Running in 038866811a10 [2021-03-11T00:46:18.873Z] ---> Running in 7b8bd991def3 [2021-03-11T00:46:18.873Z] ---> Running in 683245c83ee1 [2021-03-11T00:46:18.873Z] ---> Running in 941bebe46a6a [2021-03-11T00:46:18.873Z] Removing intermediate container 7b8bd991def3 [2021-03-11T00:46:18.873Z] ---> 786390c49112 [2021-03-11T00:46:18.873Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:18.873Z] Removing intermediate container 941bebe46a6a [2021-03-11T00:46:18.873Z] ---> 2c29f8de59af [2021-03-11T00:46:18.873Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:18.873Z] Removing intermediate container 45f728e8ff90 [2021-03-11T00:46:18.873Z] Removing intermediate container 683245c83ee1 [2021-03-11T00:46:18.873Z] ---> b60e6969670e [2021-03-11T00:46:18.873Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:18.873Z] ---> a20cb6afcb0e [2021-03-11T00:46:18.873Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:18.873Z] Removing intermediate container 038866811a10 [2021-03-11T00:46:18.873Z] ---> fe7317faf4c1 [2021-03-11T00:46:18.873Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:18.873Z] ---> Running in b25b781ae963 [2021-03-11T00:46:18.873Z] ---> Running in 681482b23802 [2021-03-11T00:46:18.873Z] ---> Running in 2c4b878baed5 [2021-03-11T00:46:18.873Z] ---> Running in 0d256065d30d [2021-03-11T00:46:18.873Z] ---> Running in 38a1ca9b6862 [2021-03-11T00:46:18.873Z] Removing intermediate container 681482b23802 [2021-03-11T00:46:18.873Z] ---> 78a5db8a2ba9 [2021-03-11T00:46:18.873Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:46:18.873Z] ---> Running in 66ea4f2cf63e [2021-03-11T00:46:18.873Z] Removing intermediate container 38a1ca9b6862 [2021-03-11T00:46:18.873Z] ---> 334523a55792 [2021-03-11T00:46:18.873Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:46:18.873Z] Removing intermediate container 0d256065d30d [2021-03-11T00:46:18.873Z] ---> 9587521203b7 [2021-03-11T00:46:18.873Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:46:18.873Z] Removing intermediate container b25b781ae963 [2021-03-11T00:46:18.873Z] ---> 4ef3eff693cc [2021-03-11T00:46:18.873Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:46:18.873Z] ---> Running in a1a00c085f83 [2021-03-11T00:46:18.873Z] Removing intermediate container 2c4b878baed5 [2021-03-11T00:46:18.873Z] ---> 5df55c3fafc9 [2021-03-11T00:46:18.873Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:46:18.873Z] ---> Running in 99a8da3dcb2f [2021-03-11T00:46:18.873Z] ---> Running in 5e4bbaa72f54 [2021-03-11T00:46:18.873Z] ---> Running in 6069bda4639b [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:18.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:46:19.075Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-11T00:46:19.337Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-11T00:46:19.337Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-11T00:46:19.508Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:19.599Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-11T00:46:19.599Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-11T00:46:19.599Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-11T00:46:19.599Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-11T00:46:19.788Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:19.788Z] Removing intermediate container 66ea4f2cf63e [2021-03-11T00:46:19.788Z] ---> 0ca6801a544c [2021-03-11T00:46:19.788Z] Step 6/23 : COPY go.mod . [2021-03-11T00:46:19.860Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-11T00:46:19.860Z] Fetched 7658 kB in 1s (6530 kB/s) [2021-03-11T00:46:19.860Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-11T00:46:19.860Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-11T00:46:19.860Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-11T00:46:19.860Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T00:46:20.070Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:20.120Z] Selecting previously unselected package libpsl5:amd64. [2021-03-11T00:46:20.120Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-11T00:46:20.120Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T00:46:20.120Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-11T00:46:20.120Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-11T00:46:20.120Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T00:46:20.350Z] OK: 217 MiB in 51 packages [2021-03-11T00:46:20.380Z] Selecting previously unselected package librtmp1:amd64. [2021-03-11T00:46:20.381Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-11T00:46:20.381Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T00:46:20.381Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-11T00:46:20.381Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-11T00:46:20.381Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T00:46:20.641Z] Selecting previously unselected package liberror-perl. [2021-03-11T00:46:20.641Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-11T00:46:20.641Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-11T00:46:20.641Z] Selecting previously unselected package git-man. [2021-03-11T00:46:20.641Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-11T00:46:20.641Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:46:20.901Z] Selecting previously unselected package git. [2021-03-11T00:46:20.901Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-11T00:46:20.901Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:46:21.341Z] Removing intermediate container a1a00c085f83 [2021-03-11T00:46:21.342Z] ---> 4731125845d3 [2021-03-11T00:46:21.342Z] Step 6/22 : COPY go.mod . [2021-03-11T00:46:21.342Z] ---> c7b0b2bad4eb [2021-03-11T00:46:21.342Z] Step 7/23 : RUN go mod download [2021-03-11T00:46:21.474Z] Selecting previously unselected package libnorm1:amd64. [2021-03-11T00:46:21.474Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-11T00:46:21.474Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T00:46:21.622Z] ---> Running in a5d6a578dd8f [2021-03-11T00:46:21.622Z] Removing intermediate container 6069bda4639b [2021-03-11T00:46:21.622Z] ---> 0f1a56e50437 [2021-03-11T00:46:21.622Z] Step 6/22 : COPY go.mod . [2021-03-11T00:46:21.736Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-11T00:46:21.736Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-11T00:46:21.736Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T00:46:21.736Z] Selecting previously unselected package libsodium23:amd64. [2021-03-11T00:46:21.736Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-11T00:46:21.736Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-11T00:46:22.001Z] Selecting previously unselected package libzmq5:amd64. [2021-03-11T00:46:22.001Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T00:46:22.001Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:46:22.001Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-11T00:46:22.001Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-11T00:46:22.001Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:46:22.001Z] Selecting previously unselected package pkg-config. [2021-03-11T00:46:22.001Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-11T00:46:22.234Z] Removing intermediate container 5e4bbaa72f54 [2021-03-11T00:46:22.234Z] ---> 6f2472ccc0cc [2021-03-11T00:46:22.234Z] Step 6/21 : COPY go.mod . [2021-03-11T00:46:22.262Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T00:46:22.262Z] Selecting previously unselected package zip. [2021-03-11T00:46:22.262Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-11T00:46:22.262Z] Unpacking zip (3.0-11build1) ... [2021-03-11T00:46:22.262Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-11T00:46:22.262Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:46:22.262Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-11T00:46:22.262Z] Setting up liberror-perl (0.17025-1) ... [2021-03-11T00:46:22.262Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-11T00:46:22.521Z] Removing intermediate container 99a8da3dcb2f [2021-03-11T00:46:22.521Z] ---> 0ed0e69ed25e [2021-03-11T00:46:22.521Z] Step 6/26 : COPY go.mod . [2021-03-11T00:46:22.523Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-11T00:46:22.523Z] No schema files found: doing nothing. [2021-03-11T00:46:22.523Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-11T00:46:22.523Z] Setting up zip (3.0-11build1) ... [2021-03-11T00:46:22.523Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-11T00:46:22.523Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-11T00:46:22.523Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-11T00:46:22.523Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:46:22.523Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-11T00:46:22.523Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-11T00:46:22.783Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-11T00:46:22.783Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-11T00:46:22.803Z] ---> 6ab83244f47b [2021-03-11T00:46:22.803Z] Step 7/22 : RUN go mod download [2021-03-11T00:46:22.803Z] ---> Running in bcf6000e2003 [2021-03-11T00:46:23.093Z] ---> e2cb03738b37 [2021-03-11T00:46:23.093Z] Step 7/22 : RUN go mod download [2021-03-11T00:46:23.369Z] ---> Running in 04c7fd9194ad [2021-03-11T00:46:23.659Z] ---> 97d6b30e6b22 [2021-03-11T00:46:23.659Z] Step 7/21 : RUN go mod download [2021-03-11T00:46:23.659Z] ---> Running in 1d37f66227dd [2021-03-11T00:46:23.938Z] ---> e298234bc489 [2021-03-11T00:46:23.938Z] Step 7/26 : RUN go mod download [2021-03-11T00:46:24.225Z] ---> Running in 10482cfc8dfc [2021-03-11T00:46:26.210Z] Removing intermediate container a5d6a578dd8f [2021-03-11T00:46:26.210Z] ---> 23a1dd0a7ae7 [2021-03-11T00:46:26.210Z] Step 8/23 : COPY . . [2021-03-11T00:46:28.227Z] Removing intermediate container bcf6000e2003 [2021-03-11T00:46:28.227Z] ---> cda9577250f4 [2021-03-11T00:46:28.227Z] Step 8/22 : COPY . . [2021-03-11T00:46:28.827Z] Removing intermediate container 04c7fd9194ad [2021-03-11T00:46:28.827Z] ---> c9d1164a2b64 [2021-03-11T00:46:28.827Z] Step 8/22 : COPY . . [2021-03-11T00:46:29.364Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:46:29.364Z] git set to automatically installed. [2021-03-11T00:46:29.364Z] git-man set to automatically installed. [2021-03-11T00:46:29.364Z] libcurl3-gnutls set to automatically installed. [2021-03-11T00:46:29.364Z] liberror-perl set to automatically installed. [2021-03-11T00:46:29.364Z] libglib2.0-0 set to automatically installed. [2021-03-11T00:46:29.364Z] libnghttp2-14 set to automatically installed. [2021-03-11T00:46:29.364Z] libnorm1 set to automatically installed. [2021-03-11T00:46:29.364Z] libpgm-5.2-0 set to automatically installed. [2021-03-11T00:46:29.364Z] libpsl5 set to automatically installed. [2021-03-11T00:46:29.364Z] librtmp1 set to automatically installed. [2021-03-11T00:46:29.364Z] libsodium23 set to automatically installed. [2021-03-11T00:46:29.364Z] libzmq3-dev set to automatically installed. [2021-03-11T00:46:29.364Z] libzmq5 set to automatically installed. [2021-03-11T00:46:29.364Z] pkg-config set to automatically installed. [2021-03-11T00:46:29.364Z] zip set to automatically installed. [2021-03-11T00:46:29.899Z] Removing intermediate container 1d37f66227dd [2021-03-11T00:46:29.899Z] ---> fdf8e841adcd [2021-03-11T00:46:29.899Z] Step 8/21 : COPY . . [2021-03-11T00:46:31.063Z] snapd is not logged in, snap install commands will use sudo [2021-03-11T00:46:31.073Z] Removing intermediate container 10482cfc8dfc [2021-03-11T00:46:31.073Z] ---> aca546795bb1 [2021-03-11T00:46:31.073Z] Step 8/26 : COPY . . [2021-03-11T00:46:37.655Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-11T00:46:37.655Z] snap "core18" has no updates available [2021-03-11T00:46:37.914Z] Pulling config-common [2021-03-11T00:46:37.914Z] + snapcraftctl pull [2021-03-11T00:46:38.857Z] Pulling go-build-helper [2021-03-11T00:46:38.857Z] + snapcraftctl pull [2021-03-11T00:46:57.889Z] ---> 4ffdb6b9b236 [2021-03-11T00:46:57.889Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:46:57.889Z] ---> b2edfe2ca71f [2021-03-11T00:46:57.889Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:46:57.889Z] ---> 39d46ad5fce1 [2021-03-11T00:46:57.889Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:46:57.889Z] ---> Running in 8e638f50df48 [2021-03-11T00:46:57.889Z] ---> Running in 977e21e4b1bd [2021-03-11T00:46:57.889Z] ---> ae2f216bc961 [2021-03-11T00:46:57.889Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:46:57.889Z] ---> 301d0e1b787b [2021-03-11T00:46:57.889Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:46:57.889Z] ---> Running in b0eeaf57cf87 [2021-03-11T00:46:57.889Z] ---> Running in d16d7eed6150 [2021-03-11T00:46:57.889Z] ---> Running in b080c296c52a [2021-03-11T00:46:57.889Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T00:46:57.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T00:46:58.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T00:46:58.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T00:46:58.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T00:47:00.814Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-11T00:47:00.814Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-11T00:47:00.814Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-11T00:47:00.814Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-11T00:47:00.814Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-11T00:47:00.814Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-11T00:47:00.814Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-11T00:47:00.814Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-11T00:47:00.814Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-11T00:47:00.814Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-11T00:47:00.814Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-11T00:47:00.814Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-11T00:47:00.814Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-11T00:47:00.814Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-11T00:47:00.814Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-11T00:47:00.814Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-11T00:47:00.814Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-11T00:47:00.814Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-11T00:47:00.814Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-11T00:47:00.814Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-11T00:47:00.814Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-11T00:47:00.814Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-11T00:47:00.814Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-11T00:47:00.814Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-11T00:47:00.814Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-11T00:47:00.814Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-11T00:47:00.814Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-11T00:47:00.814Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-11T00:47:00.814Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-11T00:47:00.814Z] Fetched 279 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-11T00:47:00.814Z] Fetched 122 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-11T00:47:00.814Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-11T00:47:00.814Z] Fetched 8848 B in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-11T00:47:00.814Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-11T00:47:00.814Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-11T00:47:00.814Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-11T00:47:00.814Z] Fetched 214 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-11T00:47:00.814Z] Fetched 154 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-11T00:47:00.814Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-11T00:47:00.814Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-11T00:47:00.814Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-11T00:47:00.815Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-11T00:47:00.815Z] Fetched 499 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-11T00:47:00.815Z] Fetched 111 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-11T00:47:00.815Z] Fetched 240 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-11T00:47:00.815Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-11T00:47:00.815Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-11T00:47:00.815Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-11T00:47:00.815Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-11T00:47:00.815Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-11T00:47:00.815Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-11T00:47:00.815Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-11T00:47:00.815Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-11T00:47:00.815Z] Fetched 8720 B in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-11T00:47:00.815Z] Fetched 137 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-11T00:47:00.815Z] Fetched 119 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-11T00:47:00.815Z] Fetched 109 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-11T00:47:00.815Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-11T00:47:00.815Z] Fetched 645 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-11T00:47:00.815Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-11T00:47:00.815Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-11T00:47:00.815Z] Fetched 368 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-11T00:47:00.815Z] Fetched 187 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-11T00:47:00.815Z] Fetched 175 kB in 0s (0 B/s) [2021-03-11T00:47:00.815Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-11T00:47:04.111Z] Fetched 206 kB in 0s (0 B/s) [2021-03-11T00:47:04.111Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-11T00:47:04.111Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-11T00:47:04.111Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-11T00:47:04.111Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-11T00:47:04.111Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-11T00:47:04.111Z] Fetched 159 kB in 0s (0 B/s) [2021-03-11T00:47:04.111Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-11T00:47:04.111Z] Fetched 107 kB in 0s (0 B/s) [2021-03-11T00:47:04.111Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-11T00:47:04.111Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-11T00:47:04.111Z] Pulling static-packages [2021-03-11T00:47:04.111Z] + snapcraftctl pull [2021-03-11T00:47:04.690Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-11T00:47:04.690Z] Skipping pull go-build-helper (already ran) [2021-03-11T00:47:04.690Z] Skipping pull static-packages (already ran) [2021-03-11T00:47:04.690Z] Building go-build-helper [2021-03-11T00:47:04.690Z] + snapcraftctl build [2021-03-11T00:47:08.220Z] Building static-packages [2021-03-11T00:47:08.220Z] + snapcraftctl build [2021-03-11T00:47:10.175Z] Staging go-build-helper [2021-03-11T00:47:10.175Z] + snapcraftctl stage [2021-03-11T00:47:10.744Z] Staging static-packages [2021-03-11T00:47:10.744Z] + snapcraftctl stage [2021-03-11T00:47:11.684Z] Pulling go115 [2021-03-11T00:47:11.684Z] + snapcraftctl pull [2021-03-11T00:47:12.624Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-11T00:47:12.624Z] Skipping pull go115 (already ran) [2021-03-11T00:47:12.624Z] Building go115 [2021-03-11T00:47:12.624Z] + dpkg --print-architecture [2021-03-11T00:47:12.624Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-11T00:47:12.624Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-11T00:47:12.624Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-11T00:47:12.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T00:47:12.624Z] Dload Upload Total Spent Left Speed [2021-03-11T00:47:16.227Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2863k 0 0 9238k 0 0:00:12 --:--:-- 0:00:12 9208k 34 115M 34 39.7M 0 0 30.3M 0 0:00:03 0:00:01 0:00:02 30.3M 69 115M 69 79.7M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 98 115M 98 114M 0 0 34.5M 0 0:00:03 0:00:03 --:--:-- 34.4M 100 115M 100 115M 0 0 34.6M 0 0:00:03 0:00:03 --:--:-- 34.6M [2021-03-11T00:47:16.227Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-11T00:47:16.227Z] + sha256sum -c sha256 [2021-03-11T00:47:16.227Z] + grep OK [2021-03-11T00:47:16.497Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-11T00:47:16.497Z] + mkdir -p /root/stage/go1.15 [2021-03-11T00:47:16.497Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-11T00:47:20.709Z] Staging go115 [2021-03-11T00:47:20.709Z] + snapcraftctl stage [2021-03-11T00:47:25.988Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-11T00:47:25.988Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-11T00:47:25.988Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-11T00:47:25.989Z] Fetched 0 B in 0s (0 B/s) [2021-03-11T00:47:25.989Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-11T00:47:25.989Z] Fetched 224 kB in 0s (0 B/s) [2021-03-11T00:47:25.989Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-11T00:47:25.989Z] Fetched 157 kB in 0s (0 B/s) [2021-03-11T00:47:25.989Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-11T00:47:25.989Z] Fetched 221 kB in 0s (0 B/s) [2021-03-11T00:47:25.989Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-11T00:47:25.989Z] Fetched 143 kB in 0s (0 B/s) [2021-03-11T00:47:25.989Z] Pulling edgex-go [2021-03-11T00:47:25.989Z] + snapcraftctl pull [2021-03-11T00:47:26.559Z] Pulling version [2021-03-11T00:47:26.559Z] + cd /root/project [2021-03-11T00:47:26.559Z] + [ -f VERSION ] [2021-03-11T00:47:26.559Z] + PROJECT_VERSION=local-dev [2021-03-11T00:47:26.559Z] + git rev-parse --short HEAD [2021-03-11T00:47:26.559Z] + GIT_REVISION=5fcd4963 [2021-03-11T00:47:26.559Z] + snapcraftctl set-version local-dev [2021-03-11T00:47:27.498Z] Building config-common [2021-03-11T00:47:27.498Z] + snapcraftctl build [2021-03-11T00:47:29.406Z] Skipping build go-build-helper (already ran) [2021-03-11T00:47:29.406Z] Skipping build static-packages (already ran) [2021-03-11T00:47:29.406Z] Skipping build go115 (already ran) [2021-03-11T00:47:29.406Z] Building edgex-go [2021-03-11T00:47:29.406Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-11T00:47:29.406Z] + cd /root/parts/edgex-go/src [2021-03-11T00:47:29.406Z] + make build [2021-03-11T00:47:29.406Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-11T00:47:31.315Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-11T00:47:31.315Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-11T00:47:31.315Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-11T00:47:31.315Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 [2021-03-11T00:47:31.315Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-11T00:47:31.315Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-11T00:47:31.592Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-11T00:47:31.592Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-11T00:47:31.592Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-11T00:47:31.592Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-11T00:47:31.592Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-11T00:47:31.592Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-11T00:47:31.592Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-11T00:47:31.592Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-11T00:47:31.592Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-11T00:47:31.592Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-11T00:47:31.592Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-11T00:47:31.592Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-11T00:47:31.592Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-11T00:47:31.592Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-11T00:47:31.592Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-11T00:47:31.592Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-11T00:47:31.592Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-11T00:47:31.592Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-11T00:47:31.857Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-11T00:47:31.857Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-11T00:47:31.857Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-11T00:47:31.857Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-11T00:47:31.857Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-11T00:47:31.857Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-11T00:47:31.857Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-11T00:47:31.857Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-11T00:47:31.857Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-11T00:47:31.857Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-11T00:47:31.857Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-11T00:47:31.857Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-11T00:47:32.117Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-11T00:47:32.117Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-11T00:47:38.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T00:47:38.693Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-11T00:47:42.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T00:47:43.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-11T00:47:44.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T00:47:45.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-11T00:47:45.113Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-11T00:47:45.371Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-11T00:47:45.371Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-11T00:47:45.371Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-11T00:47:46.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-11T00:47:46.758Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-11T00:47:46.758Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-11T00:47:48.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-11T00:47:49.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T00:47:49.074Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-11T00:47:50.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T00:47:51.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T00:47:51.020Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-11T00:47:51.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:47:51.956Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-11T00:47:53.862Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-11T00:47:53.862Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-11T00:47:53.862Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-11T00:47:53.862Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-11T00:47:53.862Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-11T00:47:53.862Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-11T00:47:53.862Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-11T00:47:53.862Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-11T00:47:53.862Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-11T00:47:53.862Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-11T00:47:53.862Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-11T00:47:54.826Z] Building version [2021-03-11T00:47:54.826Z] + snapcraftctl build [2021-03-11T00:47:56.735Z] Staging config-common [2021-03-11T00:47:56.735Z] + snapcraftctl stage [2021-03-11T00:47:57.304Z] Skipping stage go-build-helper (already ran) [2021-03-11T00:47:57.304Z] Skipping stage static-packages (already ran) [2021-03-11T00:47:57.304Z] Skipping stage go115 (already ran) [2021-03-11T00:47:57.304Z] Staging edgex-go [2021-03-11T00:47:57.304Z] + snapcraftctl stage [2021-03-11T00:47:58.243Z] Staging version [2021-03-11T00:47:58.243Z] + snapcraftctl stage [2021-03-11T00:47:59.187Z] Priming config-common [2021-03-11T00:47:59.187Z] + snapcraftctl prime [2021-03-11T00:48:00.132Z] Priming go-build-helper [2021-03-11T00:48:00.132Z] + snapcraftctl prime [2021-03-11T00:48:01.073Z] Priming static-packages [2021-03-11T00:48:01.073Z] + snapcraftctl prime [2021-03-11T00:48:03.615Z] Priming go115 [2021-03-11T00:48:03.615Z] + snapcraftctl prime [2021-03-11T00:48:04.185Z] Priming edgex-go [2021-03-11T00:48:04.185Z] + snapcraftctl prime [2021-03-11T00:48:05.127Z] Priming version [2021-03-11T00:48:05.127Z] + snapcraftctl prime [2021-03-11T00:48:06.070Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T00:48:50.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-11T00:49:08.442Z] Removing intermediate container b080c296c52a [2021-03-11T00:49:08.442Z] ---> cc9395419504 [2021-03-11T00:49:08.442Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:49:08.442Z] Removing intermediate container b0eeaf57cf87 [2021-03-11T00:49:08.442Z] ---> e696e7804a41 [2021-03-11T00:49:08.442Z] [2021-03-11T00:49:08.442Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:49:08.442Z] 3.12: Pulling from library/alpine [2021-03-11T00:49:08.442Z] ---> Running in 12f3a281a619 [2021-03-11T00:49:08.442Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:49:08.442Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:49:08.442Z] ---> d10569e2745f [2021-03-11T00:49:08.442Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:49:08.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-11T00:49:08.721Z] ---> Running in 4162aa72de62 [2021-03-11T00:49:10.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:11.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:12.004Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:12.004Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:49:12.004Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:49:12.004Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:49:12.004Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:12.004Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:12.294Z] OK: 7 MiB in 18 packages [2021-03-11T00:49:15.714Z] Removing intermediate container 4162aa72de62 [2021-03-11T00:49:15.714Z] ---> 00a8db4f397d [2021-03-11T00:49:15.714Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:49:15.714Z] Removing intermediate container 12f3a281a619 [2021-03-11T00:49:15.714Z] ---> e494b3a2a98c [2021-03-11T00:49:15.714Z] [2021-03-11T00:49:15.714Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:49:15.714Z] ---> Running in 2e462a56f4bc [2021-03-11T00:49:15.714Z] 20.10.0: Pulling from library/docker [2021-03-11T00:49:16.787Z] Removing intermediate container 2e462a56f4bc [2021-03-11T00:49:16.787Z] ---> ab2f1675cbbb [2021-03-11T00:49:16.787Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:49:16.787Z] ---> Running in 17e7df53acba [2021-03-11T00:49:19.102Z] Removing intermediate container 17e7df53acba [2021-03-11T00:49:19.102Z] ---> adc935c66b7d [2021-03-11T00:49:19.102Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:49:22.542Z] ---> 2e8aa16a65f0 [2021-03-11T00:49:22.542Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:49:25.974Z] ---> 3bda7407216e [2021-03-11T00:49:25.974Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:49:29.384Z] Removing intermediate container d16d7eed6150 [2021-03-11T00:49:29.384Z] ---> 8798a150215d [2021-03-11T00:49:29.384Z] [2021-03-11T00:49:29.384Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:29.384Z] ---> d10569e2745f [2021-03-11T00:49:29.384Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:49:29.384Z] Removing intermediate container 977e21e4b1bd [2021-03-11T00:49:29.384Z] ---> d426585a0dd2 [2021-03-11T00:49:29.384Z] [2021-03-11T00:49:29.384Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:49:29.384Z] ---> d10569e2745f [2021-03-11T00:49:29.384Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:49:29.384Z] ---> fb7a46961c87 [2021-03-11T00:49:29.384Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:49:29.658Z] ---> Running in 00440e40f72b [2021-03-11T00:49:29.935Z] ---> Running in f52138d2c6bf [2021-03-11T00:49:29.935Z] ---> Running in e5ae2f5ffaaf [2021-03-11T00:49:31.383Z] Removing intermediate container e5ae2f5ffaaf [2021-03-11T00:49:31.383Z] ---> 8b946ad958a1 [2021-03-11T00:49:31.383Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:49:31.660Z] ---> Running in 3f5abc869264 [2021-03-11T00:49:32.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:32.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:32.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:32.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:32.827Z] Removing intermediate container 3f5abc869264 [2021-03-11T00:49:32.827Z] ---> 137a1a53c3d6 [2021-03-11T00:49:32.827Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T00:49:33.103Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:49:33.387Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:33.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:33.387Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:49:33.387Z] ---> Running in 851dd4c7077c [2021-03-11T00:49:33.387Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:33.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:33.387Z] OK: 5 MiB in 15 packages [2021-03-11T00:49:33.661Z] OK: 6 MiB in 16 packages [2021-03-11T00:49:34.665Z] Removing intermediate container 851dd4c7077c [2021-03-11T00:49:34.665Z] ---> 30b6f6ce15f6 [2021-03-11T00:49:34.665Z] Step 20/21 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:49:34.942Z] ---> Running in a48c3ae83eaa [2021-03-11T00:49:35.923Z] Removing intermediate container a48c3ae83eaa [2021-03-11T00:49:35.923Z] ---> bfe94a175e79 [2021-03-11T00:49:35.923Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:49:35.923Z] ---> Running in ff2347860c6e [2021-03-11T00:49:36.194Z] Removing intermediate container 00440e40f72b [2021-03-11T00:49:36.194Z] ---> 019b2d82a429 [2021-03-11T00:49:36.194Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:36.470Z] ---> Running in 5e8c8a85cd44 [2021-03-11T00:49:37.071Z] Removing intermediate container ff2347860c6e [2021-03-11T00:49:37.071Z] ---> fff5960341df [2021-03-11T00:49:37.071Z] [2021-03-11T00:49:37.071Z] Removing intermediate container f52138d2c6bf [2021-03-11T00:49:37.071Z] ---> 00d10a095894 [2021-03-11T00:49:37.071Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:49:37.345Z] ---> Running in 09d140d3959b [2021-03-11T00:49:37.345Z] Removing intermediate container 5e8c8a85cd44 [2021-03-11T00:49:37.345Z] ---> ce0c28f178b1 [2021-03-11T00:49:37.345Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:49:37.629Z] Successfully built fff5960341df [2021-03-11T00:49:37.629Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:49:37.629Z] ---> Running in 67c6abe6dc8f [2021-03-11T00:49:37.629Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T00:49:37.629Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-11T00:49:37.911Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:49:37.911Z] ---> eeaf43b92773 [2021-03-11T00:49:37.911Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:49:37.911Z] ---> Running in 42bc4215e736 [2021-03-11T00:49:38.188Z] Removing intermediate container 09d140d3959b [2021-03-11T00:49:38.188Z] ---> 4113c235bc24 [2021-03-11T00:49:38.188Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:49:38.465Z] ---> Running in 26a719ce25d8 [2021-03-11T00:49:38.465Z] Removing intermediate container 67c6abe6dc8f [2021-03-11T00:49:38.465Z] ---> b9c154976be6 [2021-03-11T00:49:38.465Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:39.071Z] ---> Running in 6af42687989a [2021-03-11T00:49:39.677Z] Removing intermediate container 26a719ce25d8 [2021-03-11T00:49:39.677Z] ---> 0a8484aa050a [2021-03-11T00:49:39.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:49:39.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:39.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:40.562Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:49:40.562Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:49:40.562Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:49:40.562Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:40.841Z] OK: 12 MiB in 22 packages [2021-03-11T00:49:41.119Z] ---> Running in a0148ba9e3ce [2021-03-11T00:49:41.119Z] Removing intermediate container 6af42687989a [2021-03-11T00:49:41.119Z] ---> 14a627e2ad85 [2021-03-11T00:49:41.119Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:42.611Z] Removing intermediate container a0148ba9e3ce [2021-03-11T00:49:42.611Z] ---> 6810afd40aca [2021-03-11T00:49:42.611Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:49:42.611Z] ---> 19d9339452d2 [2021-03-11T00:49:42.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:49:42.895Z] Removing intermediate container 8e638f50df48 [2021-03-11T00:49:42.896Z] ---> 25b2491e1145 [2021-03-11T00:49:42.896Z] [2021-03-11T00:49:42.896Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:49:42.896Z] ---> d10569e2745f [2021-03-11T00:49:42.896Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:49:43.885Z] ---> Running in 55b7d27d060a [2021-03-11T00:49:43.885Z] Removing intermediate container 42bc4215e736 [2021-03-11T00:49:43.885Z] ---> 24fd5db89ef9 [2021-03-11T00:49:43.885Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:49:44.878Z] ---> 6c4686bb0b9c [2021-03-11T00:49:44.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:49:44.878Z] ---> Running in 2a26a694830e [2021-03-11T00:49:45.151Z] Removing intermediate container 55b7d27d060a [2021-03-11T00:49:45.151Z] ---> 0cca0053e7ea [2021-03-11T00:49:45.151Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:49:45.151Z] ---> e66444b061d1 [2021-03-11T00:49:45.151Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:45.428Z] ---> Running in 13b3703854a4 [2021-03-11T00:49:45.702Z] Removing intermediate container 2a26a694830e [2021-03-11T00:49:45.702Z] ---> 5558dfd77414 [2021-03-11T00:49:45.702Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:49:45.976Z] ---> Running in f91ab3610fee [2021-03-11T00:49:46.250Z] Removing intermediate container 13b3703854a4 [2021-03-11T00:49:46.250Z] ---> 545cff1f0afb [2021-03-11T00:49:46.250Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:49:46.537Z] ---> 01b399408a3d [2021-03-11T00:49:46.537Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:49:46.537Z] ---> Running in 03ca2a982733 [2021-03-11T00:49:46.538Z] ---> Running in 9243bc79f594 [2021-03-11T00:49:46.811Z] ---> b49b5162d858 [2021-03-11T00:49:46.811Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:46.811Z] Removing intermediate container f91ab3610fee [2021-03-11T00:49:46.811Z] ---> 6b5381160421 [2021-03-11T00:49:46.811Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:49:47.089Z] ---> Running in 593687178b32 [2021-03-11T00:49:47.364Z] Removing intermediate container 03ca2a982733 [2021-03-11T00:49:47.364Z] ---> b67c8d344f15 [2021-03-11T00:49:47.364Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:49:47.639Z] Removing intermediate container 9243bc79f594 [2021-03-11T00:49:47.639Z] ---> b590b133bbae [2021-03-11T00:49:47.639Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:47.912Z] ---> Running in 7c55789c0784 [2021-03-11T00:49:48.189Z] ---> Running in 330a85f3d060 [2021-03-11T00:49:48.189Z] Removing intermediate container 593687178b32 [2021-03-11T00:49:48.189Z] ---> d42161700cbc [2021-03-11T00:49:48.189Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:49:48.465Z] ---> 05ac8de83218 [2021-03-11T00:49:48.465Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:49:49.082Z] ---> Running in 31ee350b4a41 [2021-03-11T00:49:49.355Z] Removing intermediate container 330a85f3d060 [2021-03-11T00:49:49.355Z] ---> dae3b67948a0 [2021-03-11T00:49:49.355Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:49:49.957Z] ---> Running in c59c7ceecef6 [2021-03-11T00:49:50.236Z] Removing intermediate container 31ee350b4a41 [2021-03-11T00:49:50.236Z] ---> 12725edc2658 [2021-03-11T00:49:50.236Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:49:50.522Z] ---> baa496f25a46 [2021-03-11T00:49:50.522Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:49:50.799Z] Removing intermediate container c59c7ceecef6 [2021-03-11T00:49:50.799Z] ---> eed53d042e59 [2021-03-11T00:49:50.799Z] Step 21/22 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:49:50.799Z] ---> Running in 084285de3cbb [2021-03-11T00:49:51.075Z] ---> Running in b4c4e683d176 [2021-03-11T00:49:51.676Z] Removing intermediate container 084285de3cbb [2021-03-11T00:49:51.676Z] ---> f487c3af4061 [2021-03-11T00:49:51.676Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:49:52.274Z] Removing intermediate container 7c55789c0784 [2021-03-11T00:49:52.274Z] ---> 48289a6edace [2021-03-11T00:49:52.274Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:49:52.274Z] ---> 0b3aeebb2c4f [2021-03-11T00:49:52.274Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:49:52.274Z] Removing intermediate container b4c4e683d176 [2021-03-11T00:49:52.274Z] ---> e7ea9ea18475 [2021-03-11T00:49:52.274Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:52.549Z] ---> Running in 1b055085b005 [2021-03-11T00:49:52.822Z] ---> Running in e44d2d5bf319 [2021-03-11T00:49:52.822Z] ---> Running in 9aec5afd4099 [2021-03-11T00:49:53.430Z] Removing intermediate container 1b055085b005 [2021-03-11T00:49:53.430Z] ---> 020a52c8c7d4 [2021-03-11T00:49:53.430Z] Step 21/22 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:49:53.721Z] Removing intermediate container 9aec5afd4099 [2021-03-11T00:49:53.721Z] ---> b35777abfb2d [2021-03-11T00:49:53.721Z] [2021-03-11T00:49:54.009Z] ---> 6dee2e6c2203 [2021-03-11T00:49:54.009Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:49:54.009Z] ---> Running in 8e92b59ce322 [2021-03-11T00:49:54.642Z] Successfully built b35777abfb2d [2021-03-11T00:49:54.642Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T00:49:54.642Z] Building docker-security-bootstrapper-go [2021-03-11T00:49:54.642Z] ---> Running in 5ae677efa106 [2021-03-11T00:49:54.919Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:54.919Z] Removing intermediate container 8e92b59ce322 [2021-03-11T00:49:54.919Z] ---> 0994576bbccc [2021-03-11T00:49:54.919Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:49:55.194Z] ---> Running in 4c668c48e499 [2021-03-11T00:49:55.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:55.794Z] Removing intermediate container 4c668c48e499 [2021-03-11T00:49:55.794Z] ---> a5009756a4ff [2021-03-11T00:49:55.794Z] [2021-03-11T00:49:56.392Z] Successfully built a5009756a4ff [2021-03-11T00:49:56.392Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:49:56.392Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T00:49:56.392Z] Building docker-core-metadata-go [2021-03-11T00:49:56.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:56.392Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:49:56.666Z]  Building docker-support-notifications-go ... done (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:49:56.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:49:56.666Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:49:56.937Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:49:56.937Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:49:57.209Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:49:57.209Z] OK: 8 MiB in 20 packages [2021-03-11T00:49:57.209Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:49:57.209Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:49:57.209Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:49:57.209Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:49:57.209Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:49:57.209Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:49:57.209Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:49:59.198Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:49:59.198Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:49:59.198Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:49:59.198Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:49:59.478Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:49:59.478Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:49:59.478Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:49:59.478Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:49:59.478Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:49:59.478Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:49:59.750Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:49:59.750Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:49:59.750Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:49:59.750Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:49:59.750Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:49:59.750Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:49:59.750Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:49:59.750Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:49:59.750Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:49:59.750Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:50:00.036Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:50:00.036Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:50:00.036Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:50:00.036Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:50:00.036Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:50:00.036Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:50:00.036Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:00.036Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:00.036Z] ---> 92c806a2f981 [2021-03-11T00:50:00.036Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:50:00.036Z] ---> Using cache [2021-03-11T00:50:00.036Z] ---> fe7317faf4c1 [2021-03-11T00:50:00.036Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:00.036Z] ---> Using cache [2021-03-11T00:50:00.036Z] ---> 9587521203b7 [2021-03-11T00:50:00.036Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:50:00.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:50:00.036Z] OK: 71 MiB in 55 packages [2021-03-11T00:50:03.436Z] Removing intermediate container e44d2d5bf319 [2021-03-11T00:50:03.436Z] ---> 5a33a69bd749 [2021-03-11T00:50:03.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:50:03.436Z] ---> Running in 0134cabf6a64 [2021-03-11T00:50:04.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:05.476Z] ---> 28a7c60e645f [2021-03-11T00:50:05.476Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:50:05.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:06.361Z] OK: 217 MiB in 51 packages [2021-03-11T00:50:09.012Z] ---> ca9dcc465255 [2021-03-11T00:50:09.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:50:09.287Z] Removing intermediate container 0134cabf6a64 [2021-03-11T00:50:09.287Z] ---> 759c2d87933e [2021-03-11T00:50:09.287Z] Step 6/24 : COPY go.mod . [2021-03-11T00:50:10.275Z] ---> 7063a739e071 [2021-03-11T00:50:10.275Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:50:10.275Z] ---> 0cb99acb7deb [2021-03-11T00:50:10.275Z] Step 7/24 : RUN go mod download [2021-03-11T00:50:10.275Z] ---> Running in c9bbac8e1328 [2021-03-11T00:50:10.562Z] ---> Running in 17dba396a280 [2021-03-11T00:50:11.169Z] Removing intermediate container c9bbac8e1328 [2021-03-11T00:50:11.169Z] ---> 37c47db26147 [2021-03-11T00:50:11.169Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:50:11.442Z] Removing intermediate container 5ae677efa106 [2021-03-11T00:50:11.442Z] ---> 554f2dd47b81 [2021-03-11T00:50:11.442Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:50:12.043Z] ---> Running in fb13bf3e843a [2021-03-11T00:50:12.336Z] ---> Running in b6e58eb4a344 [2021-03-11T00:50:13.320Z] Removing intermediate container fb13bf3e843a [2021-03-11T00:50:13.320Z] ---> 80fc12e66704 [2021-03-11T00:50:13.320Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:50:13.595Z] ---> Running in 89f89aa92b93 [2021-03-11T00:50:15.037Z] Removing intermediate container 89f89aa92b93 [2021-03-11T00:50:15.037Z] ---> a56cfd31de5f [2021-03-11T00:50:15.037Z] Step 22/23 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:50:15.037Z] Removing intermediate container 17dba396a280 [2021-03-11T00:50:15.037Z] ---> 8bfea22409fb [2021-03-11T00:50:15.037Z] Step 8/24 : COPY . . [2021-03-11T00:50:15.310Z] ---> Running in f4159f6c407a [2021-03-11T00:50:16.297Z] Removing intermediate container f4159f6c407a [2021-03-11T00:50:16.297Z] ---> 5d7056adf2b9 [2021-03-11T00:50:16.297Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:50:17.275Z] ---> Running in 4aa54eea81c8 [2021-03-11T00:50:18.713Z] Removing intermediate container 4aa54eea81c8 [2021-03-11T00:50:18.713Z] ---> b731225f8df0 [2021-03-11T00:50:18.713Z] [2021-03-11T00:50:19.311Z] Successfully built b731225f8df0 [2021-03-11T00:50:19.311Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T00:50:19.311Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-11T00:50:19.906Z] Collecting docker-compose==1.23.2 [2021-03-11T00:50:19.906Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:50:22.651Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:50:22.651Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:50:22.930Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:50:22.930Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:50:26.437Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:50:26.437Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:50:27.036Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:27.036Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:27.036Z] ---> 92c806a2f981 [2021-03-11T00:50:27.036Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:50:27.036Z] ---> Using cache [2021-03-11T00:50:27.036Z] ---> fe7317faf4c1 [2021-03-11T00:50:27.036Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:27.036Z] ---> Using cache [2021-03-11T00:50:27.036Z] ---> 9587521203b7 [2021-03-11T00:50:27.036Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:50:27.036Z] ---> Using cache [2021-03-11T00:50:27.036Z] ---> 759c2d87933e [2021-03-11T00:50:27.036Z] Step 6/31 : COPY go.mod . [2021-03-11T00:50:27.036Z] ---> Using cache [2021-03-11T00:50:27.036Z] ---> 0cb99acb7deb [2021-03-11T00:50:27.036Z] Step 7/31 : RUN go mod download [2021-03-11T00:50:27.036Z] ---> Using cache [2021-03-11T00:50:27.036Z] ---> 8bfea22409fb [2021-03-11T00:50:27.036Z] Step 8/31 : COPY . . [2021-03-11T00:50:28.035Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:28.035Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:28.035Z] ---> 92c806a2f981 [2021-03-11T00:50:28.035Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:50:28.035Z] ---> Using cache [2021-03-11T00:50:28.035Z] ---> fe7317faf4c1 [2021-03-11T00:50:28.035Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:28.035Z] ---> Using cache [2021-03-11T00:50:28.035Z] ---> 9587521203b7 [2021-03-11T00:50:28.313Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:50:28.313Z] ---> Using cache [2021-03-11T00:50:28.313Z] ---> 759c2d87933e [2021-03-11T00:50:28.313Z] Step 6/23 : COPY go.mod . [2021-03-11T00:50:28.313Z] ---> Using cache [2021-03-11T00:50:28.313Z] ---> 0cb99acb7deb [2021-03-11T00:50:28.313Z] Step 7/23 : RUN go mod download [2021-03-11T00:50:28.313Z] ---> Using cache [2021-03-11T00:50:28.313Z] ---> 8bfea22409fb [2021-03-11T00:50:28.313Z] Step 8/23 : COPY . . [2021-03-11T00:50:28.914Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-11T00:50:29.188Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:50:29.460Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:50:30.445Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:50:30.445Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:50:31.890Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:50:31.890Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:50:36.271Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:50:36.271Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:50:38.884Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:50:38.884Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:50:40.862Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:50:40.862Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:50:43.490Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-11T00:50:44.095Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:50:44.095Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:50:44.095Z] ---> 92c806a2f981 [2021-03-11T00:50:44.095Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:50:44.095Z] ---> Using cache [2021-03-11T00:50:44.095Z] ---> fe7317faf4c1 [2021-03-11T00:50:44.095Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:50:44.095Z] ---> Using cache [2021-03-11T00:50:44.095Z] ---> 9587521203b7 [2021-03-11T00:50:44.095Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:50:44.095Z] ---> Using cache [2021-03-11T00:50:44.095Z] ---> 759c2d87933e [2021-03-11T00:50:44.095Z] Step 6/23 : COPY go.mod . [2021-03-11T00:50:44.095Z] ---> Using cache [2021-03-11T00:50:44.095Z] ---> 0cb99acb7deb [2021-03-11T00:50:44.095Z] Step 7/23 : RUN go mod download [2021-03-11T00:50:44.095Z] ---> Using cache [2021-03-11T00:50:44.095Z] ---> 8bfea22409fb [2021-03-11T00:50:44.095Z] Step 8/23 : COPY . . [2021-03-11T00:50:44.095Z] ---> Using cache [2021-03-11T00:50:44.095Z] ---> cc078886d892 [2021-03-11T00:50:44.095Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:50:45.095Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:50:45.095Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:50:47.072Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:50:47.072Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:50:47.342Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-11T00:50:48.317Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:50:48.317Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:50:49.294Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:50:49.294Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:50:49.294Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:50:49.294Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:50:49.910Z] ---> Running in 0e89dccf975b [2021-03-11T00:50:50.550Z] Installing collected packages: urllib3, idna, requests, dockerpty, docopt, cached-property, websocket-client, PyYAML, jsonschema, docker-pycreds, docker, texttable, docker-compose [2021-03-11T00:50:50.550Z] Attempting uninstall: urllib3 [2021-03-11T00:50:50.550Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:50:50.550Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:50:50.550Z] ---> cc078886d892 [2021-03-11T00:50:50.550Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:50:50.550Z] ---> d4928ad85fd7 [2021-03-11T00:50:50.838Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:50:50.838Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:50:51.118Z] ---> Running in 1306604e1b27 [2021-03-11T00:50:51.118Z] ---> Running in bbf27f9f307a [2021-03-11T00:50:51.391Z] Attempting uninstall: idna [2021-03-11T00:50:51.667Z] Found existing installation: idna 2.9 [2021-03-11T00:50:51.667Z] Uninstalling idna-2.9: [2021-03-11T00:50:51.667Z] ---> 274393da8705 [2021-03-11T00:50:51.667Z] Successfully uninstalled idna-2.9 [2021-03-11T00:50:51.667Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:50:51.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-11T00:50:52.231Z] ---> Running in b8b3a3b7dfb6 [2021-03-11T00:50:52.511Z] Attempting uninstall: requests [2021-03-11T00:50:52.511Z] Found existing installation: requests 2.23.0 [2021-03-11T00:50:52.511Z] Uninstalling requests-2.23.0: [2021-03-11T00:50:52.789Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:50:53.395Z] Running setup.py install for dockerpty: started [2021-03-11T00:50:53.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-11T00:50:53.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-11T00:50:54.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-11T00:50:56.895Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:50:56.895Z] Running setup.py install for docopt: started [2021-03-11T00:51:00.320Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:51:00.923Z] Running setup.py install for PyYAML: started [2021-03-11T00:51:05.260Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:51:07.244Z] Running setup.py install for texttable: started [2021-03-11T00:51:10.667Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:51:12.111Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T00:51:18.845Z] Removing intermediate container b6e58eb4a344 [2021-03-11T00:51:18.845Z] ---> f7126cc0a9dc [2021-03-11T00:51:18.845Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:51:19.440Z] ---> Running in 462fc3601545 [2021-03-11T00:51:21.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:21.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:22.300Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:51:22.300Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:51:22.300Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:51:22.575Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:22.575Z] OK: 71 MiB in 58 packages [2021-03-11T00:51:24.587Z] Removing intermediate container 462fc3601545 [2021-03-11T00:51:24.587Z] ---> 04fc3f5d9546 [2021-03-11T00:51:24.587Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:51:24.587Z] ---> Running in 128bcab80dae [2021-03-11T00:51:25.580Z] Removing intermediate container 128bcab80dae [2021-03-11T00:51:25.580Z] ---> 96324815234a [2021-03-11T00:51:25.580Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:51:25.580Z] ---> Running in 3c3fb7373cda [2021-03-11T00:51:26.185Z] Removing intermediate container 3c3fb7373cda [2021-03-11T00:51:26.185Z] ---> 0de621ad9f90 [2021-03-11T00:51:26.466Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T00:51:26.742Z] ---> Running in 976f8e51ed6f [2021-03-11T00:51:27.341Z] Removing intermediate container 976f8e51ed6f [2021-03-11T00:51:27.341Z] ---> 4fd029b41726 [2021-03-11T00:51:27.341Z] Step 25/26 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:51:27.617Z] ---> Running in 63d1f790f87a [2021-03-11T00:51:28.221Z] Removing intermediate container 63d1f790f87a [2021-03-11T00:51:28.221Z] ---> ed919f16c13d [2021-03-11T00:51:28.221Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:51:28.823Z] ---> Running in 173365a586b0 [2021-03-11T00:51:29.423Z] Removing intermediate container 173365a586b0 [2021-03-11T00:51:29.423Z] ---> 89ec2cc4e950 [2021-03-11T00:51:29.423Z] [2021-03-11T00:51:30.022Z] Successfully built 89ec2cc4e950 [2021-03-11T00:51:30.297Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T00:52:17.449Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T00:52:36.614Z] Removing intermediate container 1306604e1b27 [2021-03-11T00:52:36.614Z] ---> b9a2d7035f71 [2021-03-11T00:52:36.614Z] [2021-03-11T00:52:36.614Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:52:36.614Z] ---> d10569e2745f [2021-03-11T00:52:36.614Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:52:36.614Z] ---> Running in de0809f582fa [2021-03-11T00:52:37.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:37.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:38.325Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:52:38.608Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:52:38.608Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:52:38.608Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:52:38.608Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:52:38.608Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:52:38.608Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:52:38.888Z] Removing intermediate container bbf27f9f307a [2021-03-11T00:52:38.888Z] ---> d183aa6a399d [2021-03-11T00:52:38.888Z] [2021-03-11T00:52:38.888Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:52:38.888Z] ---> d10569e2745f [2021-03-11T00:52:38.888Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:52:39.166Z] OK: 7 MiB in 19 packages [2021-03-11T00:52:39.451Z] ---> Running in 704493f84a2b [2021-03-11T00:52:40.479Z] Removing intermediate container 704493f84a2b [2021-03-11T00:52:40.479Z] ---> d83c63ffa769 [2021-03-11T00:52:40.479Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:52:40.758Z] ---> Running in dbed56850eb7 [2021-03-11T00:52:42.203Z] Removing intermediate container de0809f582fa [2021-03-11T00:52:42.203Z] ---> bdb04beb7b3f [2021-03-11T00:52:42.203Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:52:42.480Z] ---> Running in 07f5270a8820 [2021-03-11T00:52:42.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:42.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:43.040Z] Removing intermediate container 07f5270a8820 [2021-03-11T00:52:43.323Z] ---> f193e69024e1 [2021-03-11T00:52:43.323Z] Step 13/24 : WORKDIR / [2021-03-11T00:52:43.323Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:52:43.323Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:52:43.323Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:52:43.323Z] OK: 5 MiB in 16 packages [2021-03-11T00:52:43.605Z] ---> Running in 9695807f89d1 [2021-03-11T00:52:45.070Z] Removing intermediate container 9695807f89d1 [2021-03-11T00:52:45.070Z] ---> 07db25e76d52 [2021-03-11T00:52:45.070Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-11T00:52:46.066Z] Removing intermediate container dbed56850eb7 [2021-03-11T00:52:46.066Z] ---> 708a5b73b628 [2021-03-11T00:52:46.066Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:52:46.066Z] ---> Running in 82e32066346f [2021-03-11T00:52:46.346Z] ---> 99e2341b0521 [2021-03-11T00:52:46.346Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-11T00:52:46.946Z] Removing intermediate container 0e89dccf975b [2021-03-11T00:52:46.946Z] ---> 0f592636aa4c [2021-03-11T00:52:46.946Z] [2021-03-11T00:52:46.946Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:52:46.946Z] ---> d10569e2745f [2021-03-11T00:52:46.946Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:52:46.946Z] ---> Using cache [2021-03-11T00:52:46.946Z] ---> 019b2d82a429 [2021-03-11T00:52:46.946Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:52:46.946Z] ---> Using cache [2021-03-11T00:52:46.946Z] ---> ce0c28f178b1 [2021-03-11T00:52:46.946Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:52:46.946Z] Removing intermediate container 82e32066346f [2021-03-11T00:52:46.946Z] ---> c3e5d361ac64 [2021-03-11T00:52:46.946Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:52:46.946Z] ---> Running in 88099b418e7f [2021-03-11T00:52:47.225Z] ---> Running in ef94960fa2cf [2021-03-11T00:52:47.501Z] ---> 4b2709ee5573 [2021-03-11T00:52:47.501Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:47.799Z] Removing intermediate container 88099b418e7f [2021-03-11T00:52:47.799Z] ---> 281ddc12df39 [2021-03-11T00:52:47.799Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:52:47.799Z] ---> Running in 34f35ad41fd4 [2021-03-11T00:52:47.799Z] Removing intermediate container ef94960fa2cf [2021-03-11T00:52:47.799Z] ---> fafe9a1ee980 [2021-03-11T00:52:47.799Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:52:48.072Z] ---> Running in 2bbc44865295 [2021-03-11T00:52:48.685Z] Removing intermediate container 34f35ad41fd4 [2021-03-11T00:52:48.685Z] ---> df58070b5760 [2021-03-11T00:52:48.685Z] Step 15/23 : WORKDIR / [2021-03-11T00:52:48.685Z] ---> efdb37946736 [2021-03-11T00:52:48.685Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:52:48.980Z] ---> Running in cceb4123b55c [2021-03-11T00:52:49.989Z] Removing intermediate container cceb4123b55c [2021-03-11T00:52:49.989Z] ---> b36da6630000 [2021-03-11T00:52:49.989Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:50.607Z] ---> 680d82aedf25 [2021-03-11T00:52:50.607Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:52:51.614Z] ---> 656f4bd5d608 [2021-03-11T00:52:51.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:52:51.891Z] Removing intermediate container 2bbc44865295 [2021-03-11T00:52:51.891Z] ---> d081f6431123 [2021-03-11T00:52:51.891Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:52:52.174Z] ---> Running in d2df79056fbe [2021-03-11T00:52:52.450Z] ---> 564b9ac6ecc6 [2021-03-11T00:52:52.450Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:52:53.082Z] Removing intermediate container d2df79056fbe [2021-03-11T00:52:53.082Z] ---> 98b170b40788 [2021-03-11T00:52:53.082Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:52:53.681Z] ---> ff20b53508d3 [2021-03-11T00:52:53.681Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:53.681Z] ---> e34fc72bccfd [2021-03-11T00:52:53.681Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-11T00:52:54.279Z] ---> Running in ea1ded8c537f [2021-03-11T00:52:54.557Z] ---> e994288dffcb [2021-03-11T00:52:54.557Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:52:54.833Z] ---> Running in b02d0941f78a [2021-03-11T00:52:54.833Z] ---> 39af166744c4 [2021-03-11T00:52:54.833Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:52:55.109Z] ---> Running in 77aa2f762be2 [2021-03-11T00:52:55.722Z] Removing intermediate container b8b3a3b7dfb6 [2021-03-11T00:52:55.722Z] ---> 2d0af057ea8b [2021-03-11T00:52:55.722Z] [2021-03-11T00:52:55.722Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:52:55.722Z] ---> d10569e2745f [2021-03-11T00:52:55.722Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:52:55.722Z] ---> Using cache [2021-03-11T00:52:55.722Z] ---> 019b2d82a429 [2021-03-11T00:52:55.722Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:52:55.722Z] ---> Using cache [2021-03-11T00:52:55.722Z] ---> ce0c28f178b1 [2021-03-11T00:52:55.722Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:52:55.996Z] ---> Running in af20f3817ab5 [2021-03-11T00:52:55.996Z] Removing intermediate container 77aa2f762be2 [2021-03-11T00:52:55.996Z] ---> 31717c9e8aea [2021-03-11T00:52:55.996Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:52:56.269Z] ---> Running in e1aa0cc91696 [2021-03-11T00:52:56.544Z] Removing intermediate container af20f3817ab5 [2021-03-11T00:52:56.544Z] ---> 05681a151dce [2021-03-11T00:52:56.544Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:52:56.817Z] ---> Running in 5e2db7445ed9 [2021-03-11T00:52:57.094Z] Removing intermediate container e1aa0cc91696 [2021-03-11T00:52:57.094Z] ---> d283c70bea7e [2021-03-11T00:52:57.094Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:52:57.094Z] ---> Running in 33859cace53e [2021-03-11T00:52:57.693Z] Removing intermediate container ea1ded8c537f [2021-03-11T00:52:57.693Z] ---> a3d29a67d1f5 [2021-03-11T00:52:57.693Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:52:57.693Z] Removing intermediate container 5e2db7445ed9 [2021-03-11T00:52:57.693Z] ---> 8cfc3ad90a0e [2021-03-11T00:52:57.693Z] Step 15/23 : WORKDIR / [2021-03-11T00:52:57.969Z] ---> Running in 1cb7f2090451 [2021-03-11T00:52:57.969Z] Removing intermediate container 33859cace53e [2021-03-11T00:52:57.969Z] ---> 18d22496893f [2021-03-11T00:52:57.969Z] Step 22/23 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:52:57.969Z] ---> Running in a10f901dc337 [2021-03-11T00:52:57.969Z] ---> Running in f49f98fd3b49 [2021-03-11T00:52:58.250Z] Removing intermediate container b02d0941f78a [2021-03-11T00:52:58.250Z] ---> 57b8b59a8633 [2021-03-11T00:52:58.250Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:58.538Z] Removing intermediate container 1cb7f2090451 [2021-03-11T00:52:58.538Z] ---> cddeb529437c [2021-03-11T00:52:58.538Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T00:52:58.538Z] Removing intermediate container a10f901dc337 [2021-03-11T00:52:58.538Z] ---> 6fcd46633367 [2021-03-11T00:52:58.538Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:58.812Z] ---> Running in bbb96467aaaa [2021-03-11T00:52:58.812Z] Removing intermediate container f49f98fd3b49 [2021-03-11T00:52:58.812Z] ---> a5468c575f26 [2021-03-11T00:52:58.812Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:52:59.088Z] ---> Running in bf2abf8015c7 [2021-03-11T00:52:59.089Z] ---> 62b5a8d7b145 [2021-03-11T00:52:59.089Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:52:59.359Z] Removing intermediate container bbb96467aaaa [2021-03-11T00:52:59.359Z] ---> 13bd63a3edb2 [2021-03-11T00:52:59.359Z] Step 23/24 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:52:59.634Z] ---> 09787caf72e4 [2021-03-11T00:52:59.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:52:59.634Z] ---> Running in 5087b9313fee [2021-03-11T00:52:59.634Z] Removing intermediate container bf2abf8015c7 [2021-03-11T00:52:59.634Z] ---> ebda27958196 [2021-03-11T00:52:59.634Z] [2021-03-11T00:53:00.227Z] Successfully built ebda27958196 [2021-03-11T00:53:00.498Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T00:53:00.498Z]  Building docker-core-command-go ... done Removing intermediate container 5087b9313fee [2021-03-11T00:53:00.498Z] ---> 8610fac8763d [2021-03-11T00:53:00.498Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:53:00.768Z] ---> 5fec46215e55 [2021-03-11T00:53:00.768Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:53:00.768Z] ---> Running in 4cd12d88ab06 [2021-03-11T00:53:01.040Z] ---> 45ba0dca5c91 [2021-03-11T00:53:01.040Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:53:01.315Z] Removing intermediate container 4cd12d88ab06 [2021-03-11T00:53:01.315Z] ---> f498446c96b8 [2021-03-11T00:53:01.315Z] [2021-03-11T00:53:01.590Z] ---> 6fe43a5d015a [2021-03-11T00:53:01.590Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:53:01.860Z] Successfully built f498446c96b8 [2021-03-11T00:53:01.860Z] ---> df5074e70054 [2021-03-11T00:53:01.860Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:53:01.860Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T00:53:02.132Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in eb8b181f8f6d [2021-03-11T00:53:02.402Z] ---> c658e1678993 [2021-03-11T00:53:02.402Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:53:02.673Z] Removing intermediate container eb8b181f8f6d [2021-03-11T00:53:02.673Z] ---> c61a26148b55 [2021-03-11T00:53:02.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:53:02.673Z] ---> Running in eb9d5777d0ea [2021-03-11T00:53:03.277Z] ---> 14c4b1c63e32 [2021-03-11T00:53:03.277Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:53:03.277Z] Removing intermediate container eb9d5777d0ea [2021-03-11T00:53:03.277Z] ---> 22820ceeceae [2021-03-11T00:53:03.277Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:53:03.552Z] ---> Running in 573b1cf2fda3 [2021-03-11T00:53:03.552Z] ---> Running in 37241b2284ba [2021-03-11T00:53:04.144Z] Removing intermediate container 573b1cf2fda3 [2021-03-11T00:53:04.144Z] ---> 39c8a5f9040e [2021-03-11T00:53:04.144Z] Step 22/23 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:53:04.144Z] Removing intermediate container 37241b2284ba [2021-03-11T00:53:04.144Z] ---> a75cc887c27f [2021-03-11T00:53:04.144Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:53:04.144Z] ---> Running in f3eca312e55e [2021-03-11T00:53:04.736Z] Removing intermediate container f3eca312e55e [2021-03-11T00:53:04.736Z] ---> fbfc51ffbf31 [2021-03-11T00:53:04.736Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:53:04.736Z] ---> Running in d0445e351de1 [2021-03-11T00:53:05.025Z] ---> 201b3e4bda5c [2021-03-11T00:53:05.025Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:53:05.296Z] ---> Running in e85a2aa79227 [2021-03-11T00:53:05.570Z] Removing intermediate container d0445e351de1 [2021-03-11T00:53:05.570Z] ---> 6e01bcb68b48 [2021-03-11T00:53:05.570Z] [2021-03-11T00:53:05.845Z] Successfully built 6e01bcb68b48 [2021-03-11T00:53:06.118Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T00:53:07.581Z]  Building docker-core-metadata-go ... done Removing intermediate container e85a2aa79227 [2021-03-11T00:53:07.581Z] ---> 508dd00555b6 [2021-03-11T00:53:07.581Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:53:07.854Z] ---> Running in c4f4574625ae [2021-03-11T00:53:08.451Z] Removing intermediate container c4f4574625ae [2021-03-11T00:53:08.451Z] ---> 4157ce7161f7 [2021-03-11T00:53:08.451Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:53:08.725Z] ---> Running in 14477e3fb19a [2021-03-11T00:53:08.997Z] Removing intermediate container 14477e3fb19a [2021-03-11T00:53:08.997Z] ---> 33db7c40ba82 [2021-03-11T00:53:08.997Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T00:53:09.591Z] ---> Running in a1a112d7d51b [2021-03-11T00:53:09.864Z] Removing intermediate container a1a112d7d51b [2021-03-11T00:53:09.865Z] ---> 5adbc0cbf9ac [2021-03-11T00:53:09.865Z] Step 30/31 : LABEL git_sha=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [2021-03-11T00:53:10.137Z] ---> Running in 23dd7e4366b2 [2021-03-11T00:53:10.734Z] Removing intermediate container 23dd7e4366b2 [2021-03-11T00:53:10.734Z] ---> 3ba2c59b70d2 [2021-03-11T00:53:10.734Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:53:11.008Z] ---> Running in fe6876f04933 [2021-03-11T00:53:11.601Z] Removing intermediate container fe6876f04933 [2021-03-11T00:53:11.601Z] ---> b9d11cd8cf39 [2021-03-11T00:53:11.601Z] [2021-03-11T00:53:11.873Z] Successfully built b9d11cd8cf39 [2021-03-11T00:53:11.873Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T00:53:12.161Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-11T00:53:12.167Z] $ docker stop --time=1 598097d7a72113e4b9938cb223b2d020c80459cda7f25d37385cf3f234d61b5e [2021-03-11T00:53:14.058Z] $ docker rm -f 598097d7a72113e4b9938cb223b2d020c80459cda7f25d37385cf3f234d61b5e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:53:14.710Z] + docker images [2021-03-11T00:53:14.710Z] + grep docker [2021-03-11T00:53:14.983Z] docker-security-bootstrapper-go-arm64 latest b9d11cd8cf39 3 seconds ago 17.8MB [2021-03-11T00:53:14.983Z] docker-core-metadata-go-arm64 latest 6e01bcb68b48 9 seconds ago 17.9MB [2021-03-11T00:53:14.983Z] docker-security-secretstore-setup-go-arm64 latest f498446c96b8 13 seconds ago 23.7MB [2021-03-11T00:53:14.983Z] docker-core-command-go-arm64 latest ebda27958196 15 seconds ago 16.2MB [2021-03-11T00:53:14.984Z] docker-sys-mgmt-agent-go-arm64 latest 89ec2cc4e950 About a minute ago 300MB [2021-03-11T00:53:14.984Z] docker-core-data-go-arm64 latest b731225f8df0 2 minutes ago 21.3MB [2021-03-11T00:53:14.984Z] docker-support-notifications-go-arm64 latest a5009756a4ff 3 minutes ago 16.9MB [2021-03-11T00:53:14.984Z] docker-support-scheduler-go-arm64 latest b35777abfb2d 3 minutes ago 16.3MB [2021-03-11T00:53:14.984Z] docker-security-proxy-setup-go-arm64 latest fff5960341df 3 minutes ago 23.4MB [2021-03-11T00:53:14.984Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:53:15.958Z] ---> job-cost.sh [2021-03-11T00:53:15.958Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kvsj [2021-03-11T00:54:02.949Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T00:56:09.804Z] lf-activate-venv(): INFO: Adding /tmp/venv-kvsj/bin to PATH [2021-03-11T00:56:09.804Z] INFO: No Stack... [2021-03-11T00:56:09.804Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T00:56:09.804Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T00:56:10.145Z] + cat /w/workspace/edgex-go/14/archives/cost.csv [2021-03-11T00:56:10.145Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T00:56:10.254Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-14-stack-cost] [2021-03-11T00:56:10.263Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3209-14-stack-cost] did not exist. Created. [2021-03-11T00:56:10.263Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T00:56:10.692Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-11T00:56:11.005Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T00:56:11.025Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-11T00:56:12.273Z] provisioning config files... [2021-03-11T00:56:12.285Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config7687811169843720127tmp [Pipeline] { [Pipeline] sh [2021-03-11T00:56:12.664Z] + set +x [2021-03-11T00:56:12.664Z] + curl -s https://codecov.io/bash [2021-03-11T00:56:12.664Z] + bash -s -- [2021-03-11T00:56:12.926Z] [2021-03-11T00:56:12.926Z] _____ _ [2021-03-11T00:56:12.926Z] / ____| | | [2021-03-11T00:56:12.926Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T00:56:12.926Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T00:56:12.926Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T00:56:12.926Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T00:56:12.926Z] Bash-20210309-2b87ace [2021-03-11T00:56:12.926Z] [2021-03-11T00:56:12.926Z] [2021-03-11T00:56:12.926Z] ==> git version 2.24.3 found [2021-03-11T00:56:12.926Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-11T00:56:12.926Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T00:56:12.926Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T00:56:13.190Z] ==> Jenkins CI detected. [2021-03-11T00:56:13.190Z] project root: . [2021-03-11T00:56:13.190Z] --> token set from env [2021-03-11T00:56:13.190Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T00:56:13.190Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T00:56:13.190Z] ==> Python coveragepy not found [2021-03-11T00:56:13.190Z] ==> Searching for coverage reports in: [2021-03-11T00:56:13.190Z] + . [2021-03-11T00:56:13.190Z] -> Found 1 reports [2021-03-11T00:56:13.190Z] ==> Detecting git/mercurial file structure [2021-03-11T00:56:13.458Z] ==> Reading reports [2021-03-11T00:56:13.458Z] + ./coverage.out bytes=628838 [2021-03-11T00:56:13.458Z] ==> Appending adjustments [2021-03-11T00:56:13.458Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T00:56:16.780Z] + Found adjustments [2021-03-11T00:56:16.780Z] ==> Gzipping contents [2021-03-11T00:56:17.042Z] 92K /tmp/codecov.D51UeZ.gz [2021-03-11T00:56:17.042Z] ==> Uploading reports [2021-03-11T00:56:17.042Z] url: https://codecov.io [2021-03-11T00:56:17.042Z] query: branch=PR-3209&commit=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-11T00:56:17.042Z] -> Pinging Codecov [2021-03-11T00:56:17.042Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= [2021-03-11T00:56:17.313Z] -> Uploading to [2021-03-11T00:56:17.314Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98/ca81d319-9d35-4ba7-b77f-be6246326e79.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T005617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=edf5ce2011006d51f72e624973e884a2f0b4e025f4ec23417991dab0d12ea249 [2021-03-11T00:56:17.314Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T00:56:17.314Z] Dload Upload Total Spent Left Speed [2021-03-11T00:56:17.840Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92816 0 0 100 92816 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-03-11T00:56:17.840Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cf97e2c2ab4f65cd81abc4cbf1b0939c3165dc98 [Pipeline] } [2021-03-11T00:56:17.850Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:19.704Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:20.684Z] ---> package-listing.sh [2021-03-11T00:56:20.684Z] ++ facter osfamily [2021-03-11T00:56:20.684Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T00:56:20.684Z] + OS_FAMILY=redhat [2021-03-11T00:56:20.684Z] + workspace=/w/workspace/edgex-go/14 [2021-03-11T00:56:20.684Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T00:56:20.684Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T00:56:20.684Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T00:56:20.684Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T00:56:20.685Z] + '[' /w/workspace/edgex-go/14 ']' [2021-03-11T00:56:20.685Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T00:56:20.685Z] + case "${OS_FAMILY}" in [2021-03-11T00:56:20.685Z] + rpm -qa [2021-03-11T00:56:20.685Z] + sort [2021-03-11T00:56:26.041Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T00:56:26.041Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T00:56:26.041Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T00:56:26.041Z] + '[' /w/workspace/edgex-go/14 ']' [2021-03-11T00:56:26.041Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-03-11T00:56:26.041Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-03-11T00:56:26.055Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T00:56:26.354Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:56:26.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:56:26.933Z] [2021-03-11T00:56:26.933Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:56:27.288Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:56:27.288Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T00:56:27.288Z] df20fa9351a1: Pulling fs layer [2021-03-11T00:56:27.288Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T00:56:27.288Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T00:56:27.288Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T00:56:27.288Z] 93b61091891f: Pulling fs layer [2021-03-11T00:56:27.288Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T00:56:27.288Z] 5e14af77c1be: Pulling fs layer [2021-03-11T00:56:27.288Z] 01666e4c0597: Pulling fs layer [2021-03-11T00:56:27.288Z] aa168da1d23b: Pulling fs layer [2021-03-11T00:56:27.288Z] 46f8f816bc3b: Waiting [2021-03-11T00:56:27.288Z] 93b61091891f: Waiting [2021-03-11T00:56:27.288Z] 93b9cdb0e59b: Waiting [2021-03-11T00:56:27.288Z] 5e14af77c1be: Waiting [2021-03-11T00:56:27.288Z] 01666e4c0597: Waiting [2021-03-11T00:56:27.288Z] aa168da1d23b: Waiting [2021-03-11T00:56:27.288Z] 36b3adc4ff6f: Download complete [2021-03-11T00:56:27.288Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T00:56:27.288Z] df20fa9351a1: Verifying Checksum [2021-03-11T00:56:27.554Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T00:56:27.554Z] 93b9cdb0e59b: Download complete [2021-03-11T00:56:27.554Z] 5e14af77c1be: Download complete [2021-03-11T00:56:27.554Z] 01666e4c0597: Verifying Checksum [2021-03-11T00:56:27.554Z] 01666e4c0597: Download complete [2021-03-11T00:56:27.554Z] 93b61091891f: Verifying Checksum [2021-03-11T00:56:27.554Z] 93b61091891f: Download complete [2021-03-11T00:56:27.554Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T00:56:27.554Z] 8ad3a11d3b57: Download complete [2021-03-11T00:56:27.826Z] df20fa9351a1: Pull complete [2021-03-11T00:56:28.095Z] 36b3adc4ff6f: Pull complete [2021-03-11T00:56:30.030Z] aa168da1d23b: Verifying Checksum [2021-03-11T00:56:30.030Z] aa168da1d23b: Download complete [2021-03-11T00:56:30.292Z] 8ad3a11d3b57: Pull complete [2021-03-11T00:56:30.554Z] 46f8f816bc3b: Pull complete [2021-03-11T00:56:31.130Z] 93b61091891f: Pull complete [2021-03-11T00:56:31.130Z] 93b9cdb0e59b: Pull complete [2021-03-11T00:56:31.392Z] 5e14af77c1be: Pull complete [2021-03-11T00:56:31.392Z] 01666e4c0597: Pull complete [2021-03-11T00:56:42.011Z] aa168da1d23b: Pull complete [2021-03-11T00:56:42.011Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T00:56:42.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T00:56:42.011Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T00:56:42.259Z] prd-centos7-docker-4c-2g-29404 does not seem to be running inside a container [2021-03-11T00:56:42.317Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T00:56:48.386Z] $ docker top 11938862b4cb8bcc9a2e94e4d13c300cbfe7d2b8e8974cdae23481f44ddfc3d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:56:48.918Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T00:56:49.222Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T00:56:49.527Z] + ls /var/log/sa-host [2021-03-11T00:56:49.527Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T00:56:49.527Z] file_magic: OK [2021-03-11T00:56:49.527Z] HZ: Using current value: 100 [2021-03-11T00:56:49.527Z] file_header: OK [2021-03-11T00:56:49.527Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T00:56:49.527Z] Statistics: [2021-03-11T00:56:49.527Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T00:56:49.527Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T00:56:49.527Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T00:56:49.527Z] file_magic: OK [2021-03-11T00:56:49.527Z] HZ: Using current value: 100 [2021-03-11T00:56:49.527Z] file_header: OK [2021-03-11T00:56:49.527Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-11T00:56:49.527Z] Statistics: [2021-03-11T00:56:49.527Z] Hnuu...uuuununununu... [2021-03-11T00:56:49.527Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T00:56:49.716Z] provisioning config files... [2021-03-11T00:56:49.748Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config5079741796444436957tmp [Pipeline] { [Pipeline] echo [2021-03-11T00:56:49.811Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:50.116Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T00:56:50.127Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T00:56:50.304Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:50.605Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T00:56:50.625Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:50.936Z] ---> sudo-logs.sh [2021-03-11T00:56:50.936Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T00:56:51.001Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:51.303Z] ---> job-cost.sh [2021-03-11T00:56:51.303Z] lf-activate-venv: SKIPPING [2021-03-11T00:56:51.303Z] DEBUG: total: 0.20999999344348907 [2021-03-11T00:56:51.303Z] INFO: Retrieving Stack Cost... [2021-03-11T00:56:52.248Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T00:56:52.822Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T00:56:52.836Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:56:53.138Z] ---> logs-deploy.sh [2021-03-11T00:56:53.138Z] lf-activate-venv: SKIPPING [2021-03-11T00:56:53.138Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/14 [2021-03-11T00:56:53.138Z] INFO: archiving workspace using pattern(s): [2021-03-11T00:56:56.463Z] Archives upload complete. [2021-03-11T00:56:56.463Z] INFO: archiving logs to Nexus