Pull request #3096 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98e4d4fcdbb72838d9acd39d3b8eca47230b3748+43a02ae124f9b444ef324fb234f82118f7515362 (84f98d73b46ba0d2aa28589d62040b1ef65786f5) Running in Durability level: MAX_SURVIVABILITY 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3096/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3096/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23783’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23788 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 > 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/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 Merge succeeded, producing 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 Checking out Revision 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 (PR-3096) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T17:08:23.698Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T17:08:24.030Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T17:08:24.273Z] ========================================================= [2021-01-28T17:08:24.273Z] EdgeX Global Pipelines Version Info [2021-01-28T17:08:24.273Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:08:26.910Z] ------------------- [2021-01-28T17:08:26.910Z] stable info: [2021-01-28T17:08:26.910Z] ------------------- [2021-01-28T17:08:26.910Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:08:26.910Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:08:26.910Z] Message: update stable to v1.0.179 [2021-01-28T17:08:27.907Z] ------------------- [2021-01-28T17:08:27.907Z] experimental info: [2021-01-28T17:08:27.908Z] ------------------- [2021-01-28T17:08:27.908Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:08:27.908Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:08:27.908Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T17:08:28.447Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T17:08:28.579Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T17:08:28.694Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T17:08:28.824Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T17:08:28.956Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T17:08:29.077Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T17:08:29.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T17:08:29.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T17:08:29.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T17:08:29.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T17:08:29.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T17:08:29.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T17:08:29.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T17:08:30.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T17:08:30.257Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:08:30.379Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:08:30.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T17:08:30.644Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T17:08:30.761Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T17:08:30.889Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T17:08:31.004Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T17:08:31.119Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T17:08:31.236Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T17:08:31.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3096 [Pipeline] echo [2021-01-28T17:08:31.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3096 [Pipeline] echo [2021-01-28T17:08:31.624Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3096 [Pipeline] echo [2021-01-28T17:08:31.750Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [Pipeline] echo [2021-01-28T17:08:31.871Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98e4d4f [Pipeline] echo [2021-01-28T17:08:31.987Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:08:32.305Z] provisioning config files... [2021-01-28T17:08:32.339Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8701584130927641975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:08:32.839Z] ---> docker-login.sh [2021-01-28T17:08:32.839Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:08:33.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:08:33.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:08:33.833Z] Configure a credential helper to remove this warning. See [2021-01-28T17:08:33.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:08:33.833Z] [2021-01-28T17:08:33.833Z] Login Succeeded [2021-01-28T17:08:33.833Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:08:34.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:08:34.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:08:34.416Z] Configure a credential helper to remove this warning. See [2021-01-28T17:08:34.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:08:34.416Z] [2021-01-28T17:08:34.416Z] Login Succeeded [2021-01-28T17:08:34.416Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:08:34.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:08:34.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:08:34.987Z] Configure a credential helper to remove this warning. See [2021-01-28T17:08:34.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:08:34.987Z] [2021-01-28T17:08:34.987Z] Login Succeeded [2021-01-28T17:08:34.987Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:08:35.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:08:35.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:08:35.265Z] Configure a credential helper to remove this warning. See [2021-01-28T17:08:35.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:08:35.265Z] [2021-01-28T17:08:35.265Z] Login Succeeded [2021-01-28T17:08:35.265Z] docker.io [2021-01-28T17:08:35.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:08:36.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:08:36.209Z] Configure a credential helper to remove this warning. See [2021-01-28T17:08:36.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:08:36.209Z] [2021-01-28T17:08:36.209Z] Login Succeeded [2021-01-28T17:08:36.209Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:08:36.258Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:08:36.903Z] ++ 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-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T17:08:36.903Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T17:08:36.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:08:36.903Z] ++ cut -d/ -f2 [2021-01-28T17:08:36.903Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:08:36.903Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T17:08:37.033Z] 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-01-28T17:08:38.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:08:38.238Z] [2021-01-28T17:08:38.238Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:38.762Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:08:39.045Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T17:08:39.046Z] 31603596830f: Pulling fs layer [2021-01-28T17:08:39.046Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T17:08:39.046Z] 6ca5941a6612: Pulling fs layer [2021-01-28T17:08:39.046Z] ecc8261a40a4: Pulling fs layer [2021-01-28T17:08:39.046Z] ecc8261a40a4: Waiting [2021-01-28T17:08:39.046Z] 2a8b12db71e7: Download complete [2021-01-28T17:08:39.346Z] 31603596830f: Verifying Checksum [2021-01-28T17:08:39.347Z] 31603596830f: Download complete [2021-01-28T17:08:39.649Z] ecc8261a40a4: Verifying Checksum [2021-01-28T17:08:39.649Z] ecc8261a40a4: Download complete [2021-01-28T17:08:39.649Z] 6ca5941a6612: Verifying Checksum [2021-01-28T17:08:39.649Z] 6ca5941a6612: Download complete [2021-01-28T17:08:40.242Z] 31603596830f: Pull complete [2021-01-28T17:08:40.242Z] 2a8b12db71e7: Pull complete [2021-01-28T17:08:42.313Z] 6ca5941a6612: Pull complete [2021-01-28T17:08:42.581Z] ecc8261a40a4: Pull complete [2021-01-28T17:08:42.581Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T17:08:42.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:08:42.581Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T17:08:42.873Z] prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container [2021-01-28T17:08:42.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:08:46.310Z] $ docker top 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:08:46.900Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:08:46.900Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:08:47.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:08:47.547Z] $ docker exec 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent [2021-01-28T17:08:47.939Z] SSH_AUTH_SOCK=/tmp/ssh-ogLYwAhSAEiU/agent.11 [2021-01-28T17:08:47.939Z] SSH_AGENT_PID=17 [2021-01-28T17:08:47.958Z] Running ssh-add (command line suppressed) [2021-01-28T17:08:48.214Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8216845293821070708.key (/w/workspace/edgex-go/1@tmp/private_key_8216845293821070708.key) [2021-01-28T17:08:48.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:08:48.934Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T17:08:49.054Z] $ docker exec --env ******** --env ******** 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent -k [2021-01-28T17:08:49.662Z] unset SSH_AUTH_SOCK; [2021-01-28T17:08:49.662Z] unset SSH_AGENT_PID; [2021-01-28T17:08:49.662Z] echo Agent pid 17 killed; [2021-01-28T17:08:49.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T17:08:50.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:08:50.286Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:08:50.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:08:50.784Z] $ docker exec 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent [2021-01-28T17:08:51.405Z] SSH_AUTH_SOCK=/tmp/ssh-fZPq7FaeEg4Q/agent.46 [2021-01-28T17:08:51.405Z] SSH_AGENT_PID=52 [2021-01-28T17:08:51.429Z] Running ssh-add (command line suppressed) [2021-01-28T17:08:51.908Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1976551362190493991.key (/w/workspace/edgex-go/1@tmp/private_key_1976551362190493991.key) [2021-01-28T17:08:52.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:08:52.504Z] + git semver init [2021-01-28T17:08:52.772Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:08:52.772Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-01-28T17:08:52.772Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-01-28T17:08:52.772Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:08:52.772Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:08:52.772Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:08:52.772Z] # $SEMVER_BRANCH = PR-3096 [2021-01-28T17:08:52.772Z] # $SEMVER_TEMP = /tmp/semver-716652691 [2021-01-28T17:08:52.772Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T17:09:40.746Z] # '/tmp/semver-716652691' -> '/w/workspace/edgex-go/1/.semver' [2021-01-28T17:09:40.746Z] # -> Force: false [2021-01-28T17:09:40.746Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-01-28T17:09:40.784Z] $ docker exec --env ******** --env ******** 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 ssh-agent -k [2021-01-28T17:09:41.254Z] unset SSH_AUTH_SOCK; [2021-01-28T17:09:41.254Z] unset SSH_AGENT_PID; [2021-01-28T17:09:41.255Z] echo Agent pid 52 killed; [2021-01-28T17:09:41.517Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:09:42.179Z] + git semver [Pipeline] } [2021-01-28T17:09:42.501Z] $ docker stop --time=1 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 [2021-01-28T17:09:44.755Z] $ docker rm -f 595eedb13223dfc8d3476d2cbaad8a7b786c241e27f236b92621d055fc9ed225 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:09:45.575Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T17:09:46.631Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T17:09:46.652Z] [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-01-28T17:09:47.963Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:09:48.321Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:09:48.789Z] + true [2021-01-28T17:09:48.789Z] + sudo service docker restart [2021-01-28T17:09:48.789Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T17:09:49.931Z] ========================================================= [2021-01-28T17:09:49.931Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T17:09:49.931Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:09:50.505Z] + 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-01-28T17:10:01.074Z] Sending build context to Docker daemon 327.2MB [2021-01-28T17:10:01.074Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:10:01.074Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:10:01.074Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T17:10:01.074Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T17:10:01.074Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T17:10:01.074Z] de9db76c5a1d: Pulling fs layer [2021-01-28T17:10:01.074Z] bca2f99d35d6: Pulling fs layer [2021-01-28T17:10:01.074Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T17:10:01.074Z] 7c6f9722023f: Pulling fs layer [2021-01-28T17:10:01.074Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T17:10:01.074Z] 93359f2a8cfa: Waiting [2021-01-28T17:10:01.074Z] 7c6f9722023f: Waiting [2021-01-28T17:10:01.074Z] a35cf1a2eb13: Waiting [2021-01-28T17:10:01.074Z] bca2f99d35d6: Waiting [2021-01-28T17:10:01.074Z] de9db76c5a1d: Verifying Checksum [2021-01-28T17:10:01.074Z] de9db76c5a1d: Download complete [2021-01-28T17:10:01.074Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T17:10:01.074Z] 0ef7d3d256c8: Download complete [2021-01-28T17:10:01.074Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T17:10:01.074Z] 93359f2a8cfa: Download complete [2021-01-28T17:10:01.074Z] 7c6f9722023f: Verifying Checksum [2021-01-28T17:10:01.074Z] 7c6f9722023f: Download complete [2021-01-28T17:10:01.074Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T17:10:02.271Z] Still waiting to schedule task [2021-01-28T17:10:02.271Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-23780’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23782’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23783’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23784’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23785’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23790’ is offline [2021-01-28T17:10:02.773Z] 188c0c94c7c5: Pull complete [2021-01-28T17:10:03.487Z] 0ef7d3d256c8: Pull complete [2021-01-28T17:10:04.145Z] de9db76c5a1d: Pull complete [2021-01-28T17:10:06.825Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T17:10:06.825Z] a35cf1a2eb13: Download complete [2021-01-28T17:10:07.503Z] bca2f99d35d6: Verifying Checksum [2021-01-28T17:10:07.503Z] bca2f99d35d6: Download complete [2021-01-28T17:10:20.131Z] bca2f99d35d6: Pull complete [2021-01-28T17:10:20.131Z] 93359f2a8cfa: Pull complete [2021-01-28T17:10:20.131Z] 7c6f9722023f: Pull complete [2021-01-28T17:10:27.342Z] a35cf1a2eb13: Pull complete [2021-01-28T17:10:27.342Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T17:10:27.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T17:10:27.342Z] ---> a62c8e92a672 [2021-01-28T17:10:27.342Z] 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-01-28T17:10:27.342Z] ---> Running in e6786057b62f [2021-01-28T17:10:28.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:10:29.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:10:30.818Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:10:31.117Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:10:31.117Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:10:31.413Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:10:35.897Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:10:35.897Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:10:35.897Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:10:35.897Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:10:35.897Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:10:35.897Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:10:35.897Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:10:35.897Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:10:35.897Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:10:35.897Z] OK: 233 MiB in 51 packages [2021-01-28T17:10:40.463Z] Removing intermediate container e6786057b62f [2021-01-28T17:10:40.463Z] ---> 357152fe5b11 [2021-01-28T17:10:40.463Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:10:40.463Z] ---> Running in 754712a7c9bc [2021-01-28T17:10:40.772Z] Removing intermediate container 754712a7c9bc [2021-01-28T17:10:40.772Z] ---> 8cb044ee8dff [2021-01-28T17:10:40.772Z] Step 5/6 : COPY go.mod . [2021-01-28T17:10:41.108Z] ---> e423b07cac16 [2021-01-28T17:10:41.109Z] Step 6/6 : RUN go mod download [2021-01-28T17:10:41.414Z] ---> Running in b82579a9e512 [2021-01-28T17:11:21.219Z] Removing intermediate container b82579a9e512 [2021-01-28T17:11:21.219Z] ---> 98046e43b99b [2021-01-28T17:11:21.219Z] Successfully built 98046e43b99b [2021-01-28T17:11:21.219Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:21.657Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:11:21.925Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:22.160Z] prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container [2021-01-28T17:11:22.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-28T17:11:23.576Z] $ docker top 2326c5cba220c1a53eef136f15a84a4ae7d77592ccd702319aeb1a53863ccc7b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:25.126Z] + go version [2021-01-28T17:11:25.126Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T17:11:25.184Z] $ docker stop --time=1 2326c5cba220c1a53eef136f15a84a4ae7d77592ccd702319aeb1a53863ccc7b [2021-01-28T17:11:26.987Z] $ docker rm -f 2326c5cba220c1a53eef136f15a84a4ae7d77592ccd702319aeb1a53863ccc7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:28.149Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:11:28.149Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:28.416Z] prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container [2021-01-28T17:11:28.492Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-28T17:11:29.630Z] $ docker top de9db890f4505f47134cb505070e2166ab9c4a875bd1cd2fb473ac7a027092b7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:11:29.964Z] ========================================================= [2021-01-28T17:11:29.964Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:11:29.964Z] ========================================================= [Pipeline] sh [2021-01-28T17:11:30.340Z] + make test [2021-01-28T17:11:30.341Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:11:49.764Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:12:23.785Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:12:26.031Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23792 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws [2021-01-28T17:12:26.120Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-01-28T17:12:31.265Z] using credential edgex-jenkins-ssh [2021-01-28T17:12:31.339Z] Cloning the remote Git repository [2021-01-28T17:12:31.400Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:12:31.506Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-01-28T17:12:31.596Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:12:31.597Z] > git --version # timeout=10 [2021-01-28T17:12:31.620Z] > git --version # 'git version 2.17.1' [2021-01-28T17:12:31.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:12:31.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:12:34.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:12:34.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:12:34.427Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:12:34.427Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:12:38.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:12:38.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:12:38.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:12:38.099Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:12:38.099Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:12:38.099Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:12:42.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:12:42.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:12:42.551Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:12:47.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.267s coverage: 46.0% of statements [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:12:47.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:12:47.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements [2021-01-28T17:12:50.104Z] Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:12:50.519Z] Merge succeeded, producing 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:12:50.520Z] Checking out Revision 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 (PR-3096) [2021-01-28T17:12:49.296Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:12:49.310Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:12:49.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:12:49.442Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:12:49.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:12:49.462Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:12:50.122Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:12:50.141Z] > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [2021-01-28T17:12:50.444Z] > git remote # timeout=10 [2021-01-28T17:12:50.460Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T17:12:50.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:12:50.482Z] > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:12:50.506Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T17:12:50.525Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:12:50.534Z] > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [2021-01-28T17:12:53.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.384s coverage: 27.1% of statements [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:12:53.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:12:53.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:12:53.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.191s coverage: 65.8% of statements [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:12:53.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:12:54.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.532s coverage: 82.3% of statements [2021-01-28T17:12:54.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:12:54.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:12:54.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:12:54.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:12:54.942Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-01-28T17:12:55.004Z] > git --version # timeout=10 [2021-01-28T17:12:55.019Z] > git --version # 'git version 2.17.1' [2021-01-28T17:12:55.036Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:12:56.791Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:12:57.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.579s coverage: 28.6% of statements [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:12:57.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:12:57.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2021-01-28T17:12:57.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:12:57.232Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:12:57.594Z] + sudo service docker restart [2021-01-28T17:12:57.594Z] + true [2021-01-28T17:12:57.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements [2021-01-28T17:12:57.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:12:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements [2021-01-28T17:12:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:12:58.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.123s coverage: 78.3% of statements [2021-01-28T17:12:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:12:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:12:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:12:58.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:12:59.721Z] provisioning config files... [2021-01-28T17:12:59.769Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config241046754597721051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:13:00.233Z] ---> docker-login.sh [2021-01-28T17:13:00.233Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:13:01.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:13:01.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:13:01.505Z] Configure a credential helper to remove this warning. See [2021-01-28T17:13:01.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:13:01.505Z] [2021-01-28T17:13:01.505Z] Login Succeeded [2021-01-28T17:13:01.505Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:13:02.104Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:13:02.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:13:02.104Z] Configure a credential helper to remove this warning. See [2021-01-28T17:13:02.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:13:02.104Z] [2021-01-28T17:13:02.104Z] Login Succeeded [2021-01-28T17:13:02.104Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:13:02.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:13:02.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:13:02.702Z] Configure a credential helper to remove this warning. See [2021-01-28T17:13:02.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:13:02.702Z] [2021-01-28T17:13:02.702Z] Login Succeeded [2021-01-28T17:13:02.702Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:13:03.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:13:03.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:13:03.298Z] Configure a credential helper to remove this warning. See [2021-01-28T17:13:03.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:13:03.298Z] [2021-01-28T17:13:03.298Z] Login Succeeded [2021-01-28T17:13:03.298Z] docker.io [2021-01-28T17:13:03.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.733s coverage: 92.8% of statements [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:13:03.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:13:03.549Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.126s coverage: 0.1% of statements [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:13:03.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:13:03.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 43.8% of statements [2021-01-28T17:13:03.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.187s coverage: 79.5% of statements [2021-01-28T17:13:03.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements [2021-01-28T17:13:03.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:13:03.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements [2021-01-28T17:13:04.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:13:04.211Z] Configure a credential helper to remove this warning. See [2021-01-28T17:13:04.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:13:04.211Z] [2021-01-28T17:13:04.211Z] Login Succeeded [2021-01-28T17:13:04.211Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:13:04.241Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-28T17:13:04.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [Pipeline] echo [2021-01-28T17:13:04.805Z] ========================================================= [2021-01-28T17:13:04.805Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T17:13:04.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:13:05.240Z] + 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-01-28T17:13:07.249Z] Sending build context to Docker daemon 165.9MB [2021-01-28T17:13:07.530Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:13:07.530Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:13:07.530Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T17:13:07.530Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T17:13:07.530Z] a4357932f1b6: Pulling fs layer [2021-01-28T17:13:07.530Z] 18c013af1878: Pulling fs layer [2021-01-28T17:13:07.530Z] 00ac8860ef70: Pulling fs layer [2021-01-28T17:13:07.530Z] 63d7cb157983: Pulling fs layer [2021-01-28T17:13:07.530Z] b116817d02f9: Pulling fs layer [2021-01-28T17:13:07.530Z] 745a02a5169b: Pulling fs layer [2021-01-28T17:13:07.530Z] 00ac8860ef70: Waiting [2021-01-28T17:13:07.530Z] 63d7cb157983: Waiting [2021-01-28T17:13:07.530Z] 745a02a5169b: Waiting [2021-01-28T17:13:07.530Z] b116817d02f9: Waiting [2021-01-28T17:13:07.530Z] 18c013af1878: Verifying Checksum [2021-01-28T17:13:07.530Z] 18c013af1878: Download complete [2021-01-28T17:13:07.530Z] a4357932f1b6: Verifying Checksum [2021-01-28T17:13:07.530Z] a4357932f1b6: Download complete [2021-01-28T17:13:07.530Z] 63d7cb157983: Verifying Checksum [2021-01-28T17:13:07.530Z] 63d7cb157983: Download complete [2021-01-28T17:13:08.127Z] b116817d02f9: Download complete [2021-01-28T17:13:08.127Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T17:13:08.127Z] 5f621e34cdf4: Download complete [2021-01-28T17:13:08.729Z] 5f621e34cdf4: Pull complete [2021-01-28T17:13:09.335Z] a4357932f1b6: Pull complete [2021-01-28T17:13:09.610Z] 18c013af1878: Pull complete [2021-01-28T17:13:10.596Z] 745a02a5169b: Verifying Checksum [2021-01-28T17:13:10.596Z] 745a02a5169b: Download complete [2021-01-28T17:13:12.035Z] 00ac8860ef70: Verifying Checksum [2021-01-28T17:13:12.035Z] 00ac8860ef70: Download complete [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.124s coverage: 94.4% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.095s coverage: 44.8% of statements [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.125s coverage: 87.2% of statements [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.090s coverage: 100.0% of statements [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.229s coverage: 75.5% of statements [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.2% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.127s coverage: 91.4% of statements [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.368s coverage: 63.5% of statements [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:13:17.423Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-28T17:13:17.423Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2021-01-28T17:13:18.111Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements [2021-01-28T17:13:20.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements [2021-01-28T17:13:20.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:13:20.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:13:20.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:13:20.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:13:20.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:13:21.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.0% of statements [2021-01-28T17:13:21.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:13:21.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:13:21.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.892s coverage: 84.0% of statements [2021-01-28T17:13:21.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements [2021-01-28T17:13:22.219Z] 00ac8860ef70: Pull complete [2021-01-28T17:13:22.815Z] 63d7cb157983: Pull complete [2021-01-28T17:13:23.089Z] b116817d02f9: Pull complete [2021-01-28T17:13:26.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.196s coverage: 47.1% of statements [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:13:26.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:13:26.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-01-28T17:13:26.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:13:27.413Z] 745a02a5169b: Pull complete [2021-01-28T17:13:27.413Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T17:13:27.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T17:13:27.413Z] ---> b7e6874047d6 [2021-01-28T17:13:27.413Z] 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-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.890s coverage: 29.1% of statements [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:13:30.069Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:13:30.069Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.116s coverage: 100.0% of statements [2021-01-28T17:13:30.808Z] ---> Running in c88fe2874206 [2021-01-28T17:13:31.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-01-28T17:13:31.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-01-28T17:13:31.803Z] GO111MODULE=on go vet ./... [2021-01-28T17:13:32.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:13:32.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:13:33.453Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:13:33.726Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:13:33.726Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:13:33.999Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:13:38.299Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:13:38.572Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:13:38.572Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:13:38.572Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:13:38.846Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:13:38.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:13:39.122Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:13:39.122Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:13:39.122Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:39.122Z] OK: 217 MiB in 51 packages [2021-01-28T17:13:43.432Z] Removing intermediate container c88fe2874206 [2021-01-28T17:13:43.432Z] ---> 05ba2c50d9dc [2021-01-28T17:13:43.432Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:13:43.705Z] ---> Running in 070f77d5d827 [2021-01-28T17:13:44.305Z] Removing intermediate container 070f77d5d827 [2021-01-28T17:13:44.305Z] ---> 72889b94dac6 [2021-01-28T17:13:44.305Z] Step 5/6 : COPY go.mod . [2021-01-28T17:13:44.903Z] ---> bf5a1cb5c337 [2021-01-28T17:13:44.903Z] Step 6/6 : RUN go mod download [2021-01-28T17:13:44.903Z] ---> Running in b735c0cafe8a [2021-01-28T17:14:11.712Z] Removing intermediate container b735c0cafe8a [2021-01-28T17:14:11.712Z] ---> ddd1349027e0 [2021-01-28T17:14:11.712Z] Successfully built ddd1349027e0 [2021-01-28T17:14:11.712Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:14:12.101Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:14:12.101Z] . [Pipeline] withDockerContainer [2021-01-28T17:14:12.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container [2021-01-28T17:14:12.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-01-28T17:14:14.056Z] $ docker top 8eaa7ce52d0d26277b5ff7f21a08a2bc037ccd689a5635ebf0ad0b218045505c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:14:15.173Z] + go version [2021-01-28T17:14:15.173Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T17:14:15.213Z] $ docker stop --time=1 8eaa7ce52d0d26277b5ff7f21a08a2bc037ccd689a5635ebf0ad0b218045505c [2021-01-28T17:14:17.211Z] $ docker rm -f 8eaa7ce52d0d26277b5ff7f21a08a2bc037ccd689a5635ebf0ad0b218045505c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:14:18.506Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:14:18.507Z] . [Pipeline] withDockerContainer [2021-01-28T17:14:18.805Z] prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container [2021-01-28T17:14:18.892Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-01-28T17:14:20.377Z] $ docker top 5623b6d4fb37ed0c7955332579db3a8b7b4e42a92a8d0d1794e33414863797bb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:14:20.847Z] ========================================================= [2021-01-28T17:14:20.847Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:14:20.847Z] ========================================================= [Pipeline] sh [2021-01-28T17:14:21.533Z] + make test [2021-01-28T17:14:21.533Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:14:29.253Z] gofmt -l . [2021-01-28T17:14:29.533Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:14:30.987Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:14:32.492Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:14:34.198Z] + ls -al . [2021-01-28T17:14:34.198Z] total 672 [2021-01-28T17:14:34.198Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 17:14 . [2021-01-28T17:14:34.198Z] drwxr-xr-x 4 root root 28 Jan 28 17:11 .. [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:08 .dockerignore [2021-01-28T17:14:34.198Z] drwxrwxr-x 8 1001 1001 179 Jan 28 17:08 .git [2021-01-28T17:14:34.198Z] drwxrwxr-x 3 1001 1001 125 Jan 28 17:08 .github [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:08 .gitignore [2021-01-28T17:14:34.198Z] drwx------ 3 1001 1001 60 Jan 28 17:09 .semver [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:08 .sonarcloud.properties [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:08 Attribution.txt [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:08 CONTRIBUTING.md [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:08 Dockerfile.build [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:08 Jenkinsfile [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:08 LICENSE [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:08 Makefile [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:08 README.md [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:08 SECURITY.md [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 17:09 VERSION [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:08 ZMQWindows.md [2021-01-28T17:14:34.198Z] drwxrwxr-x 2 1001 1001 117 Jan 28 17:08 bin [2021-01-28T17:14:34.198Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:08 cmd [2021-01-28T17:14:34.198Z] -rw-r--r-- 1 root root 565356 Jan 28 17:13 coverage.out [2021-01-28T17:14:34.198Z] -rw-r--r-- 1 root root 1054 Jan 28 17:14 go.mod [2021-01-28T17:14:34.198Z] -rw-r--r-- 1 root root 19289 Jan 28 17:14 go.sum [2021-01-28T17:14:34.198Z] drwxrwxr-x 8 1001 1001 127 Jan 28 17:08 internal [2021-01-28T17:14:34.198Z] drwxrwxr-x 4 1001 1001 26 Jan 28 17:08 openapi [2021-01-28T17:14:34.198Z] drwxrwxr-x 4 1001 1001 71 Jan 28 17:08 snap [2021-01-28T17:14:34.198Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:08 version.go [Pipeline] sh [2021-01-28T17:14:34.884Z] + '[' -e coverage.out ] [2021-01-28T17:14:34.884Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:14:35.503Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:14:36.162Z] + make build [2021-01-28T17:14:36.162Z] 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-01-28T17:14:40.550Z] 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-01-28T17:14:48.368Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:14:59.498Z] 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-01-28T17:15:03.133Z] 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-01-28T17:15:07.625Z] 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-01-28T17:15:09.135Z] 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-01-28T17:15:13.627Z] 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-01-28T17:15:17.416Z] 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-01-28T17:15:20.730Z] 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-01-28T17:15:23.507Z] 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-01-28T17:15:25.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:15:28.201Z] 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-01-28T17:15:30.250Z] 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 [Pipeline] } [2021-01-28T17:15:37.360Z] $ docker stop --time=1 de9db890f4505f47134cb505070e2166ab9c4a875bd1cd2fb473ac7a027092b7 [2021-01-28T17:15:39.717Z] $ docker rm -f de9db890f4505f47134cb505070e2166ab9c4a875bd1cd2fb473ac7a027092b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:15:42.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:15:42.569Z] [2021-01-28T17:15:42.569Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:15:43.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:15:43.319Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T17:15:43.319Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T17:15:43.319Z] ca9280d653b3: Pulling fs layer [2021-01-28T17:15:43.319Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T17:15:43.319Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-28T17:15:43.319Z] cbdbe7a5bc2a: Download complete [2021-01-28T17:15:44.328Z] cbdbe7a5bc2a: Pull complete [2021-01-28T17:15:44.603Z] ca9280d653b3: Verifying Checksum [2021-01-28T17:15:44.603Z] ca9280d653b3: Download complete [2021-01-28T17:15:45.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:15:45.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:15:48.336Z] ca9280d653b3: Pull complete [2021-01-28T17:15:48.336Z] 7e9c9ca2126c: Download complete [2021-01-28T17:15:48.501Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:15:48.501Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:15:48.501Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:15:56.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:15:56.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:15:56.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:15:56.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:15:56.819Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:15:56.819Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:16:03.546Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:16:03.546Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:16:03.546Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:16:10.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.335s coverage: 46.0% of statements [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:16:10.310Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:16:10.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements [2021-01-28T17:16:11.037Z] 7e9c9ca2126c: Pull complete [2021-01-28T17:16:11.038Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T17:16:11.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:16:11.038Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T17:16:11.611Z] prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container [2021-01-28T17:16:11.729Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:16:14.555Z] $ docker top 8c8e8050b39f270310b4a1e92083fd2a6be05fe1e5e5ed74c623c81a6c9a7330 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:16:17.802Z] + docker-compose build --help [2021-01-28T17:16:17.802Z] + grep parallel [2021-01-28T17:16:18.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:16:18.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:16:18.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:16:18.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:16:19.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.361s coverage: 65.8% of statements [2021-01-28T17:16:19.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:16:19.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:16:19.898Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:16:19.985Z] $ docker stop --time=1 8c8e8050b39f270310b4a1e92083fd2a6be05fe1e5e5ed74c623c81a6c9a7330 [2021-01-28T17:16:21.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 82.3% of statements [2021-01-28T17:16:21.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:16:21.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:16:21.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:16:21.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:16:22.582Z] $ docker rm -f 8c8e8050b39f270310b4a1e92083fd2a6be05fe1e5e5ed74c623c81a6c9a7330 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:16:23.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:16:24.193Z] . [Pipeline] withDockerContainer [2021-01-28T17:16:25.242Z] prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container [2021-01-28T17:16:25.694Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat [2021-01-28T17:16:27.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.322s coverage: 28.6% of statements [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:16:27.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:16:27.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.172s coverage: 100.0% of statements [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:16:27.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.332s coverage: 86.7% of statements [2021-01-28T17:16:27.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:16:28.776Z] $ docker top 12e77582f5fb39c40b631419caae6eae56f5f2250e2b9ef2f4f36a19e2ef0073 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:16:30.958Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:16:31.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-01-28T17:16:31.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:16:31.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2021-01-28T17:16:31.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:16:31.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:16:31.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:16:31.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:16:33.042Z] Building docker-core-command-go ... [2021-01-28T17:16:33.042Z] Building docker-core-data-go ... [2021-01-28T17:16:33.042Z] Building docker-core-metadata-go ... [2021-01-28T17:16:33.042Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:16:33.042Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:16:33.042Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:16:33.042Z] Building docker-support-notifications-go ... [2021-01-28T17:16:33.042Z] Building docker-support-scheduler-go ... [2021-01-28T17:16:33.042Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:16:33.042Z] Building docker-core-command-go [2021-01-28T17:16:33.042Z] Building docker-support-notifications-go [2021-01-28T17:16:33.042Z] Building docker-support-scheduler-go [2021-01-28T17:16:33.042Z] Building docker-security-proxy-setup-go [2021-01-28T17:16:33.042Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:16:39.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements [2021-01-28T17:16:39.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:16:39.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:16:39.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:16:39.754Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:16:39.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:16:39.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:16:39.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:16:39.755Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:16:39.755Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:16:39.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 43.8% of statements [2021-01-28T17:16:39.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.099s coverage: 79.5% of statements [2021-01-28T17:16:39.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements [2021-01-28T17:16:39.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-01-28T17:16:40.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-01-28T17:16:52.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.111s coverage: 94.4% of statements [2021-01-28T17:16:52.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-28T17:16:52.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:16:52.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:16:52.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:16:52.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-01-28T17:16:53.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:16:53.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-28T17:16:53.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-28T17:16:53.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.2% of statements [2021-01-28T17:16:53.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.4% of statements [2021-01-28T17:16:53.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:16:56.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.662s coverage: 63.5% of statements [2021-01-28T17:16:56.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:16:56.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:16:56.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-01-28T17:16:56.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-01-28T17:16:56.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-01-28T17:16:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-28T17:16:58.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-01-28T17:17:03.197Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 68.9% of statements [2021-01-28T17:17:03.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:17:03.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:17:03.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:17:03.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:17:03.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:17:03.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 37.0% of statements [2021-01-28T17:17:03.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:17:03.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:17:05.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.780s coverage: 84.0% of statements [2021-01-28T17:17:05.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.109s coverage: 100.0% of statements [2021-01-28T17:17:12.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.1% of statements [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:17:12.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:17:12.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-01-28T17:17:12.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.035s coverage: 29.1% of statements [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.087s coverage: 0.0% of statements [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:17:17.668Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-28T17:17:17.668Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-28T17:17:18.262Z] GO111MODULE=on go vet ./... [2021-01-28T17:17:56.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:17:56.574Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:17:56.574Z] ---> 98046e43b99b [2021-01-28T17:17:56.574Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:17:56.574Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:17:56.574Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:17:56.574Z] ---> 98046e43b99b [2021-01-28T17:17:56.574Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:17:56.875Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:17:56.875Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:17:56.875Z] ---> 98046e43b99b [2021-01-28T17:17:56.875Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:17:59.410Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:17:59.410Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:17:59.410Z] ---> 98046e43b99b [2021-01-28T17:17:59.410Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:17:59.746Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:17:59.746Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:17:59.746Z] ---> 98046e43b99b [2021-01-28T17:17:59.746Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:17:59.746Z] ---> Running in 972400fecbe3 [2021-01-28T17:17:59.746Z] ---> Running in b0da6a7c5a1e [2021-01-28T17:17:59.746Z] ---> Running in 94a53d25c1e2 [2021-01-28T17:17:59.746Z] ---> Running in affec8284dba [2021-01-28T17:17:59.746Z] ---> Running in 5aea1ca7d798 [2021-01-28T17:17:59.746Z] Removing intermediate container 972400fecbe3 [2021-01-28T17:17:59.746Z] ---> 40e7d458c7d2 [2021-01-28T17:17:59.746Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:17:59.746Z] Removing intermediate container affec8284dba [2021-01-28T17:17:59.746Z] ---> 72b0bf35cd4d [2021-01-28T17:17:59.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:00.076Z] Removing intermediate container b0da6a7c5a1e [2021-01-28T17:18:00.076Z] ---> 41efb9ffe27e [2021-01-28T17:18:00.076Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:00.076Z] Removing intermediate container 5aea1ca7d798 [2021-01-28T17:18:00.076Z] ---> 719f807a8372 [2021-01-28T17:18:00.076Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:00.076Z] Removing intermediate container 94a53d25c1e2 [2021-01-28T17:18:00.076Z] ---> d15626e22dcf [2021-01-28T17:18:00.076Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:18:00.076Z] ---> Running in e8c4d690ca10 [2021-01-28T17:18:00.463Z] ---> Running in 5019649778d4 [2021-01-28T17:18:00.463Z] ---> Running in c581546d4ed1 [2021-01-28T17:18:00.463Z] ---> Running in d3ce88d46f3d [2021-01-28T17:18:00.463Z] ---> Running in 032457aedf05 [2021-01-28T17:18:05.264Z] Removing intermediate container e8c4d690ca10 [2021-01-28T17:18:05.264Z] ---> 903cd268ff31 [2021-01-28T17:18:05.264Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:18:06.286Z] ---> Running in e2f7685ead2e [2021-01-28T17:18:06.286Z] Removing intermediate container c581546d4ed1 [2021-01-28T17:18:06.286Z] ---> 2388baaf7f63 [2021-01-28T17:18:06.286Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:18:06.571Z] Removing intermediate container 5019649778d4 [2021-01-28T17:18:06.571Z] ---> 458d2ad5f3ba [2021-01-28T17:18:06.571Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:18:06.571Z] Removing intermediate container 032457aedf05 [2021-01-28T17:18:06.571Z] ---> 3e4a79d4a744 [2021-01-28T17:18:06.571Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:18:06.571Z] Removing intermediate container d3ce88d46f3d [2021-01-28T17:18:06.571Z] ---> caeed5633791 [2021-01-28T17:18:06.571Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:18:06.880Z] ---> Running in 0c3a5b51fed5 [2021-01-28T17:18:06.880Z] ---> Running in 8b6cce6bc2c3 [2021-01-28T17:18:06.880Z] ---> Running in 42c0ca8e43e8 [2021-01-28T17:18:06.880Z] ---> Running in 87c7c03616c9 [2021-01-28T17:18:08.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:08.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:08.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:08.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:08.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:08.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:09.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:09.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:09.550Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:09.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:09.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:18:10.203Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:10.203Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:10.541Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:11.272Z] OK: 233 MiB in 51 packages [2021-01-28T17:18:11.272Z] Removing intermediate container e2f7685ead2e [2021-01-28T17:18:11.272Z] ---> 1bb1b36cffe6 [2021-01-28T17:18:11.272Z] Step 6/23 : COPY go.mod . [2021-01-28T17:18:11.934Z] Removing intermediate container 0c3a5b51fed5 [2021-01-28T17:18:11.934Z] ---> 7300eef56500 [2021-01-28T17:18:11.934Z] Step 6/21 : COPY go.mod . [2021-01-28T17:18:11.934Z] ---> 6dbc37c07add [2021-01-28T17:18:11.934Z] Step 7/23 : RUN go mod download [2021-01-28T17:18:12.246Z] Removing intermediate container 8b6cce6bc2c3 [2021-01-28T17:18:12.246Z] ---> 739405cdeb58 [2021-01-28T17:18:12.246Z] Step 6/22 : COPY go.mod . [2021-01-28T17:18:12.595Z] ---> Running in 38e85c21321d [2021-01-28T17:18:12.595Z] Removing intermediate container 87c7c03616c9 [2021-01-28T17:18:12.595Z] ---> c151076a7b9a [2021-01-28T17:18:12.595Z] Step 6/22 : COPY go.mod . [2021-01-28T17:18:12.886Z] Removing intermediate container 42c0ca8e43e8 [2021-01-28T17:18:12.886Z] ---> 1dcf6471af4a [2021-01-28T17:18:12.886Z] Step 6/26 : COPY go.mod . [2021-01-28T17:18:12.886Z] ---> 7487ed373e87 [2021-01-28T17:18:12.886Z] Step 7/21 : RUN go mod download [2021-01-28T17:18:13.194Z] ---> bd8000bd0d39 [2021-01-28T17:18:13.194Z] Step 7/22 : RUN go mod download [2021-01-28T17:18:13.194Z] ---> Running in 964f4844e336 [2021-01-28T17:18:13.514Z] ---> Running in d4449e88542c [2021-01-28T17:18:13.886Z] ---> b28d5bbfb66f [2021-01-28T17:18:13.886Z] Step 7/22 : RUN go mod download [2021-01-28T17:18:13.886Z] ---> Running in 47bceefcb559 [2021-01-28T17:18:14.698Z] ---> 5c2fc5f05d2b [2021-01-28T17:18:14.698Z] Step 7/26 : RUN go mod download [2021-01-28T17:18:14.698Z] ---> Running in 32971a74e10d [2021-01-28T17:18:18.982Z] Removing intermediate container 964f4844e336 [2021-01-28T17:18:18.982Z] ---> 39204b7a2452 [2021-01-28T17:18:18.982Z] Step 8/21 : COPY . . [2021-01-28T17:18:18.982Z] Removing intermediate container 47bceefcb559 [2021-01-28T17:18:18.982Z] ---> 25fdf8a65fe4 [2021-01-28T17:18:18.982Z] Step 8/22 : COPY . . [2021-01-28T17:18:19.307Z] Removing intermediate container d4449e88542c [2021-01-28T17:18:19.307Z] ---> 4fd00a9c0eb9 [2021-01-28T17:18:19.307Z] Step 8/22 : COPY . . [2021-01-28T17:18:19.307Z] Removing intermediate container 38e85c21321d [2021-01-28T17:18:19.307Z] ---> 26f5ebd858f7 [2021-01-28T17:18:19.307Z] Step 8/23 : COPY . . [2021-01-28T17:18:19.943Z] Removing intermediate container 32971a74e10d [2021-01-28T17:18:19.943Z] ---> ca7e3fdd1cb5 [2021-01-28T17:18:19.943Z] Step 8/26 : COPY . . [2021-01-28T17:18:40.045Z] gofmt -l . [2021-01-28T17:18:40.045Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:18:40.045Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:18:40.045Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:18:40.740Z] + ls -al . [2021-01-28T17:18:40.740Z] total 700 [2021-01-28T17:18:40.740Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 17:18 . [2021-01-28T17:18:40.740Z] drwxr-xr-x 4 root root 4096 Jan 28 17:14 .. [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:12 .dockerignore [2021-01-28T17:18:40.740Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 17:12 .git [2021-01-28T17:18:40.740Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 17:12 .github [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:12 .gitignore [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:12 .sonarcloud.properties [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:12 Attribution.txt [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:12 CONTRIBUTING.md [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:12 Dockerfile.build [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:12 Jenkinsfile [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:12 LICENSE [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:12 Makefile [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:12 README.md [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:12 SECURITY.md [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 17:09 VERSION [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:12 ZMQWindows.md [2021-01-28T17:18:40.740Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 17:12 bin [2021-01-28T17:18:40.740Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:12 cmd [2021-01-28T17:18:40.740Z] -rw-r--r-- 1 root root 565356 Jan 28 17:17 coverage.out [2021-01-28T17:18:40.740Z] -rw-r--r-- 1 root root 1054 Jan 28 17:18 go.mod [2021-01-28T17:18:40.740Z] -rw-r--r-- 1 root root 19289 Jan 28 17:18 go.sum [2021-01-28T17:18:40.740Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 17:12 internal [2021-01-28T17:18:40.740Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 17:12 openapi [2021-01-28T17:18:40.740Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 17:12 snap [2021-01-28T17:18:40.740Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:12 version.go [Pipeline] sh [2021-01-28T17:18:41.444Z] + '[' -e coverage.out ] [2021-01-28T17:18:41.444Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:18:41.493Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T17:18:42.834Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:18:43.570Z] + make build [2021-01-28T17:18:43.570Z] 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-01-28T17:18:58.733Z] 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-01-28T17:19:25.547Z] 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-01-28T17:19:27.531Z] 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-01-28T17:19:31.837Z] 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-01-28T17:19:33.813Z] 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-01-28T17:19:39.247Z] 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-01-28T17:19:43.030Z] ---> bb1372678608 [2021-01-28T17:19:43.030Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:19:43.030Z] ---> 3f4dfdff68c6 [2021-01-28T17:19:43.030Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:19:43.030Z] ---> 08e652023b57 [2021-01-28T17:19:43.030Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:19:43.030Z] ---> c46768c1e043 [2021-01-28T17:19:43.030Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:19:43.312Z] ---> 7de128077e3d [2021-01-28T17:19:43.312Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:19:43.312Z] ---> Running in 75eace482b7a [2021-01-28T17:19:43.312Z] ---> Running in 42c0921934c5 [2021-01-28T17:19:43.312Z] ---> Running in 4aff772c2db0 [2021-01-28T17:19:43.312Z] ---> Running in 8d682386a12d [2021-01-28T17:19:43.312Z] ---> Running in 1e6c7000cd42 [2021-01-28T17:19:44.650Z] 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-01-28T17:19:46.122Z] 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-01-28T17:19:46.122Z] 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-01-28T17:19:46.122Z] 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-01-28T17:19:46.122Z] 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-01-28T17:19:46.122Z] 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-01-28T17:19:48.023Z] 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-01-28T17:19:52.323Z] 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-01-28T17:19:56.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:20:00.932Z] 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-01-28T17:20:06.334Z] 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 [Pipeline] } [2021-01-28T17:20:11.777Z] $ docker stop --time=1 5623b6d4fb37ed0c7955332579db3a8b7b4e42a92a8d0d1794e33414863797bb [2021-01-28T17:20:14.497Z] $ docker rm -f 5623b6d4fb37ed0c7955332579db3a8b7b4e42a92a8d0d1794e33414863797bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:16.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:20:16.770Z] [2021-01-28T17:20:16.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:17.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:20:17.190Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T17:20:17.190Z] 29e5d40040c1: Pulling fs layer [2021-01-28T17:20:17.190Z] 1ce36da41761: Pulling fs layer [2021-01-28T17:20:17.190Z] 25b303627fd3: Pulling fs layer [2021-01-28T17:20:17.789Z] 29e5d40040c1: Verifying Checksum [2021-01-28T17:20:17.789Z] 29e5d40040c1: Download complete [2021-01-28T17:20:18.389Z] 1ce36da41761: Verifying Checksum [2021-01-28T17:20:18.389Z] 1ce36da41761: Download complete [2021-01-28T17:20:18.389Z] 29e5d40040c1: Pull complete [2021-01-28T17:20:19.822Z] 1ce36da41761: Pull complete [2021-01-28T17:20:19.822Z] 25b303627fd3: Verifying Checksum [2021-01-28T17:20:19.822Z] 25b303627fd3: Download complete [2021-01-28T17:20:29.960Z] 25b303627fd3: Pull complete [2021-01-28T17:20:29.960Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T17:20:29.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:20:29.960Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T17:20:30.202Z] prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container [2021-01-28T17:20:30.288Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:20:33.574Z] $ docker top 8213272adfbddcf346bd09418dd36e26fdc068011b9dee59e4e5693c408173fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:20:34.669Z] + docker-compose build --help [2021-01-28T17:20:34.669Z] + grep parallel [2021-01-28T17:20:40.045Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:20:40.699Z] $ docker stop --time=1 8213272adfbddcf346bd09418dd36e26fdc068011b9dee59e4e5693c408173fb [2021-01-28T17:20:42.641Z] $ docker rm -f 8213272adfbddcf346bd09418dd36e26fdc068011b9dee59e4e5693c408173fb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:20:43.494Z] 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-01-28T17:20:43.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:20:43.701Z] . [Pipeline] withDockerContainer [2021-01-28T17:20:43.966Z] prd-ubuntu18.04-docker-arm64-4c-16g-23792 does not seem to be running inside a container [2021-01-28T17:20:44.052Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:20:45.501Z] $ docker top 73b7135d78868001cb85ea277a581f24b7c0d57919fa7ef2105bb357f88880e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:20:46.609Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:20:49.420Z] Removing intermediate container 42c0921934c5 [2021-01-28T17:20:49.420Z] ---> dbe94b896527 [2021-01-28T17:20:49.420Z] [2021-01-28T17:20:49.420Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:20:49.420Z] Removing intermediate container 1e6c7000cd42 [2021-01-28T17:20:49.420Z] ---> eb3fc94c50ca [2021-01-28T17:20:49.420Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:20:49.420Z] Removing intermediate container 75eace482b7a [2021-01-28T17:20:49.420Z] ---> 9089a5873d21 [2021-01-28T17:20:49.420Z] [2021-01-28T17:20:49.420Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:20:49.703Z] 3.12: Pulling from library/alpine [2021-01-28T17:20:49.703Z] 3.12: Pulling from library/alpine [2021-01-28T17:20:50.086Z] ---> Running in 6fab52e36bcd [2021-01-28T17:20:51.991Z] Building docker-core-command-go ... [2021-01-28T17:20:51.991Z] Building docker-core-data-go ... [2021-01-28T17:20:51.991Z] Building docker-core-metadata-go ... [2021-01-28T17:20:51.991Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:20:51.991Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:20:51.991Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:20:51.991Z] Building docker-support-notifications-go ... [2021-01-28T17:20:51.991Z] Building docker-support-scheduler-go ... [2021-01-28T17:20:51.991Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:20:51.991Z] Building docker-core-command-go [2021-01-28T17:20:51.991Z] Building docker-support-notifications-go [2021-01-28T17:20:51.991Z] Building docker-security-secretstore-setup-go [2021-01-28T17:20:51.991Z] Building docker-security-bootstrapper-go [2021-01-28T17:20:51.991Z] Building docker-support-scheduler-go [2021-01-28T17:20:53.131Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:20:53.131Z] 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-01-28T17:20:53.131Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:20:53.471Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:20:53.471Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:20:53.471Z] ---> 389fef711851 [2021-01-28T17:20:53.471Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:20:53.471Z] ---> 389fef711851 [2021-01-28T17:20:53.471Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:20:54.637Z] ---> Running in 98c94d9f2aae [2021-01-28T17:20:54.637Z] ---> Running in a55e11a3df37 [2021-01-28T17:20:55.059Z] Removing intermediate container 4aff772c2db0 [2021-01-28T17:20:55.059Z] ---> 07ecf745bc92 [2021-01-28T17:20:55.059Z] [2021-01-28T17:20:55.059Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:20:55.059Z] ---> 389fef711851 [2021-01-28T17:20:55.059Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:20:55.512Z] ---> Running in 1b2b6c39867d [2021-01-28T17:20:57.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:20:58.351Z] Removing intermediate container 6fab52e36bcd [2021-01-28T17:20:58.351Z] ---> 7586dc4a2a10 [2021-01-28T17:20:58.351Z] [2021-01-28T17:20:58.351Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:20:58.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:20:58.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:20:59.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:20:59.353Z] 20.10.0: Pulling from library/docker [2021-01-28T17:20:59.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:00.326Z] Removing intermediate container 8d682386a12d [2021-01-28T17:21:00.326Z] ---> 245c373992ef [2021-01-28T17:21:00.326Z] [2021-01-28T17:21:00.326Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:21:00.326Z] ---> 389fef711851 [2021-01-28T17:21:00.326Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:21:00.326Z] ---> Running in 4ed25ede6745 [2021-01-28T17:21:01.138Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:01.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:01.138Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:01.139Z] OK: 6 MiB in 15 packages [2021-01-28T17:21:01.675Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:21:02.286Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:02.286Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:02.286Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:21:02.755Z] OK: 6 MiB in 16 packages [2021-01-28T17:21:03.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:03.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:03.676Z] Removing intermediate container 1b2b6c39867d [2021-01-28T17:21:03.676Z] ---> e7806db853d6 [2021-01-28T17:21:03.676Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:21:03.676Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:21:03.676Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:21:03.676Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:21:03.676Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:21:03.676Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:04.056Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:21:04.056Z] OK: 7 MiB in 18 packages [2021-01-28T17:21:04.752Z] ---> Running in a0528732012a [2021-01-28T17:21:04.752Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:04.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:04.752Z] OK: 6 MiB in 15 packages [2021-01-28T17:21:05.936Z] Removing intermediate container a55e11a3df37 [2021-01-28T17:21:05.936Z] ---> 30ed32217280 [2021-01-28T17:21:05.936Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:21:06.238Z] Removing intermediate container a0528732012a [2021-01-28T17:21:06.238Z] ---> c9e81e77ef50 [2021-01-28T17:21:06.238Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:21:06.238Z] ---> Running in 5c0b74191e54 [2021-01-28T17:21:07.333Z] ---> Running in 0ca3d5a96abe [2021-01-28T17:21:08.339Z] Removing intermediate container 5c0b74191e54 [2021-01-28T17:21:08.339Z] ---> 45d623130576 [2021-01-28T17:21:08.339Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:21:08.339Z] Removing intermediate container 4ed25ede6745 [2021-01-28T17:21:08.339Z] ---> 299fa02e9cf1 [2021-01-28T17:21:08.339Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:21:08.339Z] ---> Running in c727f6275858 [2021-01-28T17:21:08.339Z] ---> Running in ad3393d13c66 [2021-01-28T17:21:08.339Z] Removing intermediate container 98c94d9f2aae [2021-01-28T17:21:08.339Z] ---> 8ef6f6da92fe [2021-01-28T17:21:08.339Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:21:08.339Z] Removing intermediate container 0ca3d5a96abe [2021-01-28T17:21:08.339Z] ---> 8af1708d359b [2021-01-28T17:21:08.339Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:21:08.339Z] ---> Running in fd235a49d0f7 [2021-01-28T17:21:08.746Z] Removing intermediate container ad3393d13c66 [2021-01-28T17:21:08.746Z] ---> 26b867642fcd [2021-01-28T17:21:08.746Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:21:08.746Z] ---> Running in 467cfccda1f8 [2021-01-28T17:21:08.746Z] Removing intermediate container c727f6275858 [2021-01-28T17:21:08.746Z] ---> a1dc371d2593 [2021-01-28T17:21:08.746Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:21:09.395Z] ---> Running in eaa46172258b [2021-01-28T17:21:09.395Z] ---> Running in 87aec87d3e6f [2021-01-28T17:21:09.395Z] Removing intermediate container fd235a49d0f7 [2021-01-28T17:21:09.395Z] ---> 22096cae30dd [2021-01-28T17:21:09.395Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:21:09.705Z] Removing intermediate container 467cfccda1f8 [2021-01-28T17:21:09.705Z] ---> 9bd9b1c9d044 [2021-01-28T17:21:09.705Z] Step 15/23 : WORKDIR / [2021-01-28T17:21:09.705Z] ---> Running in 90109ed9e8dd [2021-01-28T17:21:10.356Z] ---> Running in b315764f0ea1 [2021-01-28T17:21:10.356Z] Removing intermediate container eaa46172258b [2021-01-28T17:21:10.356Z] ---> cc7a5cbd294c [2021-01-28T17:21:10.356Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:21:10.356Z] Removing intermediate container 87aec87d3e6f [2021-01-28T17:21:10.356Z] ---> 697f6b20a7a5 [2021-01-28T17:21:10.356Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:10.672Z] Removing intermediate container 90109ed9e8dd [2021-01-28T17:21:10.672Z] ---> d5b54dfeaf3e [2021-01-28T17:21:10.672Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:21:11.419Z] ---> Running in 81b6edac5e9e [2021-01-28T17:21:11.799Z] Removing intermediate container b315764f0ea1 [2021-01-28T17:21:11.799Z] ---> afa914358c2d [2021-01-28T17:21:11.799Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:11.799Z] ---> c90637abf054 [2021-01-28T17:21:11.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:21:12.152Z] ---> abbf64b8133e [2021-01-28T17:21:12.152Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:21:12.487Z] Removing intermediate container 81b6edac5e9e [2021-01-28T17:21:12.488Z] ---> 107eb12002e9 [2021-01-28T17:21:12.488Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:13.292Z] ---> fdf48059d9eb [2021-01-28T17:21:13.292Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:21:14.017Z] ---> bb7178caf22a [2021-01-28T17:21:14.017Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:21:14.326Z] ---> 9d9d9e7f3965 [2021-01-28T17:21:14.326Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:21:14.326Z] ---> cefd7d0a8b8e [2021-01-28T17:21:14.326Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:15.401Z] ---> 82b41812b6cb [2021-01-28T17:21:15.401Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:15.683Z] ---> c069aef331f4 [2021-01-28T17:21:15.683Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:21:15.982Z] ---> e2fe8af4cc90 [2021-01-28T17:21:15.982Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:21:15.982Z] ---> Running in 80ea7e32f360 [2021-01-28T17:21:15.982Z] ---> 4a186d33cacb [2021-01-28T17:21:15.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:16.254Z] ---> Running in 5f2526113bb5 [2021-01-28T17:21:16.254Z] ---> ca96eae3d2b8 [2021-01-28T17:21:16.254Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:21:16.254Z] Removing intermediate container 80ea7e32f360 [2021-01-28T17:21:16.254Z] ---> 1bca97603706 [2021-01-28T17:21:16.254Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:16.254Z] ---> Running in d666397dd679 [2021-01-28T17:21:16.547Z] ---> Running in ecb600106bd2 [2021-01-28T17:21:16.547Z] Removing intermediate container 5f2526113bb5 [2021-01-28T17:21:16.547Z] ---> 2103298ba3fa [2021-01-28T17:21:16.547Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:21:16.547Z] ---> 8b789397f350 [2021-01-28T17:21:16.547Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:21:16.838Z] Removing intermediate container d666397dd679 [2021-01-28T17:21:16.838Z] ---> 0be68870c408 [2021-01-28T17:21:16.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:16.838Z] ---> Running in 52e92cd5021c [2021-01-28T17:21:16.838Z] ---> Running in 475a4e16715f [2021-01-28T17:21:16.838Z] ---> Running in ecb0beb6cbcf [2021-01-28T17:21:17.126Z] Removing intermediate container ecb600106bd2 [2021-01-28T17:21:17.126Z] ---> ddbd35d82406 [2021-01-28T17:21:17.126Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:21:17.396Z] ---> Running in 1ea1083e7952 [2021-01-28T17:21:17.396Z] Removing intermediate container 475a4e16715f [2021-01-28T17:21:17.396Z] ---> c72f9781770f [2021-01-28T17:21:17.396Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:17.396Z] Removing intermediate container 52e92cd5021c [2021-01-28T17:21:17.396Z] ---> 2df074131c28 [2021-01-28T17:21:17.396Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T17:21:17.396Z] Removing intermediate container ecb0beb6cbcf [2021-01-28T17:21:17.396Z] ---> f4d69792011e [2021-01-28T17:21:17.396Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:21:17.660Z] ---> Running in 36c746f7c5c3 [2021-01-28T17:21:17.660Z] ---> Running in a04ffd9acd1c [2021-01-28T17:21:17.660Z] Removing intermediate container 1ea1083e7952 [2021-01-28T17:21:17.660Z] ---> 4553a191e6ec [2021-01-28T17:21:17.660Z] Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:21:17.660Z] ---> Running in d2f45454269a [2021-01-28T17:21:17.955Z] ---> Running in e47a09703e8c [2021-01-28T17:21:17.955Z] Removing intermediate container 36c746f7c5c3 [2021-01-28T17:21:17.955Z] ---> d401f8b48039 [2021-01-28T17:21:17.955Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:21:18.261Z] Removing intermediate container a04ffd9acd1c [2021-01-28T17:21:18.261Z] ---> fb7c8deb531b [2021-01-28T17:21:18.261Z] Step 20/21 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:21:18.261Z] Removing intermediate container d2f45454269a [2021-01-28T17:21:18.261Z] ---> 58b7dfc3b7d7 [2021-01-28T17:21:18.261Z] Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:21:18.538Z] ---> Running in 9876d5e482c9 [2021-01-28T17:21:18.538Z] ---> Running in 9e594d91c440 [2021-01-28T17:21:18.826Z] Removing intermediate container e47a09703e8c [2021-01-28T17:21:18.826Z] ---> 0ab7aff4a574 [2021-01-28T17:21:18.826Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:21:18.826Z] ---> Running in 0662472376a5 [2021-01-28T17:21:19.113Z] Removing intermediate container 9e594d91c440 [2021-01-28T17:21:19.113Z] ---> debfeb247fd1 [2021-01-28T17:21:19.113Z] Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:21:19.113Z] ---> Running in 948084a1e5cc [2021-01-28T17:21:19.113Z] Removing intermediate container 9876d5e482c9 [2021-01-28T17:21:19.113Z] ---> 09c42129072a [2021-01-28T17:21:19.113Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T17:21:19.113Z] ---> Running in e5a8786fddcd [2021-01-28T17:21:19.113Z] ---> Running in 86a6f8abca74 [2021-01-28T17:21:19.422Z] Removing intermediate container 0662472376a5 [2021-01-28T17:21:19.422Z] ---> 66592938fa34 [2021-01-28T17:21:19.422Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:21:19.708Z] Removing intermediate container 948084a1e5cc [2021-01-28T17:21:19.708Z] ---> 7da7e71af305 [2021-01-28T17:21:19.708Z] [2021-01-28T17:21:19.708Z] ---> Running in 4da5eb01e447 [2021-01-28T17:21:19.987Z] Removing intermediate container 86a6f8abca74 [2021-01-28T17:21:19.987Z] ---> e9a9e4896988 [2021-01-28T17:21:19.987Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:21:19.987Z] Removing intermediate container e5a8786fddcd [2021-01-28T17:21:19.987Z] ---> c151ccf357d7 [2021-01-28T17:21:19.987Z] [2021-01-28T17:21:20.261Z] ---> Running in 5c5af91a2357 [2021-01-28T17:21:20.261Z] Successfully built 7da7e71af305 [2021-01-28T17:21:20.547Z] Removing intermediate container 4da5eb01e447 [2021-01-28T17:21:20.547Z] ---> 105f9ce6bc55 [2021-01-28T17:21:20.547Z] [2021-01-28T17:21:20.547Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T17:21:20.547Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-28T17:21:20.547Z] Successfully built c151ccf357d7 [2021-01-28T17:21:20.547Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T17:21:20.547Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-28T17:21:20.827Z] Removing intermediate container 5c5af91a2357 [2021-01-28T17:21:20.827Z] ---> 80ecbc32c2f3 [2021-01-28T17:21:20.827Z] [2021-01-28T17:21:20.827Z] Successfully built 105f9ce6bc55 [2021-01-28T17:21:21.159Z] Successfully tagged docker-core-command-go:latest [2021-01-28T17:21:21.159Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-01-28T17:21:21.159Z] Successfully built 80ecbc32c2f3 [2021-01-28T17:21:21.159Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T17:21:21.159Z] Building docker-core-data-go [2021-01-28T17:21:22.721Z]  Building docker-support-scheduler-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:21:22.721Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:21:22.721Z] ---> aefe523efa57 [2021-01-28T17:21:22.721Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:21:24.373Z] ---> Running in 62bd0fd6931d [2021-01-28T17:21:27.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:27.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:27.879Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:21:27.879Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:21:28.200Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:21:28.201Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:28.201Z] OK: 12 MiB in 22 packages [2021-01-28T17:21:32.023Z] Removing intermediate container 62bd0fd6931d [2021-01-28T17:21:32.023Z] ---> a35995de06a1 [2021-01-28T17:21:32.023Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:21:32.713Z] ---> Running in f7e79cf47fd1 [2021-01-28T17:21:33.342Z] Removing intermediate container f7e79cf47fd1 [2021-01-28T17:21:33.342Z] ---> 4f37d073301a [2021-01-28T17:21:33.342Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:21:33.622Z] ---> Running in 343225e6ad51 [2021-01-28T17:21:33.903Z] Removing intermediate container 343225e6ad51 [2021-01-28T17:21:33.904Z] ---> e84e9dfe5c97 [2021-01-28T17:21:33.904Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:21:33.904Z] ---> Running in bacb48cbb721 [2021-01-28T17:21:34.960Z] Removing intermediate container bacb48cbb721 [2021-01-28T17:21:34.960Z] ---> 2e103ea12457 [2021-01-28T17:21:34.960Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:21:37.131Z] ---> 941eb5e5f27c [2021-01-28T17:21:37.131Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:38.767Z] ---> 836e24a2a57e [2021-01-28T17:21:38.767Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:21:39.818Z] ---> d2bbc4ded83b [2021-01-28T17:21:39.818Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:21:39.818Z] ---> Running in 7779d4392582 [2021-01-28T17:21:41.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:41.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:21:41.624Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:21:41.624Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:21:41.624Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:21:41.624Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:21:41.624Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:21:41.624Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:21:41.624Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:21:45.613Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:21:45.613Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:21:45.613Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:21:45.613Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:21:46.009Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:21:46.389Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:21:46.761Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:21:47.156Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:21:47.156Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:21:47.542Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:21:47.542Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:21:47.542Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:21:47.542Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:21:47.827Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:21:48.464Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:21:48.464Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:21:48.464Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:21:48.464Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:21:48.755Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:21:48.755Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:21:48.755Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:21:48.755Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:21:48.755Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:21:48.755Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:21:49.044Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:21:49.044Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:21:50.302Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:50.302Z] OK: 71 MiB in 55 packages [2021-01-28T17:22:13.130Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.130Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.130Z] ---> 98046e43b99b [2021-01-28T17:22:13.130Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> d15626e22dcf [2021-01-28T17:22:13.130Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 3e4a79d4a744 [2021-01-28T17:22:13.130Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> c151076a7b9a [2021-01-28T17:22:13.130Z] Step 6/24 : COPY go.mod . [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> b28d5bbfb66f [2021-01-28T17:22:13.130Z] Step 7/24 : RUN go mod download [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 25fdf8a65fe4 [2021-01-28T17:22:13.130Z] Step 8/24 : COPY . . [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> bb1372678608 [2021-01-28T17:22:13.130Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:22:13.130Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.130Z] ---> 98046e43b99b [2021-01-28T17:22:13.130Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> d15626e22dcf [2021-01-28T17:22:13.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 3e4a79d4a744 [2021-01-28T17:22:13.130Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:22:13.130Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.130Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.130Z] ---> 98046e43b99b [2021-01-28T17:22:13.130Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> d15626e22dcf [2021-01-28T17:22:13.130Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 3e4a79d4a744 [2021-01-28T17:22:13.130Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> c151076a7b9a [2021-01-28T17:22:13.130Z] Step 6/34 : COPY go.mod . [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> b28d5bbfb66f [2021-01-28T17:22:13.130Z] Step 7/34 : RUN go mod download [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 25fdf8a65fe4 [2021-01-28T17:22:13.130Z] Step 8/34 : COPY . . [2021-01-28T17:22:13.130Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.130Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.130Z] ---> 98046e43b99b [2021-01-28T17:22:13.130Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> d15626e22dcf [2021-01-28T17:22:13.130Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 3e4a79d4a744 [2021-01-28T17:22:13.130Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> c151076a7b9a [2021-01-28T17:22:13.130Z] Step 6/23 : COPY go.mod . [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> b28d5bbfb66f [2021-01-28T17:22:13.130Z] Step 7/23 : RUN go mod download [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> 25fdf8a65fe4 [2021-01-28T17:22:13.130Z] Step 8/23 : COPY . . [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> bb1372678608 [2021-01-28T17:22:13.130Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:22:13.130Z] ---> Using cache [2021-01-28T17:22:13.130Z] ---> bb1372678608 [2021-01-28T17:22:13.130Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:22:13.786Z] ---> Running in f7288d5b8b2a [2021-01-28T17:22:13.786Z] ---> Running in 0f9086e2c945 [2021-01-28T17:22:13.786Z] ---> Running in 44cf41c226d3 [2021-01-28T17:22:13.786Z] ---> Running in addec0be9ecf [2021-01-28T17:22:13.788Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.788Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.788Z] ---> ddd1349027e0 [2021-01-28T17:22:13.788Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:22:13.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.788Z] ---> ddd1349027e0 [2021-01-28T17:22:13.788Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:22:13.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.788Z] ---> ddd1349027e0 [2021-01-28T17:22:13.788Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:22:13.788Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.788Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.788Z] ---> ddd1349027e0 [2021-01-28T17:22:13.788Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:22:13.788Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:13.788Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:13.788Z] ---> ddd1349027e0 [2021-01-28T17:22:13.788Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:22:13.788Z] ---> Running in 3b18c6e73828 [2021-01-28T17:22:13.788Z] ---> Running in bf0aa0b3f565 [2021-01-28T17:22:13.788Z] ---> Running in fd3f9d5531bf [2021-01-28T17:22:13.788Z] ---> Running in b9b59eccf9b9 [2021-01-28T17:22:13.788Z] ---> Running in 6b2a01959734 [2021-01-28T17:22:13.788Z] Removing intermediate container 3b18c6e73828 [2021-01-28T17:22:13.788Z] ---> b6e1c577b2c3 [2021-01-28T17:22:13.788Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.788Z] Removing intermediate container fd3f9d5531bf [2021-01-28T17:22:13.788Z] ---> 94379698a910 [2021-01-28T17:22:13.788Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.788Z] Removing intermediate container b9b59eccf9b9 [2021-01-28T17:22:13.788Z] ---> 5b03f207f74e [2021-01-28T17:22:13.788Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.788Z] Removing intermediate container bf0aa0b3f565 [2021-01-28T17:22:13.788Z] ---> 25b99fb03dca [2021-01-28T17:22:13.788Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.788Z] Removing intermediate container 6b2a01959734 [2021-01-28T17:22:13.788Z] ---> 4c50995f7e0a [2021-01-28T17:22:13.788Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:13.788Z] ---> Running in 107673696eaf [2021-01-28T17:22:13.788Z] ---> Running in c6925c228e89 [2021-01-28T17:22:13.788Z] ---> Running in 482e068bd74f [2021-01-28T17:22:13.788Z] ---> Running in 6761970da85c [2021-01-28T17:22:13.788Z] ---> Running in bbbc8469b98a [2021-01-28T17:22:13.788Z] Removing intermediate container 107673696eaf [2021-01-28T17:22:13.788Z] ---> 08a941b503f2 [2021-01-28T17:22:13.788Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:22:13.788Z] ---> Running in 9840a39b1b99 [2021-01-28T17:22:13.788Z] Removing intermediate container c6925c228e89 [2021-01-28T17:22:13.788Z] ---> 9d13d468df07 [2021-01-28T17:22:13.788Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.788Z] Removing intermediate container 482e068bd74f [2021-01-28T17:22:13.788Z] ---> ffa37c494875 [2021-01-28T17:22:13.788Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.788Z] ---> Running in 04143ca7da2f [2021-01-28T17:22:13.788Z] Removing intermediate container bbbc8469b98a [2021-01-28T17:22:13.788Z] ---> ed49b799987d [2021-01-28T17:22:13.788Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.788Z] ---> Running in 305e247036c9 [2021-01-28T17:22:13.788Z] Removing intermediate container 6761970da85c [2021-01-28T17:22:13.788Z] ---> 8ab74a59ba96 [2021-01-28T17:22:13.788Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:22:13.788Z] ---> Running in f8a8277a8ab0 [2021-01-28T17:22:13.788Z] ---> Running in 049307f692c1 [2021-01-28T17:22:13.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:13.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:13.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:13.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:14.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:14.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:14.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:14.344Z] OK: 217 MiB in 51 packages [2021-01-28T17:22:14.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:14.892Z] Removing intermediate container addec0be9ecf [2021-01-28T17:22:14.892Z] ---> b128f6839348 [2021-01-28T17:22:14.892Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:22:14.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:14.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:15.186Z] OK: 217 MiB in 51 packages [2021-01-28T17:22:15.200Z] ---> Running in 997209fd3d3a [2021-01-28T17:22:15.464Z] OK: 217 MiB in 51 packages [2021-01-28T17:22:15.745Z] Removing intermediate container 9840a39b1b99 [2021-01-28T17:22:15.745Z] ---> f4a4782a366d [2021-01-28T17:22:15.745Z] Step 6/22 : COPY go.mod . [2021-01-28T17:22:16.038Z] OK: 217 MiB in 51 packages [2021-01-28T17:22:16.038Z] OK: 217 MiB in 51 packages [2021-01-28T17:22:16.578Z] 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-01-28T17:22:17.032Z] Removing intermediate container 04143ca7da2f [2021-01-28T17:22:17.032Z] ---> 78d5805b8917 [2021-01-28T17:22:17.032Z] Step 6/34 : COPY go.mod . [2021-01-28T17:22:17.049Z] 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-01-28T17:22:17.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:22:17.312Z] ---> 30d5ce611caa [2021-01-28T17:22:17.312Z] Step 7/22 : RUN go mod download [2021-01-28T17:22:17.312Z] Removing intermediate container 305e247036c9 [2021-01-28T17:22:17.312Z] ---> 4acc48b4bd98 [2021-01-28T17:22:17.312Z] Step 6/24 : COPY go.mod . [2021-01-28T17:22:17.592Z] ---> Running in 526e5b2ca075 [2021-01-28T17:22:17.724Z] 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-01-28T17:22:17.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:22:17.870Z] Removing intermediate container 049307f692c1 [2021-01-28T17:22:17.870Z] ---> 6da6f10dd936 [2021-01-28T17:22:17.870Z] Step 6/23 : COPY go.mod . [2021-01-28T17:22:18.149Z] Removing intermediate container f8a8277a8ab0 [2021-01-28T17:22:18.149Z] ---> 6e89206c731e [2021-01-28T17:22:18.149Z] Step 6/22 : COPY go.mod . [2021-01-28T17:22:18.431Z] ---> ae33d308ce79 [2021-01-28T17:22:18.431Z] Step 7/24 : RUN go mod download [2021-01-28T17:22:18.431Z] ---> d65850e0096c [2021-01-28T17:22:18.431Z] Step 7/34 : RUN go mod download [2021-01-28T17:22:18.536Z] OK: 233 MiB in 51 packages [2021-01-28T17:22:18.713Z] ---> Running in 239fa2b1e000 [2021-01-28T17:22:18.713Z] ---> Running in bf61af5de638 [2021-01-28T17:22:18.989Z] ---> 4846bd19b1b2 [2021-01-28T17:22:18.989Z] Step 7/23 : RUN go mod download [2021-01-28T17:22:19.266Z] ---> a9b44d66aebc [2021-01-28T17:22:19.266Z] Step 7/22 : RUN go mod download [2021-01-28T17:22:19.266Z] ---> Running in facb34398976 [2021-01-28T17:22:19.569Z] ---> Running in c07bd77c6bef [2021-01-28T17:22:20.641Z] Removing intermediate container f7288d5b8b2a [2021-01-28T17:22:20.641Z] ---> 99ad09acf11a [2021-01-28T17:22:20.641Z] Step 6/23 : COPY go.mod . [2021-01-28T17:22:21.573Z] Removing intermediate container 526e5b2ca075 [2021-01-28T17:22:21.573Z] ---> 44d521cc8a12 [2021-01-28T17:22:21.573Z] Step 8/22 : COPY . . [2021-01-28T17:22:22.147Z] ---> 7f2e72a25193 [2021-01-28T17:22:22.147Z] Step 7/23 : RUN go mod download [2021-01-28T17:22:23.003Z] ---> Running in 61dad41b53df [2021-01-28T17:22:24.220Z] Removing intermediate container bf61af5de638 [2021-01-28T17:22:24.220Z] ---> d4c0e978df94 [2021-01-28T17:22:24.220Z] Step 8/34 : COPY . . [2021-01-28T17:22:24.498Z] Removing intermediate container 239fa2b1e000 [2021-01-28T17:22:24.498Z] ---> e8f141babbdf [2021-01-28T17:22:24.498Z] Step 8/24 : COPY . . [2021-01-28T17:22:25.097Z] Removing intermediate container facb34398976 [2021-01-28T17:22:25.097Z] ---> 14acde2421c7 [2021-01-28T17:22:25.097Z] Step 8/23 : COPY . . [2021-01-28T17:22:25.372Z] Removing intermediate container c07bd77c6bef [2021-01-28T17:22:25.372Z] ---> 668478e41b1b [2021-01-28T17:22:25.372Z] Step 8/22 : COPY . . [2021-01-28T17:22:29.961Z] Removing intermediate container 61dad41b53df [2021-01-28T17:22:29.961Z] ---> 2dcb5c2ac78d [2021-01-28T17:22:29.961Z] Step 8/23 : COPY . . [2021-01-28T17:22:40.511Z] Removing intermediate container 7779d4392582 [2021-01-28T17:22:40.511Z] ---> 15cf546c6a6a [2021-01-28T17:22:40.511Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:22:42.410Z] ---> Running in 2fbcd40df497 [2021-01-28T17:22:52.199Z] ---> 2b8ac00a3277 [2021-01-28T17:22:52.199Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:22:52.199Z] ---> a47c26ec2d48 [2021-01-28T17:22:52.199Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:22:52.199Z] ---> c1328850d6a9 [2021-01-28T17:22:52.199Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:22:52.199Z] ---> a4b621be09fa [2021-01-28T17:22:52.199Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:22:52.199Z] ---> Running in 980943e50076 [2021-01-28T17:22:52.199Z] ---> 526b49576571 [2021-01-28T17:22:52.199Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:22:52.199Z] ---> Running in f72e1a02ab7b [2021-01-28T17:22:52.199Z] ---> Running in 5d58254ec951 [2021-01-28T17:22:52.199Z] ---> Running in 6124f161bc5a [2021-01-28T17:22:52.199Z] ---> Running in b50c04203b3d [2021-01-28T17:22:52.199Z] Removing intermediate container 5d58254ec951 [2021-01-28T17:22:52.199Z] ---> 2e957189e85b [2021-01-28T17:22:52.199Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:22:52.199Z] ---> Running in ecfc4dcc1987 [2021-01-28T17:22:52.199Z] 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-01-28T17:22:52.199Z] 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-01-28T17:22:52.806Z] 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-01-28T17:22:52.806Z] 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-01-28T17:22:53.411Z] 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-01-28T17:22:58.061Z] 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-01-28T17:22:58.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:22:58.061Z] Collecting docker-compose==1.23.2 [2021-01-28T17:22:58.061Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:22:58.061Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:22:58.061Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:23:03.680Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:23:03.680Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:23:05.236Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:23:05.236Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:23:07.260Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:23:07.260Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:23:07.900Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:23:07.900Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:23:08.540Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:23:08.540Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:23:09.172Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:23:09.172Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:23:09.781Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:23:09.781Z] + cd /tmp/build/dist/linux [2021-01-28T17:23:09.781Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:23:09.781Z] Cloning into '.'... [2021-01-28T17:23:10.443Z] + go get github.com/robfig/glock [2021-01-28T17:23:12.901Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:23:12.901Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:23:14.017Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:23:14.017Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:23:14.301Z] ---> c1f229c2cc78 [2021-01-28T17:23:14.301Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:23:14.301Z] 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-01-28T17:23:14.930Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:23:14.930Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:23:15.215Z] ---> Running in 12dd3f8bec8e [2021-01-28T17:23:15.215Z] 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-01-28T17:23:15.215Z] 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-01-28T17:23:15.561Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:23:15.561Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:23:15.561Z] Removing intermediate container 44cf41c226d3 [2021-01-28T17:23:15.561Z] ---> 55823b9150d5 [2021-01-28T17:23:15.561Z] [2021-01-28T17:23:15.561Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:23:15.561Z] ---> 389fef711851 [2021-01-28T17:23:15.561Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:23:15.561Z] ---> Using cache [2021-01-28T17:23:15.561Z] ---> 8ef6f6da92fe [2021-01-28T17:23:15.561Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:23:15.561Z] ---> Using cache [2021-01-28T17:23:15.561Z] ---> 22096cae30dd [2021-01-28T17:23:15.561Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:23:15.561Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:23:15.871Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:23:15.871Z] Removing intermediate container 0f9086e2c945 [2021-01-28T17:23:15.871Z] ---> 177bec1874d9 [2021-01-28T17:23:15.871Z] [2021-01-28T17:23:15.871Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:23:15.871Z] ---> 389fef711851 [2021-01-28T17:23:15.871Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:23:15.871Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:23:15.871Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:23:15.871Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:23:15.871Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:23:16.222Z] ---> Running in cfa710c1f377 [2021-01-28T17:23:16.222Z] ---> Running in 43e0cb75ce86 [2021-01-28T17:23:16.222Z] Installing collected packages: dockerpty, cached-property, texttable, urllib3, idna, requests, websocket-client, jsonschema, PyYAML, docopt, docker-pycreds, docker, docker-compose [2021-01-28T17:23:16.222Z] Running setup.py install for dockerpty: started [2021-01-28T17:23:16.894Z] Removing intermediate container cfa710c1f377 [2021-01-28T17:23:16.894Z] ---> a8f9051354ea [2021-01-28T17:23:16.894Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:23:17.218Z] 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-01-28T17:23:17.218Z] ---> Running in 90ca853b220c [2021-01-28T17:23:17.838Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:23:17.838Z] Removing intermediate container 90ca853b220c [2021-01-28T17:23:17.838Z] ---> 06f92a87c20e [2021-01-28T17:23:17.838Z] Step 15/23 : WORKDIR / [2021-01-28T17:23:17.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:23:17.838Z] Running setup.py install for texttable: started [2021-01-28T17:23:17.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:23:18.145Z] ---> Running in bdcaeaa4045b [2021-01-28T17:23:18.145Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:23:18.428Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:23:18.428Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:23:18.428Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:23:18.428Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:23:18.428Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:18.428Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:23:18.711Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:23:18.711Z] Attempting uninstall: urllib3 [2021-01-28T17:23:18.711Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:23:18.711Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:23:18.711Z] OK: 7 MiB in 19 packages [2021-01-28T17:23:18.711Z] Removing intermediate container bdcaeaa4045b [2021-01-28T17:23:18.711Z] ---> 2dada363655c [2021-01-28T17:23:18.711Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:23:18.990Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:23:20.085Z] Attempting uninstall: idna [2021-01-28T17:23:20.085Z] Found existing installation: idna 2.9 [2021-01-28T17:23:20.085Z] Uninstalling idna-2.9: [2021-01-28T17:23:20.085Z] ---> 303b0a578911 [2021-01-28T17:23:20.085Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:23:20.385Z] Successfully uninstalled idna-2.9 [2021-01-28T17:23:21.953Z] Attempting uninstall: requests [2021-01-28T17:23:21.953Z] Found existing installation: requests 2.23.0 [2021-01-28T17:23:21.953Z] Uninstalling requests-2.23.0: [2021-01-28T17:23:21.953Z] Removing intermediate container 43e0cb75ce86 [2021-01-28T17:23:21.953Z] ---> f64df0c0777f [2021-01-28T17:23:21.953Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:23:22.245Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:23:22.245Z] ---> Running in 7fcf5bc8f018 [2021-01-28T17:23:22.587Z] ---> 6030a89bb1f2 [2021-01-28T17:23:22.587Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:23:23.324Z] Removing intermediate container 7fcf5bc8f018 [2021-01-28T17:23:23.324Z] ---> e747efccf8e7 [2021-01-28T17:23:23.324Z] Step 13/24 : WORKDIR / [2021-01-28T17:23:23.643Z] Running setup.py install for PyYAML: started [2021-01-28T17:23:23.961Z] ---> 0e6ce0c32cb3 [2021-01-28T17:23:23.961Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:23:23.961Z] ---> Running in 1e4a7463711a [2021-01-28T17:23:24.597Z] ---> Running in 76cecfb4d193 [2021-01-28T17:23:26.100Z] Removing intermediate container 1e4a7463711a [2021-01-28T17:23:26.100Z] ---> e6806908fb66 [2021-01-28T17:23:26.100Z] 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-01-28T17:23:26.100Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:23:26.100Z] Running setup.py install for docopt: started [2021-01-28T17:23:27.194Z] Removing intermediate container 76cecfb4d193 [2021-01-28T17:23:27.194Z] ---> fff66e79a6a2 [2021-01-28T17:23:27.194Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:23:27.564Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:23:27.877Z] ---> Running in 078637fe5ca4 [2021-01-28T17:23:27.877Z] ---> 881fb518e21c [2021-01-28T17:23:27.877Z] 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-01-28T17:23:29.444Z] ---> 0fbe2b6f0160 [2021-01-28T17:23:29.444Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:23:29.720Z] Removing intermediate container 078637fe5ca4 [2021-01-28T17:23:29.720Z] ---> 13979940e288 [2021-01-28T17:23:29.720Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:23:30.004Z] ---> Running in a4ac9e6d71dc [2021-01-28T17:23:30.322Z] 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.57.0 [2021-01-28T17:23:30.323Z] ---> fa7616412738 [2021-01-28T17:23:30.323Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:23:30.606Z] Removing intermediate container a4ac9e6d71dc [2021-01-28T17:23:30.606Z] ---> a5d4bf85cbcc [2021-01-28T17:23:30.606Z] Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:23:31.248Z] ---> Running in 9c36800be847 [2021-01-28T17:23:32.015Z] Removing intermediate container 9c36800be847 [2021-01-28T17:23:32.015Z] ---> c1d524ba379d [2021-01-28T17:23:32.015Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:23:32.767Z] ---> Running in 61b1eda8a9f6 [2021-01-28T17:23:33.081Z] ---> bcc0c9b64826 [2021-01-28T17:23:33.081Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:23:33.386Z] Removing intermediate container 61b1eda8a9f6 [2021-01-28T17:23:33.386Z] ---> 566c5040c78c [2021-01-28T17:23:33.386Z] [2021-01-28T17:23:33.697Z] + glock sync -n [2021-01-28T17:23:34.455Z] Successfully built 566c5040c78c [2021-01-28T17:23:34.455Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T17:23:35.596Z]  Building docker-core-metadata-go ... done  ---> 038cc3e420c9 [2021-01-28T17:23:35.596Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:23:35.901Z] Removing intermediate container 2fbcd40df497 [2021-01-28T17:23:35.901Z] ---> ba8ea1149b54 [2021-01-28T17:23:35.901Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:23:36.233Z] ---> Running in 1f1a6f438120 [2021-01-28T17:23:36.607Z] ---> 84a5f23eaa76 [2021-01-28T17:23:36.607Z] 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-01-28T17:23:36.990Z] ---> Running in 921fad43c55a [2021-01-28T17:23:39.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:23:39.208Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:23:39.887Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:23:39.887Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:23:39.887Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:23:39.887Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:39.887Z] OK: 72 MiB in 58 packages [2021-01-28T17:23:41.388Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:23:41.388Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:23:41.388Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:23:41.989Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:23:41.989Z] + git describe '--abbrev=0' --tags [2021-01-28T17:23:41.989Z] + TAG=v0.6.1 [2021-01-28T17:23:41.989Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:23:41.989Z] + apk --print-arch [2021-01-28T17:23:41.989Z] + arch=x86_64 [2021-01-28T17:23:41.989Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T17:23:41.989Z] building [dockerize] for amd64 ... [2021-01-28T17:23:41.989Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T17:23:43.451Z] Removing intermediate container 1f1a6f438120 [2021-01-28T17:23:43.451Z] ---> 39fe2964607f [2021-01-28T17:23:43.451Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:23:43.451Z] Removing intermediate container 921fad43c55a [2021-01-28T17:23:43.451Z] ---> 4c0fd16c5505 [2021-01-28T17:23:43.451Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:23:43.451Z] ---> Running in ad7680110382 [2021-01-28T17:23:43.451Z] ---> Running in e0cc7adf2a26 [2021-01-28T17:23:44.113Z] Removing intermediate container ad7680110382 [2021-01-28T17:23:44.113Z] ---> 34315e2f7c42 [2021-01-28T17:23:44.113Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:23:44.405Z] Removing intermediate container e0cc7adf2a26 [2021-01-28T17:23:44.405Z] ---> 9891d89f0002 [2021-01-28T17:23:44.405Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T17:23:44.405Z] ---> Running in c9fbaffdc6e3 [2021-01-28T17:23:44.733Z] ---> Running in a00155c04eed [2021-01-28T17:23:44.733Z] Removing intermediate container c9fbaffdc6e3 [2021-01-28T17:23:44.733Z] ---> a0ff5f2ec9e7 [2021-01-28T17:23:44.733Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T17:23:45.058Z] Removing intermediate container a00155c04eed [2021-01-28T17:23:45.058Z] ---> 08336cedd6ed [2021-01-28T17:23:45.058Z] Step 23/24 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:23:45.058Z] ---> Running in 743fbc183986 [2021-01-28T17:23:45.058Z] ---> Running in dd3270ad8dbf [2021-01-28T17:23:45.773Z] Removing intermediate container 743fbc183986 [2021-01-28T17:23:45.773Z] ---> 738c1444cc65 [2021-01-28T17:23:45.773Z] Step 25/26 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:23:46.097Z] Removing intermediate container dd3270ad8dbf [2021-01-28T17:23:46.097Z] ---> 500b2411f8a3 [2021-01-28T17:23:46.097Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T17:23:46.435Z] ---> Running in ed1f0cf171a9 [2021-01-28T17:23:46.835Z] ---> Running in c3d0dbcc3063 [2021-01-28T17:23:47.587Z] Removing intermediate container ed1f0cf171a9 [2021-01-28T17:23:47.587Z] ---> d6a1c712bb21 [2021-01-28T17:23:47.587Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T17:23:47.587Z] Removing intermediate container c3d0dbcc3063 [2021-01-28T17:23:47.587Z] ---> bfd808137d5c [2021-01-28T17:23:47.587Z] [2021-01-28T17:23:47.876Z] ---> Running in d2564d91fc20 [2021-01-28T17:23:48.217Z] Successfully built bfd808137d5c [2021-01-28T17:23:48.217Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T17:23:48.546Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d2564d91fc20 [2021-01-28T17:23:48.546Z] ---> 0feb783fe0f9 [2021-01-28T17:23:48.546Z] [2021-01-28T17:23:48.849Z] Successfully built 0feb783fe0f9 [2021-01-28T17:23:49.132Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T17:24:03.132Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 12dd3f8bec8e [2021-01-28T17:24:03.132Z] ---> 459bf87c32e1 [2021-01-28T17:24:03.132Z] [2021-01-28T17:24:03.132Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:24:03.132Z] ---> 389fef711851 [2021-01-28T17:24:03.132Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:24:03.132Z] ---> Running in c747f0316459 [2021-01-28T17:24:03.132Z] Removing intermediate container c747f0316459 [2021-01-28T17:24:03.132Z] ---> f71732ae07ff [2021-01-28T17:24:03.132Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:24:03.132Z] ---> Running in 6a5c58659cb7 [2021-01-28T17:24:03.132Z] Removing intermediate container 6a5c58659cb7 [2021-01-28T17:24:03.132Z] ---> 27a9c10fefbe [2021-01-28T17:24:03.132Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:24:03.132Z] ---> Running in 83c3e9008112 [2021-01-28T17:24:03.132Z] Removing intermediate container 83c3e9008112 [2021-01-28T17:24:03.132Z] ---> 64bc3f85b309 [2021-01-28T17:24:03.132Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:24:03.132Z] ---> Running in 2b712a66af13 [2021-01-28T17:24:06.709Z] Removing intermediate container 2b712a66af13 [2021-01-28T17:24:06.709Z] ---> de5154004da3 [2021-01-28T17:24:06.709Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:24:06.709Z] ---> Running in b4e858f2563e [2021-01-28T17:24:08.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:24:09.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:24:10.005Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:10.280Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:24:10.280Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:24:10.280Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:24:10.548Z] + date [2021-01-28T17:24:10.548Z] + echo 'Thu Jan 28 17:24:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:24:10.548Z] Thu Jan 28 17:24:10 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:24:10.548Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:24:10.822Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:24:10.822Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:10.822Z] OK: 8 MiB in 20 packages [2021-01-28T17:24:12.904Z] Removing intermediate container b4e858f2563e [2021-01-28T17:24:12.904Z] ---> 9648d6eb4a5a [2021-01-28T17:24:12.904Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:15.550Z] ---> fdab60564756 [2021-01-28T17:24:15.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:24:19.073Z] ---> 2ee0e717cf26 [2021-01-28T17:24:19.073Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:20.086Z] ---> a2a3e3fd15ef [2021-01-28T17:24:20.086Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:24:20.086Z] ---> Running in 86dd634ae957 [2021-01-28T17:24:21.119Z] Removing intermediate container 997209fd3d3a [2021-01-28T17:24:21.119Z] ---> b6862e77fd51 [2021-01-28T17:24:21.119Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:24:21.813Z] Removing intermediate container 86dd634ae957 [2021-01-28T17:24:21.813Z] ---> 672c0a9b61be [2021-01-28T17:24:21.813Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:24:21.813Z] ---> Running in 26effc1e4321 [2021-01-28T17:24:22.091Z] ---> Running in 4480072faacd [2021-01-28T17:24:22.378Z] Removing intermediate container 4480072faacd [2021-01-28T17:24:22.378Z] ---> af50e0cb6d45 [2021-01-28T17:24:22.378Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:24:22.668Z] ---> Running in a3c38cf299c5 [2021-01-28T17:24:22.949Z] Removing intermediate container a3c38cf299c5 [2021-01-28T17:24:22.949Z] ---> 2e4168077d29 [2021-01-28T17:24:22.949Z] Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:24:22.949Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:24:22.949Z] statically linked [2021-01-28T17:24:23.233Z] ---> Running in 9250bbbcac62 [2021-01-28T17:24:23.881Z] Removing intermediate container 9250bbbcac62 [2021-01-28T17:24:23.881Z] ---> 4fa066faebbf [2021-01-28T17:24:23.881Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:24:23.881Z] ---> Running in d5ea3ad0ef34 [2021-01-28T17:24:24.217Z] Removing intermediate container 26effc1e4321 [2021-01-28T17:24:24.217Z] ---> d3dc025aceee [2021-01-28T17:24:24.217Z] [2021-01-28T17:24:24.217Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:24:24.217Z] ---> 389fef711851 [2021-01-28T17:24:24.217Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:24:24.217Z] Removing intermediate container d5ea3ad0ef34 [2021-01-28T17:24:24.217Z] ---> 399aca350b4e [2021-01-28T17:24:24.217Z] [2021-01-28T17:24:24.527Z] ---> Running in 2830e902eb65 [2021-01-28T17:24:24.527Z] Successfully built 399aca350b4e [2021-01-28T17:24:24.827Z] Successfully tagged docker-core-data-go:latest [2021-01-28T17:24:24.827Z]  Building docker-core-data-go ... done Removing intermediate container 2830e902eb65 [2021-01-28T17:24:24.827Z] ---> ed14b0df01c8 [2021-01-28T17:24:24.827Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:24:25.096Z] ---> Running in e4ef7bad05b6 [2021-01-28T17:24:26.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:24:26.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:24:26.404Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:26.679Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:24:26.679Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:24:26.679Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:26.679Z] OK: 6 MiB in 17 packages [2021-01-28T17:24:27.672Z] Removing intermediate container e4ef7bad05b6 [2021-01-28T17:24:27.672Z] ---> d1aa5a8d348d [2021-01-28T17:24:27.672Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:24:27.673Z] ---> Running in 46a1082792e5 [2021-01-28T17:24:27.949Z] Removing intermediate container 46a1082792e5 [2021-01-28T17:24:27.949Z] ---> 0ea3bd29f858 [2021-01-28T17:24:27.949Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:24:28.544Z] ---> Running in 246a53946988 [2021-01-28T17:24:28.814Z] Removing intermediate container 246a53946988 [2021-01-28T17:24:28.814Z] ---> cf684a4d6fdc [2021-01-28T17:24:28.814Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:24:29.091Z] ---> Running in 4a3fe0a00c27 [2021-01-28T17:24:30.307Z] 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-01-28T17:24:30.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:24:31.050Z] Removing intermediate container 4a3fe0a00c27 [2021-01-28T17:24:31.050Z] ---> 6ef3ae208dcc [2021-01-28T17:24:31.050Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:24:31.050Z] ---> Running in c58c991da6ad [2021-01-28T17:24:31.328Z] Removing intermediate container c58c991da6ad [2021-01-28T17:24:31.328Z] ---> e390caa84714 [2021-01-28T17:24:31.328Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:24:31.912Z] ---> 95b8a04931fc [2021-01-28T17:24:31.912Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:24:32.501Z] ---> ab4b439ec4b5 [2021-01-28T17:24:32.501Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:24:32.501Z] ---> Running in 0e812088ab94 [2021-01-28T17:24:34.505Z] Removing intermediate container 0e812088ab94 [2021-01-28T17:24:34.505Z] ---> a437f6b7af0b [2021-01-28T17:24:34.505Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:34.772Z] ---> 0e7e7c658d78 [2021-01-28T17:24:34.772Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:24:35.354Z] ---> 4f099ad040ff [2021-01-28T17:24:35.354Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:24:35.729Z] Removing intermediate container f72e1a02ab7b [2021-01-28T17:24:35.729Z] ---> 5f52440779b8 [2021-01-28T17:24:35.729Z] [2021-01-28T17:24:35.729Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:24:35.729Z] 3.12: Pulling from library/alpine [2021-01-28T17:24:35.951Z] ---> 9f354fe62679 [2021-01-28T17:24:35.951Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:24:36.545Z] ---> 332f72159bf3 [2021-01-28T17:24:36.545Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:24:37.135Z] ---> 4629d4cf8f2b [2021-01-28T17:24:37.135Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:24:38.361Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:24:38.361Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:24:38.361Z] ---> afeebe901d6b [2021-01-28T17:24:38.361Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:24:38.594Z] ---> Running in 5f5f14354336 [2021-01-28T17:24:38.594Z] Removing intermediate container 5f5f14354336 [2021-01-28T17:24:38.594Z] ---> 10cbf2fbd4b4 [2021-01-28T17:24:38.594Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:24:39.202Z] ---> 59a0e1704458 [2021-01-28T17:24:39.202Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:24:39.498Z] ---> Running in c6cad213f57c [2021-01-28T17:24:39.802Z] ---> Running in b9795b58c159 [2021-01-28T17:24:40.411Z] Removing intermediate container 980943e50076 [2021-01-28T17:24:40.411Z] ---> 8307f3d21940 [2021-01-28T17:24:40.411Z] [2021-01-28T17:24:40.411Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:24:40.411Z] ---> afeebe901d6b [2021-01-28T17:24:40.411Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:24:40.411Z] Removing intermediate container 6124f161bc5a [2021-01-28T17:24:40.411Z] ---> 7fd9f7fa1fd6 [2021-01-28T17:24:40.411Z] [2021-01-28T17:24:40.411Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:24:40.411Z] ---> afeebe901d6b [2021-01-28T17:24:40.411Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:24:40.693Z] ---> Running in ac55665988e2 [2021-01-28T17:24:40.693Z] ---> Running in 9fd73b2c6661 [2021-01-28T17:24:41.548Z] Removing intermediate container c6cad213f57c [2021-01-28T17:24:41.548Z] ---> 58d7950bda30 [2021-01-28T17:24:41.548Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:24:41.548Z] ---> Running in a8a325447b3a [2021-01-28T17:24:41.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:41.815Z] Removing intermediate container a8a325447b3a [2021-01-28T17:24:41.815Z] ---> 23f6a4e2a4cd [2021-01-28T17:24:41.815Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:24:41.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:42.094Z] ---> Running in aacb777d62a5 [2021-01-28T17:24:42.569Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:24:42.710Z] Removing intermediate container aacb777d62a5 [2021-01-28T17:24:42.710Z] ---> cb3850015b58 [2021-01-28T17:24:42.710Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T17:24:42.710Z] ---> Running in ecb6a1ce75e4 [2021-01-28T17:24:42.845Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:24:42.845Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:24:42.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:42.845Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:24:42.845Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:42.845Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:42.845Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:24:42.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:42.980Z] Removing intermediate container ecb6a1ce75e4 [2021-01-28T17:24:42.980Z] ---> 0258e5d4674a [2021-01-28T17:24:42.980Z] Step 33/34 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:24:43.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:43.256Z] OK: 7 MiB in 19 packages [2021-01-28T17:24:43.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:43.260Z] ---> Running in 5498632bdc7e [2021-01-28T17:24:43.531Z] Removing intermediate container 5498632bdc7e [2021-01-28T17:24:43.531Z] ---> 48f2f0306909 [2021-01-28T17:24:43.531Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T17:24:43.812Z] ---> Running in b2b1591988b2 [2021-01-28T17:24:43.942Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:24:44.095Z] Removing intermediate container b2b1591988b2 [2021-01-28T17:24:44.095Z] ---> 3ca45483b795 [2021-01-28T17:24:44.095Z] [2021-01-28T17:24:44.232Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:44.232Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:44.232Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:24:44.366Z] Successfully built 3ca45483b795 [2021-01-28T17:24:44.366Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T17:24:44.552Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:44.552Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:44.552Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:24:44.552Z] + cd /tmp/build/dist/linux [2021-01-28T17:24:44.552Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:24:44.552Z] Cloning into '.'... [2021-01-28T17:24:44.552Z] OK: 5 MiB in 15 packages [2021-01-28T17:24:44.839Z] OK: 6 MiB in 16 packages [2021-01-28T17:24:45.034Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T17:24:45.098Z] $ docker stop --time=1 12e77582f5fb39c40b631419caae6eae56f5f2250e2b9ef2f4f36a19e2ef0073 [2021-01-28T17:24:45.451Z] + go get github.com/robfig/glock [2021-01-28T17:24:46.910Z] Removing intermediate container b9795b58c159 [2021-01-28T17:24:46.910Z] ---> bc45052cbe21 [2021-01-28T17:24:46.911Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:24:47.185Z] ---> Running in 988d7f9b6578 [2021-01-28T17:24:47.344Z] $ docker rm -f 12e77582f5fb39c40b631419caae6eae56f5f2250e2b9ef2f4f36a19e2ef0073 [Pipeline] // withDockerContainer [2021-01-28T17:24:47.790Z] Removing intermediate container 9fd73b2c6661 [2021-01-28T17:24:47.790Z] ---> 05bdbdc5d021 [2021-01-28T17:24:47.790Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] sh [2021-01-28T17:24:48.067Z] ---> Running in 704648291add [2021-01-28T17:24:48.067Z] Removing intermediate container 988d7f9b6578 [2021-01-28T17:24:48.067Z] ---> a6b0d0b9365f [2021-01-28T17:24:48.067Z] Step 13/24 : WORKDIR / [2021-01-28T17:24:48.137Z] + docker images [2021-01-28T17:24:48.138Z] + grep docker [2021-01-28T17:24:48.341Z] Removing intermediate container ac55665988e2 [2021-01-28T17:24:48.341Z] ---> 2ed95fc2444c [2021-01-28T17:24:48.341Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:24:48.341Z] ---> Running in a622bdef67dc [2021-01-28T17:24:48.617Z] ---> Running in 4a5915e57dc1 [2021-01-28T17:24:49.116Z] docker-security-bootstrapper-go latest 3ca45483b795 5 seconds ago 33.5MB [2021-01-28T17:24:49.116Z] docker-core-data-go latest 399aca350b4e 24 seconds ago 22.3MB [2021-01-28T17:24:49.116Z] docker-sys-mgmt-agent-go latest 0feb783fe0f9 About a minute ago 313MB [2021-01-28T17:24:49.116Z] docker-security-secretstore-setup-go latest bfd808137d5c About a minute ago 24.6MB [2021-01-28T17:24:49.116Z] docker-core-metadata-go latest 566c5040c78c About a minute ago 18.8MB [2021-01-28T17:24:49.116Z] docker-support-scheduler-go latest 80ecbc32c2f3 3 minutes ago 16.4MB [2021-01-28T17:24:49.116Z] docker-core-command-go latest 105f9ce6bc55 3 minutes ago 16.9MB [2021-01-28T17:24:49.116Z] docker-support-notifications-go latest 7da7e71af305 3 minutes ago 16.9MB [2021-01-28T17:24:49.116Z] docker-security-proxy-setup-go latest c151ccf357d7 3 minutes ago 24.4MB [2021-01-28T17:24:49.116Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [2021-01-28T17:24:49.218Z] Removing intermediate container 704648291add [2021-01-28T17:24:49.218Z] ---> 8fc367baf865 [2021-01-28T17:24:49.218Z] Step 13/22 : ENV APP_PORT=48085 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-28T17:24:49.496Z] Removing intermediate container a622bdef67dc [2021-01-28T17:24:49.496Z] ---> a5b42bd5b787 [2021-01-28T17:24:49.496Z] 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-01-28T17:24:49.496Z] ---> Running in 393837e20842 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-01-28T17:24:49.771Z] Removing intermediate container 4a5915e57dc1 [2021-01-28T17:24:49.771Z] ---> 84edb419843f [2021-01-28T17:24:49.771Z] Step 13/22 : ENV APP_PORT=48060 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T17:24:50.377Z] ---> Running in 2a564b4214d3 [2021-01-28T17:24:50.657Z] Removing intermediate container 393837e20842 [2021-01-28T17:24:50.657Z] ---> 899e7333aa45 [2021-01-28T17:24:50.657Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:24:50.931Z] ---> Running in 46de034c040b [2021-01-28T17:24:50.931Z] ---> f718eebd8429 [2021-01-28T17:24:50.931Z] 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-01-28T17:24:51.206Z] Removing intermediate container 2a564b4214d3 [2021-01-28T17:24:51.206Z] ---> cdb56850c580 [2021-01-28T17:24:51.206Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:24:51.480Z] Removing intermediate container b50c04203b3d [2021-01-28T17:24:51.480Z] ---> adb4ba32d040 [2021-01-28T17:24:51.480Z] [2021-01-28T17:24:51.480Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:24:51.480Z] ---> afeebe901d6b [2021-01-28T17:24:51.480Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:24:51.764Z] ---> Using cache [2021-01-28T17:24:51.764Z] ---> 05bdbdc5d021 [2021-01-28T17:24:51.764Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:24:51.764Z] ---> Using cache [2021-01-28T17:24:51.764Z] ---> 8fc367baf865 [2021-01-28T17:24:51.764Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:24:51.764Z] ---> Running in a49bf4c093e6 [2021-01-28T17:24:51.764Z] Removing intermediate container 46de034c040b [2021-01-28T17:24:51.764Z] ---> d04fa16239f7 [2021-01-28T17:24:51.764Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:52.043Z] ---> Running in 2c0f8d9f956b [2021-01-28T17:24:52.321Z] ---> f4507c01f133 [2021-01-28T17:24:52.321Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:52.594Z] Removing intermediate container a49bf4c093e6 [2021-01-28T17:24:52.594Z] ---> 0ad62b748ac9 [2021-01-28T17:24:52.594Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:52.594Z] Removing intermediate container 2c0f8d9f956b [2021-01-28T17:24:52.594Z] ---> c41484f584da [2021-01-28T17:24:52.594Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:24:52.871Z] ---> Running in 5aaabfa5a2a8 [2021-01-28T17:24:53.144Z] ---> d8d7a12cfc31 [2021-01-28T17:24:53.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:24:53.428Z] ---> 8e93449ae812 [2021-01-28T17:24:53.428Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:24:53.712Z] Removing intermediate container 5aaabfa5a2a8 [2021-01-28T17:24:53.712Z] ---> d2d3a0310784 [2021-01-28T17:24:53.712Z] Step 15/23 : WORKDIR / [2021-01-28T17:24:53.987Z] ---> 78fd7506379c [2021-01-28T17:24:53.987Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:24:53.987Z] ---> Running in 2e87088f2576 [2021-01-28T17:24:54.977Z] ---> d004d158c312 [2021-01-28T17:24:54.977Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:55.251Z] Removing intermediate container 2e87088f2576 [2021-01-28T17:24:55.251Z] ---> bbc850bb0dc1 [2021-01-28T17:24:55.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:55.251Z] ---> 04a84eabe52c [2021-01-28T17:24:55.251Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:24:56.700Z] ---> ca8e5cc5c89c [2021-01-28T17:24:56.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:56.979Z] ---> c85c45f6704b [2021-01-28T17:24:56.979Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:24:56.979Z] ---> Running in adcf13feae53 [2021-01-28T17:24:57.255Z] ---> 38820a74d260 [2021-01-28T17:24:57.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:24:58.237Z] Removing intermediate container adcf13feae53 [2021-01-28T17:24:58.237Z] ---> 7f6f85f9151b [2021-01-28T17:24:58.237Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:24:58.237Z] ---> 3fb830d483ab [2021-01-28T17:24:58.237Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:24:58.515Z] ---> c00f2e416a6c [2021-01-28T17:24:58.515Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:24:58.515Z] ---> Running in bcd42828f98c [2021-01-28T17:24:58.786Z] ---> Running in e9b9de6188df [2021-01-28T17:24:59.382Z] ---> f14e3b6148c0 [2021-01-28T17:24:59.382Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:59.382Z] Removing intermediate container bcd42828f98c [2021-01-28T17:24:59.382Z] ---> 511c8f099e1a [2021-01-28T17:24:59.382Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:24:59.986Z] Removing intermediate container e9b9de6188df [2021-01-28T17:24:59.986Z] ---> c9f489685a94 [2021-01-28T17:24:59.986Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:24:59.986Z] ---> Running in 345def70d534 [2021-01-28T17:24:59.986Z] ---> 387030637702 [2021-01-28T17:24:59.986Z] 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-01-28T17:25:00.260Z] ---> Running in 60d18e06890a [2021-01-28T17:25:00.260Z] ---> 0074488ead88 [2021-01-28T17:25:00.260Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:25:00.260Z] ---> Running in 30becffbb45c [2021-01-28T17:25:00.536Z] ---> Running in 0a7b7ae91481 [2021-01-28T17:25:00.811Z] Removing intermediate container 345def70d534 [2021-01-28T17:25:00.811Z] ---> 500c9025179d [2021-01-28T17:25:00.811Z] Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:25:01.092Z] Removing intermediate container 60d18e06890a [2021-01-28T17:25:01.092Z] ---> e91a830b10be [2021-01-28T17:25:01.092Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:25:01.092Z] ---> Running in 4fb79794be44 [2021-01-28T17:25:01.376Z] ---> Running in 4b8936528dfa [2021-01-28T17:25:01.657Z] Removing intermediate container 0a7b7ae91481 [2021-01-28T17:25:01.657Z] ---> 069ef6f149c3 [2021-01-28T17:25:01.657Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:25:01.949Z] Removing intermediate container 4fb79794be44 [2021-01-28T17:25:01.949Z] ---> b38342c1d01f [2021-01-28T17:25:01.949Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:25:01.949Z] ---> Running in 7e41eb437e51 [2021-01-28T17:25:02.229Z] ---> Running in f24d20785e31 [2021-01-28T17:25:02.229Z] Removing intermediate container 4b8936528dfa [2021-01-28T17:25:02.229Z] ---> 870f426025b7 [2021-01-28T17:25:02.229Z] Step 21/22 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:25:02.507Z] ---> Running in 8752a2fbaf53 [2021-01-28T17:25:02.785Z] Removing intermediate container 7e41eb437e51 [2021-01-28T17:25:02.785Z] ---> 662f851737a7 [2021-01-28T17:25:02.785Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:25:03.071Z] ---> Running in e7ea1bc1af20 [2021-01-28T17:25:03.344Z] Removing intermediate container f24d20785e31 [2021-01-28T17:25:03.344Z] ---> 52ac9f184878 [2021-01-28T17:25:03.344Z] [2021-01-28T17:25:03.620Z] Removing intermediate container 8752a2fbaf53 [2021-01-28T17:25:03.620Z] ---> dd2ceb7b171b [2021-01-28T17:25:03.620Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:25:03.620Z] Removing intermediate container e7ea1bc1af20 [2021-01-28T17:25:03.620Z] ---> 7d9757d6bff3 [2021-01-28T17:25:03.620Z] Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:25:03.895Z] ---> Running in 5a3993b79be5 [2021-01-28T17:25:03.895Z] Successfully built 52ac9f184878 [2021-01-28T17:25:03.895Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T17:25:04.182Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-28T17:25:04.182Z] ---> Running in 79945e0c1bfb [2021-01-28T17:25:04.182Z] Removing intermediate container 30becffbb45c [2021-01-28T17:25:04.182Z] ---> 2c1aad091bd4 [2021-01-28T17:25:04.182Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:25:04.461Z] ---> Running in 036437e24396 [2021-01-28T17:25:04.461Z] Removing intermediate container 5a3993b79be5 [2021-01-28T17:25:04.461Z] ---> ad18202663dc [2021-01-28T17:25:04.461Z] [2021-01-28T17:25:04.735Z] Removing intermediate container 79945e0c1bfb [2021-01-28T17:25:04.735Z] ---> 01b0fe58b1eb [2021-01-28T17:25:04.735Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:25:05.015Z] Successfully built ad18202663dc [2021-01-28T17:25:05.015Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T17:25:05.015Z] Building docker-security-proxy-setup-go [2021-01-28T17:25:05.210Z] Still waiting to schedule task [2021-01-28T17:25:05.210Z] ‘prd-ubuntu18.04-docker-8c-8g-23794’ is offline [2021-01-28T17:25:05.291Z]  Building docker-support-notifications-go ... done Removing intermediate container 036437e24396 [2021-01-28T17:25:05.292Z] ---> 8c470e55c584 [2021-01-28T17:25:05.292Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T17:25:05.292Z] ---> Running in 8f14963a3684 [2021-01-28T17:25:05.292Z] ---> Running in b92f2535fa6f [2021-01-28T17:25:05.888Z] Removing intermediate container 8f14963a3684 [2021-01-28T17:25:05.888Z] ---> 8972bfd8fab4 [2021-01-28T17:25:05.888Z] [2021-01-28T17:25:06.164Z] Removing intermediate container b92f2535fa6f [2021-01-28T17:25:06.164Z] ---> ad4f3232440e [2021-01-28T17:25:06.164Z] Step 23/24 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:25:06.164Z] Successfully built 8972bfd8fab4 [2021-01-28T17:25:06.436Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T17:25:06.436Z] Building docker-core-data-go [2021-01-28T17:25:06.436Z]  Building docker-core-command-go ... done  ---> Running in 1a4a8001b095 [2021-01-28T17:25:06.436Z] + glock sync -n [2021-01-28T17:25:07.031Z] Removing intermediate container 1a4a8001b095 [2021-01-28T17:25:07.031Z] ---> 447dda047fdf [2021-01-28T17:25:07.031Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T17:25:07.031Z] ---> Running in 8c0767bc8ec9 [2021-01-28T17:25:07.632Z] Removing intermediate container 8c0767bc8ec9 [2021-01-28T17:25:07.632Z] ---> 6737b43298d0 [2021-01-28T17:25:07.632Z] [2021-01-28T17:25:08.234Z] Successfully built 6737b43298d0 [2021-01-28T17:25:08.234Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T17:25:08.234Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T17:25:12.548Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:25:12.548Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:25:12.548Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:25:12.548Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:25:12.548Z] + git describe '--abbrev=0' --tags [2021-01-28T17:25:12.548Z] + TAG=v0.6.1 [2021-01-28T17:25:12.548Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:25:12.822Z] + apk --print-arch [2021-01-28T17:25:12.822Z] + building [dockerize] for arm64 ... [2021-01-28T17:25:12.822Z] arch=aarch64 [2021-01-28T17:25:12.822Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-28T17:25:12.822Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T17:25:17.135Z] + date [2021-01-28T17:25:17.135Z] Thu Jan 28 17:25:17 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:25:17.135Z] + echo 'Thu Jan 28 17:25:17 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:25:29.520Z] Removing intermediate container ecfc4dcc1987 [2021-01-28T17:25:29.520Z] ---> 1df918e2fb8b [2021-01-28T17:25:29.520Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:25:29.799Z] ---> Running in 32018e253791 [2021-01-28T17:25:31.262Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:25:31.262Z] statically linked [2021-01-28T17:25:33.275Z] Removing intermediate container 32018e253791 [2021-01-28T17:25:33.275Z] ---> 414cdbfcb6a3 [2021-01-28T17:25:33.275Z] [2021-01-28T17:25:33.275Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:25:33.275Z] ---> afeebe901d6b [2021-01-28T17:25:33.275Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:25:33.548Z] ---> Running in 667948577cc0 [2021-01-28T17:25:34.147Z] Removing intermediate container 667948577cc0 [2021-01-28T17:25:34.147Z] ---> 2114e8bd3ecd [2021-01-28T17:25:34.147Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:25:34.421Z] ---> Running in b3606f8b9cd0 [2021-01-28T17:25:35.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:25:36.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:25:36.730Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:25:36.730Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:25:36.730Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:25:36.730Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:25:36.730Z] OK: 6 MiB in 17 packages [2021-01-28T17:25:39.362Z] Removing intermediate container b3606f8b9cd0 [2021-01-28T17:25:39.362Z] ---> 0362bf5d7468 [2021-01-28T17:25:39.362Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:25:39.362Z] ---> Running in 48947a9dfde3 [2021-01-28T17:25:39.962Z] Removing intermediate container 48947a9dfde3 [2021-01-28T17:25:39.962Z] ---> 9b8d6b333615 [2021-01-28T17:25:39.962Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:25:40.239Z] ---> Running in dfa0511effb1 [2021-01-28T17:25:40.839Z] Removing intermediate container dfa0511effb1 [2021-01-28T17:25:40.839Z] ---> 9cf175b4817f [2021-01-28T17:25:40.839Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:25:41.115Z] ---> Running in d0fe86e4d1c7 [2021-01-28T17:25:44.515Z] Removing intermediate container d0fe86e4d1c7 [2021-01-28T17:25:44.515Z] ---> 6abafe3c866d [2021-01-28T17:25:44.515Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:25:44.789Z] ---> Running in a569525af5b9 [2021-01-28T17:25:45.393Z] Removing intermediate container a569525af5b9 [2021-01-28T17:25:45.393Z] ---> da5a262a6091 [2021-01-28T17:25:45.393Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:25:47.402Z] ---> c59715336040 [2021-01-28T17:25:47.402Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:25:48.863Z] ---> 27883d25fcab [2021-01-28T17:25:48.863Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:25:49.136Z] ---> Running in 763d8e2f763b [2021-01-28T17:25:53.454Z] Removing intermediate container 763d8e2f763b [2021-01-28T17:25:53.454Z] ---> 767a9ac4ff8d [2021-01-28T17:25:53.454Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:25:54.067Z] ---> a7ccef5c6249 [2021-01-28T17:25:54.067Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:25:56.392Z] Running on prd-ubuntu18.04-docker-8c-8g-23795 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws [2021-01-28T17:25:56.526Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-01-28T17:25:56.902Z] ---> ed524ab3e422 [2021-01-28T17:25:56.902Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:25:58.559Z] using credential edgex-jenkins-ssh [2021-01-28T17:25:58.614Z] Cloning the remote Git repository [2021-01-28T17:25:58.963Z] ---> 44cf5ef23ba9 [2021-01-28T17:25:58.963Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:25:58.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:25:58.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:25:58.963Z] ---> ddd1349027e0 [2021-01-28T17:25:58.963Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> 25b99fb03dca [2021-01-28T17:25:58.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> ed49b799987d [2021-01-28T17:25:58.963Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:25:58.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:25:58.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:25:58.963Z] ---> ddd1349027e0 [2021-01-28T17:25:58.963Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> 25b99fb03dca [2021-01-28T17:25:58.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> ed49b799987d [2021-01-28T17:25:58.963Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> 6e89206c731e [2021-01-28T17:25:58.963Z] Step 6/23 : COPY go.mod . [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> a9b44d66aebc [2021-01-28T17:25:58.963Z] Step 7/23 : RUN go mod download [2021-01-28T17:25:58.963Z] ---> Using cache [2021-01-28T17:25:58.963Z] ---> 668478e41b1b [2021-01-28T17:25:58.963Z] Step 8/23 : COPY . . [2021-01-28T17:25:58.652Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:25:58.732Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-01-28T17:25:58.759Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:25:58.759Z] > git --version # timeout=10 [2021-01-28T17:25:58.764Z] > git --version # 'git version 2.17.1' [2021-01-28T17:25:58.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:25:58.816Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:25:59.235Z] ---> Using cache [2021-01-28T17:25:59.235Z] ---> a4b621be09fa [2021-01-28T17:25:59.235Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:25:59.235Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:25:59.235Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:25:59.235Z] ---> ddd1349027e0 [2021-01-28T17:25:59.235Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:25:59.235Z] ---> Using cache [2021-01-28T17:25:59.235Z] ---> 25b99fb03dca [2021-01-28T17:25:59.235Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:25:59.235Z] ---> Using cache [2021-01-28T17:25:59.235Z] ---> ed49b799987d [2021-01-28T17:25:59.235Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:25:59.235Z] ---> Using cache [2021-01-28T17:25:59.235Z] ---> 6e89206c731e [2021-01-28T17:25:59.235Z] Step 6/21 : COPY go.mod . [2021-01-28T17:25:59.235Z] ---> Using cache [2021-01-28T17:25:59.235Z] ---> a9b44d66aebc [2021-01-28T17:25:59.235Z] Step 7/21 : RUN go mod download [2021-01-28T17:25:59.235Z] ---> Using cache [2021-01-28T17:25:59.235Z] ---> 668478e41b1b [2021-01-28T17:25:59.235Z] Step 8/21 : COPY . . [2021-01-28T17:25:59.235Z] ---> Running in eeb705ed2b4a [2021-01-28T17:25:59.507Z] ---> Using cache [2021-01-28T17:25:59.507Z] ---> a4b621be09fa [2021-01-28T17:25:59.507Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:25:59.789Z] ---> Running in ef04b0cbdf7d [2021-01-28T17:26:00.066Z] ---> Running in 93b8eaabc981 [2021-01-28T17:26:00.066Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:26:00.066Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:26:00.066Z] ---> ddd1349027e0 [2021-01-28T17:26:00.066Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:26:00.066Z] ---> Using cache [2021-01-28T17:26:00.066Z] ---> 25b99fb03dca [2021-01-28T17:26:00.066Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:26:00.066Z] ---> Using cache [2021-01-28T17:26:00.066Z] ---> ed49b799987d [2021-01-28T17:26:00.066Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:26:00.341Z] ---> Running in 1d318f5fb185 [2021-01-28T17:26:00.950Z] ---> 2e6fbd42de7a [2021-01-28T17:26:00.950Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:26:01.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:02.164Z] 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-01-28T17:26:02.164Z] 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-01-28T17:26:02.164Z] ---> 06944f4143e7 [2021-01-28T17:26:02.164Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:26:02.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:02.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:03.045Z] ---> Running in 4b234897d929 [2021-01-28T17:26:03.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:26:03.615Z] OK: 217 MiB in 51 packages [2021-01-28T17:26:03.615Z] Removing intermediate container 4b234897d929 [2021-01-28T17:26:03.615Z] ---> 2c7b93bc30b0 [2021-01-28T17:26:03.615Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:26:04.629Z] OK: 217 MiB in 51 packages [2021-01-28T17:26:05.626Z] ---> 11dd337b38d3 [2021-01-28T17:26:05.626Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:26:05.626Z] Removing intermediate container eeb705ed2b4a [2021-01-28T17:26:05.626Z] ---> 01f587781a2a [2021-01-28T17:26:05.626Z] Step 6/23 : COPY go.mod . [2021-01-28T17:26:06.617Z] ---> Running in f3373602dcde [2021-01-28T17:26:06.617Z] Removing intermediate container 1d318f5fb185 [2021-01-28T17:26:06.617Z] ---> f689967119bb [2021-01-28T17:26:06.617Z] Step 6/26 : COPY go.mod . [2021-01-28T17:26:07.601Z] ---> af4455cb27f4 [2021-01-28T17:26:07.601Z] Step 7/23 : RUN go mod download [2021-01-28T17:26:07.604Z] Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:26:07.744Z] Merge succeeded, producing 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:26:07.744Z] Checking out Revision 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 (PR-3096) [2021-01-28T17:26:07.879Z] ---> Running in f9da88b521c6 [2021-01-28T17:26:07.083Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:26:07.096Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:26:07.105Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:26:07.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:26:07.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:26:07.120Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:26:07.615Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:26:07.619Z] > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [2021-01-28T17:26:07.720Z] > git remote # timeout=10 [2021-01-28T17:26:07.726Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T17:26:07.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:26:07.734Z] > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:26:07.742Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T17:26:07.750Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:26:07.754Z] > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [2021-01-28T17:26:08.869Z] ---> 807794a9e25e [2021-01-28T17:26:08.869Z] Step 7/26 : RUN go mod download [2021-01-28T17:26:09.144Z] ---> Running in e97379143b0f [2021-01-28T17:26:11.608Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-01-28T17:26:11.633Z] > git --version # timeout=10 [2021-01-28T17:26:11.636Z] > git --version # 'git version 2.17.1' [2021-01-28T17:26:11.639Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:26:11.783Z] Removing intermediate container f3373602dcde [2021-01-28T17:26:11.783Z] ---> d882b296b42e [2021-01-28T17:26:11.783Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:12.390Z] ---> Running in 3546c4012fbd [2021-01-28T17:26:12.951Z] + echo snap-build.sh [2021-01-28T17:26:12.951Z] snap-build.sh [2021-01-28T17:26:12.951Z] + SNAP_BASE_DIR=. [2021-01-28T17:26:12.951Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-01-28T17:26:12.951Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-01-28T17:26:12.951Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-01-28T17:26:12.951Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-01-28T17:26:12.951Z] + cd /w/workspace/edgex-go/1 [2021-01-28T17:26:12.951Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T17:26:12.951Z] Reading package lists... [2021-01-28T17:26:13.215Z] Building dependency tree... [2021-01-28T17:26:13.215Z] Reading state information... [2021-01-28T17:26:13.215Z] The following packages were automatically installed and are no longer required: [2021-01-28T17:26:13.215Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T17:26:13.215Z] uidmap xdelta3 [2021-01-28T17:26:13.215Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T17:26:13.215Z] The following packages will be REMOVED: [2021-01-28T17:26:13.215Z] lxd* lxd-client* [2021-01-28T17:26:13.446Z] Removing intermediate container 3546c4012fbd [2021-01-28T17:26:13.446Z] ---> 01daa2e104e6 [2021-01-28T17:26:13.446Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:26:13.446Z] Removing intermediate container f9da88b521c6 [2021-01-28T17:26:13.446Z] ---> 1d4231211e9a [2021-01-28T17:26:13.446Z] Step 8/23 : COPY . . [2021-01-28T17:26:13.807Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T17:26:13.807Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T17:26:14.442Z] ---> Running in d527fbd0a506 [2021-01-28T17:26:14.599Z] (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-01-28T17:26:14.599Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:26:15.565Z] Removing lxd dnsmasq configuration [2021-01-28T17:26:15.565Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:26:15.827Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T17:26:15.895Z] Removing intermediate container e97379143b0f [2021-01-28T17:26:15.895Z] ---> 32c42957443b [2021-01-28T17:26:15.895Z] Step 8/26 : COPY . . [2021-01-28T17:26:16.175Z] Removing intermediate container d527fbd0a506 [2021-01-28T17:26:16.175Z] ---> ac17d2078036 [2021-01-28T17:26:16.175Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T17:26:16.402Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T17:26:16.663Z] (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-01-28T17:26:16.663Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:26:17.632Z] ---> Running in 03bbb985b79f [2021-01-28T17:26:18.046Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T17:26:18.047Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T17:26:19.442Z] + sudo snap remove --purge lxd [2021-01-28T17:26:19.442Z] snap "lxd" is not installed [2021-01-28T17:26:19.442Z] + sudo groupadd --force --system lxd [2021-01-28T17:26:19.442Z] ++ whoami [2021-01-28T17:26:19.442Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T17:26:19.630Z] Removing intermediate container 03bbb985b79f [2021-01-28T17:26:19.631Z] ---> 780b3c0e0284 [2021-01-28T17:26:19.631Z] Step 33/34 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:26:19.708Z] + newgrp - lxd [2021-01-28T17:26:19.708Z] + sudo snap install lxd [2021-01-28T17:26:21.097Z] ---> Running in 1638ce921298 [2021-01-28T17:26:23.092Z] Removing intermediate container 1638ce921298 [2021-01-28T17:26:23.092Z] ---> a3d66cf4d0ad [2021-01-28T17:26:23.092Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T17:26:24.541Z] ---> Running in f959c519df33 [2021-01-28T17:26:26.001Z] Removing intermediate container f959c519df33 [2021-01-28T17:26:26.001Z] ---> 44cf3740db11 [2021-01-28T17:26:26.001Z] [2021-01-28T17:26:26.993Z] Successfully built 44cf3740db11 [2021-01-28T17:26:26.993Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T17:26:29.717Z] 2021-01-28T17:26:26Z INFO Waiting for automatic snapd restart... [2021-01-28T17:26:41.963Z] lxd 4.10 from Canonical* installed [2021-01-28T17:26:41.963Z] + sudo lxd init --auto [2021-01-28T17:26:45.376Z]  Building docker-security-bootstrapper-go ... done  ---> abaa29205099 [2021-01-28T17:26:45.376Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:26:45.648Z] ---> c3df548ca5a2 [2021-01-28T17:26:45.648Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:26:45.923Z] ---> Running in ec296b9125a6 [2021-01-28T17:26:45.923Z] ---> Running in 5bd0a581c298 [2021-01-28T17:26:47.930Z] 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-01-28T17:26:48.214Z] 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-01-28T17:26:50.107Z] + sudo snap install --classic snapcraft [2021-01-28T17:26:56.722Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T17:26:56.722Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T17:26:56.722Z] + patch --verbose -p1 [2021-01-28T17:26:56.722Z] Hmm... Looks like a unified diff to me... [2021-01-28T17:26:56.722Z] The text leading up to this was: [2021-01-28T17:26:56.722Z] -------------------------- [2021-01-28T17:26:56.722Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T17:26:56.722Z] |From: Tony Espy [2021-01-28T17:26:56.722Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T17:26:56.722Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T17:26:56.722Z] | [2021-01-28T17:26:56.722Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T17:26:56.722Z] |optimize the snap CI check run for pull requests. When [2021-01-28T17:26:56.722Z] |applied, it essentially strips out everything (apps and [2021-01-28T17:26:56.722Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T17:26:56.722Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T17:26:56.722Z] |catch changes to edgex-go that break the snap build. [2021-01-28T17:26:56.722Z] | [2021-01-28T17:26:56.722Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T17:26:56.722Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T17:26:56.722Z] |resulting in a failed snap build CI check in the associated [2021-01-28T17:26:56.722Z] |pull request. [2021-01-28T17:26:56.722Z] | [2021-01-28T17:26:56.722Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T17:26:56.722Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T17:26:56.722Z] |need to build the finally binary .snap file (and it won't [2021-01-28T17:26:56.722Z] |work with the patch applied). This further reduces the build [2021-01-28T17:26:56.722Z] |time. [2021-01-28T17:26:56.722Z] |--- [2021-01-28T17:26:56.722Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T17:26:56.722Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T17:26:56.722Z] | [2021-01-28T17:26:56.722Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T17:26:56.722Z] |index 1e537489..faf42425 100644 [2021-01-28T17:26:56.722Z] |--- a/snap/snapcraft.yaml [2021-01-28T17:26:56.722Z] |+++ b/snap/snapcraft.yaml [2021-01-28T17:26:56.722Z] -------------------------- [2021-01-28T17:26:56.722Z] patching file snap/snapcraft.yaml [2021-01-28T17:26:56.722Z] Using Plan A... [2021-01-28T17:26:56.722Z] Hunk #1 succeeded at 73. [2021-01-28T17:26:56.722Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T17:26:56.722Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T17:26:56.722Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T17:26:56.722Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T17:26:56.722Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T17:26:56.722Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T17:26:56.722Z] Hunk #8 succeeded at 342. [2021-01-28T17:26:56.722Z] Hmm... Ignoring the trailing garbage. [2021-01-28T17:26:56.722Z] done [2021-01-28T17:26:56.722Z] + sudo snapcraft prime --use-lxd [2021-01-28T17:26:58.121Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T17:26:58.121Z] 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-01-28T17:26:58.121Z] - README.md [2021-01-28T17:26:58.121Z] - snapcraft.yaml.orig [2021-01-28T17:26:58.121Z] [2021-01-28T17:26:58.121Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T17:26:58.697Z] Launching a container. [2021-01-28T17:27:03.348Z] 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-01-28T17:27:10.970Z] Waiting for container to be ready [2021-01-28T17:27:11.543Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T17:27:11.543Z] [2021-01-28T17:27:14.852Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T17:27:15.115Z] Waiting for network to be ready... [2021-01-28T17:27:15.380Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T17:27:15.381Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T17:27:15.953Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T17:27:15.953Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T17:27:15.953Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T17:27:16.216Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T17:27:16.216Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T17:27:16.216Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T17:27:16.216Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T17:27:16.216Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T17:27:16.216Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T17:27:16.216Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T17:27:16.216Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T17:27:16.216Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T17:27:16.216Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T17:27:16.216Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T17:27:16.216Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T17:27:16.480Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T17:27:16.746Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T17:27:16.746Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T17:27:16.746Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T17:27:16.746Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T17:27:16.746Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T17:27:16.746Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T17:27:16.746Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T17:27:16.746Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-28T17:27:17.025Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T17:27:18.475Z] Removing intermediate container 93b8eaabc981 [2021-01-28T17:27:18.475Z] ---> 63e45a32b2c2 [2021-01-28T17:27:18.475Z] [2021-01-28T17:27:18.475Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:27:18.475Z] ---> afeebe901d6b [2021-01-28T17:27:18.475Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:27:18.475Z] ---> Running in f22ccc4d7419 [2021-01-28T17:27:19.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:27:19.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:27:20.446Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:27:20.446Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:27:20.446Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:27:20.446Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:27:20.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:27:20.446Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:27:20.722Z] OK: 7 MiB in 18 packages [2021-01-28T17:27:21.240Z] Fetched 23.8 MB in 5s (4396 kB/s) [2021-01-28T17:27:22.183Z] Reading package lists... [2021-01-28T17:27:22.183Z] Reading package lists... [2021-01-28T17:27:22.444Z] Building dependency tree... [2021-01-28T17:27:22.444Z] Reading state information... [2021-01-28T17:27:22.705Z] The following additional packages will be installed: [2021-01-28T17:27:22.705Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T17:27:22.705Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T17:27:22.705Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T17:27:22.705Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T17:27:22.705Z] Suggested packages: [2021-01-28T17:27:22.705Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T17:27:22.705Z] Recommended packages: [2021-01-28T17:27:22.705Z] gnupg libsasl2-modules [2021-01-28T17:27:22.705Z] The following NEW packages will be installed: [2021-01-28T17:27:22.705Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T17:27:22.705Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T17:27:22.705Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T17:27:22.705Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T17:27:22.705Z] The following packages will be upgraded: [2021-01-28T17:27:22.705Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T17:27:22.966Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T17:27:22.966Z] Need to get 3533 kB of archives. [2021-01-28T17:27:22.966Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T17:27:22.966Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T17:27:22.966Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T17:27:23.226Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T17:27:23.226Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T17:27:23.226Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T17:27:23.367Z] Removing intermediate container f22ccc4d7419 [2021-01-28T17:27:23.367Z] ---> 4e7a9d9f37fe [2021-01-28T17:27:23.367Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:27:23.367Z] ---> Running in 7b9657deb208 [2021-01-28T17:27:23.488Z] Get:6 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-01-28T17:27:23.488Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T17:27:23.488Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T17:27:23.488Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T17:27:23.488Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T17:27:23.488Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T17:27:23.488Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T17:27:23.488Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T17:27:23.488Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T17:27:23.488Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T17:27:23.488Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T17:27:23.488Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T17:27:23.488Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T17:27:23.488Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T17:27:23.488Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T17:27:23.488Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T17:27:23.488Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T17:27:23.751Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:27:23.751Z] Fetched 3533 kB in 1s (3941 kB/s) [2021-01-28T17:27:23.969Z] Removing intermediate container 7b9657deb208 [2021-01-28T17:27:23.969Z] ---> c7da4c9f80aa [2021-01-28T17:27:23.969Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:27:24.016Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T17:27:24.016Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:27:24.016Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:27:24.016Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T17:27:24.245Z] ---> Running in a3e26c5a5322 [2021-01-28T17:27:24.280Z] Selecting previously unselected package udev. [2021-01-28T17:27:24.280Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T17:27:24.280Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:27:24.280Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T17:27:24.540Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T17:27:24.540Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T17:27:24.540Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T17:27:24.540Z] Selecting previously unselected package fuse. [2021-01-28T17:27:24.540Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T17:27:24.540Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T17:27:24.800Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:27:24.800Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:27:24.800Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:27:24.800Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:27:24.852Z] Removing intermediate container a3e26c5a5322 [2021-01-28T17:27:24.852Z] ---> 69e0f0b8e9bf [2021-01-28T17:27:24.852Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:27:25.060Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:27:25.060Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:27:25.060Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T17:27:25.060Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T17:27:25.060Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T17:27:25.328Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T17:27:25.328Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.328Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:25.328Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T17:27:25.328Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.328Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:25.589Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T17:27:25.589Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.589Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:25.589Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T17:27:25.589Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.589Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:25.589Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T17:27:25.589Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.589Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:25.846Z] ---> b439ba8d0227 [2021-01-28T17:27:25.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:27:25.849Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T17:27:25.849Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.849Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:25.849Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T17:27:25.849Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:25.849Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:26.109Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T17:27:26.109Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:26.109Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:26.109Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T17:27:26.109Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:27:26.109Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:26.372Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T17:27:26.372Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T17:27:26.372Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:27:26.372Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T17:27:26.372Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T17:27:26.372Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:27:26.372Z] Selecting previously unselected package libldap-common. [2021-01-28T17:27:26.372Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T17:27:26.372Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:27:26.632Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T17:27:26.632Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T17:27:26.632Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:27:26.632Z] Selecting previously unselected package dirmngr. [2021-01-28T17:27:26.632Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:27:26.632Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T17:27:26.891Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:27:26.891Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T17:27:26.891Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T17:27:26.891Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:27:26.891Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:27:26.891Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T17:27:27.152Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.152Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T17:27:27.152Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:27:27.152Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T17:27:27.413Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T17:27:27.673Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.673Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T17:27:27.673Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T17:27:27.924Z] ---> 9cfb7f29d295 [2021-01-28T17:27:27.924Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:27:27.934Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T17:27:27.934Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:27:27.934Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:27:28.195Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T17:27:28.195Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:27:28.454Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T17:27:28.454Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T17:27:28.454Z] This means they are not meant to be enabled using systemctl. [2021-01-28T17:27:28.454Z] Possible reasons for having this kind of units are: [2021-01-28T17:27:28.454Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T17:27:28.454Z] .wants/ or .requires/ directory. [2021-01-28T17:27:28.454Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T17:27:28.454Z] a requirement dependency on it. [2021-01-28T17:27:28.454Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T17:27:28.454Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T17:27:28.454Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T17:27:28.454Z] instance name specified. [2021-01-28T17:27:28.714Z] Reading package lists... [2021-01-28T17:27:28.975Z] Building dependency tree... [2021-01-28T17:27:28.975Z] Reading state information... [2021-01-28T17:27:28.975Z] The following additional packages will be installed: [2021-01-28T17:27:28.975Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T17:27:28.975Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T17:27:28.975Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T17:27:28.975Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T17:27:28.975Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T17:27:28.975Z] Suggested packages: [2021-01-28T17:27:28.975Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T17:27:28.975Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T17:27:28.975Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T17:27:28.975Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T17:27:28.975Z] systemd-container policykit-1 [2021-01-28T17:27:28.975Z] Recommended packages: [2021-01-28T17:27:28.975Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T17:27:29.240Z] The following NEW packages will be installed: [2021-01-28T17:27:29.240Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T17:27:29.240Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T17:27:29.240Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T17:27:29.240Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T17:27:29.240Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T17:27:29.240Z] The following packages will be upgraded: [2021-01-28T17:27:29.240Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T17:27:29.240Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T17:27:29.240Z] Need to get 35.2 MB of archives. [2021-01-28T17:27:29.240Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T17:27:29.240Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T17:27:29.240Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T17:27:29.389Z] ---> a9ea97d6a7e2 [2021-01-28T17:27:29.389Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:27:29.669Z] ---> Running in 47a740181074 [2021-01-28T17:27:29.814Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T17:27:29.814Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T17:27:30.075Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T17:27:30.075Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T17:27:30.075Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T17:27:30.075Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T17:27:30.075Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T17:27:30.075Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T17:27:30.075Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T17:27:30.075Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T17:27:30.075Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T17:27:30.075Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T17:27:30.075Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T17:27:30.075Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T17:27:30.075Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T17:27:30.075Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T17:27:30.075Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T17:27:30.075Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T17:27:30.075Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T17:27:30.075Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T17:27:30.075Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T17:27:30.075Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T17:27:30.075Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T17:27:30.075Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T17:27:30.269Z] Removing intermediate container 47a740181074 [2021-01-28T17:27:30.269Z] ---> 0471a756fb32 [2021-01-28T17:27:30.269Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:27:30.338Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T17:27:30.338Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T17:27:30.338Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T17:27:30.338Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T17:27:30.545Z] ---> Running in c51fff775bb6 [2021-01-28T17:27:31.289Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:27:31.289Z] Fetched 35.2 MB in 2s (17.8 MB/s) [2021-01-28T17:27:31.542Z] Removing intermediate container c51fff775bb6 [2021-01-28T17:27:31.542Z] ---> b61a64dc896a [2021-01-28T17:27:31.542Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T17:27:31.542Z] ---> Running in b44f9ae93749 [2021-01-28T17:27:31.551Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:27:31.551Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:27:31.551Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:27:32.125Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:27:32.125Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:27:32.395Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T17:27:32.395Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:27:32.395Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T17:27:32.395Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T17:27:32.535Z] Removing intermediate container b44f9ae93749 [2021-01-28T17:27:32.535Z] ---> 28bd11e3ef71 [2021-01-28T17:27:32.535Z] Step 20/21 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:27:32.655Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T17:27:32.655Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:27:32.655Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T17:27:32.655Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T17:27:32.810Z] ---> Running in 1e5607447a75 [2021-01-28T17:27:33.226Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T17:27:33.226Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T17:27:33.488Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T17:27:33.749Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T17:27:33.749Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T17:27:33.749Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T17:27:33.793Z] Removing intermediate container 1e5607447a75 [2021-01-28T17:27:33.793Z] ---> 3cd9f55c0164 [2021-01-28T17:27:33.793Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T17:27:34.034Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T17:27:34.035Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:27:34.035Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:34.068Z] ---> Running in 5b5bafd77d1d [2021-01-28T17:27:34.296Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T17:27:34.296Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T17:27:34.296Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T17:27:34.296Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T17:27:34.296Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:27:34.296Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:34.556Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T17:27:34.556Z] Checking for services that may need to be restarted...done. [2021-01-28T17:27:34.556Z] Checking for services that may need to be restarted...done. [2021-01-28T17:27:34.823Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:34.823Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T17:27:34.823Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:35.393Z] Selecting previously unselected package python3-minimal. [2021-01-28T17:27:35.393Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T17:27:35.393Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:27:35.393Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T17:27:35.393Z] Selecting previously unselected package mime-support. [2021-01-28T17:27:35.393Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T17:27:35.393Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T17:27:35.508Z] Removing intermediate container 5b5bafd77d1d [2021-01-28T17:27:35.508Z] ---> 4358d38ad9d0 [2021-01-28T17:27:35.508Z] [2021-01-28T17:27:35.654Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T17:27:35.654Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T17:27:35.654Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T17:27:35.654Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T17:27:35.654Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:27:35.654Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:35.915Z] Selecting previously unselected package python3.6. [2021-01-28T17:27:35.915Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:27:35.915Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:36.108Z] Successfully built 4358d38ad9d0 [2021-01-28T17:27:36.108Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T17:27:36.174Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T17:27:36.174Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:27:36.174Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T17:27:36.174Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T17:27:36.434Z] Selecting previously unselected package python3. [2021-01-28T17:27:36.434Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T17:27:36.434Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:27:36.434Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T17:27:36.434Z] Selecting previously unselected package multiarch-support. [2021-01-28T17:27:36.434Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:27:36.434Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T17:27:36.434Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T17:27:36.698Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T17:27:36.698Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T17:27:36.698Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T17:27:36.698Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T17:27:36.698Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T17:27:36.698Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T17:27:36.698Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T17:27:36.698Z] Selecting previously unselected package sudo. [2021-01-28T17:27:36.698Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T17:27:36.698Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T17:27:36.959Z] Selecting previously unselected package apparmor. [2021-01-28T17:27:36.959Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T17:27:36.959Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T17:27:37.219Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T17:27:37.219Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T17:27:37.219Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T17:27:37.219Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T17:27:37.219Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:27:37.220Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:37.220Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T17:27:37.220Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:27:37.220Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:37.479Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T17:27:37.479Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T17:27:37.479Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T17:27:37.479Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T17:27:37.479Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:27:37.479Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:37.479Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T17:27:37.479Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:27:37.479Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:37.751Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T17:27:37.751Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T17:27:37.751Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T17:27:38.015Z] Selecting previously unselected package openssh-client. [2021-01-28T17:27:38.015Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T17:27:38.015Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T17:27:38.015Z] Selecting previously unselected package squashfs-tools. [2021-01-28T17:27:38.015Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T17:27:38.015Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T17:27:38.278Z] Selecting previously unselected package snapd. [2021-01-28T17:27:38.278Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T17:27:38.278Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T17:27:38.747Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ef04b0cbdf7d [2021-01-28T17:27:38.747Z] ---> 596960b53638 [2021-01-28T17:27:38.747Z] [2021-01-28T17:27:38.747Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:27:38.747Z] ---> afeebe901d6b [2021-01-28T17:27:38.747Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:27:38.747Z] ---> Using cache [2021-01-28T17:27:38.747Z] ---> 05bdbdc5d021 [2021-01-28T17:27:39.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:27:39.030Z] ---> Using cache [2021-01-28T17:27:39.030Z] ---> 8fc367baf865 [2021-01-28T17:27:39.030Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:27:39.030Z] ---> Running in fdded4b625fc [2021-01-28T17:27:40.025Z] Removing intermediate container fdded4b625fc [2021-01-28T17:27:40.025Z] ---> 177ddba7652a [2021-01-28T17:27:40.025Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:27:40.025Z] ---> Running in de075787019d [2021-01-28T17:27:40.194Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T17:27:40.454Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T17:27:40.454Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T17:27:40.454Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T17:27:40.634Z] Removing intermediate container de075787019d [2021-01-28T17:27:40.634Z] ---> adb37a089576 [2021-01-28T17:27:40.634Z] Step 15/23 : WORKDIR / [2021-01-28T17:27:40.716Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T17:27:40.716Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:40.716Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:27:40.716Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T17:27:40.716Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T17:27:40.907Z] ---> Running in 14b24409a173 [2021-01-28T17:27:41.513Z] Removing intermediate container 14b24409a173 [2021-01-28T17:27:41.513Z] ---> ae360159033a [2021-01-28T17:27:41.513Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:27:42.112Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T17:27:42.112Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T17:27:42.112Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T17:27:42.376Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:42.376Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:42.376Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:27:42.961Z] ---> fea61890afcc [2021-01-28T17:27:42.961Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:27:43.321Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T17:27:43.321Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:43.321Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T17:27:43.321Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T17:27:43.321Z] running python rtupdate hooks for python3.6... [2021-01-28T17:27:43.321Z] running python post-rtupdate hooks for python3.6... [2021-01-28T17:27:43.321Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T17:27:44.706Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T17:27:44.706Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:27:44.960Z] ---> 8dd1cc30af0b [2021-01-28T17:27:44.960Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:27:44.972Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T17:27:44.973Z] Setting up snapd (2.48+18.04) ... [2021-01-28T17:27:45.542Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T17:27:45.802Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T17:27:45.802Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T17:27:45.947Z] ---> 322bf4a17671 [2021-01-28T17:27:45.947Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:27:45.947Z] ---> Running in 2c9d8666c070 [2021-01-28T17:27:46.064Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T17:27:46.325Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T17:27:46.325Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T17:27:46.584Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T17:27:46.844Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T17:27:46.936Z] Removing intermediate container 2c9d8666c070 [2021-01-28T17:27:46.936Z] ---> f7f8926c3d77 [2021-01-28T17:27:46.936Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:27:46.936Z] ---> Running in 8e64f791d4ce [2021-01-28T17:27:47.105Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T17:27:47.105Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T17:27:47.365Z] /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-01-28T17:27:47.365Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:27:47.365Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T17:27:47.549Z] Removing intermediate container 8e64f791d4ce [2021-01-28T17:27:47.549Z] ---> 711d4f0b6abb [2021-01-28T17:27:47.549Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:27:47.832Z] ---> Running in bf228a6bc419 [2021-01-28T17:27:48.310Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:27:48.310Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:27:48.310Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:27:48.436Z] Removing intermediate container bf228a6bc419 [2021-01-28T17:27:48.436Z] ---> 5f755116fd9d [2021-01-28T17:27:48.436Z] Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:27:48.724Z] ---> Running in 2a2f877fe202 [2021-01-28T17:27:49.323Z] Removing intermediate container 2a2f877fe202 [2021-01-28T17:27:49.323Z] ---> 8bd8dd0d25c1 [2021-01-28T17:27:49.323Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:27:49.596Z] ---> Running in d5e350e1e0b7 [2021-01-28T17:27:49.958Z] Reading package lists... [2021-01-28T17:27:49.958Z] Reading package lists... [2021-01-28T17:27:50.202Z] Removing intermediate container d5e350e1e0b7 [2021-01-28T17:27:50.203Z] ---> 981f092dcd27 [2021-01-28T17:27:50.203Z] [2021-01-28T17:27:50.219Z] Building dependency tree... [2021-01-28T17:27:50.219Z] Reading state information... [2021-01-28T17:27:50.219Z] Calculating upgrade... [2021-01-28T17:27:50.481Z] The following packages will be upgraded: [2021-01-28T17:27:50.481Z] advancecomp base-files bash binutils binutils-common [2021-01-28T17:27:50.481Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T17:27:50.481Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T17:27:50.481Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T17:27:50.481Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T17:27:50.481Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T17:27:50.481Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T17:27:50.481Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T17:27:50.481Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T17:27:50.481Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T17:27:50.481Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T17:27:50.481Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T17:27:50.481Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T17:27:50.481Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T17:27:50.481Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T17:27:50.481Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:27:50.481Z] Need to get 63.8 MB of archives. [2021-01-28T17:27:50.481Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T17:27:50.481Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T17:27:50.742Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T17:27:50.742Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T17:27:50.742Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T17:27:50.742Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T17:27:50.742Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T17:27:50.742Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T17:27:50.742Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T17:27:50.742Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T17:27:50.742Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T17:27:50.742Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T17:27:50.742Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T17:27:50.742Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T17:27:50.742Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T17:27:50.742Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T17:27:50.742Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T17:27:50.742Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T17:27:50.742Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T17:27:50.742Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T17:27:50.742Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T17:27:50.742Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T17:27:50.742Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T17:27:50.742Z] 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-01-28T17:27:50.743Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T17:27:50.811Z] Successfully built 981f092dcd27 [2021-01-28T17:27:50.811Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T17:27:51.035Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T17:27:51.035Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T17:27:51.035Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T17:27:51.035Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T17:27:51.035Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T17:27:51.035Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T17:27:51.035Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T17:27:51.035Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T17:27:51.035Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T17:27:51.035Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T17:27:51.035Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T17:27:51.035Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T17:27:51.035Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T17:27:51.035Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T17:27:51.035Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T17:27:51.035Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T17:27:51.035Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T17:27:51.035Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T17:27:51.035Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T17:27:51.035Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T17:27:51.035Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T17:27:51.035Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T17:27:51.035Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T17:27:51.035Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T17:27:51.035Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-28T17:27:51.035Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T17:27:51.035Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T17:27:51.035Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T17:27:51.035Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T17:27:51.035Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T17:27:51.035Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T17:27:51.035Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T17:27:51.304Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T17:27:51.304Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T17:27:51.567Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T17:27:51.567Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T17:27:51.567Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T17:27:51.567Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T17:27:51.567Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T17:27:51.567Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T17:27:51.567Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T17:27:51.567Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T17:27:51.567Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T17:27:51.567Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T17:27:51.567Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T17:27:51.567Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T17:27:51.567Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T17:27:51.567Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T17:27:51.567Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T17:27:51.567Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T17:27:51.567Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T17:27:51.567Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T17:27:51.567Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T17:27:51.567Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T17:27:51.567Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T17:27:51.567Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T17:27:51.567Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T17:27:51.567Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T17:27:51.829Z] Get:83 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-01-28T17:27:51.829Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T17:27:51.829Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T17:27:51.829Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T17:27:51.829Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T17:27:51.829Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T17:27:51.829Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T17:27:51.829Z] 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-01-28T17:27:51.829Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T17:27:51.829Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T17:27:51.829Z] 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-01-28T17:27:51.829Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T17:27:51.829Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T17:27:51.829Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T17:27:51.829Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T17:27:52.096Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T17:27:52.096Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T17:27:52.096Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:27:52.365Z] Fetched 63.8 MB in 2s (40.9 MB/s) [2021-01-28T17:27:52.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:52.627Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:27:52.627Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:27:53.197Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:27:53.197Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:27:53.458Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T17:27:53.458Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T17:27:54.397Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:54.397Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:54.397Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:54.397Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:54.658Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:54.658Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:54.658Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:54.658Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:54.926Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:54.926Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:54.926Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:55.189Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:55.189Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:55.189Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:55.189Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:27:55.451Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:27:55.451Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:55.451Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T17:27:55.451Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:27:55.711Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:27:55.711Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:55.711Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:55.711Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:55.711Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:55.972Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:27:55.972Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:27:55.972Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:27:56.232Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:27:56.233Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:27:56.255Z]  Building docker-core-metadata-go ... done Removing intermediate container 5bd0a581c298 [2021-01-28T17:27:56.255Z] ---> 4b1133dc59af [2021-01-28T17:27:56.255Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:27:56.255Z] ---> Running in a6d1a9b4c7c8 [2021-01-28T17:27:56.493Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:27:56.778Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T17:27:57.039Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:27:57.039Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T17:27:57.039Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T17:27:57.039Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T17:27:57.306Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T17:27:57.567Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T17:27:57.567Z] Installing new version of config file /etc/issue ... [2021-01-28T17:27:57.567Z] Installing new version of config file /etc/issue.net ... [2021-01-28T17:27:57.567Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T17:27:57.567Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T17:27:57.694Z] 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-01-28T17:27:57.832Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T17:27:57.832Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T17:27:57.832Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T17:27:58.096Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:58.096Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T17:27:58.096Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T17:27:58.358Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T17:27:58.358Z] 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-01-28T17:27:58.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:58.358Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:27:58.358Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T17:27:58.618Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:27:58.618Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:58.618Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T17:27:58.618Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T17:27:58.881Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T17:27:58.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:58.881Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T17:27:58.881Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:27:59.140Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T17:27:59.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:59.400Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:27:59.400Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:27:59.400Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:27:59.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:59.662Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:27:59.662Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:27:59.662Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T17:27:59.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:27:59.923Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T17:27:59.923Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T17:27:59.923Z] Setting up grep (3.1-2build1) ... [2021-01-28T17:28:00.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:00.185Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T17:28:00.185Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T17:28:00.185Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T17:28:00.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:00.185Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:28:00.310Z] Removing intermediate container a6d1a9b4c7c8 [2021-01-28T17:28:00.310Z] ---> 7d5797ebce5e [2021-01-28T17:28:00.310Z] [2021-01-28T17:28:00.310Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:28:00.451Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:28:00.451Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T17:28:00.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:00.451Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:28:00.451Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:28:00.593Z] 20.10.0: Pulling from library/docker [2021-01-28T17:28:01.033Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:28:01.033Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:28:01.293Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:28:01.293Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:28:01.876Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T17:28:01.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:01.876Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T17:28:01.876Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:28:02.824Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T17:28:03.085Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T17:28:03.085Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T17:28:03.085Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T17:28:03.344Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T17:28:03.344Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:03.344Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T17:28:03.344Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T17:28:03.605Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T17:28:03.605Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:03.605Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:03.605Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:03.605Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:03.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:03.870Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:03.870Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:03.870Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:03.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:03.870Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:04.131Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:04.131Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:04.131Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:04.131Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:04.392Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:04.392Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:04.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:04.392Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:28:04.392Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:28:04.653Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:28:04.653Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:28:04.653Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:28:04.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:04.913Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:28:04.913Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:28:04.913Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:28:04.913Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:04.913Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:04.913Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:05.175Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:05.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:05.175Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:05.175Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:05.175Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:05.435Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:05.435Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:05.435Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:05.696Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:05.957Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T17:28:06.529Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T17:28:06.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:06.529Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:28:06.529Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:28:06.793Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:28:06.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:28:06.793Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T17:28:07.056Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:28:07.056Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T17:28:07.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:07.056Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T17:28:07.056Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T17:28:07.318Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T17:28:07.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:07.581Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T17:28:07.581Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T17:28:07.581Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T17:28:07.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:07.844Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T17:28:07.844Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T17:28:07.844Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T17:28:08.105Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:08.105Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:28:08.105Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:28:08.105Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:28:08.377Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:08.377Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:28:08.377Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:28:08.639Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:28:08.639Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:08.639Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:28:08.899Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:28:08.899Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:28:09.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:09.167Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:28:09.167Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:28:09.427Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:28:09.427Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:28:09.427Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:28:09.427Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:28:09.688Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:28:09.688Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:09.688Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T17:28:09.688Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T17:28:09.994Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T17:28:09.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:09.995Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T17:28:09.995Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:28:10.258Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:28:10.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:10.518Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:28:10.518Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:28:10.518Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:28:10.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:10.518Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T17:28:10.752Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:28:10.752Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:28:10.752Z] ---> eeaf43b92773 [2021-01-28T17:28:10.752Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:28:10.752Z] ---> Running in 024e0517d44c [2021-01-28T17:28:10.752Z] Removing intermediate container ec296b9125a6 [2021-01-28T17:28:10.752Z] ---> e59ac35cf1a2 [2021-01-28T17:28:10.752Z] [2021-01-28T17:28:10.752Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:28:10.752Z] ---> afeebe901d6b [2021-01-28T17:28:10.752Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:28:10.752Z] ---> Running in a83ec3be689f [2021-01-28T17:28:10.778Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T17:28:10.778Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T17:28:11.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:11.103Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T17:28:11.103Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T17:28:11.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:28:11.351Z] Removing intermediate container a83ec3be689f [2021-01-28T17:28:11.351Z] ---> e1f79a638935 [2021-01-28T17:28:11.351Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:28:11.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:28:11.351Z] ---> Running in 4a82c3e17afa [2021-01-28T17:28:11.364Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T17:28:11.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:11.625Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:28:11.625Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:28:11.625Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T17:28:11.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:11.895Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T17:28:11.895Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T17:28:11.895Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T17:28:11.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:11.895Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T17:28:11.955Z] Removing intermediate container 4a82c3e17afa [2021-01-28T17:28:11.955Z] ---> f10bddb4f41b [2021-01-28T17:28:11.955Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:28:11.955Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:28:11.955Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:28:11.955Z] ---> Running in 7aea2e873ffc [2021-01-28T17:28:11.955Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:28:11.955Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:28:11.955Z] OK: 12 MiB in 22 packages [2021-01-28T17:28:12.159Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T17:28:12.160Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T17:28:12.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:12.160Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T17:28:12.160Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T17:28:12.419Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T17:28:12.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:12.419Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T17:28:12.419Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T17:28:12.554Z] Removing intermediate container 7aea2e873ffc [2021-01-28T17:28:12.554Z] ---> a9221f81e2e7 [2021-01-28T17:28:12.554Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:28:12.679Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T17:28:12.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:12.679Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T17:28:12.679Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T17:28:12.829Z] ---> Running in 2ca9233275db [2021-01-28T17:28:13.110Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T17:28:13.110Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:28:13.110Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T17:28:13.110Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T17:28:13.372Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T17:28:13.425Z] Removing intermediate container 024e0517d44c [2021-01-28T17:28:13.425Z] ---> 507ae0b6350e [2021-01-28T17:28:13.425Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:28:13.632Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T17:28:13.632Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T17:28:13.632Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T17:28:13.632Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T17:28:13.632Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T17:28:13.695Z] ---> Running in 5bc2649279db [2021-01-28T17:28:13.898Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T17:28:13.898Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T17:28:14.162Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T17:28:14.162Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T17:28:14.162Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T17:28:14.162Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T17:28:14.291Z] Removing intermediate container 5bc2649279db [2021-01-28T17:28:14.291Z] ---> ccf03ecfad6b [2021-01-28T17:28:14.291Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:28:14.291Z] ---> Running in 71b4ecdf654b [2021-01-28T17:28:14.425Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T17:28:14.425Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T17:28:14.425Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T17:28:14.425Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T17:28:14.686Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T17:28:14.686Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T17:28:14.686Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T17:28:14.686Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T17:28:14.892Z] Removing intermediate container 71b4ecdf654b [2021-01-28T17:28:14.892Z] ---> 5748daf93fa0 [2021-01-28T17:28:14.892Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:28:14.892Z] ---> Running in 1754baf0bc23 [2021-01-28T17:28:14.949Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T17:28:14.949Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T17:28:14.949Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T17:28:14.949Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T17:28:15.162Z] Removing intermediate container 2ca9233275db [2021-01-28T17:28:15.162Z] ---> 8bc0a48b35ca [2021-01-28T17:28:15.162Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:28:15.162Z] ---> Running in 80736ddc245b [2021-01-28T17:28:15.211Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T17:28:15.211Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T17:28:15.433Z] Removing intermediate container 1754baf0bc23 [2021-01-28T17:28:15.434Z] ---> 25ff3405c2e0 [2021-01-28T17:28:15.434Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:28:16.226Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T17:28:16.226Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T17:28:16.226Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T17:28:16.226Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T17:28:16.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:28:16.515Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:28:16.515Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:28:16.678Z] ---> 5b63a2be5bdb [2021-01-28T17:28:16.678Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:28:16.806Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:28:16.807Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:28:16.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:28:17.102Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:28:17.102Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:28:17.102Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:28:17.102Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:28:17.225Z] ---> 44367b43eaa9 [2021-01-28T17:28:17.225Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:28:17.380Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:17.380Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:17.380Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:17.380Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:17.645Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:17.645Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:17.819Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:28:17.819Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:28:17.977Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:17.977Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:18.090Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:28:18.090Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:28:18.090Z] ---> a329c5c71f7c [2021-01-28T17:28:18.090Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:28:18.361Z] ---> Running in 49754461d3ad [2021-01-28T17:28:18.361Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:28:18.632Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:28:18.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:28:18.632Z] OK: 8 MiB in 20 packages [2021-01-28T17:28:18.943Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:18.943Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:19.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:28:19.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:28:19.886Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:19.886Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:19.894Z] Removing intermediate container 80736ddc245b [2021-01-28T17:28:19.894Z] ---> 7f6263b95810 [2021-01-28T17:28:19.894Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:28:20.166Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:28:20.166Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:28:20.468Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:20.468Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:20.469Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:28:20.469Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:28:20.469Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:28:20.469Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:28:20.469Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:28:21.044Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:21.044Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:21.447Z] ---> 0e3d69cec6b8 [2021-01-28T17:28:21.447Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:28:21.984Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:28:21.984Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:28:21.984Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:28:21.984Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:28:21.984Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T17:28:21.984Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:28:22.244Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T17:28:22.244Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:28:22.434Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:28:22.434Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:28:22.434Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:28:22.434Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:28:22.434Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:28:22.434Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:28:22.434Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:28:22.434Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:28:22.509Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T17:28:22.509Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T17:28:22.509Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:28:22.509Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:28:22.710Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:28:22.710Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:28:22.710Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:28:22.710Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:28:22.710Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:28:22.710Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:28:22.770Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:28:22.770Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:28:22.770Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T17:28:22.983Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:28:22.983Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:28:22.983Z] ---> 72f4e246b74d [2021-01-28T17:28:22.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:28:22.983Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:28:22.983Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:28:22.983Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:28:22.983Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:28:22.983Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:28:22.983Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:28:22.983Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:28:22.983Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:28:23.032Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T17:28:23.032Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:23.032Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:28:23.032Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:23.032Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:23.032Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:23.259Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:28:23.259Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:28:23.259Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:28:23.259Z] OK: 71 MiB in 55 packages [2021-01-28T17:28:23.292Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T17:28:23.292Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T17:28:23.292Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T17:28:23.292Z] [2021-01-28T17:28:23.292Z] Current default time zone: 'Etc/UTC' [2021-01-28T17:28:23.292Z] Local time is now: Thu Jan 28 17:28:23 UTC 2021. [2021-01-28T17:28:23.292Z] Universal Time is now: Thu Jan 28 17:28:23 UTC 2021. [2021-01-28T17:28:23.292Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T17:28:23.292Z] [2021-01-28T17:28:23.292Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T17:28:23.556Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:23.556Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T17:28:23.556Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:28:23.556Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T17:28:23.816Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T17:28:23.816Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T17:28:23.816Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T17:28:23.816Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T17:28:23.816Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T17:28:23.816Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:23.858Z] ---> bb428dc1806e [2021-01-28T17:28:23.858Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:28:24.076Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T17:28:24.076Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:24.137Z] ---> Running in 4b6f780d0126 [2021-01-28T17:28:24.336Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:28:24.336Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:24.336Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T17:28:24.336Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T17:28:24.336Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T17:28:24.336Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T17:28:24.336Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T17:28:24.336Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T17:28:24.336Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:28:24.416Z] Removing intermediate container 4b6f780d0126 [2021-01-28T17:28:24.416Z] ---> fa61471c9fd4 [2021-01-28T17:28:24.416Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:28:24.595Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T17:28:24.692Z] ---> Running in 1695b49a66b5 [2021-01-28T17:28:25.284Z] Removing intermediate container 1695b49a66b5 [2021-01-28T17:28:25.284Z] ---> e02f507cc4d2 [2021-01-28T17:28:25.284Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:28:25.556Z] ---> Running in 6ed8104f9651 [2021-01-28T17:28:25.976Z] Updating certificates in /etc/ssl/certs... [2021-01-28T17:28:26.150Z] Removing intermediate container 6ed8104f9651 [2021-01-28T17:28:26.150Z] ---> ae69c4e17079 [2021-01-28T17:28:26.150Z] Step 22/23 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:28:26.150Z] ---> Running in 6408d05c6ec3 [2021-01-28T17:28:26.546Z] 22 added, 17 removed; done. [2021-01-28T17:28:26.747Z] Removing intermediate container 6408d05c6ec3 [2021-01-28T17:28:26.747Z] ---> 36803aab1c9a [2021-01-28T17:28:26.747Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:28:26.805Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T17:28:26.805Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:28:26.805Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T17:28:26.805Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T17:28:26.805Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T17:28:26.805Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:26.805Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:28:26.805Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:26.805Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:27.021Z] ---> Running in a53ed723e43e [2021-01-28T17:28:27.069Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:27.069Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:27.069Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:27.069Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T17:28:27.069Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:28:27.069Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:28:27.069Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T17:28:27.069Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:28:27.329Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:27.329Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:28:27.329Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:28:27.329Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T17:28:27.329Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:28:27.329Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:28:27.589Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T17:28:27.589Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T17:28:27.589Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T17:28:27.589Z] Updating certificates in /etc/ssl/certs... [2021-01-28T17:28:27.618Z] Removing intermediate container a53ed723e43e [2021-01-28T17:28:27.618Z] ---> 29c47435155e [2021-01-28T17:28:27.618Z] [2021-01-28T17:28:27.890Z] Successfully built 29c47435155e [2021-01-28T17:28:27.890Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T17:28:28.162Z] 0 added, 0 removed; done. [2021-01-28T17:28:28.162Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T17:28:28.162Z] done. [2021-01-28T17:28:28.731Z] Reading package lists... [2021-01-28T17:28:28.991Z] Building dependency tree... [2021-01-28T17:28:28.991Z] Reading state information... [2021-01-28T17:28:28.991Z] The following NEW packages will be installed: [2021-01-28T17:28:28.991Z] apt-transport-https [2021-01-28T17:28:29.251Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:28:29.251Z] Need to get 1696 B of archives. [2021-01-28T17:28:29.251Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T17:28:29.251Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T17:28:29.326Z]  Building docker-core-data-go ... done Removing intermediate container 49754461d3ad [2021-01-28T17:28:29.326Z] ---> 6a05d1f27265 [2021-01-28T17:28:29.326Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:28:29.326Z] ---> Running in 063d18a69b1f [2021-01-28T17:28:29.511Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:28:29.511Z] Fetched 1696 B in 0s (8538 B/s) [2021-01-28T17:28:29.511Z] Selecting previously unselected package apt-transport-https. [2021-01-28T17:28:29.511Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T17:28:29.511Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T17:28:29.511Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T17:28:29.511Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T17:28:29.770Z] Waiting for network to be ready... [2021-01-28T17:28:34.798Z] Collecting docker-compose==1.23.2 [2021-01-28T17:28:34.798Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:28:34.798Z] 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-01-28T17:28:35.388Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:28:35.388Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:28:36.368Z] 2021-01-28T17:28:33Z INFO Waiting for automatic snapd restart... [2021-01-28T17:28:38.285Z] snapd 2.48.2 from Canonical* installed [2021-01-28T17:28:38.758Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:28:38.758Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:28:39.670Z] "snapd" switched to the "latest/stable" channel [2021-01-28T17:28:39.670Z] [2021-01-28T17:28:40.718Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:28:40.718Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:28:41.307Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:28:41.578Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:28:42.166Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:28:42.167Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:28:42.755Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:28:42.755Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:28:43.887Z] core18 20201210 from Canonical* installed [2021-01-28T17:28:44.465Z] "core18" switched to the "latest/stable" channel [2021-01-28T17:28:44.465Z] [2021-01-28T17:28:44.712Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:28:44.712Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:28:44.982Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:28:44.982Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:28:45.251Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:28:45.251Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:28:47.857Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:28:47.857Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:28:47.857Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:28:48.126Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:28:48.126Z] 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-01-28T17:28:48.126Z] 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-01-28T17:28:48.126Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:28:48.395Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:28:48.395Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:28:48.395Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:28:48.395Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:28:48.395Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:28:48.669Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T17:28:48.932Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T17:28:48.932Z] [2021-01-28T17:28:49.366Z] Installing collected packages: PyYAML, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, jsonschema, cached-property, docopt, docker-compose [2021-01-28T17:28:49.366Z] Running setup.py install for PyYAML: started [2021-01-28T17:28:51.325Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:28:51.325Z] Running setup.py install for dockerpty: started [2021-01-28T17:28:52.246Z] 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-01-28T17:28:52.246Z] - README.md [2021-01-28T17:28:52.246Z] - snapcraft.yaml.orig [2021-01-28T17:28:52.246Z] [2021-01-28T17:28:52.246Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T17:28:53.281Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:28:53.281Z] Attempting uninstall: urllib3 [2021-01-28T17:28:53.281Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:28:53.281Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:28:53.553Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:28:54.143Z] Attempting uninstall: idna [2021-01-28T17:28:54.143Z] Found existing installation: idna 2.9 [2021-01-28T17:28:54.143Z] Uninstalling idna-2.9: [2021-01-28T17:28:54.143Z] Successfully uninstalled idna-2.9 [2021-01-28T17:28:54.734Z] Attempting uninstall: requests [2021-01-28T17:28:54.734Z] Found existing installation: requests 2.23.0 [2021-01-28T17:28:54.734Z] Uninstalling requests-2.23.0: [2021-01-28T17:28:54.734Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:28:56.154Z] Running setup.py install for texttable: started [2021-01-28T17:28:57.576Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:28:57.845Z] Running setup.py install for docopt: started [2021-01-28T17:28:58.833Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:28:58.834Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:28:58.834Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:28:59.098Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:28:59.813Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:29:00.482Z] Reading package lists... [2021-01-28T17:29:00.813Z] 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.57.0 [2021-01-28T17:29:01.063Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-01-28T17:29:05.141Z] Removing intermediate container 063d18a69b1f [2021-01-28T17:29:05.141Z] ---> 09c313a90b40 [2021-01-28T17:29:05.141Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:29:05.141Z] ---> Running in d76c76359e23 [2021-01-28T17:29:06.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:29:06.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:29:06.708Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:29:06.708Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:29:06.708Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:29:06.708Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:29:06.708Z] OK: 71 MiB in 58 packages [2021-01-28T17:29:07.676Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:29:07.676Z] Reading package lists... [2021-01-28T17:29:07.676Z] Building dependency tree... [2021-01-28T17:29:07.676Z] Reading state information... [2021-01-28T17:29:07.676Z] Suggested packages: [2021-01-28T17:29:07.676Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T17:29:07.676Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T17:29:07.676Z] Recommended packages: [2021-01-28T17:29:07.676Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T17:29:07.676Z] The following NEW packages will be installed: [2021-01-28T17:29:07.676Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T17:29:07.676Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T17:29:07.676Z] pkg-config zip [2021-01-28T17:29:07.676Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:29:07.676Z] Need to get 7655 kB of archives. [2021-01-28T17:29:07.676Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T17:29:07.676Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T17:29:07.676Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T17:29:07.937Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T17:29:08.135Z] Removing intermediate container d76c76359e23 [2021-01-28T17:29:08.135Z] ---> 5388712b6e7d [2021-01-28T17:29:08.135Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:29:08.201Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T17:29:08.201Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T17:29:08.201Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T17:29:08.201Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T17:29:08.201Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T17:29:08.201Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T17:29:08.201Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T17:29:08.407Z] ---> Running in 1a800d07043d [2021-01-28T17:29:08.460Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T17:29:08.461Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T17:29:08.461Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T17:29:08.461Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T17:29:08.461Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T17:29:08.679Z] Removing intermediate container 1a800d07043d [2021-01-28T17:29:08.679Z] ---> 5b386283f713 [2021-01-28T17:29:08.679Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:29:08.721Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:29:08.722Z] Fetched 7655 kB in 1s (7495 kB/s) [2021-01-28T17:29:08.722Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T17:29:08.722Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T17:29:08.722Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T17:29:08.722Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T17:29:08.956Z] ---> Running in 7321aa5ac092 [2021-01-28T17:29:08.984Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T17:29:08.984Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T17:29:08.984Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T17:29:08.984Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T17:29:08.984Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T17:29:09.244Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T17:29:09.244Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T17:29:09.244Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T17:29:09.244Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T17:29:09.244Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T17:29:09.244Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T17:29:09.244Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T17:29:09.244Z] Selecting previously unselected package liberror-perl. [2021-01-28T17:29:09.244Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T17:29:09.244Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T17:29:09.505Z] Selecting previously unselected package git-man. [2021-01-28T17:29:09.505Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T17:29:09.505Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:29:09.505Z] Selecting previously unselected package git. [2021-01-28T17:29:09.505Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T17:29:09.505Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:29:09.548Z] Removing intermediate container 7321aa5ac092 [2021-01-28T17:29:09.548Z] ---> 93c6d7235703 [2021-01-28T17:29:09.548Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T17:29:09.820Z] ---> Running in ece1f7ffc58d [2021-01-28T17:29:10.412Z] Removing intermediate container ece1f7ffc58d [2021-01-28T17:29:10.412Z] ---> 488e4c93bf30 [2021-01-28T17:29:10.412Z] Step 25/26 : LABEL git_sha=98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-28T17:29:10.454Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T17:29:10.454Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T17:29:10.454Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T17:29:10.454Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T17:29:10.454Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T17:29:10.454Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T17:29:10.690Z] ---> Running in 8be42cbc4ac1 [2021-01-28T17:29:10.719Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T17:29:10.720Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T17:29:10.720Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T17:29:10.720Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T17:29:10.720Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T17:29:10.720Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:29:10.720Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T17:29:10.720Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T17:29:10.984Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:29:10.984Z] Selecting previously unselected package pkg-config. [2021-01-28T17:29:10.984Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T17:29:10.984Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T17:29:11.247Z] Selecting previously unselected package zip. [2021-01-28T17:29:11.247Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T17:29:11.247Z] Unpacking zip (3.0-11build1) ... [2021-01-28T17:29:11.247Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T17:29:11.247Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:29:11.247Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T17:29:11.247Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T17:29:11.247Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T17:29:11.247Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T17:29:11.247Z] No schema files found: doing nothing. [2021-01-28T17:29:11.247Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T17:29:11.247Z] Setting up zip (3.0-11build1) ... [2021-01-28T17:29:11.287Z] Removing intermediate container 8be42cbc4ac1 [2021-01-28T17:29:11.287Z] ---> e2b94f6ff1a1 [2021-01-28T17:29:11.287Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T17:29:11.287Z] ---> Running in 95db6271cdaa [2021-01-28T17:29:11.509Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T17:29:11.509Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T17:29:11.510Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T17:29:11.510Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:29:11.510Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T17:29:11.510Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:29:11.510Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:29:11.510Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:29:11.885Z] Removing intermediate container 95db6271cdaa [2021-01-28T17:29:11.885Z] ---> 38478020eab9 [2021-01-28T17:29:11.885Z] [2021-01-28T17:29:12.479Z] Successfully built 38478020eab9 [2021-01-28T17:29:12.479Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T17:29:12.764Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T17:29:12.786Z] $ docker stop --time=1 73b7135d78868001cb85ea277a581f24b7c0d57919fa7ef2105bb357f88880e4 [2021-01-28T17:29:14.801Z] $ docker rm -f 73b7135d78868001cb85ea277a581f24b7c0d57919fa7ef2105bb357f88880e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:29:15.546Z] + + dockergrep images docker [2021-01-28T17:29:15.546Z] [2021-01-28T17:29:15.817Z] docker-sys-mgmt-agent-go-arm64 latest 38478020eab9 4 seconds ago 300MB [2021-01-28T17:29:15.817Z] docker-core-data-go-arm64 latest 29c47435155e 48 seconds ago 21MB [2021-01-28T17:29:15.817Z] docker-core-metadata-go-arm64 latest 981f092dcd27 About a minute ago 17.7MB [2021-01-28T17:29:15.817Z] docker-security-proxy-setup-go-arm64 latest 4358d38ad9d0 About a minute ago 23.2MB [2021-01-28T17:29:15.817Z] docker-security-bootstrapper-go-arm64 latest 44cf3740db11 2 minutes ago 31.9MB [2021-01-28T17:29:15.817Z] docker-security-secretstore-setup-go-arm64 latest 6737b43298d0 4 minutes ago 23.4MB [2021-01-28T17:29:15.817Z] docker-core-command-go-arm64 latest 8972bfd8fab4 4 minutes ago 16MB [2021-01-28T17:29:15.817Z] docker-support-notifications-go-arm64 latest ad18202663dc 4 minutes ago 16MB [2021-01-28T17:29:15.817Z] docker-support-scheduler-go-arm64 latest 52ac9f184878 4 minutes ago 15.5MB [2021-01-28T17:29:15.817Z] docker 20.10.0 eeaf43b92773 6 weeks 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T17:29:18.098Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:29:18.360Z] git set to automatically installed. [2021-01-28T17:29:18.360Z] git-man set to automatically installed. [2021-01-28T17:29:18.360Z] libcurl3-gnutls set to automatically installed. [2021-01-28T17:29:18.360Z] liberror-perl set to automatically installed. [2021-01-28T17:29:18.360Z] libglib2.0-0 set to automatically installed. [2021-01-28T17:29:18.360Z] libnghttp2-14 set to automatically installed. [2021-01-28T17:29:18.360Z] libnorm1 set to automatically installed. [2021-01-28T17:29:18.360Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T17:29:18.360Z] libpsl5 set to automatically installed. [2021-01-28T17:29:18.360Z] librtmp1 set to automatically installed. [2021-01-28T17:29:18.360Z] libsodium23 set to automatically installed. [2021-01-28T17:29:18.360Z] libzmq3-dev set to automatically installed. [2021-01-28T17:29:18.360Z] libzmq5 set to automatically installed. [2021-01-28T17:29:18.360Z] pkg-config set to automatically installed. [2021-01-28T17:29:18.360Z] zip set to automatically installed. [2021-01-28T17:29:20.271Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T17:29:27.035Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:29:27.035Z] snap "core18" has no updates available [2021-01-28T17:29:27.606Z] Pulling config-common [2021-01-28T17:29:28.549Z] Pulling go-build-helper [2021-01-28T17:29:50.534Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T17:29:50.534Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T17:29:50.534Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T17:29:50.534Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T17:29:50.534Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T17:29:50.534Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T17:29:50.534Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T17:29:50.534Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T17:29:50.534Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T17:29:50.534Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T17:29:50.534Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T17:29:50.534Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T17:29:50.534Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T17:29:50.534Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T17:29:50.534Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T17:29:50.534Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T17:29:50.534Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T17:29:50.534Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T17:29:50.534Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T17:29:50.534Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T17:29:50.534Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T17:29:50.534Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T17:29:50.534Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T17:29:50.534Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T17:29:50.534Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T17:29:50.534Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-28T17:29:50.534Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T17:29:50.534Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T17:29:50.534Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T17:29:50.534Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T17:29:50.534Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T17:29:50.534Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T17:29:50.534Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T17:29:50.534Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T17:29:50.534Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T17:29:50.534Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T17:29:50.534Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T17:29:50.534Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T17:29:50.534Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T17:29:50.534Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T17:29:50.534Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T17:29:50.534Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T17:29:50.534Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T17:29:50.534Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T17:29:50.534Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T17:29:50.534Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T17:29:50.534Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T17:29:50.534Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T17:29:50.534Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T17:29:50.534Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T17:29:50.534Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T17:29:50.534Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T17:29:50.534Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T17:29:50.534Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T17:29:50.534Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T17:29:50.534Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T17:29:50.534Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T17:29:50.534Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T17:29:50.534Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T17:29:50.534Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T17:29:50.534Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T17:29:50.534Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T17:29:50.534Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T17:29:50.534Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T17:29:53.867Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T17:29:53.867Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T17:29:53.867Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T17:29:53.867Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T17:29:53.867Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T17:29:53.867Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T17:29:53.867Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T17:29:53.867Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T17:29:53.867Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T17:29:53.867Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T17:29:53.867Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T17:29:53.867Z] Pulling static-packages [2021-01-28T17:29:54.809Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T17:29:54.809Z] Skipping pull go-build-helper (already ran) [2021-01-28T17:29:54.809Z] Skipping pull static-packages (already ran) [2021-01-28T17:29:54.809Z] Building go-build-helper [2021-01-28T17:29:59.020Z] Building static-packages [2021-01-28T17:30:01.574Z] Staging go-build-helper [2021-01-28T17:30:02.163Z] Staging static-packages [2021-01-28T17:30:03.556Z] Pulling go115 [2021-01-28T17:30:04.498Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T17:30:04.498Z] Skipping pull go115 (already ran) [2021-01-28T17:30:04.498Z] Building go115 [2021-01-28T17:30:04.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:30:04.498Z] Dload Upload Total Spent Left Speed [2021-01-28T17:30:08.539Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.2M 0 0 25.1M 0 0:00:04 0:00:01 0:00:03 25.0M 50 115M 50 58.2M 0 0 27.9M 0 0:00:04 0:00:02 0:00:02 27.9M 73 115M 73 85.4M 0 0 27.7M 0 0:00:04 0:00:03 0:00:01 27.7M 97 115M 97 112M 0 0 27.5M 0 0:00:04 0:00:04 --:--:-- 27.5M 100 115M 100 115M 0 0 27.7M 0 0:00:04 0:00:04 --:--:-- 28.3M [2021-01-28T17:30:09.482Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T17:30:14.788Z] Staging go115 [2021-01-28T17:30:21.398Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:30:21.398Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:30:21.398Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:30:21.398Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T17:30:21.398Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T17:30:21.398Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T17:30:21.398Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T17:30:21.398Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T17:30:21.398Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T17:30:21.398Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T17:30:21.398Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T17:30:21.398Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T17:30:21.398Z] Pulling edgex-go [2021-01-28T17:30:21.975Z] Pulling version [2021-01-28T17:30:22.927Z] Building config-common [2021-01-28T17:30:25.483Z] Skipping build go-build-helper (already ran) [2021-01-28T17:30:25.483Z] Skipping build static-packages (already ran) [2021-01-28T17:30:25.483Z] Skipping build go115 (already ran) [2021-01-28T17:30:25.744Z] Building edgex-go [2021-01-28T17:30:26.005Z] 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-01-28T17:30:27.392Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T17:30:27.392Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T17:30:27.392Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T17:30:27.392Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.11 [2021-01-28T17:30:27.392Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T17:30:27.392Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T17:30:27.392Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T17:30:27.392Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T17:30:27.392Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T17:30:27.392Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T17:30:27.392Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T17:30:27.392Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T17:30:27.658Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T17:30:27.658Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T17:30:27.658Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T17:30:27.658Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T17:30:27.658Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T17:30:27.658Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T17:30:27.658Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T17:30:27.658Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T17:30:27.658Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T17:30:27.658Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T17:30:27.658Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T17:30:27.658Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T17:30:27.937Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T17:30:27.937Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T17:30:27.937Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T17:30:28.198Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T17:30:28.459Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T17:30:29.032Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T17:30:37.202Z] 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-01-28T17:30:42.509Z] 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-01-28T17:30:43.081Z] 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-01-28T17:30:44.022Z] 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-01-28T17:30:44.592Z] 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-01-28T17:30:44.592Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-28T17:30:44.853Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T17:30:44.853Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T17:30:44.853Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T17:30:46.763Z] 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-01-28T17:30:46.763Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T17:30:46.764Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T17:30:48.150Z] 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-01-28T17:30:48.726Z] 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-01-28T17:30:48.726Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T17:30:50.146Z] 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-01-28T17:30:51.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:30:52.078Z] 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-01-28T17:30:52.078Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T17:30:53.069Z] 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-01-28T17:30:53.069Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T17:30:56.400Z] Building version [2021-01-28T17:30:58.972Z] Staging config-common [2021-01-28T17:30:59.940Z] Skipping stage go-build-helper (already ran) [2021-01-28T17:30:59.940Z] Skipping stage static-packages (already ran) [2021-01-28T17:30:59.940Z] Skipping stage go115 (already ran) [2021-01-28T17:30:59.940Z] Staging edgex-go [2021-01-28T17:31:00.890Z] Staging version [2021-01-28T17:31:02.279Z] Priming config-common [2021-01-28T17:31:03.229Z] Priming go-build-helper [2021-01-28T17:31:04.171Z] Priming static-packages [2021-01-28T17:31:06.807Z] Priming go115 [2021-01-28T17:31:07.425Z] Priming edgex-go [2021-01-28T17:31:08.873Z] Priming version [2021-01-28T17:31:09.820Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T17:31:13.723Z] provisioning config files... [2021-01-28T17:31:13.736Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3305575268102594801tmp [Pipeline] { [Pipeline] sh [2021-01-28T17:31:14.209Z] + set +x [2021-01-28T17:31:14.209Z] + curl -s https://codecov.io/bash [2021-01-28T17:31:14.209Z] + bash -s -- [2021-01-28T17:31:14.792Z] [2021-01-28T17:31:14.792Z] _____ _ [2021-01-28T17:31:14.792Z] / ____| | | [2021-01-28T17:31:14.792Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T17:31:14.792Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T17:31:14.792Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T17:31:14.792Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T17:31:14.792Z] Bash-20210128-d4071a2 [2021-01-28T17:31:14.792Z] [2021-01-28T17:31:14.792Z] [2021-01-28T17:31:14.792Z] ==> git version 2.24.3 found [2021-01-28T17:31:14.792Z] ==> 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-01-28T17:31:14.792Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T17:31:14.792Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T17:31:14.792Z] ==> Jenkins CI detected. [2021-01-28T17:31:14.792Z] project root: . [2021-01-28T17:31:14.792Z] --> token set from env [2021-01-28T17:31:14.792Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T17:31:14.792Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T17:31:15.060Z] ==> Python coveragepy not found [2021-01-28T17:31:15.060Z] ==> Searching for coverage reports in: [2021-01-28T17:31:15.060Z] + . [2021-01-28T17:31:15.060Z] -> Found 1 reports [2021-01-28T17:31:15.060Z] ==> Detecting git/mercurial file structure [2021-01-28T17:31:15.060Z] ==> Reading reports [2021-01-28T17:31:15.060Z] + ./coverage.out bytes=565356 [2021-01-28T17:31:15.060Z] ==> Appending adjustments [2021-01-28T17:31:15.060Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T17:31:20.441Z] + Found adjustments [2021-01-28T17:31:20.441Z] ==> Gzipping contents [2021-01-28T17:31:20.441Z] 84K /tmp/codecov.LVoRij.gz [2021-01-28T17:31:20.441Z] ==> Uploading reports [2021-01-28T17:31:20.441Z] url: https://codecov.io [2021-01-28T17:31:20.441Z] query: branch=PR-3096&commit=98e4d4fcdbb72838d9acd39d3b8eca47230b3748&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3096%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3096&job=&cmd_args= [2021-01-28T17:31:20.441Z] -> Pinging Codecov [2021-01-28T17:31:20.441Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3096&commit=98e4d4fcdbb72838d9acd39d3b8eca47230b3748&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3096%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3096&job=&cmd_args= [2021-01-28T17:31:20.441Z] -> Uploading to [2021-01-28T17:31:20.441Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/98e4d4fcdbb72838d9acd39d3b8eca47230b3748/27b8bdeb-4a81-49cc-8309-136748463b23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T173120Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3925c5551b099e7bea39c67f549d67a97f43ad78ca0eb6e9ec15819f274e54ec [2021-01-28T17:31:20.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:31:20.714Z] Dload Upload Total Spent Left Speed [2021-01-28T17:31:21.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85651 0 0 100 85651 0 149k --:--:-- --:--:-- --:--:-- 149k 100 85651 0 0 100 85651 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-28T17:31:21.306Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [Pipeline] } [2021-01-28T17:31:21.358Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-28T17:31:24.167Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:31:25.138Z] ---> package-listing.sh [2021-01-28T17:31:25.138Z] ++ facter osfamily [2021-01-28T17:31:25.138Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T17:31:25.406Z] + OS_FAMILY=redhat [2021-01-28T17:31:25.406Z] + workspace=/w/workspace/edgex-go/1 [2021-01-28T17:31:25.406Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T17:31:25.406Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T17:31:25.406Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T17:31:25.406Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T17:31:25.406Z] + '[' /w/workspace/edgex-go/1 ']' [2021-01-28T17:31:25.406Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T17:31:25.406Z] + case "${OS_FAMILY}" in [2021-01-28T17:31:25.406Z] + rpm -qa [2021-01-28T17:31:25.406Z] + sort [2021-01-28T17:31:30.787Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T17:31:30.787Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T17:31:30.787Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T17:31:30.787Z] + '[' /w/workspace/edgex-go/1 ']' [2021-01-28T17:31:30.787Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-01-28T17:31:30.787Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-01-28T17:31:30.845Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T17:31:31.280Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:31:31.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:31:31.903Z] [2021-01-28T17:31:31.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:31:32.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:31:32.681Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T17:31:32.681Z] df20fa9351a1: Pulling fs layer [2021-01-28T17:31:32.681Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T17:31:32.681Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T17:31:32.681Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T17:31:32.681Z] 93b61091891f: Pulling fs layer [2021-01-28T17:31:32.681Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T17:31:32.681Z] 5e14af77c1be: Pulling fs layer [2021-01-28T17:31:32.681Z] 01666e4c0597: Pulling fs layer [2021-01-28T17:31:32.681Z] aa168da1d23b: Pulling fs layer [2021-01-28T17:31:32.681Z] 93b9cdb0e59b: Waiting [2021-01-28T17:31:32.681Z] 5e14af77c1be: Waiting [2021-01-28T17:31:32.681Z] 46f8f816bc3b: Waiting [2021-01-28T17:31:32.681Z] 01666e4c0597: Waiting [2021-01-28T17:31:32.681Z] 93b61091891f: Waiting [2021-01-28T17:31:32.681Z] aa168da1d23b: Waiting [2021-01-28T17:31:32.681Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T17:31:32.681Z] 36b3adc4ff6f: Download complete [2021-01-28T17:31:32.681Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T17:31:32.681Z] 46f8f816bc3b: Download complete [2021-01-28T17:31:32.681Z] df20fa9351a1: Download complete [2021-01-28T17:31:32.681Z] 93b9cdb0e59b: Download complete [2021-01-28T17:31:32.965Z] 5e14af77c1be: Verifying Checksum [2021-01-28T17:31:32.965Z] 5e14af77c1be: Download complete [2021-01-28T17:31:32.965Z] 01666e4c0597: Verifying Checksum [2021-01-28T17:31:32.965Z] 01666e4c0597: Download complete [2021-01-28T17:31:32.965Z] 93b61091891f: Verifying Checksum [2021-01-28T17:31:32.965Z] 93b61091891f: Download complete [2021-01-28T17:31:33.596Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T17:31:33.596Z] 8ad3a11d3b57: Download complete [2021-01-28T17:31:33.596Z] df20fa9351a1: Pull complete [2021-01-28T17:31:33.867Z] 36b3adc4ff6f: Pull complete [2021-01-28T17:31:35.380Z] 8ad3a11d3b57: Pull complete [2021-01-28T17:31:35.647Z] 46f8f816bc3b: Pull complete [2021-01-28T17:31:36.706Z] 93b61091891f: Pull complete [2021-01-28T17:31:36.706Z] 93b9cdb0e59b: Pull complete [2021-01-28T17:31:36.994Z] 5e14af77c1be: Pull complete [2021-01-28T17:31:37.611Z] aa168da1d23b: Verifying Checksum [2021-01-28T17:31:37.611Z] aa168da1d23b: Download complete [2021-01-28T17:31:39.558Z] 01666e4c0597: Pull complete [2021-01-28T17:31:54.910Z] aa168da1d23b: Pull complete [2021-01-28T17:31:54.910Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T17:31:54.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:31:54.910Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T17:31:55.222Z] prd-centos7-docker-4c-2g-23788 does not seem to be running inside a container [2021-01-28T17:31:55.307Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T17:31:59.537Z] $ docker top af95d971b33698af8c4e33f58b1779566faffe59943d0a78e2ec7548a1aa7c4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:32:00.325Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T17:32:00.723Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T17:32:01.075Z] + ls /var/log/sa-host [2021-01-28T17:32:01.075Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T17:32:01.075Z] file_magic: OK [2021-01-28T17:32:01.075Z] HZ: Using current value: 100 [2021-01-28T17:32:01.075Z] file_header: OK [2021-01-28T17:32:01.075Z] 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-01-28T17:32:01.075Z] Statistics: [2021-01-28T17:32:01.075Z] Hnuu...uuuununununu... [2021-01-28T17:32:01.075Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T17:32:01.075Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T17:32:01.075Z] file_magic: OK [2021-01-28T17:32:01.075Z] HZ: Using current value: 100 [2021-01-28T17:32:01.075Z] file_header: OK [2021-01-28T17:32:01.075Z] 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-01-28T17:32:01.075Z] Statistics: [2021-01-28T17:32:01.075Z] 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-01-28T17:32:01.075Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:32:01.394Z] provisioning config files... [2021-01-28T17:32:01.412Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2202288593654344091tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:32:01.552Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:32:02.268Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T17:32:02.318Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T17:32:02.494Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:32:02.855Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T17:32:02.895Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:32:03.272Z] ---> sudo-logs.sh [2021-01-28T17:32:03.272Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T17:32:03.586Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:32:03.964Z] ---> job-cost.sh [2021-01-28T17:32:03.964Z] lf-activate-venv: SKIPPING [2021-01-28T17:32:03.964Z] INFO: No Stack... [2021-01-28T17:32:05.366Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T17:32:05.953Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T17:32:06.021Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:32:06.395Z] ---> logs-deploy.sh [2021-01-28T17:32:06.396Z] lf-activate-venv: SKIPPING [2021-01-28T17:32:06.396Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3096/1 [2021-01-28T17:32:06.396Z] INFO: archiving workspace using pattern(s): [2021-01-28T17:32:09.736Z] Archives upload complete. [2021-01-28T17:32:09.736Z] INFO: archiving logs to Nexus