Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4e0bf0319480625e5379d8d5fd7b212abf0b0714 rather than fb650b50dcd735cec13b6d517224b4e36adaa169 Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1380 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 Merge succeeded, producing 5ad73813599a52c11f5f5210ca694cdbede328d4 Checking out Revision 5ad73813599a52c11f5f5210ca694cdbede328d4 (PR-2627) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ad73813599a52c11f5f5210ca694cdbede328d4 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T04:29:39.012Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T04:29:39.261Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T04:29:39.400Z] ========================================================= [2020-07-29T04:29:39.400Z] EdgeX Global Pipelines Version Info [2020-07-29T04:29:39.400Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c6771f42a5524429f96f8d73a9bafba19bf2e966 # timeout=10 [2020-07-29T04:29:41.249Z] ------------------- [2020-07-29T04:29:41.249Z] stable info: [2020-07-29T04:29:41.249Z] ------------------- [2020-07-29T04:29:41.249Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T04:29:41.249Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T04:29:41.249Z] Message: update stable to v1.0.106 [2020-07-29T04:29:41.824Z] ------------------- [2020-07-29T04:29:41.824Z] experimental info: [2020-07-29T04:29:41.824Z] ------------------- [2020-07-29T04:29:41.824Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T04:29:41.824Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T04:29:41.824Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T04:29:43.481Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T04:29:43.481Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:29:43.481Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:29:43.481Z] ++ cut -d/ -f2 [2020-07-29T04:29:43.481Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T04:29:43.546Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-07-29T04:29:44.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:29:44.791Z] [2020-07-29T04:29:44.791Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:29:45.145Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:29:45.145Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T04:29:45.145Z] 31603596830f: Pulling fs layer [2020-07-29T04:29:45.145Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T04:29:45.145Z] 6ca5941a6612: Pulling fs layer [2020-07-29T04:29:45.145Z] ecc8261a40a4: Pulling fs layer [2020-07-29T04:29:45.145Z] ecc8261a40a4: Waiting [2020-07-29T04:29:45.145Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T04:29:45.145Z] 2a8b12db71e7: Download complete [2020-07-29T04:29:45.145Z] 31603596830f: Verifying Checksum [2020-07-29T04:29:45.145Z] 31603596830f: Download complete [2020-07-29T04:29:45.409Z] ecc8261a40a4: Verifying Checksum [2020-07-29T04:29:45.409Z] ecc8261a40a4: Download complete [2020-07-29T04:29:45.409Z] 6ca5941a6612: Verifying Checksum [2020-07-29T04:29:45.409Z] 6ca5941a6612: Download complete [2020-07-29T04:29:45.674Z] 31603596830f: Pull complete [2020-07-29T04:29:45.674Z] 2a8b12db71e7: Pull complete [2020-07-29T04:29:46.615Z] 6ca5941a6612: Pull complete [2020-07-29T04:29:46.615Z] ecc8261a40a4: Pull complete [2020-07-29T04:29:46.615Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T04:29:46.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:29:46.615Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T04:29:46.712Z] prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container [2020-07-29T04:29:46.752Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T04:29:49.005Z] $ docker top 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T04:29:49.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:29:49.289Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:29:49.487Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:29:49.484Z] $ docker exec 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent [2020-07-29T04:29:49.644Z] SSH_AUTH_SOCK=/tmp/ssh-FGojCYNzDnM6/agent.11 [2020-07-29T04:29:49.644Z] SSH_AGENT_PID=17 [2020-07-29T04:29:49.654Z] Running ssh-add (command line suppressed) [2020-07-29T04:29:49.762Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_245898902193038505.key (/w/workspace/edgex-go/15@tmp/private_key_245898902193038505.key) [2020-07-29T04:29:49.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:29:50.138Z] + git describe --exact-match --tags HEAD [2020-07-29T04:29:50.138Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T04:29:50.152Z] $ docker exec --env ******** --env ******** 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent -k [2020-07-29T04:29:50.261Z] unset SSH_AUTH_SOCK; [2020-07-29T04:29:50.262Z] unset SSH_AGENT_PID; [2020-07-29T04:29:50.262Z] echo Agent pid 17 killed; [2020-07-29T04:29:50.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T04:29:50.432Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T04:29:50.432Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T04:29:50.539Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:29:50.539Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:29:50.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:29:50.696Z] $ docker exec 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent [2020-07-29T04:29:50.864Z] SSH_AUTH_SOCK=/tmp/ssh-eERdRjDVh9N8/agent.46 [2020-07-29T04:29:50.864Z] SSH_AGENT_PID=51 [2020-07-29T04:29:50.871Z] Running ssh-add (command line suppressed) [2020-07-29T04:29:50.979Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_7791930324313370804.key (/w/workspace/edgex-go/15@tmp/private_key_7791930324313370804.key) [2020-07-29T04:29:51.036Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:29:51.359Z] + git semver init [2020-07-29T04:29:51.359Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T04:29:51.359Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2020-07-29T04:29:51.359Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2020-07-29T04:29:51.359Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T04:29:51.359Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T04:29:51.359Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T04:29:51.359Z] # $SEMVER_BRANCH = PR-2627 [2020-07-29T04:29:51.359Z] # $SEMVER_TEMP = /tmp/semver-094841676 [2020-07-29T04:29:51.359Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T04:30:09.577Z] # '/tmp/semver-094841676' -> '/w/workspace/edgex-go/15/.semver' [2020-07-29T04:30:10.520Z] # -> Force: false [2020-07-29T04:30:10.520Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2020-07-29T04:30:10.526Z] $ docker exec --env ******** --env ******** 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b ssh-agent -k [2020-07-29T04:30:10.709Z] unset SSH_AUTH_SOCK; [2020-07-29T04:30:10.709Z] unset SSH_AGENT_PID; [2020-07-29T04:30:10.709Z] echo Agent pid 51 killed; [2020-07-29T04:30:10.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T04:30:11.193Z] + git semver [Pipeline] } [2020-07-29T04:30:11.203Z] $ docker stop --time=1 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b [2020-07-29T04:30:12.922Z] $ docker rm -f 10f374d0e51aac0d3ad5527c2cf263720a3278f8e98c3aae2a5d64b93dd5a17b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T04:30:26.076Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T04:30:26.078Z] [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] echo [2020-07-29T04:30:26.537Z] ========================================================= [2020-07-29T04:30:26.537Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T04:30:26.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:30:26.860Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-29T04:30:30.170Z] Sending build context to Docker daemon 323.2MB [2020-07-29T04:30:30.170Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:30:30.170Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:30:30.170Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T04:30:30.170Z] df20fa9351a1: Pulling fs layer [2020-07-29T04:30:30.170Z] ed8968b2872e: Pulling fs layer [2020-07-29T04:30:30.170Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T04:30:30.170Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T04:30:30.170Z] 1e091d79d1de: Pulling fs layer [2020-07-29T04:30:30.170Z] 481702a1767f: Pulling fs layer [2020-07-29T04:30:30.170Z] f64a6f60c768: Pulling fs layer [2020-07-29T04:30:30.170Z] e78d2573fc39: Pulling fs layer [2020-07-29T04:30:30.170Z] e876d2f968b6: Pulling fs layer [2020-07-29T04:30:30.170Z] ce8a83651883: Pulling fs layer [2020-07-29T04:30:30.170Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T04:30:30.170Z] f64a6f60c768: Waiting [2020-07-29T04:30:30.170Z] e78d2573fc39: Waiting [2020-07-29T04:30:30.170Z] e876d2f968b6: Waiting [2020-07-29T04:30:30.170Z] ce8a83651883: Waiting [2020-07-29T04:30:30.170Z] 07967f4d0e4b: Waiting [2020-07-29T04:30:30.170Z] 2dd03ba5bac4: Waiting [2020-07-29T04:30:30.170Z] 1e091d79d1de: Waiting [2020-07-29T04:30:30.170Z] 481702a1767f: Waiting [2020-07-29T04:30:30.170Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T04:30:30.170Z] a92cc7c5fd73: Download complete [2020-07-29T04:30:30.170Z] ed8968b2872e: Verifying Checksum [2020-07-29T04:30:30.170Z] ed8968b2872e: Download complete [2020-07-29T04:30:30.170Z] 1e091d79d1de: Verifying Checksum [2020-07-29T04:30:30.170Z] 1e091d79d1de: Download complete [2020-07-29T04:30:30.170Z] 481702a1767f: Verifying Checksum [2020-07-29T04:30:30.170Z] 481702a1767f: Download complete [2020-07-29T04:30:30.170Z] df20fa9351a1: Verifying Checksum [2020-07-29T04:30:30.442Z] df20fa9351a1: Pull complete [2020-07-29T04:30:30.709Z] f64a6f60c768: Verifying Checksum [2020-07-29T04:30:30.709Z] f64a6f60c768: Download complete [2020-07-29T04:30:31.286Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T04:30:31.286Z] 2dd03ba5bac4: Download complete [2020-07-29T04:30:31.286Z] e78d2573fc39: Verifying Checksum [2020-07-29T04:30:31.286Z] e78d2573fc39: Download complete [2020-07-29T04:30:31.546Z] e876d2f968b6: Verifying Checksum [2020-07-29T04:30:31.546Z] e876d2f968b6: Download complete [2020-07-29T04:30:31.546Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T04:30:31.546Z] 07967f4d0e4b: Download complete [2020-07-29T04:30:31.546Z] ed8968b2872e: Pull complete [2020-07-29T04:30:31.808Z] ce8a83651883: Verifying Checksum [2020-07-29T04:30:31.808Z] ce8a83651883: Download complete [2020-07-29T04:30:32.747Z] a92cc7c5fd73: Pull complete [2020-07-29T04:30:38.169Z] 2dd03ba5bac4: Pull complete [2020-07-29T04:30:38.169Z] 1e091d79d1de: Pull complete [2020-07-29T04:30:38.169Z] 481702a1767f: Pull complete [2020-07-29T04:30:41.338Z] Still waiting to schedule task [2020-07-29T04:30:41.338Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1379’ is offline [2020-07-29T04:30:44.793Z] f64a6f60c768: Pull complete [2020-07-29T04:30:46.711Z] e78d2573fc39: Pull complete [2020-07-29T04:30:46.711Z] e876d2f968b6: Pull complete [2020-07-29T04:30:47.669Z] ce8a83651883: Pull complete [2020-07-29T04:30:47.930Z] 07967f4d0e4b: Pull complete [2020-07-29T04:30:47.930Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T04:30:47.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T04:30:47.930Z] ---> 5d7c900382c6 [2020-07-29T04:30:47.930Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:30:49.323Z] ---> Running in 400bab5fec66 [2020-07-29T04:30:49.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:30:50.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:30:50.731Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:30:50.993Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:30:50.993Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:30:50.993Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:30:52.911Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:30:53.171Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:30:53.171Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:30:53.171Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:30:53.446Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:30:53.446Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:30:53.446Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:30:53.715Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:30:53.715Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:30:53.715Z] OK: 233 MiB in 51 packages [2020-07-29T04:30:57.029Z] Removing intermediate container 400bab5fec66 [2020-07-29T04:30:57.029Z] ---> d66fdd745472 [2020-07-29T04:30:57.029Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:30:57.029Z] ---> Running in 4a30ef50f811 [2020-07-29T04:30:57.029Z] Removing intermediate container 4a30ef50f811 [2020-07-29T04:30:57.029Z] ---> 5d4665ba461d [2020-07-29T04:30:57.029Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:30:57.295Z] latest: Pulling from library/docker [2020-07-29T04:30:57.295Z] df20fa9351a1: Already exists [2020-07-29T04:30:57.295Z] 25ad7478873d: Pulling fs layer [2020-07-29T04:30:57.295Z] 4684f6177b5d: Pulling fs layer [2020-07-29T04:30:57.295Z] 46e300cec669: Pulling fs layer [2020-07-29T04:30:57.295Z] 63038576ad94: Pulling fs layer [2020-07-29T04:30:57.295Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T04:30:57.295Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T04:30:57.295Z] 63038576ad94: Waiting [2020-07-29T04:30:57.295Z] 0fdb76c4706c: Waiting [2020-07-29T04:30:57.295Z] cb7edeffdfd5: Waiting [2020-07-29T04:30:57.564Z] 4684f6177b5d: Verifying Checksum [2020-07-29T04:30:57.564Z] 4684f6177b5d: Download complete [2020-07-29T04:30:57.564Z] 25ad7478873d: Verifying Checksum [2020-07-29T04:30:57.564Z] 25ad7478873d: Download complete [2020-07-29T04:30:57.564Z] 63038576ad94: Verifying Checksum [2020-07-29T04:30:57.564Z] 63038576ad94: Download complete [2020-07-29T04:30:57.564Z] 0fdb76c4706c: Download complete [2020-07-29T04:30:57.847Z] 25ad7478873d: Pull complete [2020-07-29T04:30:57.847Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T04:30:57.847Z] cb7edeffdfd5: Download complete [2020-07-29T04:30:57.847Z] 4684f6177b5d: Pull complete [2020-07-29T04:30:58.109Z] 46e300cec669: Retrying in 5 seconds [2020-07-29T04:30:59.052Z] 46e300cec669: Retrying in 4 seconds [2020-07-29T04:31:00.440Z] 46e300cec669: Retrying in 3 seconds [2020-07-29T04:31:01.384Z] 46e300cec669: Retrying in 2 seconds [2020-07-29T04:31:02.328Z] 46e300cec669: Retrying in 1 second [2020-07-29T04:31:03.722Z] 46e300cec669: Verifying Checksum [2020-07-29T04:31:03.722Z] 46e300cec669: Download complete [2020-07-29T04:31:05.645Z] 46e300cec669: Pull complete [2020-07-29T04:31:05.907Z] 63038576ad94: Pull complete [2020-07-29T04:31:05.907Z] 0fdb76c4706c: Pull complete [2020-07-29T04:31:06.167Z] cb7edeffdfd5: Pull complete [2020-07-29T04:31:06.167Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:31:06.167Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:31:07.593Z] ---> 573d1ad506c4 [2020-07-29T04:31:07.593Z] Step 6/7 : COPY go.mod . [2020-07-29T04:31:07.880Z] ---> 5398638daa7d [2020-07-29T04:31:07.880Z] Step 7/7 : RUN go mod download [2020-07-29T04:31:07.880Z] ---> Running in 5e5ec742b19c [2020-07-29T04:31:10.436Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:31:10.436Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:31:10.436Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:31:10.436Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:31:10.436Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:31:10.436Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:31:10.436Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:31:10.436Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:31:10.436Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:31:10.436Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:31:10.436Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:31:10.436Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:31:10.436Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:31:10.436Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:31:10.436Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T04:31:10.436Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:31:10.436Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:31:10.436Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:31:10.436Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:31:10.436Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:31:10.436Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:31:10.436Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:31:10.436Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:31:10.436Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:31:10.436Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:31:10.436Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:31:10.697Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:31:10.697Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:31:10.697Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:31:10.697Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:31:10.697Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:31:10.697Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:31:10.697Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:31:10.697Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:31:10.697Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:31:10.697Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:31:10.697Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:31:10.958Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:31:10.958Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:31:11.217Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:31:11.217Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:31:11.217Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:31:11.217Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:31:11.217Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:31:11.217Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:31:11.217Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:31:11.217Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:31:11.217Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:31:11.217Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:31:11.217Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:31:11.217Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:31:11.217Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:31:11.478Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:31:11.478Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:31:11.478Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:31:11.478Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:31:11.478Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:31:11.478Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:31:11.478Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:31:11.478Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:31:11.478Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:31:11.478Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:31:11.478Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:31:11.478Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:31:11.738Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:31:11.738Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:31:11.738Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:31:11.738Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:31:11.738Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:31:11.738Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:31:11.738Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:31:11.738Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:31:11.738Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:31:11.738Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:31:11.738Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:31:11.738Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:31:11.738Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:31:12.005Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:31:12.005Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:31:12.005Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:31:12.005Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:31:12.005Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:31:26.924Z] Removing intermediate container 5e5ec742b19c [2020-07-29T04:31:26.924Z] ---> 3fb1fbabe424 [2020-07-29T04:31:26.924Z] Successfully built 3fb1fbabe424 [2020-07-29T04:31:26.924Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:31:27.467Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T04:31:27.467Z] . [Pipeline] withDockerContainer [2020-07-29T04:31:27.558Z] prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container [2020-07-29T04:31:27.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 [2020-07-29T04:31:28.225Z] $ docker top 757c5019ca7fe8cdb2fb310696e2a152e17043cc9b90b35aad513869418ea730 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:31:28.693Z] + go version [2020-07-29T04:31:28.694Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T04:31:28.707Z] ========================================================= [2020-07-29T04:31:28.707Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:31:28.707Z] ========================================================= [Pipeline] sh [2020-07-29T04:31:28.993Z] + make test [2020-07-29T04:31:28.993Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:31:30.907Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:31:41.001Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:31:45.304Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:31:45.304Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:31:45.304Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:31:45.304Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:31:47.234Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-07-29T04:31:47.234Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:31:47.234Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:31:47.234Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:31:47.830Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:31:48.101Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:31:48.101Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:31:48.101Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:31:48.101Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:31:54.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements [2020-07-29T04:31:54.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:31:54.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:31:54.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:31:54.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:31:54.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:31:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.065s coverage: 27.4% of statements [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:31:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.011s coverage: 100.0% of statements [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:31:55.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements [2020-07-29T04:31:55.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:31:57.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.113s coverage: 29.3% of statements [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:31:57.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:31:57.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:31:57.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-07-29T04:31:57.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:31:57.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-07-29T04:31:57.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:31:57.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:31:57.754Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:31:57.754Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2020-07-29T04:31:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.076s coverage: 63.5% of statements [2020-07-29T04:31:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:31:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:31:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-07-29T04:31:59.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.112s coverage: 55.9% of statements [2020-07-29T04:31:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:31:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:31:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:31:59.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:32:04.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.367s coverage: 86.3% of statements [2020-07-29T04:32:04.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:32:04.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.314s coverage: 72.2% of statements [2020-07-29T04:32:04.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements [2020-07-29T04:32:04.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements [2020-07-29T04:32:04.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements [2020-07-29T04:32:04.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:32:04.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:32:04.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:32:04.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements [2020-07-29T04:32:04.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.042s coverage: 26.9% of statements [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.021s coverage: 100.0% of statements [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 43.1% of statements [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:32:04.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements [2020-07-29T04:32:04.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:32:05.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.033s coverage: 45.1% of statements [2020-07-29T04:32:05.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:32:05.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:32:05.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-07-29T04:32:05.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:32:05.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:32:05.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:32:05.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-07-29T04:32:05.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:32:05.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.017s coverage: 100.0% of statements [2020-07-29T04:32:05.773Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:32:10.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:32:10.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:32:10.037Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:32:10.037Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-29T04:32:10.037Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:32:10.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-07-29T04:32:10.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:32:10.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:32:10.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:32:10.305Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:32:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2020-07-29T04:32:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:32:10.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:32:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2020-07-29T04:32:10.568Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-29T04:32:11.159Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-29T04:32:11.422Z] GO111MODULE=on go vet ./... [2020-07-29T04:32:15.244Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1385 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-07-29T04:32:15.290Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2020-07-29T04:32:18.037Z] gofmt -l . [2020-07-29T04:32:18.298Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:32:18.891Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:32:19.471Z] ./bin/test-attribution-txt.sh [2020-07-29T04:32:20.472Z] using credential edgex-jenkins-ssh [2020-07-29T04:32:20.524Z] Cloning the remote Git repository [2020-07-29T04:32:20.524Z] Cloning with configured refspecs honoured and without tags [Pipeline] sh [2020-07-29T04:32:21.159Z] + ls -al . [2020-07-29T04:32:21.160Z] total 556 [2020-07-29T04:32:21.160Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:32 . [2020-07-29T04:32:21.160Z] drwxr-xr-x 4 root root 30 Jul 29 04:31 .. [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:29 .dockerignore [2020-07-29T04:32:21.160Z] drwxrwxr-x 8 1001 1001 179 Jul 29 04:29 .git [2020-07-29T04:32:21.160Z] drwxrwxr-x 3 1001 1001 60 Jul 29 04:29 .github [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:29 .gitignore [2020-07-29T04:32:21.160Z] drwx------ 3 1001 1001 47 Jul 29 04:30 .semver [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:29 .sonarcloud.properties [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:29 CONTRIBUTING.md [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:29 Dockerfile.build [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:29 Jenkinsfile [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:29 LICENSE [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:29 Makefile [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:29 README.md [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:29 SECURITY.md [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:29 ZMQWindows.md [2020-07-29T04:32:21.160Z] drwxrwxr-x 4 1001 1001 33 Jul 29 04:29 api [2020-07-29T04:32:21.160Z] drwxrwxr-x 2 1001 1001 117 Jul 29 04:29 bin [2020-07-29T04:32:21.160Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:29 cmd [2020-07-29T04:32:21.160Z] -rw-r--r-- 1 root root 456067 Jul 29 04:32 coverage.out [2020-07-29T04:32:21.160Z] -rw-r--r-- 1 root root 1019 Jul 29 04:32 go.mod [2020-07-29T04:32:21.160Z] -rw-r--r-- 1 root root 18146 Jul 29 04:32 go.sum [2020-07-29T04:32:21.160Z] drwxrwxr-x 8 1001 1001 127 Jul 29 04:29 internal [2020-07-29T04:32:21.160Z] drwxrwxr-x 4 1001 1001 71 Jul 29 04:29 snap [2020-07-29T04:32:21.160Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:29 version.go [Pipeline] sh [2020-07-29T04:32:21.465Z] + '[' -e coverage.out ] [2020-07-29T04:32:21.465Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:32:20.574Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:32:20.674Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2020-07-29T04:32:20.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:32:20.738Z] > git --version # timeout=10 [2020-07-29T04:32:20.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:32:20.828Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:32:21.591Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:32:21.937Z] + make build [2020-07-29T04:32:21.937Z] 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 [2020-07-29T04:32:28.699Z] 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 [2020-07-29T04:32:31.244Z] 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 [2020-07-29T04:32:32.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:32:34.030Z] 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 [2020-07-29T04:32:35.917Z] Fetching without tags [2020-07-29T04:32:35.953Z] 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 [2020-07-29T04:32:36.219Z] 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 [2020-07-29T04:32:36.404Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit fb650b50dcd735cec13b6d517224b4e36adaa169 [2020-07-29T04:32:37.093Z] Merge succeeded, producing 2ce8b88f4ddfcbcfe7cc378945583734baab56d7 [2020-07-29T04:32:37.093Z] Checking out Revision 2ce8b88f4ddfcbcfe7cc378945583734baab56d7 (PR-2627) [2020-07-29T04:32:35.846Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:32:35.862Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-07-29T04:32:35.876Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:32:35.897Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:32:35.923Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:32:35.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:32:35.935Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:32:36.416Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:32:36.431Z] > git checkout -f fb650b50dcd735cec13b6d517224b4e36adaa169 # timeout=10 [2020-07-29T04:32:36.710Z] > git remote # timeout=10 [2020-07-29T04:32:36.725Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T04:32:36.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:32:36.747Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T04:32:37.067Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T04:32:37.097Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:32:37.119Z] > git checkout -f 2ce8b88f4ddfcbcfe7cc378945583734baab56d7 # timeout=10 [2020-07-29T04:32:37.604Z] 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 [2020-07-29T04:32:40.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:32:41.087Z] 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 [2020-07-29T04:32:41.478Z] Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" [2020-07-29T04:32:41.506Z] First time build. Skipping changelog. [2020-07-29T04:32:41.482Z] > git rev-list --no-walk c6771f42a5524429f96f8d73a9bafba19bf2e966 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-29T04:32:42.472Z] 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 [2020-07-29T04:32:44.391Z] 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 [2020-07-29T04:32:45.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:32:46.730Z] $ docker stop --time=1 757c5019ca7fe8cdb2fb310696e2a152e17043cc9b90b35aad513869418ea730 [2020-07-29T04:32:48.215Z] $ docker rm -f 757c5019ca7fe8cdb2fb310696e2a152e17043cc9b90b35aad513869418ea730 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:32:50.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:32:50.036Z] [2020-07-29T04:32:50.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:32:50.381Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:32:50.381Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T04:32:50.381Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T04:32:50.381Z] ca9280d653b3: Pulling fs layer [2020-07-29T04:32:50.381Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T04:32:50.381Z] cbdbe7a5bc2a: Download complete [2020-07-29T04:32:50.643Z] ca9280d653b3: Verifying Checksum [2020-07-29T04:32:50.643Z] ca9280d653b3: Download complete [2020-07-29T04:32:50.643Z] cbdbe7a5bc2a: Pull complete [2020-07-29T04:32:51.612Z] 7e9c9ca2126c: Verifying Checksum [2020-07-29T04:32:51.612Z] 7e9c9ca2126c: Download complete [2020-07-29T04:32:51.612Z] ca9280d653b3: Pull complete [Pipeline] echo [2020-07-29T04:32:55.304Z] ========================================================= [2020-07-29T04:32:55.304Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T04:32:55.304Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:32:56.082Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-29T04:32:58.052Z] 7e9c9ca2126c: Pull complete [2020-07-29T04:32:58.052Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T04:32:58.052Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:32:58.052Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T04:32:58.171Z] prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container [2020-07-29T04:32:58.210Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 [2020-07-29T04:33:00.398Z] Sending build context to Docker daemon 323.2MB [2020-07-29T04:33:00.398Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:33:00.398Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:33:00.673Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T04:33:00.673Z] b538f80385f9: Pulling fs layer [2020-07-29T04:33:00.673Z] 74f711af9a0d: Pulling fs layer [2020-07-29T04:33:00.673Z] 99f96fe45779: Pulling fs layer [2020-07-29T04:33:00.673Z] fd7a069fd194: Pulling fs layer [2020-07-29T04:33:00.673Z] 66aa3694b03b: Pulling fs layer [2020-07-29T04:33:00.673Z] 170f70906a0f: Pulling fs layer [2020-07-29T04:33:00.673Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T04:33:00.673Z] e772456be8f7: Pulling fs layer [2020-07-29T04:33:00.673Z] c890913d741a: Pulling fs layer [2020-07-29T04:33:00.673Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T04:33:00.673Z] 09adf4765672: Pulling fs layer [2020-07-29T04:33:00.673Z] ad7c5574e4b9: Waiting [2020-07-29T04:33:00.673Z] e772456be8f7: Waiting [2020-07-29T04:33:00.673Z] c890913d741a: Waiting [2020-07-29T04:33:00.673Z] 2480fcc9aa5a: Waiting [2020-07-29T04:33:00.673Z] 09adf4765672: Waiting [2020-07-29T04:33:00.673Z] 66aa3694b03b: Waiting [2020-07-29T04:33:00.673Z] 170f70906a0f: Waiting [2020-07-29T04:33:00.673Z] 99f96fe45779: Download complete [2020-07-29T04:33:00.673Z] 74f711af9a0d: Verifying Checksum [2020-07-29T04:33:00.673Z] 74f711af9a0d: Download complete [2020-07-29T04:33:00.673Z] 66aa3694b03b: Verifying Checksum [2020-07-29T04:33:00.673Z] 66aa3694b03b: Download complete [2020-07-29T04:33:00.673Z] 170f70906a0f: Verifying Checksum [2020-07-29T04:33:00.673Z] 170f70906a0f: Download complete [2020-07-29T04:33:00.673Z] b538f80385f9: Verifying Checksum [2020-07-29T04:33:00.673Z] b538f80385f9: Download complete [2020-07-29T04:33:01.237Z] $ docker top 47653fe789d70e61a2b3f6cb645f5ce965610ea37810611151d8267c995437e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:33:01.659Z] b538f80385f9: Pull complete [2020-07-29T04:33:01.693Z] + docker-compose build --help [2020-07-29T04:33:01.693Z] + grep parallel [2020-07-29T04:33:01.943Z] 74f711af9a0d: Pull complete [2020-07-29T04:33:02.221Z] 99f96fe45779: Pull complete [2020-07-29T04:33:02.635Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:33:02.643Z] $ docker stop --time=1 47653fe789d70e61a2b3f6cb645f5ce965610ea37810611151d8267c995437e6 [2020-07-29T04:33:03.664Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T04:33:03.664Z] ad7c5574e4b9: Download complete [2020-07-29T04:33:03.664Z] c890913d741a: Verifying Checksum [2020-07-29T04:33:03.664Z] c890913d741a: Download complete [2020-07-29T04:33:03.983Z] $ docker rm -f 47653fe789d70e61a2b3f6cb645f5ce965610ea37810611151d8267c995437e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:33:04.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:33:04.605Z] . [Pipeline] withDockerContainer [2020-07-29T04:33:04.696Z] prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container [2020-07-29T04:33:04.731Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 [2020-07-29T04:33:05.332Z] $ docker top c25588dac868f5a6bd5f7a41f2cf5524f8545bee88b7b7d97c0a88818b7e1d9f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:33:05.655Z] e772456be8f7: Verifying Checksum [2020-07-29T04:33:05.655Z] e772456be8f7: Download complete [2020-07-29T04:33:05.656Z] 09adf4765672: Download complete [2020-07-29T04:33:05.656Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T04:33:05.656Z] 2480fcc9aa5a: Download complete [2020-07-29T04:33:05.834Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:33:06.644Z] fd7a069fd194: Verifying Checksum [2020-07-29T04:33:06.644Z] fd7a069fd194: Download complete [2020-07-29T04:33:06.807Z] Building docker-core-command-go ... [2020-07-29T04:33:06.807Z] Building docker-core-data-go ... [2020-07-29T04:33:06.807Z] Building docker-core-metadata-go ... [2020-07-29T04:33:06.807Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:33:06.807Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:33:06.807Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:33:06.807Z] Building docker-support-logging-go ... [2020-07-29T04:33:06.807Z] Building docker-support-notifications-go ... [2020-07-29T04:33:06.807Z] Building docker-support-scheduler-go ... [2020-07-29T04:33:06.807Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:33:06.807Z] Building docker-sys-mgmt-agent-go [2020-07-29T04:33:06.807Z] Building docker-core-data-go [2020-07-29T04:33:06.807Z] Building docker-security-secretstore-setup-go [2020-07-29T04:33:06.807Z] Building docker-support-notifications-go [2020-07-29T04:33:06.807Z] Building docker-security-secrets-setup-go [2020-07-29T04:33:19.089Z] fd7a069fd194: Pull complete [2020-07-29T04:33:19.089Z] 66aa3694b03b: Pull complete [2020-07-29T04:33:19.089Z] 170f70906a0f: Pull complete [2020-07-29T04:33:21.706Z] ad7c5574e4b9: Pull complete [2020-07-29T04:33:26.024Z] e772456be8f7: Pull complete [2020-07-29T04:33:26.024Z] c890913d741a: Pull complete [2020-07-29T04:33:28.664Z] 2480fcc9aa5a: Pull complete [2020-07-29T04:33:28.936Z] 09adf4765672: Pull complete [2020-07-29T04:33:28.936Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T04:33:28.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T04:33:28.936Z] ---> 2248a725d1cf [2020-07-29T04:33:28.936Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:33:37.196Z] ---> Running in 10a80e6d62f5 [2020-07-29T04:33:38.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:33:38.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:33:38.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:38.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:38.953Z] ---> 3fb1fbabe424 [2020-07-29T04:33:38.953Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:33:38.953Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:38.953Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:33:38.953Z] ---> 3fb1fbabe424 [2020-07-29T04:33:38.954Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:33:38.954Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:38.954Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:38.954Z] ---> 3fb1fbabe424 [2020-07-29T04:33:38.954Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:33:38.954Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:38.954Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:38.954Z] ---> 3fb1fbabe424 [2020-07-29T04:33:38.954Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:33:38.954Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:33:38.954Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:33:38.954Z] ---> 3fb1fbabe424 [2020-07-29T04:33:38.954Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:33:39.742Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:33:39.742Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:33:39.742Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:33:39.904Z] ---> Running in 6631250b6cf2 [2020-07-29T04:33:39.904Z] ---> Running in d7437067ccd2 [2020-07-29T04:33:39.904Z] ---> Running in 975c5d7ec01b [2020-07-29T04:33:39.904Z] ---> Running in d6352e85a49c [2020-07-29T04:33:39.904Z] ---> Running in b9da4384163f [2020-07-29T04:33:40.012Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:33:40.168Z] Removing intermediate container b9da4384163f [2020-07-29T04:33:40.168Z] ---> 8c2b70790e5f [2020-07-29T04:33:40.168Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:40.168Z] Removing intermediate container 6631250b6cf2 [2020-07-29T04:33:40.168Z] ---> e7ac6a8f148a [2020-07-29T04:33:40.168Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:40.168Z] Removing intermediate container d6352e85a49c [2020-07-29T04:33:40.168Z] ---> cbeabe7e0639 [2020-07-29T04:33:40.168Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:40.429Z] Removing intermediate container d7437067ccd2 [2020-07-29T04:33:40.429Z] ---> 7cd07ca67efc [2020-07-29T04:33:40.429Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:33:40.429Z] Removing intermediate container 975c5d7ec01b [2020-07-29T04:33:40.429Z] ---> afcbb7762a04 [2020-07-29T04:33:40.429Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:33:40.429Z] ---> Running in 943a3bc49f52 [2020-07-29T04:33:40.429Z] ---> Running in 2fee01c37fa6 [2020-07-29T04:33:40.429Z] ---> Running in 77201796c42e [2020-07-29T04:33:40.429Z] ---> Running in 912c42bac730 [2020-07-29T04:33:40.690Z] ---> Running in 9da8fc1d55c0 [2020-07-29T04:33:42.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:42.663Z] Removing intermediate container 2fee01c37fa6 [2020-07-29T04:33:42.663Z] ---> 92806bf33b02 [2020-07-29T04:33:42.663Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:33:42.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:42.663Z] Removing intermediate container 943a3bc49f52 [2020-07-29T04:33:42.663Z] ---> a0a87e784fc6 [2020-07-29T04:33:42.663Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:33:42.929Z] ---> Running in 046ef36eae2f [2020-07-29T04:33:42.929Z] Removing intermediate container 9da8fc1d55c0 [2020-07-29T04:33:42.929Z] ---> 0daa76aa51cc [2020-07-29T04:33:42.929Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:33:42.929Z] ---> Running in d12dea5583e9 [2020-07-29T04:33:42.929Z] Removing intermediate container 77201796c42e [2020-07-29T04:33:42.929Z] ---> caed49d233da [2020-07-29T04:33:42.929Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:33:42.929Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:33:42.929Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:33:42.929Z] OK: 12749 distinct packages available [2020-07-29T04:33:42.929Z] ---> Running in 1942321da4f5 [2020-07-29T04:33:43.190Z] ---> Running in eaccf19df949 [2020-07-29T04:33:43.387Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:33:43.657Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:33:43.657Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:33:43.657Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:33:43.760Z] OK: 233 MiB in 51 packages [2020-07-29T04:33:43.927Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:33:43.927Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:33:43.927Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:33:44.198Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:33:44.198Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:33:44.198Z] OK: 217 MiB in 51 packages [2020-07-29T04:33:44.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:44.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:44.714Z] Removing intermediate container 912c42bac730 [2020-07-29T04:33:44.714Z] ---> a031a7b43ee5 [2020-07-29T04:33:44.714Z] Step 5/29 : COPY go.mod . [2020-07-29T04:33:44.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:44.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:44.974Z] ---> 6dfe67cce65c [2020-07-29T04:33:44.974Z] Step 6/29 : RUN go mod download [2020-07-29T04:33:44.974Z] ---> Running in 6ab528bc2249 [2020-07-29T04:33:45.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:45.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:45.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:45.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:33:45.758Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:33:45.758Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:33:45.759Z] OK: 12749 distinct packages available [2020-07-29T04:33:46.029Z] OK: 233 MiB in 51 packages [2020-07-29T04:33:46.029Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:33:46.029Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:33:46.029Z] OK: 12749 distinct packages available [2020-07-29T04:33:46.029Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:33:46.029Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:33:46.029Z] OK: 12749 distinct packages available [2020-07-29T04:33:46.289Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:33:46.289Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:33:46.289Z] OK: 12749 distinct packages available [2020-07-29T04:33:46.289Z] OK: 233 MiB in 51 packages [2020-07-29T04:33:46.289Z] OK: 233 MiB in 51 packages [2020-07-29T04:33:46.552Z] OK: 233 MiB in 51 packages [2020-07-29T04:33:46.552Z] Removing intermediate container 046ef36eae2f [2020-07-29T04:33:46.552Z] ---> d46135fc0a59 [2020-07-29T04:33:46.552Z] Step 6/26 : COPY go.mod . [2020-07-29T04:33:47.125Z] ---> 589430200ef1 [2020-07-29T04:33:47.125Z] Step 7/26 : RUN go mod download [2020-07-29T04:33:47.125Z] Removing intermediate container 6ab528bc2249 [2020-07-29T04:33:47.125Z] ---> ba7f07c1ed58 [2020-07-29T04:33:47.125Z] Step 7/29 : COPY . . [2020-07-29T04:33:47.698Z] ---> Running in 6db89e2bfb66 [2020-07-29T04:33:47.963Z] Removing intermediate container eaccf19df949 [2020-07-29T04:33:47.963Z] ---> f7b0531af3ce [2020-07-29T04:33:47.963Z] Step 6/22 : COPY go.mod . [2020-07-29T04:33:48.489Z] Removing intermediate container 10a80e6d62f5 [2020-07-29T04:33:48.489Z] ---> 0640066054e8 [2020-07-29T04:33:48.490Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:33:48.490Z] ---> Running in 70df588cd69b [2020-07-29T04:33:48.759Z] Removing intermediate container 70df588cd69b [2020-07-29T04:33:48.759Z] ---> 9f1789a4c424 [2020-07-29T04:33:48.759Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:33:48.907Z] Removing intermediate container d12dea5583e9 [2020-07-29T04:33:48.908Z] ---> 41a28ecdc5cb [2020-07-29T04:33:48.908Z] Step 6/23 : COPY go.mod . [2020-07-29T04:33:49.027Z] latest: Pulling from library/docker [2020-07-29T04:33:49.168Z] Removing intermediate container 1942321da4f5 [2020-07-29T04:33:49.168Z] ---> a3738c4c9a3c [2020-07-29T04:33:49.168Z] Step 6/26 : COPY go.mod . [2020-07-29T04:33:49.303Z] b538f80385f9: Already exists [2020-07-29T04:33:49.303Z] 259a493cd78d: Pulling fs layer [2020-07-29T04:33:49.303Z] b8e66b5100f5: Pulling fs layer [2020-07-29T04:33:49.303Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T04:33:49.303Z] 551b823b3b82: Pulling fs layer [2020-07-29T04:33:49.303Z] 3c52a74df98c: Pulling fs layer [2020-07-29T04:33:49.303Z] 6c9b121b6998: Pulling fs layer [2020-07-29T04:33:49.303Z] 551b823b3b82: Waiting [2020-07-29T04:33:49.303Z] 3c52a74df98c: Waiting [2020-07-29T04:33:49.303Z] 6c9b121b6998: Waiting [2020-07-29T04:33:49.303Z] b8e66b5100f5: Verifying Checksum [2020-07-29T04:33:49.303Z] b8e66b5100f5: Download complete [2020-07-29T04:33:49.575Z] 259a493cd78d: Verifying Checksum [2020-07-29T04:33:49.575Z] 259a493cd78d: Download complete [2020-07-29T04:33:49.575Z] 551b823b3b82: Verifying Checksum [2020-07-29T04:33:49.575Z] 551b823b3b82: Download complete [2020-07-29T04:33:49.575Z] 3c52a74df98c: Verifying Checksum [2020-07-29T04:33:49.575Z] 3c52a74df98c: Download complete [2020-07-29T04:33:49.575Z] 6c9b121b6998: Verifying Checksum [2020-07-29T04:33:49.575Z] 6c9b121b6998: Download complete [2020-07-29T04:33:49.744Z] ---> 19ee0794f74d [2020-07-29T04:33:49.744Z] Step 7/22 : RUN go mod download [2020-07-29T04:33:50.170Z] 259a493cd78d: Pull complete [2020-07-29T04:33:50.317Z] ---> 0525c00ec777 [2020-07-29T04:33:50.317Z] Step 7/23 : RUN go mod download [2020-07-29T04:33:50.445Z] b8e66b5100f5: Pull complete [2020-07-29T04:33:50.718Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T04:33:50.718Z] 39dc9c94d07c: Download complete [2020-07-29T04:33:51.263Z] ---> Running in a755017c37ff [2020-07-29T04:33:51.834Z] ---> d140dfeaf573 [2020-07-29T04:33:51.834Z] Step 7/26 : RUN go mod download ---> Running in d05abeeaf90c [2020-07-29T04:33:51.834Z] [2020-07-29T04:33:54.089Z] 39dc9c94d07c: Pull complete [2020-07-29T04:33:54.089Z] 551b823b3b82: Pull complete [2020-07-29T04:33:54.360Z] 3c52a74df98c: Pull complete [2020-07-29T04:33:54.387Z] ---> Running in 4483c7ad3c96 [2020-07-29T04:33:54.633Z] 6c9b121b6998: Pull complete [2020-07-29T04:33:54.634Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:33:54.634Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:33:55.332Z] Removing intermediate container 6db89e2bfb66 [2020-07-29T04:33:55.332Z] ---> 764c878be0b4 [2020-07-29T04:33:55.332Z] Step 8/26 : COPY . . [2020-07-29T04:33:58.949Z] ---> a482e5c16e1d [2020-07-29T04:33:58.949Z] Step 6/7 : COPY go.mod . [2020-07-29T04:33:58.949Z] ---> a541780d0a98 [2020-07-29T04:33:58.949Z] Step 7/7 : RUN go mod download [2020-07-29T04:33:58.949Z] ---> Running in cdaf7e9cbc96 [2020-07-29T04:34:02.367Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:34:02.367Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:34:02.367Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:34:02.367Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:34:02.367Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:34:02.367Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:34:02.367Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:34:02.367Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:34:02.367Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:34:02.367Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:34:02.367Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:34:02.367Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:34:02.367Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:34:02.367Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:34:02.367Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T04:34:02.367Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:34:02.367Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:34:02.367Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:34:02.367Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:34:02.367Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:34:02.367Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:34:02.367Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:34:02.367Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:34:02.367Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:34:02.367Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:34:02.367Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:34:02.638Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:34:02.638Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:34:02.638Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:34:02.638Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:34:02.638Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:34:02.638Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:34:02.638Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:34:02.638Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:34:02.638Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:34:02.638Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:34:02.638Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:34:02.909Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:34:02.909Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:34:03.182Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:34:03.182Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:34:03.182Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:34:03.182Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:34:03.182Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:34:03.182Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:34:03.182Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:34:03.182Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:34:03.182Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:34:03.182Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:34:03.182Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:34:03.455Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:34:03.455Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:34:03.455Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:34:03.455Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:34:03.455Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:34:03.455Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:34:03.455Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:34:03.455Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:34:03.455Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:34:03.455Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:34:03.455Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:34:03.455Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:34:03.728Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:34:03.728Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:34:03.728Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:34:03.728Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:34:03.728Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:34:03.728Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:34:03.728Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:34:03.728Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:34:03.728Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:34:03.728Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:34:03.728Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:34:03.728Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:34:04.002Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:34:04.002Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:34:04.002Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:34:04.002Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:34:04.002Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:34:04.002Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:34:04.002Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:34:04.002Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:34:05.387Z] Removing intermediate container a755017c37ff [2020-07-29T04:34:05.388Z] ---> 6948fa1aabdd [2020-07-29T04:34:05.388Z] Step 8/22 : COPY . . [2020-07-29T04:34:05.388Z] Removing intermediate container d05abeeaf90c [2020-07-29T04:34:05.388Z] ---> 7bbdf32fb703 [2020-07-29T04:34:05.388Z] Step 8/23 : COPY . . [2020-07-29T04:34:05.388Z] ---> 95be0f23d173 [2020-07-29T04:34:05.388Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:34:05.388Z] Removing intermediate container 4483c7ad3c96 [2020-07-29T04:34:05.388Z] ---> b66ba05419df [2020-07-29T04:34:05.388Z] Step 8/26 : COPY . . [2020-07-29T04:34:05.388Z] ---> Running in 523232f15b97 [2020-07-29T04:34:15.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:34:22.371Z] Removing intermediate container cdaf7e9cbc96 [2020-07-29T04:34:22.371Z] ---> e57933237d8d [2020-07-29T04:34:22.371Z] Successfully built e57933237d8d [2020-07-29T04:34:22.371Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:23.084Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T04:34:23.084Z] . [Pipeline] withDockerContainer [2020-07-29T04:34:23.375Z] prd-ubuntu18.04-docker-arm64-4c-16g-1385 does not seem to be running inside a container [2020-07-29T04:34:23.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64 cat [2020-07-29T04:34:23.755Z] ---> cf8831ddfd79 [2020-07-29T04:34:23.755Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:34:24.756Z] ---> Running in 497b44187ad3 [2020-07-29T04:34:25.001Z] $ docker top 74fe5bff43f84dcd87309ad63a579c8ad6b58aa589e9ddf45c0affb8bfff402d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:34:26.074Z] + go version [2020-07-29T04:34:26.074Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T04:34:26.108Z] ========================================================= [2020-07-29T04:34:26.108Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:34:26.108Z] ========================================================= [Pipeline] sh [2020-07-29T04:34:26.852Z] + make test [2020-07-29T04:34:26.852Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:34:27.371Z] 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 [2020-07-29T04:34:29.474Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:34:35.615Z] ---> 0198c844aa9e [2020-07-29T04:34:35.615Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:34:35.615Z] ---> 4556230c68d8 [2020-07-29T04:34:35.615Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:34:35.615Z] ---> b12b757f43dc [2020-07-29T04:34:35.615Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:34:35.615Z] ---> Running in ba155f2183e7 [2020-07-29T04:34:35.615Z] ---> Running in c933f20e01c0 [2020-07-29T04:34:35.615Z] ---> Running in fd3c831730ca [2020-07-29T04:34:36.591Z] 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 [2020-07-29T04:34:36.873Z] 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 [2020-07-29T04:34:36.873Z] 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 [2020-07-29T04:34:39.477Z] Removing intermediate container 523232f15b97 [2020-07-29T04:34:39.477Z] ---> fbb7283f1ef8 [2020-07-29T04:34:39.478Z] [2020-07-29T04:34:39.478Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:34:39.746Z] latest: Pulling from library/alpine [2020-07-29T04:34:40.048Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:34:40.048Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:34:40.048Z] ---> a24bb4013296 [2020-07-29T04:34:40.048Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:34:40.326Z] ---> Running in a87520721fbc [2020-07-29T04:34:40.910Z] Removing intermediate container a87520721fbc [2020-07-29T04:34:40.910Z] ---> fc0577e622c7 [2020-07-29T04:34:40.910Z] Step 11/29 : USER root [2020-07-29T04:34:40.910Z] ---> Running in 268397044f77 [2020-07-29T04:34:41.182Z] Removing intermediate container 268397044f77 [2020-07-29T04:34:41.182Z] ---> 0507133fd363 [2020-07-29T04:34:41.182Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:34:41.454Z] ---> Running in 156b9e60212d [2020-07-29T04:34:41.454Z] 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 [2020-07-29T04:34:42.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:34:42.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:34:42.959Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:34:42.959Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:34:42.959Z] OK: 12749 distinct packages available [2020-07-29T04:34:43.553Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:34:43.553Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:34:43.553Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:34:44.139Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:34:44.139Z] OK: 6 MiB in 16 packages [2020-07-29T04:34:46.707Z] Removing intermediate container 156b9e60212d [2020-07-29T04:34:46.707Z] ---> eed9bd2f3f96 [2020-07-29T04:34:46.707Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:34:48.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:34:48.135Z] ---> Running in 66d1995ebfaf [2020-07-29T04:34:48.135Z] Removing intermediate container 66d1995ebfaf [2020-07-29T04:34:48.135Z] ---> 2426dc977e13 [2020-07-29T04:34:48.135Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:34:48.135Z] ---> Running in 9f903cf5159b [2020-07-29T04:34:48.553Z] Removing intermediate container 9f903cf5159b [2020-07-29T04:34:48.553Z] ---> 4c1a4f93c4fa [2020-07-29T04:34:48.553Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:34:48.553Z] ---> Running in 0ef55c56629f [2020-07-29T04:34:51.491Z] Removing intermediate container 0ef55c56629f [2020-07-29T04:34:51.491Z] ---> 4a1935be4ce4 [2020-07-29T04:34:51.491Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:34:52.471Z] ---> d862a2fdae47 [2020-07-29T04:34:52.471Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:34:53.058Z] ---> cab2276139b7 [2020-07-29T04:34:53.058Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:34:53.632Z] ---> c9ead13bec57 [2020-07-29T04:34:53.632Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:34:55.575Z] ---> cc3d54f3b8ca [2020-07-29T04:34:55.575Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:34:56.160Z] Removing intermediate container 497b44187ad3 [2020-07-29T04:34:56.160Z] ---> dac78fa254f4 [2020-07-29T04:34:56.160Z] [2020-07-29T04:34:56.160Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:34:56.423Z] ---> 0aa83850ed4b [2020-07-29T04:34:56.423Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:34:56.423Z] 3.10: Pulling from library/alpine [2020-07-29T04:34:56.705Z] ---> Running in f0255c0a76e6 [2020-07-29T04:34:57.673Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:34:57.673Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:34:57.673Z] ---> be4e4bea2c2e [2020-07-29T04:34:57.673Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:34:58.268Z] ---> Running in 577d9b6b093f [2020-07-29T04:34:59.252Z] Removing intermediate container f0255c0a76e6 [2020-07-29T04:34:59.252Z] ---> f078923c0492 [2020-07-29T04:34:59.252Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:34:59.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:34:59.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:34:59.797Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:34:59.797Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:34:59.797Z] OK: 10346 distinct packages available [2020-07-29T04:34:59.797Z] ---> ce063a7b249d [2020-07-29T04:34:59.797Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:34:59.797Z] ---> Running in 15db11fe6322 [2020-07-29T04:35:00.063Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:35:00.063Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:35:00.063Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:35:00.063Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:35:00.063Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:35:00.063Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:35:00.063Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:35:00.343Z] OK: 7 MiB in 19 packages [2020-07-29T04:35:01.850Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:35:03.670Z] Removing intermediate container 577d9b6b093f [2020-07-29T04:35:03.671Z] ---> 6fcc26934d3a [2020-07-29T04:35:03.671Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:35:03.671Z] Removing intermediate container ba155f2183e7 [2020-07-29T04:35:03.671Z] ---> 71ebb8f88202 [2020-07-29T04:35:03.671Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:35:03.671Z] Removing intermediate container 15db11fe6322 [2020-07-29T04:35:03.671Z] ---> c027583059d8 [2020-07-29T04:35:03.671Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:35:03.671Z] ---> Running in baebe8d55354 [2020-07-29T04:35:03.671Z] ---> Running in b5c66e8a0cae [2020-07-29T04:35:03.934Z] ---> Running in 6adc2da560b9 [2020-07-29T04:35:04.508Z] Removing intermediate container b5c66e8a0cae [2020-07-29T04:35:04.508Z] ---> 1d1fe34bccb0 [2020-07-29T04:35:04.508Z] Step 13/26 : WORKDIR / [2020-07-29T04:35:04.508Z] 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 [2020-07-29T04:35:05.083Z] ---> Running in 3b322e8b7e66 [2020-07-29T04:35:06.033Z] Removing intermediate container 3b322e8b7e66 [2020-07-29T04:35:06.033Z] ---> 7b51e3e2df7c [2020-07-29T04:35:06.033Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:35:08.585Z] ---> 9f3bf01b3e9c [2020-07-29T04:35:08.585Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:35:08.585Z] Removing intermediate container 6adc2da560b9 [2020-07-29T04:35:08.585Z] ---> a89996e41b28 [2020-07-29T04:35:08.585Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:35:08.848Z] Removing intermediate container c933f20e01c0 [2020-07-29T04:35:08.848Z] ---> 8985af928fb1 [2020-07-29T04:35:08.848Z] [2020-07-29T04:35:08.848Z] Step 10/23 : FROM scratch [2020-07-29T04:35:08.848Z] ---> [2020-07-29T04:35:08.848Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:35:08.848Z] ---> Running in 482490dfdf37 [2020-07-29T04:35:09.113Z] Removing intermediate container baebe8d55354 [2020-07-29T04:35:09.113Z] ---> 24d86b81a6d4 [2020-07-29T04:35:09.113Z] [2020-07-29T04:35:09.113Z] Step 11/26 : FROM docker:latest [2020-07-29T04:35:09.113Z] ---> 81f5749c9058 [2020-07-29T04:35:09.113Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:35:09.113Z] ---> 14259196ce5d [2020-07-29T04:35:09.113Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:09.375Z] ---> Running in 392ca54b2575 [2020-07-29T04:35:09.375Z] ---> Running in e7a7477269d3 [2020-07-29T04:35:09.375Z] Removing intermediate container 482490dfdf37 [2020-07-29T04:35:09.375Z] ---> 328fb9f3059b [2020-07-29T04:35:09.375Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:35:11.931Z] ---> Running in 395617dbd4c5 [2020-07-29T04:35:11.931Z] Removing intermediate container 392ca54b2575 [2020-07-29T04:35:11.931Z] ---> 57855c7e62e2 [2020-07-29T04:35:11.931Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:35:11.931Z] ---> e1044fc9dcd6 [2020-07-29T04:35:11.931Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:35:11.931Z] ---> Running in 94604729a52d [2020-07-29T04:35:11.931Z] Removing intermediate container fd3c831730ca [2020-07-29T04:35:11.931Z] ---> 395fef37844a [2020-07-29T04:35:11.931Z] [2020-07-29T04:35:11.931Z] Step 10/22 : FROM alpine [2020-07-29T04:35:11.931Z] ---> a24bb4013296 [2020-07-29T04:35:11.931Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:35:11.931Z] Removing intermediate container 395617dbd4c5 [2020-07-29T04:35:11.931Z] ---> 72da14dc8422 [2020-07-29T04:35:11.931Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T04:35:11.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:12.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:12.196Z] Removing intermediate container 94604729a52d [2020-07-29T04:35:12.196Z] ---> 9651d601357a [2020-07-29T04:35:12.196Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:35:12.196Z] ---> Running in 3c024b3f4f8a [2020-07-29T04:35:12.196Z] ---> Running in 2b0938acfac9 [2020-07-29T04:35:12.196Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:35:12.196Z] ---> f3019179c65e [2020-07-29T04:35:12.196Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:35:12.196Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:35:12.460Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:35:12.460Z] ---> Running in e78d109616dc [2020-07-29T04:35:12.460Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:35:12.460Z] OK: 12 MiB in 22 packages [2020-07-29T04:35:12.460Z] Removing intermediate container 3c024b3f4f8a [2020-07-29T04:35:12.460Z] ---> f40cb2134ff4 [2020-07-29T04:35:12.460Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:35:12.460Z] Removing intermediate container 2b0938acfac9 [2020-07-29T04:35:12.460Z] ---> 3175fc44ea9e [2020-07-29T04:35:12.460Z] Step 28/29 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:35:15.041Z] Removing intermediate container e78d109616dc [2020-07-29T04:35:15.041Z] ---> 8d6efb2c1d0c [2020-07-29T04:35:15.041Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:35:15.041Z] ---> Running in 9145bd3f2f08 [2020-07-29T04:35:15.041Z] ---> Running in 9e8d2650220c [2020-07-29T04:35:15.041Z] ---> 86af81cd387c [2020-07-29T04:35:15.041Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:35:15.041Z] Removing intermediate container 9e8d2650220c [2020-07-29T04:35:15.041Z] ---> 1a478cee75c7 [2020-07-29T04:35:15.041Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:35:15.041Z] Removing intermediate container 9145bd3f2f08 [2020-07-29T04:35:15.041Z] ---> 33739ce01812 [2020-07-29T04:35:15.041Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:35:15.306Z] ---> Running in dbf17f359346 [2020-07-29T04:35:15.306Z] ---> Running in 00b1d5caca62 [2020-07-29T04:35:15.306Z] ---> c02f03c67a69 [2020-07-29T04:35:15.306Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:35:15.306Z] Removing intermediate container e7a7477269d3 [2020-07-29T04:35:15.306Z] ---> 195207fbbd82 [2020-07-29T04:35:15.306Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:35:15.576Z] ---> 9d0f8a2e3db3 [2020-07-29T04:35:15.576Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:35:15.576Z] ---> Running in ae7da39d83d7 [2020-07-29T04:35:15.839Z] Removing intermediate container 00b1d5caca62 [2020-07-29T04:35:15.839Z] ---> 6045bda2c3c7 [2020-07-29T04:35:15.839Z] [2020-07-29T04:35:16.099Z] Successfully built 6045bda2c3c7 [2020-07-29T04:35:16.363Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T04:35:16.363Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-07-29T04:35:16.363Z] Removing intermediate container dbf17f359346 [2020-07-29T04:35:16.363Z] ---> ffa97c3087a6 [2020-07-29T04:35:16.363Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:17.334Z] ---> Running in b651816dd57f [2020-07-29T04:35:17.603Z] ---> fc777e81f91c [2020-07-29T04:35:17.603Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:35:17.603Z] ---> d4ad1f82cd69 [2020-07-29T04:35:17.603Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:35:20.163Z] ---> 8580b5356068 [2020-07-29T04:35:20.163Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:35:20.196Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:35:20.196Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:35:20.426Z] ---> Running in c183d2a40f61 [2020-07-29T04:35:20.426Z] ---> f45f9a6fb7f8 [2020-07-29T04:35:20.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:35:20.693Z] Removing intermediate container ae7da39d83d7 [2020-07-29T04:35:20.693Z] ---> 37aeb46630d8 [2020-07-29T04:35:20.693Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:35:22.091Z] ---> a185caac29be [2020-07-29T04:35:22.091Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:35:22.091Z] ---> Running in 3de8ee2a1739 [2020-07-29T04:35:24.657Z] Removing intermediate container 3de8ee2a1739 [2020-07-29T04:35:24.657Z] ---> 212b8ee6b3a6 [2020-07-29T04:35:24.657Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:35:24.657Z] Removing intermediate container b651816dd57f [2020-07-29T04:35:24.657Z] ---> f12877d7a624 [2020-07-29T04:35:24.657Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:35:24.657Z] ---> 4c37c83db81a [2020-07-29T04:35:24.657Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:26.042Z] ---> Running in e762c15e9d46 [2020-07-29T04:35:26.042Z] ---> Running in 87b263cb67d7 [2020-07-29T04:35:26.986Z] ---> 2d9574ec4fac [2020-07-29T04:35:26.986Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:35:27.248Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:27.248Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:27.508Z] ---> 3fb1fbabe424 [2020-07-29T04:35:27.508Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:35:27.508Z] ---> Using cache [2020-07-29T04:35:27.508Z] ---> afcbb7762a04 [2020-07-29T04:35:27.508Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:27.508Z] ---> Using cache [2020-07-29T04:35:27.508Z] ---> 0daa76aa51cc [2020-07-29T04:35:27.508Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:35:28.458Z] Removing intermediate container c183d2a40f61 [2020-07-29T04:35:28.458Z] ---> 015c9f30126c [2020-07-29T04:35:28.458Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:35:28.458Z] Removing intermediate container e762c15e9d46 [2020-07-29T04:35:28.458Z] ---> 7d64898436f6 [2020-07-29T04:35:28.458Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:35:28.458Z] ---> Running in 86a4dbc27943 [2020-07-29T04:35:28.458Z] ---> Running in a0849b585a14 [2020-07-29T04:35:28.458Z] ---> Running in 20f0d2ffd64d [2020-07-29T04:35:28.458Z] ---> Running in dd7b09e38d94 [2020-07-29T04:35:28.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:28.725Z] Removing intermediate container a0849b585a14 [2020-07-29T04:35:28.725Z] ---> b342676039d1 [2020-07-29T04:35:28.725Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T04:35:28.989Z] Removing intermediate container 20f0d2ffd64d [2020-07-29T04:35:28.989Z] ---> 86f9610313ac [2020-07-29T04:35:28.989Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:35:28.989Z] Removing intermediate container dd7b09e38d94 [2020-07-29T04:35:28.989Z] ---> 204b43db66ab [2020-07-29T04:35:28.989Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:35:28.989Z] ---> Running in 13dd5d9b781b [2020-07-29T04:35:28.989Z] ---> Running in 2b22da6a6bf5 [2020-07-29T04:35:29.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:29.253Z] Removing intermediate container 13dd5d9b781b [2020-07-29T04:35:29.253Z] ---> 107698d2a6ad [2020-07-29T04:35:29.253Z] Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:35:29.253Z] Removing intermediate container 2b22da6a6bf5 [2020-07-29T04:35:29.253Z] ---> 376e7104f5f8 [2020-07-29T04:35:29.253Z] Step 22/23 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:35:29.520Z] ---> Running in 00082cbe7007 [2020-07-29T04:35:29.520Z] ---> Running in b8929945213e [2020-07-29T04:35:29.520Z] ---> 4a1121794fa0 [2020-07-29T04:35:29.520Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:29.785Z] Removing intermediate container b8929945213e [2020-07-29T04:35:29.785Z] ---> 20cb3d8cd8a7 [2020-07-29T04:35:29.785Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:35:29.785Z] Removing intermediate container 00082cbe7007 [2020-07-29T04:35:29.785Z] ---> 8563dd432b46 [2020-07-29T04:35:29.785Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:35:29.785Z] ---> Running in a2feb70c3737 [2020-07-29T04:35:29.785Z] ---> Running in ed776ba9612a [2020-07-29T04:35:29.785Z] ---> c756ab9ea64c [2020-07-29T04:35:29.785Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:35:30.046Z] Removing intermediate container ed776ba9612a [2020-07-29T04:35:30.046Z] ---> 261904f3aef5 [2020-07-29T04:35:30.046Z] [2020-07-29T04:35:30.046Z] Removing intermediate container a2feb70c3737 [2020-07-29T04:35:30.046Z] ---> ebd9e7a35713 [2020-07-29T04:35:30.046Z] [2020-07-29T04:35:30.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:30.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:30.046Z] Successfully built 261904f3aef5 [2020-07-29T04:35:30.307Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T04:35:30.307Z] Building docker-support-scheduler-go [2020-07-29T04:35:30.307Z]  Building docker-support-notifications-go ... done Successfully built ebd9e7a35713 [2020-07-29T04:35:30.307Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T04:35:30.307Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-07-29T04:35:30.307Z] ---> efae0712bdbf [2020-07-29T04:35:30.307Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:35:30.307Z] ---> Running in e740b8d9c609 [2020-07-29T04:35:30.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2020-07-29T04:35:30.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:35:30.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:35:30.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:35:30.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:35:30.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:35:30.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:31.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:31.164Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:31.164Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:31.164Z] OK: 12749 distinct packages available [2020-07-29T04:35:31.424Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:35:31.424Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:35:32.364Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:35:32.364Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:32.364Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:35:32.364Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:35:32.626Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:35:32.626Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:35:32.626Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:35:32.626Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:35:32.888Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:35:33.830Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:35:34.402Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:35:34.402Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:35:34.801Z] OK: 8 MiB in 19 packages [2020-07-29T04:35:37.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.4% of statements [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:35:37.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:35:37.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements [2020-07-29T04:35:37.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:35:39.598Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:35:39.599Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:35:39.599Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:35:39.599Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:35:39.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.246s coverage: 29.3% of statements [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:35:39.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:35:39.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2020-07-29T04:35:39.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:35:39.859Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:35:39.859Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:35:39.859Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:35:40.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.078s coverage: 89.8% of statements [2020-07-29T04:35:40.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:35:40.430Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:35:40.694Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:35:40.957Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:35:40.957Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:35:40.957Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:35:40.957Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:35:41.908Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:35:42.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:35:42.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 100.0% of statements [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:35:42.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:35:42.008Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-07-29T04:35:42.852Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:35:43.796Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:35:44.740Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:35:45.687Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:35:45.687Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:35:46.262Z] Removing intermediate container 86a4dbc27943 [2020-07-29T04:35:46.262Z] ---> 556af1685501 [2020-07-29T04:35:46.262Z] Step 6/20 : COPY go.mod . [2020-07-29T04:35:46.262Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:35:46.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements [2020-07-29T04:35:46.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:35:46.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:35:46.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-07-29T04:35:46.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.347s coverage: 55.9% of statements [2020-07-29T04:35:46.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:35:46.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:35:46.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:35:46.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:35:46.524Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:35:46.784Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:35:46.784Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:35:47.734Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:35:47.734Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:35:47.734Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:35:48.002Z] Removing intermediate container 87b263cb67d7 [2020-07-29T04:35:48.002Z] ---> 3adf2f430e59 [2020-07-29T04:35:48.002Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:35:49.934Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:35:49.934Z] OK: 71 MiB in 55 packages [2020-07-29T04:35:51.855Z] ---> 7e49d230df0c [2020-07-29T04:35:51.855Z] Step 7/20 : RUN go mod download [2020-07-29T04:35:51.855Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:51.855Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:51.855Z] ---> 3fb1fbabe424 [2020-07-29T04:35:51.855Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> afcbb7762a04 [2020-07-29T04:35:51.855Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> 0daa76aa51cc [2020-07-29T04:35:51.855Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> 556af1685501 [2020-07-29T04:35:51.855Z] Step 6/21 : COPY go.mod . [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> 7e49d230df0c [2020-07-29T04:35:51.855Z] Step 7/21 : RUN go mod download [2020-07-29T04:35:51.855Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:51.855Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:51.855Z] ---> 3fb1fbabe424 [2020-07-29T04:35:51.855Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> afcbb7762a04 [2020-07-29T04:35:51.855Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> 0daa76aa51cc [2020-07-29T04:35:51.855Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> 556af1685501 [2020-07-29T04:35:51.855Z] Step 6/20 : COPY go.mod . [2020-07-29T04:35:51.855Z] ---> Using cache [2020-07-29T04:35:51.855Z] ---> 7e49d230df0c [2020-07-29T04:35:51.855Z] Step 7/20 : RUN go mod download [2020-07-29T04:35:53.241Z] ---> acdf64c3fbaf [2020-07-29T04:35:53.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:35:53.241Z] ---> Running in dc4b0cf917b0 [2020-07-29T04:35:53.241Z] ---> Running in fb67ceff0a1e [2020-07-29T04:35:53.241Z] ---> Running in 685f743ef55b [2020-07-29T04:35:54.650Z] ---> 08a488880072 [2020-07-29T04:35:54.650Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:35:56.045Z] ---> e01422a666e5 [2020-07-29T04:35:56.045Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:35:56.989Z] ---> Running in 66e7fe3ffebd [2020-07-29T04:35:58.373Z] Removing intermediate container 66e7fe3ffebd [2020-07-29T04:35:58.373Z] ---> 3dac7f20e708 [2020-07-29T04:35:58.373Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.759s coverage: 86.3% of statements [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.010s coverage: 72.2% of statements [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.465s coverage: 72.1% of statements [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.105s coverage: 96.8% of statements [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.152s coverage: 26.9% of statements [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:35:58.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.373s coverage: 84.1% of statements [2020-07-29T04:35:58.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2020-07-29T04:35:59.756Z] Removing intermediate container 685f743ef55b [2020-07-29T04:35:59.756Z] ---> 3caf6bfae7a4 [2020-07-29T04:35:59.756Z] Step 8/20 : COPY . . [2020-07-29T04:36:00.329Z] ---> Running in c3501aa4a9ee [2020-07-29T04:36:02.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.069s coverage: 43.1% of statements [2020-07-29T04:36:02.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:36:02.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:36:02.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements [2020-07-29T04:36:02.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:36:02.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.065s coverage: 83.8% of statements [2020-07-29T04:36:02.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:36:03.632Z] Removing intermediate container fb67ceff0a1e [2020-07-29T04:36:03.632Z] ---> 2b3effb21a19 [2020-07-29T04:36:03.632Z] Step 8/21 : COPY . . [2020-07-29T04:36:03.632Z] Removing intermediate container dc4b0cf917b0 [2020-07-29T04:36:03.632Z] ---> 95618dfce05d [2020-07-29T04:36:03.632Z] Step 8/20 : COPY . . [2020-07-29T04:36:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 46.1% of statements [2020-07-29T04:36:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:36:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:36:06.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-07-29T04:36:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:36:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:36:06.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:36:06.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2020-07-29T04:36:06.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:36:08.932Z] Removing intermediate container c3501aa4a9ee [2020-07-29T04:36:08.932Z] ---> 527731cb38f0 [2020-07-29T04:36:08.932Z] Step 21/22 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:36:09.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements [2020-07-29T04:36:09.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:36:12.245Z] Removing intermediate container e740b8d9c609 [2020-07-29T04:36:12.246Z] ---> 3bc9ab6e4466 [2020-07-29T04:36:12.246Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:36:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.320s coverage: 29.1% of statements [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:36:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:36:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:36:12.796Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.015s coverage: 0.0% of statements [2020-07-29T04:36:12.796Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:36:15.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-07-29T04:36:15.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:36:15.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:36:15.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:36:15.436Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:36:16.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2020-07-29T04:36:16.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:36:16.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:36:16.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements [2020-07-29T04:36:17.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-07-29T04:36:17.542Z] ---> Running in 18fa977cbdc9 [2020-07-29T04:36:18.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-29T04:36:19.471Z] ---> Running in 51ef3d7af58b [2020-07-29T04:36:19.585Z] GO111MODULE=on go vet ./... [2020-07-29T04:36:21.402Z] Removing intermediate container 18fa977cbdc9 [2020-07-29T04:36:21.402Z] ---> 2788982898bc [2020-07-29T04:36:21.402Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:36:23.961Z] ---> Running in 5fce25190999 [2020-07-29T04:36:26.535Z] Removing intermediate container 5fce25190999 [2020-07-29T04:36:26.535Z] ---> b0f206944722 [2020-07-29T04:36:26.535Z] [2020-07-29T04:36:26.535Z] Successfully built b0f206944722 [2020-07-29T04:36:26.535Z] Successfully tagged docker-core-data-go:latest [2020-07-29T04:36:26.535Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-07-29T04:36:29.839Z] ---> b60914eb1d0e [2020-07-29T04:36:29.839Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:36:33.137Z] ---> 46f161da491b [2020-07-29T04:36:33.137Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:36:33.715Z] ---> Running in f334bdb7ca66 [2020-07-29T04:36:33.715Z] Collecting docker-compose==1.23.2 [2020-07-29T04:36:33.715Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:36:33.978Z] ---> Running in 1df08ad7b4c3 [2020-07-29T04:36:34.239Z] ---> 714a1bb293b3 [2020-07-29T04:36:34.239Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:36:34.239Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:36:34.239Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:36:35.222Z] ---> Running in 72a2d6c7e4f5 [2020-07-29T04:36:35.222Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:36:35.842Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:36:36.130Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:36:36.130Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:36:36.130Z] 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 [2020-07-29T04:36:36.735Z] 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 [2020-07-29T04:36:37.000Z] 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 [2020-07-29T04:36:37.896Z] gofmt -l . [2020-07-29T04:36:38.939Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:36:38.939Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:36:38.939Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:36:38.939Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:36:38.939Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:36:39.861Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:36:40.337Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:36:40.337Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:36:41.744Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:36:41.744Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:36:41.744Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:36:41.744Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:36:41.744Z] ---> 3fb1fbabe424 [2020-07-29T04:36:41.744Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:36:41.744Z] ---> Using cache [2020-07-29T04:36:41.744Z] ---> afcbb7762a04 [2020-07-29T04:36:41.744Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:36:41.744Z] ---> Using cache [2020-07-29T04:36:41.744Z] ---> 0daa76aa51cc [2020-07-29T04:36:41.744Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:36:42.473Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:36:42.696Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:36:42.696Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:36:42.958Z] ---> Running in f178fe93fb1e [2020-07-29T04:36:43.070Z] ./bin/test-attribution-txt.sh [2020-07-29T04:36:43.226Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:36:43.226Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:36:43.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:44.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:36:44.769Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:36:44.769Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:36:45.034Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:36:45.034Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:36:45.034Z] 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) [2020-07-29T04:36:45.034Z] 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) [2020-07-29T04:36:45.305Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:36:45.305Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:36:45.305Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:36:45.305Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:36:45.305Z] OK: 12749 distinct packages available [2020-07-29T04:36:45.305Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:36:45.305Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:36:45.305Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:36:45.305Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:36:45.567Z] Installing collected packages: cached-property, idna, urllib3, requests, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, docopt, texttable, PyYAML, docker-compose [2020-07-29T04:36:45.567Z] Attempting uninstall: idna [2020-07-29T04:36:45.567Z] Found existing installation: idna 2.9 [2020-07-29T04:36:45.567Z] Uninstalling idna-2.9: [2020-07-29T04:36:45.567Z] OK: 233 MiB in 51 packages [2020-07-29T04:36:45.567Z] Successfully uninstalled idna-2.9 [2020-07-29T04:36:45.834Z] OK: 233 MiB in 51 packages [2020-07-29T04:36:45.834Z] Attempting uninstall: urllib3 [2020-07-29T04:36:45.834Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:36:46.100Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:36:46.367Z] Successfully uninstalled urllib3-1.25.9 [Pipeline] sh [2020-07-29T04:36:47.137Z] + ls -al . [2020-07-29T04:36:47.137Z] total 588 [2020-07-29T04:36:47.137Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:36 . [2020-07-29T04:36:47.137Z] drwxr-xr-x 4 root root 4096 Jul 29 04:34 .. [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:32 .dockerignore [2020-07-29T04:36:47.137Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:32 .git [2020-07-29T04:36:47.137Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:32 .github [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:32 .gitignore [2020-07-29T04:36:47.137Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:32 .semver [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:32 .sonarcloud.properties [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:32 CONTRIBUTING.md [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:32 Dockerfile.build [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:32 Jenkinsfile [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:32 LICENSE [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:32 Makefile [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:32 README.md [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:32 SECURITY.md [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:30 VERSION [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:32 ZMQWindows.md [2020-07-29T04:36:47.137Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:32 api [2020-07-29T04:36:47.137Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 04:32 bin [2020-07-29T04:36:47.137Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:32 cmd [2020-07-29T04:36:47.137Z] -rw-r--r-- 1 root root 456067 Jul 29 04:36 coverage.out [2020-07-29T04:36:47.137Z] -rw-r--r-- 1 root root 1019 Jul 29 04:36 go.mod [2020-07-29T04:36:47.137Z] -rw-r--r-- 1 root root 18146 Jul 29 04:36 go.sum [2020-07-29T04:36:47.137Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:32 internal [2020-07-29T04:36:47.137Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:32 snap [2020-07-29T04:36:47.137Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:32 version.go [Pipeline] sh [2020-07-29T04:36:47.786Z] Attempting uninstall: requests [2020-07-29T04:36:47.787Z] Found existing installation: requests 2.23.0 [2020-07-29T04:36:47.787Z] Uninstalling requests-2.23.0: [2020-07-29T04:36:47.787Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:36:47.787Z] Running setup.py install for dockerpty: started [2020-07-29T04:36:47.791Z] + '[' -e coverage.out ] [2020-07-29T04:36:47.791Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:36:47.845Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T04:36:48.057Z] Removing intermediate container f178fe93fb1e [2020-07-29T04:36:48.057Z] ---> 3567704e1efa [2020-07-29T04:36:48.057Z] Step 6/21 : COPY go.mod . [2020-07-29T04:36:48.650Z] ---> 79e8fff10133 [2020-07-29T04:36:48.650Z] Step 7/21 : RUN go mod download [2020-07-29T04:36:48.650Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:36:48.650Z] ---> Running in 462b8365f138 [2020-07-29T04:36:49.137Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:36:49.236Z] Running setup.py install for docopt: started [2020-07-29T04:36:49.849Z] + make build [2020-07-29T04:36:49.849Z] 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 [2020-07-29T04:36:50.196Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:36:50.196Z] Running setup.py install for texttable: started [2020-07-29T04:36:51.165Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:36:51.165Z] Running setup.py install for PyYAML: started [2020-07-29T04:36:51.435Z] Removing intermediate container 462b8365f138 [2020-07-29T04:36:51.435Z] ---> e3ff8bba6028 [2020-07-29T04:36:51.435Z] Step 8/21 : COPY . . [2020-07-29T04:36:52.026Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:36:53.979Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-07-29T04:37:04.071Z] Removing intermediate container 51ef3d7af58b [2020-07-29T04:37:04.071Z] ---> 7c73c6c4bc35 [2020-07-29T04:37:04.071Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:37:09.379Z] ---> Running in d6ae9e512825 [2020-07-29T04:37:10.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:10.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:11.034Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:37:11.034Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:37:11.034Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:37:11.034Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:11.034Z] OK: 72 MiB in 58 packages [2020-07-29T04:37:12.075Z] 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 [2020-07-29T04:37:16.442Z] Removing intermediate container f334bdb7ca66 [2020-07-29T04:37:16.442Z] ---> a171e21102f3 [2020-07-29T04:37:16.442Z] [2020-07-29T04:37:16.442Z] Step 10/20 : FROM alpine [2020-07-29T04:37:16.442Z] ---> a24bb4013296 [2020-07-29T04:37:16.442Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:37:17.828Z] ---> 69b68252d4fd [2020-07-29T04:37:17.828Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:37:18.769Z] Removing intermediate container d6ae9e512825 [2020-07-29T04:37:18.769Z] ---> f1ad360358c8 [2020-07-29T04:37:18.769Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:19.030Z] Removing intermediate container 1df08ad7b4c3 [2020-07-29T04:37:19.030Z] ---> 1c7e93f822f1 [2020-07-29T04:37:19.030Z] [2020-07-29T04:37:19.030Z] Step 10/20 : FROM scratch [2020-07-29T04:37:19.030Z] ---> [2020-07-29T04:37:19.030Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:37:19.030Z] ---> Running in 013b344ed0fe [2020-07-29T04:37:19.030Z] ---> Running in 5310ae560b14 [2020-07-29T04:37:19.030Z] Removing intermediate container 72a2d6c7e4f5 [2020-07-29T04:37:19.030Z] ---> fbb4e0971fef [2020-07-29T04:37:19.030Z] [2020-07-29T04:37:19.030Z] Step 10/21 : FROM scratch [2020-07-29T04:37:19.030Z] ---> [2020-07-29T04:37:19.030Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:37:19.030Z] ---> Running in 751a5fa20ff6 [2020-07-29T04:37:19.605Z] ---> Running in 2e89bd6ac9e6 [2020-07-29T04:37:19.605Z] ---> Running in faeb43d01b9e [2020-07-29T04:37:19.605Z] Removing intermediate container 751a5fa20ff6 [2020-07-29T04:37:19.605Z] ---> 9e706533c028 [2020-07-29T04:37:19.605Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:37:19.605Z] ---> Running in d00b0b9420bd [2020-07-29T04:37:19.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:37:19.874Z] Removing intermediate container 2e89bd6ac9e6 [2020-07-29T04:37:19.874Z] ---> 9065f5b7d31e [2020-07-29T04:37:19.874Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:37:19.874Z] Removing intermediate container faeb43d01b9e [2020-07-29T04:37:19.874Z] ---> 4ba2433d9828 [2020-07-29T04:37:19.874Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:37:19.874Z] ---> Running in 459ad5689787 [2020-07-29T04:37:19.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:19.874Z] ---> Running in 04fd822f170d [2020-07-29T04:37:20.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:20.159Z] Removing intermediate container d00b0b9420bd [2020-07-29T04:37:20.159Z] ---> 257a12d203f9 [2020-07-29T04:37:20.159Z] Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:37:20.159Z] ---> Running in f93808f796a4 [2020-07-29T04:37:20.159Z] Removing intermediate container 04fd822f170d [2020-07-29T04:37:20.159Z] ---> a46a8763b7d4 [2020-07-29T04:37:20.159Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:37:20.159Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:37:20.159Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:37:20.159Z] OK: 12749 distinct packages available [2020-07-29T04:37:20.159Z] Removing intermediate container 459ad5689787 [2020-07-29T04:37:20.159Z] ---> 4c73e7f6ebd1 [2020-07-29T04:37:20.159Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:37:20.420Z] ---> Running in 2416b5e26175 [2020-07-29T04:37:20.420Z] ---> Running in cdfb5dd28f07 [2020-07-29T04:37:20.420Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:37:20.420Z] Removing intermediate container f93808f796a4 [2020-07-29T04:37:20.420Z] ---> fbd794f7f3a3 [2020-07-29T04:37:20.420Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:37:20.420Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:37:20.420Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:37:20.685Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:37:20.685Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:20.685Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:37:20.685Z] OK: 7 MiB in 18 packages [2020-07-29T04:37:20.947Z] ---> Running in 45557ed3649d [2020-07-29T04:37:21.217Z] Removing intermediate container 2416b5e26175 [2020-07-29T04:37:21.217Z] ---> d46e3f0673bc [2020-07-29T04:37:21.217Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:37:21.217Z] Removing intermediate container cdfb5dd28f07 [2020-07-29T04:37:21.217Z] ---> f07826a97ecb [2020-07-29T04:37:21.217Z] Step 14/21 : WORKDIR / [2020-07-29T04:37:21.495Z] ---> Running in 9d12d682206a [2020-07-29T04:37:21.768Z] Removing intermediate container 45557ed3649d [2020-07-29T04:37:21.768Z] ---> 4f1cdc68ab44 [2020-07-29T04:37:21.768Z] [2020-07-29T04:37:22.338Z] ---> 159a024ac52f [2020-07-29T04:37:22.338Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:37:22.599Z] Successfully built 4f1cdc68ab44 [2020-07-29T04:37:23.581Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T04:37:23.581Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-07-29T04:37:23.581Z] Removing intermediate container 9d12d682206a [2020-07-29T04:37:23.581Z] ---> 47298b8f68f3 [2020-07-29T04:37:23.581Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:37:23.850Z] Removing intermediate container 5310ae560b14 [2020-07-29T04:37:23.850Z] ---> 2f9014f9cd3b [2020-07-29T04:37:23.850Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:37:23.850Z] ---> eabcd6d1d936 [2020-07-29T04:37:23.850Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:24.122Z] ---> Running in 4cda6d407866 [2020-07-29T04:37:24.122Z] ---> 10c15bd14d47 [2020-07-29T04:37:24.122Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:37:24.454Z] 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 [2020-07-29T04:37:24.730Z] ---> caaf3596d459 [2020-07-29T04:37:24.730Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:24.730Z] Removing intermediate container 4cda6d407866 [2020-07-29T04:37:24.730Z] ---> 43e10b28f838 [2020-07-29T04:37:24.730Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:37:26.666Z] ---> Running in 092e104e1f36 [2020-07-29T04:37:28.065Z] ---> Running in 183ef9baa4d9 [2020-07-29T04:37:29.105Z] ---> 11fed70599e5 [2020-07-29T04:37:29.105Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:29.105Z] Removing intermediate container 092e104e1f36 [2020-07-29T04:37:29.105Z] ---> 2573f53a912e [2020-07-29T04:37:29.105Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:37:29.473Z] ---> Running in 4c506d808666 [2020-07-29T04:37:29.473Z] Removing intermediate container 183ef9baa4d9 [2020-07-29T04:37:29.473Z] ---> ca81fc9ec7f6 [2020-07-29T04:37:29.473Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:37:29.473Z] ---> fbf2989acba4 [2020-07-29T04:37:29.473Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:29.748Z] ---> Running in cf7975470e0a [2020-07-29T04:37:29.748Z] Removing intermediate container 4c506d808666 [2020-07-29T04:37:29.748Z] ---> b808625b7edb [2020-07-29T04:37:29.748Z] Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:37:29.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:37:30.329Z] ---> Running in f339af35237b [2020-07-29T04:37:30.602Z] ---> 56a5d82fcb2b [2020-07-29T04:37:30.602Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:37:31.570Z] Removing intermediate container cf7975470e0a [2020-07-29T04:37:31.570Z] ---> ceffffa59016 [2020-07-29T04:37:31.570Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:37:32.973Z] ---> Running in aa779e9bcedd [2020-07-29T04:37:32.973Z] Removing intermediate container f339af35237b [2020-07-29T04:37:32.973Z] ---> 1ac720904ddb [2020-07-29T04:37:32.973Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:37:33.238Z] ---> 90a11588fe89 [2020-07-29T04:37:33.238Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:37:33.498Z] ---> Running in 9d47a0e6157e [2020-07-29T04:37:34.070Z] ---> Running in a6ed2532e3d4 [2020-07-29T04:37:34.661Z] Removing intermediate container aa779e9bcedd [2020-07-29T04:37:34.661Z] ---> 0ee19c5c6b4c [2020-07-29T04:37:34.661Z] Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:37:35.254Z] 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 [2020-07-29T04:37:36.076Z] Removing intermediate container 9d47a0e6157e [2020-07-29T04:37:36.076Z] ---> de42cc2d7f92 [2020-07-29T04:37:36.076Z] [2020-07-29T04:37:36.076Z] ---> Running in 3c6108871c09 [2020-07-29T04:37:36.076Z] Removing intermediate container a6ed2532e3d4 [2020-07-29T04:37:36.076Z] ---> dcb8c93c7c34 [2020-07-29T04:37:36.076Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:37:36.659Z] Successfully built de42cc2d7f92 [2020-07-29T04:37:36.659Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T04:37:37.228Z]  Building docker-support-scheduler-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:37.228Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:37.228Z] ---> 3fb1fbabe424 [2020-07-29T04:37:37.228Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:37:37.228Z] ---> Using cache [2020-07-29T04:37:37.228Z] ---> afcbb7762a04 [2020-07-29T04:37:37.228Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:37.228Z] ---> Using cache [2020-07-29T04:37:37.228Z] ---> 0daa76aa51cc [2020-07-29T04:37:37.228Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:37:37.228Z] ---> Using cache [2020-07-29T04:37:37.228Z] ---> 556af1685501 [2020-07-29T04:37:37.228Z] Step 6/21 : COPY go.mod . [2020-07-29T04:37:37.228Z] ---> Using cache [2020-07-29T04:37:37.228Z] ---> 7e49d230df0c [2020-07-29T04:37:37.228Z] Step 7/21 : RUN go mod download [2020-07-29T04:37:37.228Z] ---> Using cache [2020-07-29T04:37:37.228Z] ---> 95618dfce05d [2020-07-29T04:37:37.228Z] Step 8/21 : COPY . . [2020-07-29T04:37:37.228Z] ---> Using cache [2020-07-29T04:37:37.228Z] ---> 46f161da491b [2020-07-29T04:37:37.228Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:37:38.614Z] Removing intermediate container 3c6108871c09 [2020-07-29T04:37:38.614Z] ---> 9248b94b042d [2020-07-29T04:37:38.614Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:38.614Z] ---> Running in 2d37ce4e1ff0 [2020-07-29T04:37:38.614Z] ---> Running in 5a0d3272bc5b [2020-07-29T04:37:38.614Z] ---> Running in 503d380befa8 [2020-07-29T04:37:38.878Z] Removing intermediate container 5a0d3272bc5b [2020-07-29T04:37:38.878Z] ---> 8a8975cfa77d [2020-07-29T04:37:38.878Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:37:39.139Z] Removing intermediate container 503d380befa8 [2020-07-29T04:37:39.139Z] ---> 102859610b8e [2020-07-29T04:37:39.139Z] [2020-07-29T04:37:39.139Z] Successfully built 102859610b8e [2020-07-29T04:37:39.139Z] ---> Running in 9ee509dd1868 [2020-07-29T04:37:39.139Z] Successfully tagged docker-core-command-go:latest [2020-07-29T04:37:39.406Z]  Building docker-core-command-go ... done 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 [2020-07-29T04:37:39.977Z] Removing intermediate container 9ee509dd1868 [2020-07-29T04:37:39.977Z] ---> 264dfc50ea03 [2020-07-29T04:37:39.977Z] Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:37:40.570Z] ---> Running in 3f88a8d2cb68 [2020-07-29T04:37:40.570Z] Removing intermediate container 013b344ed0fe [2020-07-29T04:37:40.570Z] ---> b9b2be652e78 [2020-07-29T04:37:40.570Z] [2020-07-29T04:37:40.570Z] Step 10/21 : FROM scratch [2020-07-29T04:37:40.570Z] ---> [2020-07-29T04:37:40.570Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:37:40.570Z] ---> Using cache [2020-07-29T04:37:40.570Z] ---> 57855c7e62e2 [2020-07-29T04:37:40.570Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:37:40.855Z] Removing intermediate container 3f88a8d2cb68 [2020-07-29T04:37:40.855Z] ---> 9da972958e1d [2020-07-29T04:37:40.855Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:37:40.855Z] ---> Running in 79a98844614a [2020-07-29T04:37:40.855Z] ---> Running in a76180fd1baa [2020-07-29T04:37:41.138Z] Removing intermediate container 79a98844614a [2020-07-29T04:37:41.138Z] ---> 1c58449189aa [2020-07-29T04:37:41.138Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:37:41.138Z] ---> Running in 61346c854740 [2020-07-29T04:37:41.138Z] Removing intermediate container a76180fd1baa [2020-07-29T04:37:41.138Z] ---> 83bfe2ac39ac [2020-07-29T04:37:41.138Z] [2020-07-29T04:37:41.411Z] Successfully built 83bfe2ac39ac [2020-07-29T04:37:41.411Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T04:37:41.411Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 61346c854740 [2020-07-29T04:37:41.411Z] ---> c80ed3212496 [2020-07-29T04:37:41.411Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:37:41.949Z] 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 [2020-07-29T04:37:41.992Z] ---> 70e67143abe9 [2020-07-29T04:37:41.992Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:37:42.253Z] ---> e2bbbc5e37a7 [2020-07-29T04:37:42.253Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:37:43.224Z] ---> 89029c34a2ad [2020-07-29T04:37:43.224Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:43.804Z] ---> 4e6ff14697b8 [2020-07-29T04:37:43.804Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:43.804Z] ---> Running in beb713d919db [2020-07-29T04:37:43.923Z] 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 [2020-07-29T04:37:44.066Z] Removing intermediate container beb713d919db [2020-07-29T04:37:44.066Z] ---> 3ece985d6dd5 [2020-07-29T04:37:44.066Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:37:44.334Z] ---> Running in 4f08308c0868 [2020-07-29T04:37:46.274Z] Removing intermediate container 4f08308c0868 [2020-07-29T04:37:46.274Z] ---> 962a9bfa66a1 [2020-07-29T04:37:46.274Z] Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:37:46.274Z] ---> Running in be9de2c561dd [2020-07-29T04:37:46.274Z] Removing intermediate container be9de2c561dd [2020-07-29T04:37:46.274Z] ---> 0d2d6e0ec13e [2020-07-29T04:37:46.274Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:46.540Z] ---> Running in e41c85fcb87c [2020-07-29T04:37:46.813Z] Removing intermediate container e41c85fcb87c [2020-07-29T04:37:46.813Z] ---> 6b223c4b1ddf [2020-07-29T04:37:46.813Z] [2020-07-29T04:37:46.813Z] Successfully built 6b223c4b1ddf [2020-07-29T04:37:46.813Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T04:37:49.325Z] 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 [2020-07-29T04:37:53.418Z]  Building docker-support-logging-go ... done Removing intermediate container 2d37ce4e1ff0 [2020-07-29T04:37:53.418Z] ---> a1997468fdea [2020-07-29T04:37:53.418Z] [2020-07-29T04:37:53.418Z] Step 10/21 : FROM scratch [2020-07-29T04:37:53.418Z] ---> [2020-07-29T04:37:53.418Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:37:53.418Z] ---> Using cache [2020-07-29T04:37:53.418Z] ---> 4ba2433d9828 [2020-07-29T04:37:53.418Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:37:53.418Z] ---> Running in 3fb8049752d9 [2020-07-29T04:37:53.418Z] Removing intermediate container 3fb8049752d9 [2020-07-29T04:37:53.418Z] ---> e05b7a53d7f7 [2020-07-29T04:37:53.418Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:37:53.418Z] ---> Running in 99b4910cae9f [2020-07-29T04:37:53.418Z] Removing intermediate container 99b4910cae9f [2020-07-29T04:37:53.418Z] ---> e65e6c1509d2 [2020-07-29T04:37:53.418Z] Step 14/21 : WORKDIR / [2020-07-29T04:37:53.418Z] ---> Running in edc34cd74846 [2020-07-29T04:37:53.418Z] Removing intermediate container edc34cd74846 [2020-07-29T04:37:53.418Z] ---> 9e78b89e17fd [2020-07-29T04:37:53.418Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:37:53.418Z] ---> 934363dd4914 [2020-07-29T04:37:53.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:37:53.679Z] ---> 18e6dbad4b05 [2020-07-29T04:37:53.679Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:53.939Z] ---> e7549e9c99f3 [2020-07-29T04:37:53.939Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:53.939Z] ---> Running in 6ba386f65880 [2020-07-29T04:37:54.199Z] Removing intermediate container 6ba386f65880 [2020-07-29T04:37:54.199Z] ---> c27c98fd50c6 [2020-07-29T04:37:54.199Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:37:54.199Z] ---> Running in 9dd4fe9c44fd [2020-07-29T04:37:54.199Z] Removing intermediate container 9dd4fe9c44fd [2020-07-29T04:37:54.199Z] ---> 8710fe4be738 [2020-07-29T04:37:54.199Z] Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:37:54.459Z] ---> Running in 3a2a18871515 [2020-07-29T04:37:54.459Z] Removing intermediate container 3a2a18871515 [2020-07-29T04:37:54.459Z] ---> ac76808a78fd [2020-07-29T04:37:54.459Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:54.459Z] ---> Running in a2973e2bfa4e [2020-07-29T04:37:54.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:37:54.723Z] Removing intermediate container a2973e2bfa4e [2020-07-29T04:37:54.723Z] ---> d016ff180c18 [2020-07-29T04:37:54.723Z] [2020-07-29T04:37:54.723Z] Successfully built d016ff180c18 [2020-07-29T04:37:54.984Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T04:37:55.280Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-07-29T04:37:55.333Z] $ docker stop --time=1 c25588dac868f5a6bd5f7a41f2cf5524f8545bee88b7b7d97c0a88818b7e1d9f [2020-07-29T04:37:57.142Z] $ docker rm -f c25588dac868f5a6bd5f7a41f2cf5524f8545bee88b7b7d97c0a88818b7e1d9f [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:37:57.694Z] + docker images [2020-07-29T04:37:57.694Z] + grep docker [2020-07-29T04:37:57.694Z] docker-core-metadata-go latest d016ff180c18 3 seconds ago 14.4MB [2020-07-29T04:37:57.694Z] docker-support-logging-go latest 6b223c4b1ddf 11 seconds ago 11.8MB [2020-07-29T04:37:57.694Z] docker-security-proxy-setup-go latest 83bfe2ac39ac 16 seconds ago 16.4MB [2020-07-29T04:37:57.694Z] docker-core-command-go latest 102859610b8e 19 seconds ago 13MB [2020-07-29T04:37:57.694Z] docker-support-scheduler-go latest de42cc2d7f92 23 seconds ago 13.1MB [2020-07-29T04:37:57.694Z] docker-sys-mgmt-agent-go latest 4f1cdc68ab44 36 seconds ago 284MB [2020-07-29T04:37:57.694Z] docker-core-data-go latest b0f206944722 About a minute ago 23.8MB [2020-07-29T04:37:57.694Z] docker-security-secretstore-setup-go latest ebd9e7a35713 2 minutes ago 33.9MB [2020-07-29T04:37:57.694Z] docker-support-notifications-go latest 261904f3aef5 2 minutes ago 14.4MB [2020-07-29T04:37:57.694Z] docker-security-secrets-setup-go latest 6045bda2c3c7 2 minutes ago 25.1MB [2020-07-29T04:37:57.694Z] docker latest 81f5749c9058 4 weeks ago 211MB [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] } [2020-07-29T04:37:58.093Z] 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T04:38:03.487Z] 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 [2020-07-29T04:38:08.889Z] 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 [2020-07-29T04:38:13.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:38:17.490Z] $ docker stop --time=1 74fe5bff43f84dcd87309ad63a579c8ad6b58aa589e9ddf45c0affb8bfff402d [2020-07-29T04:38:19.949Z] $ docker rm -f 74fe5bff43f84dcd87309ad63a579c8ad6b58aa589e9ddf45c0affb8bfff402d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:38:21.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:38:21.791Z] [2020-07-29T04:38:21.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:38:22.164Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:38:22.436Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T04:38:22.436Z] 29e5d40040c1: Pulling fs layer [2020-07-29T04:38:22.436Z] 1ce36da41761: Pulling fs layer [2020-07-29T04:38:22.436Z] 25b303627fd3: Pulling fs layer [2020-07-29T04:38:22.436Z] 29e5d40040c1: Verifying Checksum [2020-07-29T04:38:22.436Z] 29e5d40040c1: Download complete [2020-07-29T04:38:23.035Z] 1ce36da41761: Verifying Checksum [2020-07-29T04:38:23.035Z] 1ce36da41761: Download complete [2020-07-29T04:38:23.035Z] 29e5d40040c1: Pull complete [2020-07-29T04:38:24.466Z] 1ce36da41761: Pull complete [2020-07-29T04:38:24.737Z] 25b303627fd3: Download complete [2020-07-29T04:38:34.869Z] 25b303627fd3: Pull complete [2020-07-29T04:38:34.869Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T04:38:34.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:38:34.870Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T04:38:35.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-1385 does not seem to be running inside a container [2020-07-29T04:38:35.200Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 [2020-07-29T04:38:38.726Z] $ docker top 9bfc9e22a867d0a54a361aee1aa4dd90437a88d574bac4cc7053a5a6524f325f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:38:40.159Z] + docker-compose build --help [2020-07-29T04:38:40.159Z] + grep parallel [2020-07-29T04:38:44.442Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:38:44.446Z] $ docker stop --time=1 9bfc9e22a867d0a54a361aee1aa4dd90437a88d574bac4cc7053a5a6524f325f [2020-07-29T04:38:46.364Z] $ docker rm -f 9bfc9e22a867d0a54a361aee1aa4dd90437a88d574bac4cc7053a5a6524f325f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:38:47.159Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:38:47.159Z] . [Pipeline] withDockerContainer [2020-07-29T04:38:47.389Z] prd-ubuntu18.04-docker-arm64-4c-16g-1385 does not seem to be running inside a container [2020-07-29T04:38:47.448Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64:latest cat [2020-07-29T04:38:48.688Z] $ docker top 13a2b0e2491ea5fa8b7f224628c890258786d9e08a458af1251262f3ed64952e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:38:49.671Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:38:53.989Z] Building docker-core-command-go ... [2020-07-29T04:38:53.989Z] Building docker-core-data-go ... [2020-07-29T04:38:53.989Z] Building docker-core-metadata-go ... [2020-07-29T04:38:53.989Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:38:53.989Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:38:53.989Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:38:53.989Z] Building docker-support-logging-go ... [2020-07-29T04:38:53.989Z] Building docker-support-notifications-go ... [2020-07-29T04:38:53.989Z] Building docker-support-scheduler-go ... [2020-07-29T04:38:53.989Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:38:53.989Z] Building docker-core-metadata-go [2020-07-29T04:38:53.989Z] Building docker-core-data-go [2020-07-29T04:38:53.989Z] Building docker-security-secrets-setup-go [2020-07-29T04:38:53.989Z] Building docker-security-secretstore-setup-go [2020-07-29T04:38:53.989Z] Building docker-support-notifications-go [2020-07-29T04:40:45.735Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:40:45.735Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:40:45.735Z] ---> e57933237d8d [2020-07-29T04:40:45.735Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:40:45.735Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:40:45.735Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:40:45.735Z] ---> e57933237d8d [2020-07-29T04:40:45.735Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:40:45.735Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:40:45.735Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:40:45.735Z] ---> e57933237d8d [2020-07-29T04:40:45.735Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:40:45.735Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:40:45.735Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:40:45.735Z] ---> e57933237d8d [2020-07-29T04:40:45.735Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:40:45.735Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:40:45.735Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:40:45.735Z] ---> e57933237d8d [2020-07-29T04:40:45.735Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:40:45.735Z] ---> Running in 1446d4f5d3d5 [2020-07-29T04:40:45.735Z] ---> Running in ca1a49383862 [2020-07-29T04:40:45.735Z] ---> Running in f0666546e02a [2020-07-29T04:40:45.735Z] ---> Running in 10346af12968 [2020-07-29T04:40:45.735Z] ---> Running in ea65064fee06 [2020-07-29T04:40:45.735Z] Removing intermediate container ea65064fee06 [2020-07-29T04:40:45.735Z] ---> 05ce6317ff6a [2020-07-29T04:40:45.735Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:40:45.735Z] Removing intermediate container f0666546e02a [2020-07-29T04:40:45.735Z] ---> ae103c2b0ab5 [2020-07-29T04:40:45.735Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:40:45.735Z] Removing intermediate container 1446d4f5d3d5 [2020-07-29T04:40:45.735Z] ---> 4973cd882e58 [2020-07-29T04:40:45.735Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:40:45.735Z] ---> Running in 0b377f6933c9 [2020-07-29T04:40:45.735Z] Removing intermediate container ca1a49383862 [2020-07-29T04:40:45.735Z] ---> cc1119e3ff18 [2020-07-29T04:40:45.735Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:40:45.735Z] Removing intermediate container 10346af12968 [2020-07-29T04:40:45.735Z] ---> 5dd704b358b8 [2020-07-29T04:40:45.735Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:40:45.735Z] ---> Running in ec72a8fa0c2d [2020-07-29T04:40:45.735Z] ---> Running in bb321adff0ab [2020-07-29T04:40:45.735Z] ---> Running in a1ad7ae20832 [2020-07-29T04:40:45.735Z] ---> Running in 9f1b0c1cbe43 [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] Removing intermediate container 0b377f6933c9 [2020-07-29T04:40:45.735Z] ---> 210cab717a8c [2020-07-29T04:40:45.735Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] ---> Running in bbff77150a28 [2020-07-29T04:40:45.735Z] Removing intermediate container ec72a8fa0c2d [2020-07-29T04:40:45.735Z] ---> a651a3deccad [2020-07-29T04:40:45.735Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:40:45.735Z] ---> Running in 1a6a6b506711 [2020-07-29T04:40:45.735Z] Removing intermediate container a1ad7ae20832 [2020-07-29T04:40:45.735Z] ---> f80513299632 [2020-07-29T04:40:45.735Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:40:45.735Z] ---> Running in dfac747b0b6e [2020-07-29T04:40:45.735Z] Removing intermediate container 9f1b0c1cbe43 [2020-07-29T04:40:45.735Z] ---> 6852cdf20707 [2020-07-29T04:40:45.735Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:40:45.735Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:40:45.735Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:40:45.735Z] OK: 12620 distinct packages available [2020-07-29T04:40:45.735Z] ---> Running in 77b3a279194e [2020-07-29T04:40:45.735Z] OK: 217 MiB in 51 packages [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] Removing intermediate container bb321adff0ab [2020-07-29T04:40:45.735Z] ---> 3c9426e8fafd [2020-07-29T04:40:45.735Z] Step 5/29 : COPY go.mod . [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:45.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:46.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:46.288Z] ---> 7ae36c44e106 [2020-07-29T04:40:46.288Z] Step 6/29 : RUN go mod download [2020-07-29T04:40:46.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:40:46.288Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:40:46.288Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:40:46.288Z] OK: 12620 distinct packages available [2020-07-29T04:40:46.582Z] ---> Running in b04b30b4a095 [2020-07-29T04:40:46.860Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:40:46.860Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:40:46.860Z] OK: 12620 distinct packages available [2020-07-29T04:40:47.143Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:40:47.143Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:40:47.143Z] OK: 12620 distinct packages available [2020-07-29T04:40:47.753Z] OK: 217 MiB in 51 packages [2020-07-29T04:40:47.753Z] OK: 217 MiB in 51 packages [2020-07-29T04:40:47.753Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:40:47.753Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:40:47.753Z] OK: 12620 distinct packages available [2020-07-29T04:40:48.384Z] OK: 217 MiB in 51 packages [2020-07-29T04:40:48.990Z] OK: 217 MiB in 51 packages [2020-07-29T04:40:49.595Z] Removing intermediate container bbff77150a28 [2020-07-29T04:40:49.595Z] ---> 8ae807b17157 [2020-07-29T04:40:49.595Z] Step 6/21 : COPY go.mod . [2020-07-29T04:40:49.869Z] Removing intermediate container 1a6a6b506711 [2020-07-29T04:40:49.869Z] ---> d34960afbf53 [2020-07-29T04:40:49.869Z] Step 6/22 : COPY go.mod . [2020-07-29T04:40:50.478Z] Removing intermediate container dfac747b0b6e [2020-07-29T04:40:50.478Z] ---> f31e7cfb826d [2020-07-29T04:40:50.478Z] Step 6/26 : COPY go.mod . [2020-07-29T04:40:50.754Z] Removing intermediate container 77b3a279194e [2020-07-29T04:40:50.754Z] ---> 820c66ce5be7 [2020-07-29T04:40:50.754Z] Step 6/23 : COPY go.mod . [2020-07-29T04:40:50.754Z] ---> 8e3c9ac58455 [2020-07-29T04:40:50.754Z] Step 7/21 : RUN go mod download [2020-07-29T04:40:51.034Z] ---> a5968393aee7 [2020-07-29T04:40:51.034Z] Step 7/22 : RUN go mod download [2020-07-29T04:40:51.308Z] ---> Running in 4bdb3df23232 [2020-07-29T04:40:51.308Z] ---> Running in b9cb773f9c10 [2020-07-29T04:40:51.308Z] Removing intermediate container b04b30b4a095 [2020-07-29T04:40:51.308Z] ---> 5f8880241e19 [2020-07-29T04:40:51.308Z] Step 7/29 : COPY . . [2020-07-29T04:40:51.587Z] ---> d37a2f551efa [2020-07-29T04:40:51.587Z] Step 7/26 : RUN go mod download [2020-07-29T04:40:51.871Z] ---> 4b4356d3417c [2020-07-29T04:40:51.871Z] Step 7/23 : RUN go mod download [2020-07-29T04:40:51.871Z] ---> Running in 913a783b8193 [2020-07-29T04:40:52.147Z] ---> Running in 597b2873bb90 [2020-07-29T04:41:00.434Z] Removing intermediate container b9cb773f9c10 [2020-07-29T04:41:00.434Z] ---> 90eb4fb52df9 [2020-07-29T04:41:00.434Z] Step 8/22 : COPY . . [2020-07-29T04:41:00.434Z] Removing intermediate container 4bdb3df23232 [2020-07-29T04:41:00.434Z] ---> 5fd2f03b3d24 [2020-07-29T04:41:00.434Z] Step 8/21 : COPY . . [2020-07-29T04:41:01.418Z] Removing intermediate container 597b2873bb90 [2020-07-29T04:41:01.418Z] Removing intermediate container 913a783b8193 [2020-07-29T04:41:01.418Z] ---> 5e6687081e22 [2020-07-29T04:41:01.418Z] Step 8/26 : COPY . . [2020-07-29T04:41:01.418Z] ---> 41b948d47866 [2020-07-29T04:41:01.418Z] Step 8/23 : COPY . . [2020-07-29T04:41:28.241Z] ---> e29fef486bc2 [2020-07-29T04:41:28.241Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:41:28.837Z] ---> Running in 5aac62a7ea8d [2020-07-29T04:41:29.112Z] ---> 764e73c7f451 [2020-07-29T04:41:29.112Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:41:29.385Z] ---> 8e285ebedcaa [2020-07-29T04:41:29.385Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:41:29.385Z] ---> 61053de2348b [2020-07-29T04:41:29.385Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:41:29.385Z] ---> 01a683f28bbe [2020-07-29T04:41:29.385Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:41:29.683Z] ---> Running in ca3fcee2c6a0 [2020-07-29T04:41:29.683Z] ---> Running in 19e63752ea14 [2020-07-29T04:41:29.683Z] ---> Running in c3f9288d189f [2020-07-29T04:41:29.683Z] ---> Running in e1e23704dbcf [2020-07-29T04:41:31.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:41:32.125Z] 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 [2020-07-29T04:41:32.729Z] 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 [2020-07-29T04:41:33.004Z] 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 [2020-07-29T04:41:33.004Z] 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 [2020-07-29T04:43:10.358Z] 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 [2020-07-29T04:43:10.358Z] Removing intermediate container 5aac62a7ea8d [2020-07-29T04:43:10.358Z] ---> b9f5db051d5c [2020-07-29T04:43:10.358Z] [2020-07-29T04:43:10.358Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:43:10.359Z] latest: Pulling from library/alpine [2020-07-29T04:43:10.359Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:43:10.359Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:43:10.359Z] ---> 62ee0e9f8440 [2020-07-29T04:43:10.359Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:43:10.359Z] ---> Running in 1d92ec40f217 [2020-07-29T04:43:10.359Z] Removing intermediate container 1d92ec40f217 [2020-07-29T04:43:10.359Z] ---> 7e5d4b54cd7e [2020-07-29T04:43:10.359Z] Step 11/29 : USER root [2020-07-29T04:43:10.359Z] ---> Running in 438bfaaba0d9 [2020-07-29T04:43:10.359Z] Removing intermediate container 438bfaaba0d9 [2020-07-29T04:43:10.359Z] ---> 47b733c1cab2 [2020-07-29T04:43:10.359Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:43:10.359Z] ---> Running in 5494b4b9edcf [2020-07-29T04:43:10.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:10.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:10.359Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:10.359Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:10.359Z] OK: 12620 distinct packages available [2020-07-29T04:43:10.359Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:43:10.359Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:43:10.359Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:43:10.359Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:43:10.359Z] OK: 6 MiB in 16 packages [2020-07-29T04:43:10.359Z] Removing intermediate container 5494b4b9edcf [2020-07-29T04:43:10.359Z] ---> 5a007783d6a2 [2020-07-29T04:43:10.359Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:43:10.359Z] ---> Running in 6c3a20d587c0 [2020-07-29T04:43:10.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:43:10.359Z] Removing intermediate container 6c3a20d587c0 [2020-07-29T04:43:10.359Z] ---> ccfb0de2df6b [2020-07-29T04:43:10.359Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:43:10.359Z] ---> Running in d559306353b6 [2020-07-29T04:43:10.636Z] Removing intermediate container d559306353b6 [2020-07-29T04:43:10.636Z] ---> ba5d84b3a3ce [2020-07-29T04:43:10.636Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:43:10.923Z] ---> Running in 1a79db01d2c6 [2020-07-29T04:43:15.259Z] Removing intermediate container 1a79db01d2c6 [2020-07-29T04:43:15.259Z] ---> 624eb5112034 [2020-07-29T04:43:15.259Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:43:16.711Z] ---> 002534ea7a6b [2020-07-29T04:43:16.711Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:43:17.696Z] ---> 3490d6b425be [2020-07-29T04:43:17.696Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:43:19.689Z] ---> f5f49894068a [2020-07-29T04:43:19.689Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:43:21.684Z] ---> 9aaa552d293b [2020-07-29T04:43:21.684Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:43:23.123Z] ---> ef8319f4010f [2020-07-29T04:43:23.123Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:43:23.399Z] ---> Running in fdcc7bea13c0 [2020-07-29T04:43:23.672Z] Removing intermediate container 19e63752ea14 [2020-07-29T04:43:23.672Z] ---> 523011aa9c27 [2020-07-29T04:43:23.672Z] [2020-07-29T04:43:23.672Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:43:23.948Z] 3.10: Pulling from library/alpine [2020-07-29T04:43:25.395Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:43:25.395Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:43:25.395Z] ---> 536a684cf733 [2020-07-29T04:43:25.395Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:43:25.992Z] ---> Running in f82769e0d76e [2020-07-29T04:43:27.988Z] Removing intermediate container fdcc7bea13c0 [2020-07-29T04:43:27.988Z] ---> 7d3e75bde07b [2020-07-29T04:43:27.988Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:43:28.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:28.866Z] ---> be93bed7c92b [2020-07-29T04:43:28.866Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:43:29.142Z] ---> Running in 78675b2a3038 [2020-07-29T04:43:29.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:30.014Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:43:30.014Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:43:30.014Z] OK: 10167 distinct packages available [2020-07-29T04:43:30.613Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:43:30.613Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:43:30.613Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:43:30.613Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:43:30.613Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:43:30.891Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:43:30.891Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:43:31.175Z] OK: 7 MiB in 19 packages [2020-07-29T04:43:32.622Z] Removing intermediate container ca3fcee2c6a0 [2020-07-29T04:43:32.622Z] ---> 199d0b84d84c [2020-07-29T04:43:32.622Z] [2020-07-29T04:43:32.622Z] Step 10/23 : FROM scratch [2020-07-29T04:43:32.622Z] ---> [2020-07-29T04:43:32.622Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:43:32.907Z] ---> Running in 6766435fced0 [2020-07-29T04:43:33.511Z] Removing intermediate container 6766435fced0 [2020-07-29T04:43:33.511Z] ---> 7b2dcac542fc [2020-07-29T04:43:33.511Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:43:33.788Z] ---> Running in 40920949de07 [2020-07-29T04:43:33.788Z] Removing intermediate container 78675b2a3038 [2020-07-29T04:43:33.788Z] ---> 9a5cb563fb85 [2020-07-29T04:43:33.788Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:43:34.061Z] Removing intermediate container f82769e0d76e [2020-07-29T04:43:34.061Z] ---> 48bbc5feb5af [2020-07-29T04:43:34.061Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:43:34.061Z] ---> Running in 0c72b257a680 [2020-07-29T04:43:34.349Z] ---> Running in 82acfa28680d [2020-07-29T04:43:34.641Z] Removing intermediate container 40920949de07 [2020-07-29T04:43:34.641Z] ---> 83f48406eeb1 [2020-07-29T04:43:34.641Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:43:34.928Z] ---> Running in a394d4e28163 [2020-07-29T04:43:34.928Z] Removing intermediate container 82acfa28680d [2020-07-29T04:43:34.928Z] ---> 60ce23d77976 [2020-07-29T04:43:34.928Z] Step 13/26 : WORKDIR / [2020-07-29T04:43:35.529Z] ---> Running in 3651edbb909e [2020-07-29T04:43:36.122Z] Removing intermediate container a394d4e28163 [2020-07-29T04:43:36.122Z] ---> 70912ac666b9 [2020-07-29T04:43:36.122Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:43:36.410Z] Removing intermediate container 3651edbb909e [2020-07-29T04:43:36.410Z] ---> 04213a1e4121 [2020-07-29T04:43:36.410Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:43:37.845Z] ---> 9396381322f1 [2020-07-29T04:43:37.845Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:43:38.447Z] ---> 56e813be52b1 [2020-07-29T04:43:38.447Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:43:39.437Z] Removing intermediate container 0c72b257a680 [2020-07-29T04:43:39.437Z] ---> 0cbc65f65522 [2020-07-29T04:43:39.437Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:43:39.709Z] ---> f18c1e89b054 [2020-07-29T04:43:39.709Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:43:39.709Z] ---> Running in 055e1051b45a [2020-07-29T04:43:39.709Z] ---> 5370b2e6efdf [2020-07-29T04:43:39.709Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:43:40.312Z] Removing intermediate container c3f9288d189f [2020-07-29T04:43:40.312Z] ---> 9e532616e268 [2020-07-29T04:43:40.312Z] [2020-07-29T04:43:40.312Z] Step 10/21 : FROM scratch [2020-07-29T04:43:40.312Z] ---> [2020-07-29T04:43:40.312Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:43:40.914Z] ---> Running in c2d6f56f831e [2020-07-29T04:43:40.914Z] Removing intermediate container 055e1051b45a [2020-07-29T04:43:40.914Z] ---> 417498a3f2f7 [2020-07-29T04:43:40.914Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:43:40.914Z] ---> Running in 1d70877a3d73 [2020-07-29T04:43:40.914Z] ---> 4520bb2e33a7 [2020-07-29T04:43:40.914Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:43:41.523Z] Removing intermediate container c2d6f56f831e [2020-07-29T04:43:41.523Z] ---> 03d9e3b67ee8 [2020-07-29T04:43:41.523Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:43:41.523Z] ---> Running in 32fce187e49f [2020-07-29T04:43:41.523Z] ---> 3653a7c443fa [2020-07-29T04:43:41.523Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:43:41.523Z] Removing intermediate container 1d70877a3d73 [2020-07-29T04:43:41.523Z] ---> be76aaa430ec [2020-07-29T04:43:41.523Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T04:43:41.797Z] ---> Running in e03af93c0e92 [2020-07-29T04:43:42.077Z] ---> eef54475461c [2020-07-29T04:43:42.077Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:43:42.077Z] Removing intermediate container 32fce187e49f [2020-07-29T04:43:42.077Z] ---> 0a40a58b84c5 [2020-07-29T04:43:42.077Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:43:42.356Z] ---> Running in d3c894b56087 [2020-07-29T04:43:42.356Z] Removing intermediate container e03af93c0e92 [2020-07-29T04:43:42.356Z] ---> 8ab62896af37 [2020-07-29T04:43:42.356Z] Step 28/29 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:43:42.651Z] ---> d28d25fbf975 [2020-07-29T04:43:42.651Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:43:42.651Z] ---> Running in 8556fb5bc7e5 [2020-07-29T04:43:43.246Z] Removing intermediate container d3c894b56087 [2020-07-29T04:43:43.246Z] ---> 3703d28677d2 [2020-07-29T04:43:43.246Z] Step 14/21 : WORKDIR / [2020-07-29T04:43:43.842Z] ---> Running in e4d9e75ca961 [2020-07-29T04:43:43.842Z] Removing intermediate container 8556fb5bc7e5 [2020-07-29T04:43:43.842Z] ---> 36276b2a4871 [2020-07-29T04:43:43.842Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:43:43.842Z] ---> 7ccaf65c4e4e [2020-07-29T04:43:43.842Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:43:44.115Z] ---> Running in d943018972a6 [2020-07-29T04:43:44.385Z] ---> 01475fd2b0e5 [2020-07-29T04:43:44.385Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:43:44.385Z] Removing intermediate container e4d9e75ca961 [2020-07-29T04:43:44.385Z] ---> a898ce35f345 [2020-07-29T04:43:44.385Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:43:44.974Z] Removing intermediate container d943018972a6 [2020-07-29T04:43:44.974Z] ---> 4f15be28cc85 [2020-07-29T04:43:44.974Z] [2020-07-29T04:43:45.565Z] Successfully built 4f15be28cc85 [2020-07-29T04:43:45.838Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T04:43:45.838Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-07-29T04:43:45.838Z] ---> 4b321fdc7001 [2020-07-29T04:43:45.838Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:43:46.112Z] ---> 2fa544782bae [2020-07-29T04:43:46.112Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:43:46.112Z] ---> Running in 9c070708b3f2 [2020-07-29T04:43:46.112Z] ---> 07d790be0e43 [2020-07-29T04:43:46.112Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:43:47.551Z] Removing intermediate container 9c070708b3f2 [2020-07-29T04:43:47.551Z] ---> 71ee3f92b29c [2020-07-29T04:43:47.551Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T04:43:48.561Z] ---> Running in 534a604f5528 [2020-07-29T04:43:48.835Z] Removing intermediate container e1e23704dbcf [2020-07-29T04:43:48.835Z] ---> aa05389baccd [2020-07-29T04:43:48.835Z] [2020-07-29T04:43:48.835Z] Step 10/22 : FROM alpine [2020-07-29T04:43:48.835Z] ---> 62ee0e9f8440 [2020-07-29T04:43:48.835Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:43:49.107Z] ---> 7447dd992377 [2020-07-29T04:43:49.107Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:43:49.107Z] ---> 5960089a903c [2020-07-29T04:43:49.107Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:43:49.711Z] ---> Running in 25d3a735d4d3 [2020-07-29T04:43:49.711Z] Removing intermediate container 534a604f5528 [2020-07-29T04:43:49.711Z] ---> 6f042d53adac [2020-07-29T04:43:49.711Z] Step 22/23 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:43:50.303Z] ---> Running in 2757aabc09fc [2020-07-29T04:43:51.282Z] Removing intermediate container 25d3a735d4d3 [2020-07-29T04:43:51.282Z] ---> ec7a1b8588c3 [2020-07-29T04:43:51.282Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:43:51.282Z] ---> 6bd5b1a988e5 [2020-07-29T04:43:51.282Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:43:51.282Z] ---> ca1d4185e8db [2020-07-29T04:43:51.282Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:43:51.561Z] Removing intermediate container 2757aabc09fc [2020-07-29T04:43:51.561Z] ---> 776c20c1f157 [2020-07-29T04:43:51.561Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:43:52.157Z] ---> Running in c06dbdfe3e09 [2020-07-29T04:43:52.157Z] ---> Running in e6481c9cddbc [2020-07-29T04:43:52.157Z] ---> Running in 28e5c8e68e2b [2020-07-29T04:43:52.438Z] ---> Running in 5c4a88c1ab4f [2020-07-29T04:43:53.037Z] Removing intermediate container e6481c9cddbc [2020-07-29T04:43:53.037Z] ---> c783de3ea8bb [2020-07-29T04:43:53.037Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:43:53.037Z] Removing intermediate container 28e5c8e68e2b [2020-07-29T04:43:53.037Z] ---> 4899e8d8250c [2020-07-29T04:43:53.037Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:43:53.311Z] Removing intermediate container 5c4a88c1ab4f [2020-07-29T04:43:53.311Z] ---> dc25bf5aed2d [2020-07-29T04:43:53.311Z] [2020-07-29T04:43:53.585Z] ---> Running in d3abea0b7bb3 [2020-07-29T04:43:53.585Z] ---> Running in b0924dabe47e [2020-07-29T04:43:54.196Z] Successfully built dc25bf5aed2d [2020-07-29T04:43:54.196Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T04:43:54.196Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-29T04:43:54.196Z] Removing intermediate container b0924dabe47e [2020-07-29T04:43:54.196Z] ---> 362a82e7c8af [2020-07-29T04:43:54.196Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:54.479Z] Removing intermediate container d3abea0b7bb3 [2020-07-29T04:43:54.479Z] ---> 631dd004f229 [2020-07-29T04:43:54.479Z] Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:43:54.479Z] ---> Running in 66dbbbdae0aa [2020-07-29T04:43:54.479Z] ---> Running in 91bfc0e1f5af [2020-07-29T04:43:55.467Z] Removing intermediate container 91bfc0e1f5af [2020-07-29T04:43:55.467Z] ---> 449a5ec1a6b2 [2020-07-29T04:43:55.467Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:43:55.467Z] ---> Running in 5f03bc603754 [2020-07-29T04:43:55.745Z] Removing intermediate container c06dbdfe3e09 [2020-07-29T04:43:55.745Z] ---> 6f986ee4493a [2020-07-29T04:43:55.745Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:43:56.340Z] ---> Running in f7743fe898c4 [2020-07-29T04:43:56.615Z] Removing intermediate container 5f03bc603754 [2020-07-29T04:43:56.615Z] ---> 58e38f4ec383 [2020-07-29T04:43:56.615Z] [2020-07-29T04:43:57.211Z] Successfully built 58e38f4ec383 [2020-07-29T04:43:57.485Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T04:43:57.485Z] Building docker-core-command-go [2020-07-29T04:43:57.485Z]  Building docker-core-metadata-go ... done Removing intermediate container f7743fe898c4 [2020-07-29T04:43:57.485Z] ---> 07f194c92b40 [2020-07-29T04:43:57.485Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:43:58.077Z] ---> Running in 46129feb65a5 [2020-07-29T04:43:59.058Z] Removing intermediate container 46129feb65a5 [2020-07-29T04:43:59.058Z] ---> 16099b0c6eb0 [2020-07-29T04:43:59.058Z] Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:43:59.058Z] Removing intermediate container 66dbbbdae0aa [2020-07-29T04:43:59.058Z] ---> 8a1def128739 [2020-07-29T04:43:59.058Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:43:59.657Z] ---> Running in 3b7870f017fb [2020-07-29T04:43:59.657Z] ---> Running in 6b4d6c19379b [2020-07-29T04:44:01.094Z] Removing intermediate container 6b4d6c19379b [2020-07-29T04:44:01.094Z] ---> e25bca9943b4 [2020-07-29T04:44:01.094Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:44:01.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:44:01.692Z] ---> Running in fc99022f2bfb [2020-07-29T04:44:02.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:44:02.986Z] Removing intermediate container fc99022f2bfb [2020-07-29T04:44:02.986Z] ---> a7ebbc008ccb [2020-07-29T04:44:02.986Z] [2020-07-29T04:44:02.986Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:44:03.262Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:44:03.262Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:44:03.535Z] Successfully built a7ebbc008ccb [2020-07-29T04:44:03.535Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T04:44:03.535Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-07-29T04:44:03.535Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:44:03.535Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:44:03.809Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:44:03.809Z] OK: 8 MiB in 19 packages [2020-07-29T04:44:07.206Z] Removing intermediate container 3b7870f017fb [2020-07-29T04:44:07.206Z] ---> c43c82ae52cf [2020-07-29T04:44:07.206Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:44:08.647Z] ---> 7f5da42b3cc7 [2020-07-29T04:44:08.647Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:44:12.968Z] ---> fc27d7d25aa0 [2020-07-29T04:44:12.968Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:44:13.988Z] ---> eb183ff864e8 [2020-07-29T04:44:13.988Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:44:14.583Z] ---> Running in dbc43750c8c8 [2020-07-29T04:44:16.016Z] Removing intermediate container dbc43750c8c8 [2020-07-29T04:44:16.016Z] ---> e49561e536d7 [2020-07-29T04:44:16.016Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T04:44:16.633Z] ---> Running in a07842b957fd [2020-07-29T04:44:17.610Z] Removing intermediate container a07842b957fd [2020-07-29T04:44:17.610Z] ---> d60103b2c3d4 [2020-07-29T04:44:17.610Z] Step 21/22 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:44:17.882Z] ---> Running in c3e7998b0d7e [2020-07-29T04:44:18.863Z] Removing intermediate container c3e7998b0d7e [2020-07-29T04:44:18.863Z] ---> 4bc5356c7a40 [2020-07-29T04:44:18.863Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:44:18.863Z] ---> Running in e9feb31bc18e [2020-07-29T04:44:19.837Z] Removing intermediate container e9feb31bc18e [2020-07-29T04:44:19.837Z] ---> 57ebc577ba45 [2020-07-29T04:44:19.837Z] [2020-07-29T04:44:20.429Z] Successfully built 57ebc577ba45 [2020-07-29T04:44:20.429Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T04:44:20.429Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-07-29T04:44:52.733Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:44:52.733Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:44:52.733Z] ---> e57933237d8d [2020-07-29T04:44:52.733Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:44:52.733Z] ---> Using cache [2020-07-29T04:44:52.733Z] ---> 5dd704b358b8 [2020-07-29T04:44:52.733Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:44:52.733Z] ---> Using cache [2020-07-29T04:44:52.733Z] ---> f80513299632 [2020-07-29T04:44:52.733Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:44:52.733Z] ---> Using cache [2020-07-29T04:44:52.733Z] ---> f31e7cfb826d [2020-07-29T04:44:52.733Z] Step 6/20 : COPY go.mod . [2020-07-29T04:44:52.733Z] ---> Using cache [2020-07-29T04:44:52.733Z] ---> d37a2f551efa [2020-07-29T04:44:52.733Z] Step 7/20 : RUN go mod download [2020-07-29T04:44:52.733Z] ---> Using cache [2020-07-29T04:44:52.733Z] ---> 5e6687081e22 [2020-07-29T04:44:52.733Z] Step 8/20 : COPY . . [2020-07-29T04:44:52.733Z] ---> Using cache [2020-07-29T04:44:52.733Z] ---> 01a683f28bbe [2020-07-29T04:44:52.733Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:44:59.469Z] ---> Running in aa193788a17b [2020-07-29T04:45:00.914Z] 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 [2020-07-29T04:45:19.276Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:45:19.276Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:45:19.276Z] ---> e57933237d8d [2020-07-29T04:45:19.276Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:45:19.276Z] ---> Using cache [2020-07-29T04:45:19.276Z] ---> 5dd704b358b8 [2020-07-29T04:45:19.276Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:45:19.276Z] ---> Using cache [2020-07-29T04:45:19.276Z] ---> f80513299632 [2020-07-29T04:45:19.276Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:45:19.877Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:45:19.877Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:45:19.877Z] ---> e57933237d8d [2020-07-29T04:45:19.877Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:45:19.877Z] ---> Using cache [2020-07-29T04:45:19.877Z] ---> 5dd704b358b8 [2020-07-29T04:45:19.877Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:45:19.877Z] ---> Using cache [2020-07-29T04:45:19.877Z] ---> f80513299632 [2020-07-29T04:45:19.877Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:45:19.877Z] ---> Using cache [2020-07-29T04:45:19.877Z] ---> f31e7cfb826d [2020-07-29T04:45:19.877Z] Step 6/21 : COPY go.mod . [2020-07-29T04:45:19.877Z] ---> Using cache [2020-07-29T04:45:19.877Z] ---> d37a2f551efa [2020-07-29T04:45:19.877Z] Step 7/21 : RUN go mod download [2020-07-29T04:45:19.877Z] ---> Using cache [2020-07-29T04:45:19.877Z] ---> 5e6687081e22 [2020-07-29T04:45:19.877Z] Step 8/21 : COPY . . [2020-07-29T04:45:19.877Z] ---> Using cache [2020-07-29T04:45:19.877Z] ---> 01a683f28bbe [2020-07-29T04:45:19.877Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:45:22.507Z] ---> Running in 1eee7d1f1fa3 [2020-07-29T04:45:22.507Z] ---> Running in 6a493add5f5a [2020-07-29T04:45:22.782Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:45:22.782Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:45:22.782Z] ---> e57933237d8d [2020-07-29T04:45:22.782Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:45:22.782Z] ---> Using cache [2020-07-29T04:45:22.782Z] ---> 5dd704b358b8 [2020-07-29T04:45:22.782Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:45:22.782Z] ---> Using cache [2020-07-29T04:45:22.782Z] ---> f80513299632 [2020-07-29T04:45:22.782Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:45:22.782Z] ---> Running in 840fdaf2a9b6 [2020-07-29T04:45:26.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:26.178Z] 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 [2020-07-29T04:45:26.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:26.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:27.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:27.986Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:45:27.986Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:45:27.986Z] OK: 12620 distinct packages available [2020-07-29T04:45:28.260Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:45:28.260Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:45:28.260Z] ---> e57933237d8d [2020-07-29T04:45:28.260Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:45:28.260Z] ---> Using cache [2020-07-29T04:45:28.260Z] ---> 5dd704b358b8 [2020-07-29T04:45:28.260Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:45:28.260Z] ---> Using cache [2020-07-29T04:45:28.260Z] ---> f80513299632 [2020-07-29T04:45:28.260Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:45:28.260Z] ---> Using cache [2020-07-29T04:45:28.260Z] ---> f31e7cfb826d [2020-07-29T04:45:28.260Z] Step 6/20 : COPY go.mod . [2020-07-29T04:45:28.260Z] ---> Using cache [2020-07-29T04:45:28.260Z] ---> d37a2f551efa [2020-07-29T04:45:28.260Z] Step 7/20 : RUN go mod download [2020-07-29T04:45:28.260Z] ---> Using cache [2020-07-29T04:45:28.260Z] ---> 5e6687081e22 [2020-07-29T04:45:28.260Z] Step 8/20 : COPY . . [2020-07-29T04:45:28.260Z] ---> Using cache [2020-07-29T04:45:28.260Z] ---> 01a683f28bbe [2020-07-29T04:45:28.260Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:45:28.867Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:45:28.867Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:45:28.867Z] OK: 12620 distinct packages available [2020-07-29T04:45:28.867Z] OK: 217 MiB in 51 packages [2020-07-29T04:45:29.147Z] ---> Running in e17e0b90770e [2020-07-29T04:45:29.748Z] OK: 217 MiB in 51 packages [2020-07-29T04:45:30.743Z] Removing intermediate container 6a493add5f5a [2020-07-29T04:45:30.743Z] ---> 755cfd437e0b [2020-07-29T04:45:30.743Z] Step 6/26 : COPY go.mod . [2020-07-29T04:45:31.022Z] OK: 217 MiB in 51 packages [2020-07-29T04:45:31.630Z] ---> d9573928e211 [2020-07-29T04:45:31.630Z] Step 7/26 : RUN go mod download [2020-07-29T04:45:31.908Z] 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 [2020-07-29T04:45:32.508Z] ---> Running in c1e42cdcf4c6 [2020-07-29T04:45:33.491Z] Removing intermediate container 840fdaf2a9b6 [2020-07-29T04:45:33.491Z] ---> 6cc6e5d7c13b [2020-07-29T04:45:33.491Z] Step 6/21 : COPY go.mod . [2020-07-29T04:45:34.934Z] ---> 987f9d9a6dfd [2020-07-29T04:45:34.934Z] Step 7/21 : RUN go mod download [2020-07-29T04:45:34.934Z] ---> Running in 2bbf0e22d9db [2020-07-29T04:45:38.493Z] Removing intermediate container c1e42cdcf4c6 [2020-07-29T04:45:38.493Z] ---> 145cfcc31ea7 [2020-07-29T04:45:38.493Z] Step 8/26 : COPY . . [2020-07-29T04:45:42.800Z] Removing intermediate container 2bbf0e22d9db [2020-07-29T04:45:42.800Z] ---> ea15cb111642 [2020-07-29T04:45:42.800Z] Step 8/21 : COPY . . [2020-07-29T04:46:21.819Z] ---> 255eb71b1792 [2020-07-29T04:46:21.819Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:46:21.819Z] ---> b38f879bed83 [2020-07-29T04:46:21.819Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:46:21.819Z] ---> Running in 6956e97e2941 [2020-07-29T04:46:21.819Z] ---> Running in 30182c97148e [2020-07-29T04:46:21.819Z] 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 [2020-07-29T04:46:21.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:46:34.227Z] Removing intermediate container aa193788a17b [2020-07-29T04:46:34.228Z] ---> 342b9c46a72d [2020-07-29T04:46:34.228Z] [2020-07-29T04:46:34.228Z] Step 10/20 : FROM scratch [2020-07-29T04:46:34.228Z] ---> [2020-07-29T04:46:34.228Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:46:34.228Z] ---> Using cache [2020-07-29T04:46:34.228Z] ---> 03d9e3b67ee8 [2020-07-29T04:46:34.228Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:46:34.228Z] ---> Running in b09c42ec1a9e [2020-07-29T04:46:34.228Z] Removing intermediate container b09c42ec1a9e [2020-07-29T04:46:34.228Z] ---> 96e7686c69fc [2020-07-29T04:46:34.228Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:46:34.501Z] ---> Running in 5c289ffaaf53 [2020-07-29T04:46:35.100Z] Removing intermediate container 5c289ffaaf53 [2020-07-29T04:46:35.100Z] ---> ab016c8571f2 [2020-07-29T04:46:35.100Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:46:36.090Z] ---> e096aba0c341 [2020-07-29T04:46:36.090Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:46:38.722Z] ---> 29bc41713e79 [2020-07-29T04:46:38.722Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:39.713Z] ---> c061a47d0932 [2020-07-29T04:46:39.713Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:46:39.990Z] ---> Running in f776842459f8 [2020-07-29T04:46:40.589Z] Removing intermediate container f776842459f8 [2020-07-29T04:46:40.589Z] ---> 22c0215d996f [2020-07-29T04:46:40.589Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:46:40.865Z] ---> Running in 0a3b9eb8b077 [2020-07-29T04:46:41.461Z] Removing intermediate container 0a3b9eb8b077 [2020-07-29T04:46:41.461Z] ---> cf779ed63782 [2020-07-29T04:46:41.461Z] Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:46:41.734Z] ---> Running in b51aa4f7c345 [2020-07-29T04:46:42.346Z] Removing intermediate container b51aa4f7c345 [2020-07-29T04:46:42.346Z] ---> eef66349c7a4 [2020-07-29T04:46:42.346Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:46:42.346Z] ---> Running in 13f49971a832 [2020-07-29T04:46:42.950Z] Removing intermediate container 13f49971a832 [2020-07-29T04:46:42.950Z] ---> 782c61d28960 [2020-07-29T04:46:42.950Z] [2020-07-29T04:46:43.948Z] Successfully built 782c61d28960 [2020-07-29T04:46:43.948Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T04:47:02.334Z]  Building docker-support-scheduler-go ... done Removing intermediate container e17e0b90770e [2020-07-29T04:47:02.334Z] ---> 3986ffd4c8c3 [2020-07-29T04:47:02.334Z] [2020-07-29T04:47:02.334Z] Step 10/20 : FROM alpine [2020-07-29T04:47:02.334Z] ---> 62ee0e9f8440 [2020-07-29T04:47:02.334Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:47:02.334Z] ---> Running in 448f73c567fc [2020-07-29T04:47:02.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:02.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:03.528Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:47:03.528Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:47:03.528Z] OK: 12620 distinct packages available [2020-07-29T04:47:04.514Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:47:04.793Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:47:04.793Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:47:04.793Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:47:04.793Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:47:04.793Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:47:05.070Z] OK: 7 MiB in 18 packages [2020-07-29T04:47:07.717Z] Removing intermediate container 448f73c567fc [2020-07-29T04:47:07.717Z] ---> 14cd27ad18c6 [2020-07-29T04:47:07.717Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:47:07.717Z] ---> Running in e62b0eee52ee [2020-07-29T04:47:08.317Z] Removing intermediate container e62b0eee52ee [2020-07-29T04:47:08.317Z] ---> f627bd1d3330 [2020-07-29T04:47:08.317Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:47:08.317Z] ---> Running in 597e27e8b1e8 [2020-07-29T04:47:08.916Z] Removing intermediate container 597e27e8b1e8 [2020-07-29T04:47:08.916Z] ---> 0875e0aa5388 [2020-07-29T04:47:08.916Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:47:10.366Z] ---> 6c91299c3dd4 [2020-07-29T04:47:10.366Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:47:11.808Z] ---> 5e991c44d1f2 [2020-07-29T04:47:11.808Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:47:12.086Z] ---> Running in af19746485f5 [2020-07-29T04:47:12.688Z] Removing intermediate container af19746485f5 [2020-07-29T04:47:12.688Z] ---> a28a26fe59ec [2020-07-29T04:47:12.688Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:47:12.688Z] ---> Running in 6de346bde8cd [2020-07-29T04:47:13.675Z] Removing intermediate container 6de346bde8cd [2020-07-29T04:47:13.675Z] ---> dcad076e4260 [2020-07-29T04:47:13.675Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:47:13.675Z] ---> Running in 0ce89723c343 [2020-07-29T04:47:14.658Z] Removing intermediate container 0ce89723c343 [2020-07-29T04:47:14.658Z] ---> 99070302a84f [2020-07-29T04:47:14.658Z] Step 19/20 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:47:14.938Z] ---> Running in 67a276418b53 [2020-07-29T04:47:15.561Z] Removing intermediate container 67a276418b53 [2020-07-29T04:47:15.561Z] ---> 1556150c265c [2020-07-29T04:47:15.561Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:47:15.850Z] ---> Running in a59b2cdcd7e9 [2020-07-29T04:47:16.840Z] Removing intermediate container a59b2cdcd7e9 [2020-07-29T04:47:16.840Z] ---> 44e759bab01b [2020-07-29T04:47:16.840Z] [2020-07-29T04:47:17.836Z] Successfully built 44e759bab01b [2020-07-29T04:47:17.836Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T04:47:19.874Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1eee7d1f1fa3 [2020-07-29T04:47:19.874Z] ---> 71616a66967e [2020-07-29T04:47:19.874Z] [2020-07-29T04:47:19.874Z] Step 10/21 : FROM scratch [2020-07-29T04:47:19.874Z] ---> [2020-07-29T04:47:19.874Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:47:19.874Z] ---> Using cache [2020-07-29T04:47:19.874Z] ---> 03d9e3b67ee8 [2020-07-29T04:47:19.874Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:47:19.874Z] ---> Running in 819891c4f046 [2020-07-29T04:47:20.879Z] Removing intermediate container 819891c4f046 [2020-07-29T04:47:20.879Z] ---> 4201f7035039 [2020-07-29T04:47:20.879Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:47:20.879Z] ---> Running in 7043619803ba [2020-07-29T04:47:21.485Z] Removing intermediate container 7043619803ba [2020-07-29T04:47:21.485Z] ---> 04a47be72dc7 [2020-07-29T04:47:21.485Z] Step 14/21 : WORKDIR / [2020-07-29T04:47:21.761Z] ---> Running in 3c12398b7861 [2020-07-29T04:47:22.357Z] Removing intermediate container 3c12398b7861 [2020-07-29T04:47:22.357Z] ---> 65b9ac20b7cd [2020-07-29T04:47:22.357Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:47:23.338Z] ---> 261bf1a9c60e [2020-07-29T04:47:23.338Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:47:25.316Z] ---> 0fd7be0fdbe0 [2020-07-29T04:47:25.316Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:47:26.303Z] ---> b8644fee1962 [2020-07-29T04:47:26.303Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:47:26.303Z] ---> Running in f791aa0cc3e9 [2020-07-29T04:47:26.908Z] Removing intermediate container f791aa0cc3e9 [2020-07-29T04:47:26.908Z] ---> fbd18df61d7c [2020-07-29T04:47:26.908Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:47:27.191Z] ---> Running in 4c4d04a6414a [2020-07-29T04:47:27.793Z] Removing intermediate container 4c4d04a6414a [2020-07-29T04:47:27.793Z] ---> de5c5ae9041f [2020-07-29T04:47:27.793Z] Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:47:28.067Z] ---> Running in 560faa5428d9 [2020-07-29T04:47:28.663Z] Removing intermediate container 560faa5428d9 [2020-07-29T04:47:28.663Z] ---> 4c208ce24e55 [2020-07-29T04:47:28.663Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:47:28.663Z] ---> Running in 46fde0c3d455 [2020-07-29T04:47:29.269Z] Removing intermediate container 46fde0c3d455 [2020-07-29T04:47:29.269Z] ---> 3cf96eb28fb0 [2020-07-29T04:47:29.269Z] [2020-07-29T04:47:29.882Z] Successfully built 3cf96eb28fb0 [2020-07-29T04:47:29.882Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T04:47:36.581Z]  Building docker-core-command-go ... done Removing intermediate container 6956e97e2941 [2020-07-29T04:47:36.581Z] ---> 3f5cb6006250 [2020-07-29T04:47:36.581Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:47:36.581Z] ---> Running in 24b3b1ce101a [2020-07-29T04:47:36.853Z] Removing intermediate container 30182c97148e [2020-07-29T04:47:36.853Z] ---> 814c2c33998b [2020-07-29T04:47:36.853Z] [2020-07-29T04:47:36.853Z] Step 10/21 : FROM scratch [2020-07-29T04:47:36.853Z] ---> [2020-07-29T04:47:36.853Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:47:37.126Z] ---> Using cache [2020-07-29T04:47:37.126Z] ---> 7b2dcac542fc [2020-07-29T04:47:37.126Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:47:37.401Z] ---> Running in c9418604eb6a [2020-07-29T04:47:37.401Z] 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 [2020-07-29T04:47:37.673Z] Removing intermediate container c9418604eb6a [2020-07-29T04:47:37.673Z] ---> b3ed64d114d1 [2020-07-29T04:47:37.673Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:47:37.945Z] ---> Running in 3dc3b2057a2f [2020-07-29T04:47:38.547Z] Removing intermediate container 3dc3b2057a2f [2020-07-29T04:47:38.547Z] ---> 80f6e0707b98 [2020-07-29T04:47:38.547Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:47:39.143Z] ---> 962735fd127c [2020-07-29T04:47:39.143Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:47:40.127Z] ---> f6b8c8e79304 [2020-07-29T04:47:40.127Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:47:41.106Z] Removing intermediate container 24b3b1ce101a [2020-07-29T04:47:41.106Z] ---> 0a4ea4365d44 [2020-07-29T04:47:41.106Z] [2020-07-29T04:47:41.106Z] Step 11/26 : FROM docker:latest [2020-07-29T04:47:41.106Z] ---> ce9d55ae87f1 [2020-07-29T04:47:41.106Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:47:41.106Z] ---> Running in 1239e5305f6e [2020-07-29T04:47:41.387Z] ---> 4e12c34184df [2020-07-29T04:47:41.387Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:47:42.365Z] ---> e7c437181d75 [2020-07-29T04:47:42.365Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:47:42.365Z] ---> Running in e2b20ec8f89b [2020-07-29T04:47:42.960Z] Removing intermediate container e2b20ec8f89b [2020-07-29T04:47:42.960Z] ---> 2947101ae644 [2020-07-29T04:47:42.960Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:47:42.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:42.960Z] ---> Running in df718a64bd65 [2020-07-29T04:47:43.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:43.506Z] Removing intermediate container df718a64bd65 [2020-07-29T04:47:43.506Z] ---> d0313ae10609 [2020-07-29T04:47:43.506Z] Step 20/21 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:47:43.506Z] ---> Running in 7d108cfba5eb [2020-07-29T04:47:43.791Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:47:43.791Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:47:43.791Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:47:43.791Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:47:43.791Z] OK: 12 MiB in 22 packages [2020-07-29T04:47:44.063Z] Removing intermediate container 7d108cfba5eb [2020-07-29T04:47:44.063Z] ---> 6da7363ef7ad [2020-07-29T04:47:44.063Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:47:44.063Z] ---> Running in 43c4ffe53e93 [2020-07-29T04:47:44.658Z] Removing intermediate container 43c4ffe53e93 [2020-07-29T04:47:44.658Z] ---> 85e066820b99 [2020-07-29T04:47:44.658Z] [2020-07-29T04:47:45.251Z] Successfully built 85e066820b99 [2020-07-29T04:47:45.251Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T04:47:45.524Z]  Building docker-support-logging-go ... done Removing intermediate container 1239e5305f6e [2020-07-29T04:47:45.524Z] ---> 95dbf55fd0cc [2020-07-29T04:47:45.524Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:47:45.524Z] ---> Running in 91c1e6807a02 [2020-07-29T04:47:48.136Z] Removing intermediate container 91c1e6807a02 [2020-07-29T04:47:48.136Z] ---> 6a5c5205d753 [2020-07-29T04:47:48.136Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:47:48.408Z] ---> Running in 7cfb46daa176 [2020-07-29T04:47:48.681Z] Removing intermediate container 7cfb46daa176 [2020-07-29T04:47:48.681Z] ---> 3787db978602 [2020-07-29T04:47:48.681Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:47:48.956Z] ---> Running in 1a07e5c71cd0 [2020-07-29T04:47:49.228Z] Removing intermediate container 1a07e5c71cd0 [2020-07-29T04:47:49.228Z] ---> d74163c18b5f [2020-07-29T04:47:49.228Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:47:49.503Z] ---> Running in abd26352a17e [2020-07-29T04:47:49.775Z] Removing intermediate container abd26352a17e [2020-07-29T04:47:49.775Z] ---> cce19b43ffdf [2020-07-29T04:47:49.775Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:47:51.241Z] ---> 17f35782a33d [2020-07-29T04:47:51.241Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:47:51.837Z] ---> c772a4fc44fb [2020-07-29T04:47:51.837Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:47:52.433Z] ---> 898b0f71ae8d [2020-07-29T04:47:52.433Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:47:52.707Z] ---> Running in 4dc5de44fabd [2020-07-29T04:47:54.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:54.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:54.983Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:47:54.983Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:47:54.983Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:47:54.984Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:47:54.984Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:47:54.984Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:47:54.984Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:47:56.937Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:47:56.937Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:47:56.937Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:47:56.937Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:47:56.937Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:47:56.937Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:47:56.937Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:47:56.937Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:47:56.937Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:47:56.937Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:47:57.207Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:47:57.207Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:47:57.207Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:47:57.207Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:47:57.207Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:47:57.207Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:47:57.207Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:47:57.207Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:47:57.207Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:47:57.207Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:47:57.207Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:47:57.207Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:47:57.207Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:47:57.207Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:47:57.477Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:47:57.477Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:47:57.477Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:47:57.477Z] OK: 71 MiB in 55 packages [2020-07-29T04:48:05.741Z] Removing intermediate container 4dc5de44fabd [2020-07-29T04:48:05.741Z] ---> 1cee5849076b [2020-07-29T04:48:05.741Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:48:05.741Z] ---> Running in a888b14f57f3 [2020-07-29T04:48:11.116Z] Collecting docker-compose==1.23.2 [2020-07-29T04:48:11.117Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:48:11.386Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:48:11.386Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:48:11.973Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:48:11.973Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:48:12.565Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:48:12.565Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:48:15.176Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:48:15.176Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:48:16.150Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:48:16.150Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:48:18.762Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:48:18.762Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:48:18.762Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:48:19.744Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:48:19.744Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:48:20.017Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:48:20.295Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:48:22.970Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:48:23.254Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:48:27.632Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:48:27.633Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:48:27.633Z] 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) [2020-07-29T04:48:27.633Z] 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) [2020-07-29T04:48:27.914Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:48:27.914Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:48:28.512Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:48:28.512Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:48:28.512Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:48:28.512Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:48:28.512Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:48:28.512Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:48:29.490Z] Installing collected packages: jsonschema, websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, dockerpty, PyYAML, docker-compose [2020-07-29T04:48:30.084Z] Running setup.py install for docopt: started [2020-07-29T04:48:32.711Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:48:32.711Z] Attempting uninstall: urllib3 [2020-07-29T04:48:32.711Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:48:32.712Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:48:32.712Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:48:33.305Z] Attempting uninstall: idna [2020-07-29T04:48:33.305Z] Found existing installation: idna 2.9 [2020-07-29T04:48:33.305Z] Uninstalling idna-2.9: [2020-07-29T04:48:33.578Z] Successfully uninstalled idna-2.9 [2020-07-29T04:48:34.173Z] Attempting uninstall: requests [2020-07-29T04:48:34.173Z] Found existing installation: requests 2.23.0 [2020-07-29T04:48:34.173Z] Uninstalling requests-2.23.0: [2020-07-29T04:48:34.445Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:48:35.878Z] Running setup.py install for texttable: started [2020-07-29T04:48:38.516Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:48:38.516Z] Running setup.py install for dockerpty: started [2020-07-29T04:48:41.131Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:48:41.131Z] Running setup.py install for PyYAML: started [2020-07-29T04:48:44.513Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:48:45.108Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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 [2020-07-29T04:48:49.413Z] Removing intermediate container a888b14f57f3 [2020-07-29T04:48:49.413Z] ---> 1759aaf92157 [2020-07-29T04:48:49.413Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:48:49.692Z] ---> Running in 50ab11523076 [2020-07-29T04:48:51.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:51.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:51.996Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:48:51.996Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:48:51.996Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:48:51.996Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:48:51.996Z] OK: 71 MiB in 58 packages [2020-07-29T04:48:53.428Z] Removing intermediate container 50ab11523076 [2020-07-29T04:48:53.428Z] ---> 7da165367526 [2020-07-29T04:48:53.428Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:48:53.428Z] ---> Running in d0ea901613cf [2020-07-29T04:48:53.702Z] Removing intermediate container d0ea901613cf [2020-07-29T04:48:53.702Z] ---> 9c50749dd363 [2020-07-29T04:48:53.703Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:48:53.703Z] ---> Running in b4bbd2a4946d [2020-07-29T04:48:54.301Z] Removing intermediate container b4bbd2a4946d [2020-07-29T04:48:54.302Z] ---> dc8a134cab5e [2020-07-29T04:48:54.302Z] Step 25/26 : LABEL git_sha=5ad73813599a52c11f5f5210ca694cdbede328d4 [2020-07-29T04:48:54.302Z] ---> Running in 3512cc5a471e [2020-07-29T04:48:54.902Z] Removing intermediate container 3512cc5a471e [2020-07-29T04:48:54.902Z] ---> 1845eaf4f8f4 [2020-07-29T04:48:54.902Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:48:54.902Z] ---> Running in 5e784068f6fd [2020-07-29T04:48:55.501Z] Removing intermediate container 5e784068f6fd [2020-07-29T04:48:55.501Z] ---> c471d7d43164 [2020-07-29T04:48:55.501Z] [2020-07-29T04:48:56.096Z] Successfully built c471d7d43164 [2020-07-29T04:48:56.096Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T04:48:56.382Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T04:48:56.357Z] $ docker stop --time=1 13a2b0e2491ea5fa8b7f224628c890258786d9e08a458af1251262f3ed64952e [2020-07-29T04:48:58.279Z] $ docker rm -f 13a2b0e2491ea5fa8b7f224628c890258786d9e08a458af1251262f3ed64952e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:48:59.024Z] + docker images [2020-07-29T04:48:59.024Z] + grep docker [2020-07-29T04:48:59.296Z] docker-sys-mgmt-agent-go-arm64 latest c471d7d43164 4 seconds ago 266MB [2020-07-29T04:48:59.296Z] docker-support-logging-go-arm64 latest 85e066820b99 About a minute ago 11.4MB [2020-07-29T04:48:59.296Z] docker-core-command-go-arm64 latest 3cf96eb28fb0 About a minute ago 12.4MB [2020-07-29T04:48:59.296Z] docker-security-proxy-setup-go-arm64 latest 44e759bab01b About a minute ago 15.8MB [2020-07-29T04:48:59.296Z] docker-support-scheduler-go-arm64 latest 782c61d28960 2 minutes ago 12.6MB [2020-07-29T04:48:59.296Z] docker-core-data-go-arm64 latest 57ebc577ba45 4 minutes ago 22.6MB [2020-07-29T04:48:59.296Z] docker-security-secretstore-setup-go-arm64 latest a7ebbc008ccb 4 minutes ago 32.6MB [2020-07-29T04:48:59.296Z] docker-core-metadata-go-arm64 latest 58e38f4ec383 5 minutes ago 13.8MB [2020-07-29T04:48:59.296Z] docker-support-notifications-go-arm64 latest dc25bf5aed2d 5 minutes ago 13.9MB [2020-07-29T04:48:59.296Z] docker-security-secrets-setup-go-arm64 latest 4f15be28cc85 5 minutes ago 24.2MB [2020-07-29T04:48:59.296Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-29T04:49:01.414Z] provisioning config files... [2020-07-29T04:49:01.438Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config6559225897078951739tmp [Pipeline] { [Pipeline] sh [2020-07-29T04:49:01.790Z] + curl -s https://codecov.io/bash [2020-07-29T04:49:01.790Z] + bash -s - -t @/w/workspace/edgex-go/15@tmp/config6559225897078951739tmp [Pipeline] } [2020-07-29T04:49:02.061Z] 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] { (Clair Scan) Stage "Clair 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 [2020-07-29T04:49:03.570Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:04.450Z] ---> package-listing.sh [2020-07-29T04:49:04.450Z] ++ facter osfamily [2020-07-29T04:49:04.450Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T04:49:04.450Z] + OS_FAMILY=redhat [2020-07-29T04:49:04.450Z] + workspace=/w/workspace/edgex-go/15 [2020-07-29T04:49:04.450Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T04:49:04.450Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T04:49:04.450Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T04:49:04.450Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T04:49:04.450Z] + '[' /w/workspace/edgex-go/15 ']' [2020-07-29T04:49:04.450Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T04:49:04.450Z] + case "${OS_FAMILY}" in [2020-07-29T04:49:04.450Z] + rpm -qa [2020-07-29T04:49:04.450Z] + sort [2020-07-29T04:49:08.685Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T04:49:08.685Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T04:49:08.685Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T04:49:08.685Z] + '[' /w/workspace/edgex-go/15 ']' [2020-07-29T04:49:08.685Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2020-07-29T04:49:08.685Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:49:09.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:49:09.517Z] [2020-07-29T04:49:09.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:49:10.228Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:49:10.228Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T04:49:10.228Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T04:49:10.228Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T04:49:10.228Z] 756a868c4378: Pulling fs layer [2020-07-29T04:49:10.228Z] 444b2fc9a129: Pulling fs layer [2020-07-29T04:49:10.228Z] ea15f1150254: Pulling fs layer [2020-07-29T04:49:10.228Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T04:49:10.228Z] 28c525ee5125: Pulling fs layer [2020-07-29T04:49:10.228Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T04:49:10.228Z] 138eaada9080: Pulling fs layer [2020-07-29T04:49:10.228Z] 0622d0fa9048: Pulling fs layer [2020-07-29T04:49:10.228Z] 41b27a9f41bf: Waiting [2020-07-29T04:49:10.228Z] 28c525ee5125: Waiting [2020-07-29T04:49:10.228Z] 094b1ea09ed8: Waiting [2020-07-29T04:49:10.228Z] 444b2fc9a129: Waiting [2020-07-29T04:49:10.228Z] 138eaada9080: Waiting [2020-07-29T04:49:10.228Z] 0622d0fa9048: Waiting [2020-07-29T04:49:10.228Z] ea15f1150254: Waiting [2020-07-29T04:49:10.228Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-29T04:49:10.228Z] 2cc5ad85d9ab: Download complete [2020-07-29T04:49:10.228Z] 444b2fc9a129: Verifying Checksum [2020-07-29T04:49:10.228Z] 444b2fc9a129: Download complete [2020-07-29T04:49:10.228Z] c9b1b535fdd9: Download complete [2020-07-29T04:49:10.496Z] ea15f1150254: Download complete [2020-07-29T04:49:10.496Z] 28c525ee5125: Verifying Checksum [2020-07-29T04:49:10.496Z] 28c525ee5125: Download complete [2020-07-29T04:49:10.761Z] 756a868c4378: Verifying Checksum [2020-07-29T04:49:10.761Z] 756a868c4378: Download complete [2020-07-29T04:49:10.761Z] 138eaada9080: Verifying Checksum [2020-07-29T04:49:10.761Z] 138eaada9080: Download complete [2020-07-29T04:49:10.761Z] c9b1b535fdd9: Pull complete [2020-07-29T04:49:10.761Z] 0622d0fa9048: Download complete [2020-07-29T04:49:10.761Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T04:49:10.761Z] 094b1ea09ed8: Download complete [2020-07-29T04:49:11.331Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T04:49:11.331Z] 41b27a9f41bf: Download complete [2020-07-29T04:49:11.331Z] 2cc5ad85d9ab: Pull complete [2020-07-29T04:49:12.717Z] 756a868c4378: Pull complete [2020-07-29T04:49:12.717Z] 444b2fc9a129: Pull complete [2020-07-29T04:49:12.978Z] ea15f1150254: Pull complete [2020-07-29T04:49:19.573Z] 41b27a9f41bf: Pull complete [2020-07-29T04:49:19.573Z] 28c525ee5125: Pull complete [2020-07-29T04:49:22.121Z] 094b1ea09ed8: Pull complete [2020-07-29T04:49:22.121Z] 138eaada9080: Pull complete [2020-07-29T04:49:24.030Z] 0622d0fa9048: Pull complete [2020-07-29T04:49:24.030Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T04:49:24.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:49:24.030Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T04:49:24.166Z] prd-centos7-docker-4c-2g-1380 does not seem to be running inside a container [2020-07-29T04:49:24.206Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 [2020-07-29T04:49:26.766Z] $ docker top fdc2ecf3b53969f5df81a03377da81f5f146ee0bc3707abc54fd865ff220420f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T04:49:27.065Z] provisioning config files... [2020-07-29T04:49:27.079Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config3996922197774783307tmp [Pipeline] { [Pipeline] echo [2020-07-29T04:49:27.139Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:27.434Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T04:49:27.443Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:49:27.737Z] ---> logs-deploy.sh [2020-07-29T04:49:27.737Z] + ARCHIVE_ARTIFACTS= [2020-07-29T04:49:27.737Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T04:49:27.737Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T04:49:27.737Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T04:49:27.737Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/15 [2020-07-29T04:49:27.737Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/15/ [2020-07-29T04:49:27.737Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/15 /w/workspace/edgex-go/15 [2020-07-29T04:49:28.675Z] Archives upload complete. [2020-07-29T04:49:28.935Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/15/