Pull request #2661 updated 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 aa472f58a5207d25d1630cfabae13fa3f1ce44ee rather than 4c36c6402971aef0f650637208ab56026314255f Obtained Jenkinsfile from aa472f58a5207d25d1630cfabae13fa3f1ce44ee 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:true, 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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-304 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 4c36c6402971aef0f650637208ab56026314255f Merge succeeded, producing 4c36c6402971aef0f650637208ab56026314255f Checking out Revision 4c36c6402971aef0f650637208ab56026314255f (PR-2661) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # 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/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # 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 aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # timeout=10 Commit message: "Merge branch 'master' into issue-2639" > git rev-list --no-walk 6d97bc60ab52e7107df88a754bad392e725fd52e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T20:16:58.010Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T20:16:58.228Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T20:16:58.308Z] ========================================================= [2020-08-17T20:16:58.308Z] EdgeX Global Pipelines Version Info [2020-08-17T20:16:58.308Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:17:00.161Z] ------------------- [2020-08-17T20:17:00.162Z] stable info: [2020-08-17T20:17:00.162Z] ------------------- [2020-08-17T20:17:00.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T20:17:00.162Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T20:17:00.162Z] Message: update stable to v1.0.106 [2020-08-17T20:17:00.733Z] ------------------- [2020-08-17T20:17:00.733Z] experimental info: [2020-08-17T20:17:00.733Z] ------------------- [2020-08-17T20:17:00.733Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T20:17:00.733Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T20:17:00.733Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-17T20:17:02.607Z] ++ 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-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/core-command/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/core-data/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-17T20:17:02.608Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:17:02.608Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-17T20:17:02.608Z] ++ cut -d/ -f2 [2020-08-17T20:17:02.608Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-17T20:17:02.668Z] 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-08-17T20:17:03.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T20:17:03.746Z] [2020-08-17T20:17:03.746Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:17:04.083Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T20:17:04.084Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T20:17:04.084Z] 31603596830f: Pulling fs layer [2020-08-17T20:17:04.084Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T20:17:04.084Z] 6ca5941a6612: Pulling fs layer [2020-08-17T20:17:04.084Z] ecc8261a40a4: Pulling fs layer [2020-08-17T20:17:04.084Z] 2a8b12db71e7: Download complete [2020-08-17T20:17:04.350Z] 31603596830f: Verifying Checksum [2020-08-17T20:17:04.350Z] 31603596830f: Download complete [2020-08-17T20:17:04.350Z] ecc8261a40a4: Verifying Checksum [2020-08-17T20:17:04.350Z] ecc8261a40a4: Download complete [2020-08-17T20:17:04.350Z] 6ca5941a6612: Verifying Checksum [2020-08-17T20:17:04.350Z] 6ca5941a6612: Download complete [2020-08-17T20:17:04.611Z] 31603596830f: Pull complete [2020-08-17T20:17:04.611Z] 2a8b12db71e7: Pull complete [2020-08-17T20:17:05.613Z] 6ca5941a6612: Pull complete [2020-08-17T20:17:05.613Z] ecc8261a40a4: Pull complete [2020-08-17T20:17:05.613Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T20:17:05.613Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T20:17:05.613Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T20:17:05.733Z] prd-centos7-docker-4c-2g-304 does not seem to be running inside a container [2020-08-17T20:17:05.775Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-17T20:17:08.391Z] $ docker top 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T20:17:08.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T20:17:08.731Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T20:17:08.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T20:17:08.950Z] $ docker exec 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent [2020-08-17T20:17:09.116Z] SSH_AUTH_SOCK=/tmp/ssh-3I99NguMjr55/agent.12 [2020-08-17T20:17:09.116Z] SSH_AGENT_PID=17 [2020-08-17T20:17:09.132Z] Running ssh-add (command line suppressed) [2020-08-17T20:17:09.259Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_4407201540590981077.key (/w/workspace/edgex-go/6@tmp/private_key_4407201540590981077.key) [2020-08-17T20:17:09.316Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T20:17:09.680Z] + git describe --exact-match --tags HEAD [2020-08-17T20:17:09.680Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T20:17:09.700Z] $ docker exec --env ******** --env ******** 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent -k [2020-08-17T20:17:09.824Z] unset SSH_AUTH_SOCK; [2020-08-17T20:17:09.824Z] unset SSH_AGENT_PID; [2020-08-17T20:17:09.824Z] echo Agent pid 17 killed; [2020-08-17T20:17:09.881Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T20:17:09.966Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T20:17:09.966Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T20:17:10.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T20:17:10.135Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T20:17:10.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T20:17:10.304Z] $ docker exec 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent [2020-08-17T20:17:10.466Z] SSH_AUTH_SOCK=/tmp/ssh-8LCJyFlCFc48/agent.45 [2020-08-17T20:17:10.466Z] SSH_AGENT_PID=50 [2020-08-17T20:17:10.474Z] Running ssh-add (command line suppressed) [2020-08-17T20:17:10.588Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7889326683698024416.key (/w/workspace/edgex-go/6@tmp/private_key_7889326683698024416.key) [2020-08-17T20:17:10.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T20:17:11.021Z] + git semver init [2020-08-17T20:17:11.021Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T20:17:11.021Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-08-17T20:17:11.021Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-08-17T20:17:11.021Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T20:17:11.021Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T20:17:11.021Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T20:17:11.021Z] # $SEMVER_BRANCH = PR-2661 [2020-08-17T20:17:11.021Z] # $SEMVER_TEMP = /tmp/semver-022678513 [2020-08-17T20:17:11.021Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-17T20:17:29.167Z] # '/tmp/semver-022678513' -> '/w/workspace/edgex-go/6/.semver' [2020-08-17T20:17:29.167Z] # -> Force: false [2020-08-17T20:17:29.167Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-08-17T20:17:29.176Z] $ docker exec --env ******** --env ******** 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 ssh-agent -k [2020-08-17T20:17:29.334Z] unset SSH_AUTH_SOCK; [2020-08-17T20:17:29.334Z] unset SSH_AGENT_PID; [2020-08-17T20:17:29.335Z] echo Agent pid 50 killed; [2020-08-17T20:17:29.394Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T20:17:29.885Z] + git semver [Pipeline] } [2020-08-17T20:17:29.897Z] $ docker stop --time=1 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 [2020-08-17T20:17:31.739Z] $ docker rm -f 811a847a97c5c938231aebc01ab95cf603d69a60d3a14ba4bef6f970748b8672 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T20:17:44.628Z] Stashed 33 file(s) [Pipeline] echo [2020-08-17T20:17:44.631Z] [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-08-17T20:17:45.170Z] ========================================================= [2020-08-17T20:17:45.170Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T20:17:45.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:17:45.497Z] + 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-08-17T20:17:48.825Z] Sending build context to Docker daemon 323MB [2020-08-17T20:17:48.825Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T20:17:48.825Z] Step 2/7 : FROM ${BASE} [2020-08-17T20:17:48.825Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T20:17:48.825Z] df20fa9351a1: Pulling fs layer [2020-08-17T20:17:48.825Z] ed8968b2872e: Pulling fs layer [2020-08-17T20:17:48.825Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T20:17:48.825Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T20:17:48.825Z] 1e091d79d1de: Pulling fs layer [2020-08-17T20:17:48.825Z] 481702a1767f: Pulling fs layer [2020-08-17T20:17:48.825Z] f64a6f60c768: Pulling fs layer [2020-08-17T20:17:48.825Z] e78d2573fc39: Pulling fs layer [2020-08-17T20:17:48.825Z] e876d2f968b6: Pulling fs layer [2020-08-17T20:17:48.825Z] ce8a83651883: Pulling fs layer [2020-08-17T20:17:48.825Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T20:17:48.825Z] f64a6f60c768: Waiting [2020-08-17T20:17:48.825Z] e78d2573fc39: Waiting [2020-08-17T20:17:48.825Z] e876d2f968b6: Waiting [2020-08-17T20:17:48.825Z] 1e091d79d1de: Waiting [2020-08-17T20:17:48.825Z] 481702a1767f: Waiting [2020-08-17T20:17:48.825Z] 07967f4d0e4b: Waiting [2020-08-17T20:17:48.825Z] ce8a83651883: Waiting [2020-08-17T20:17:48.825Z] 2dd03ba5bac4: Waiting [2020-08-17T20:17:48.825Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T20:17:48.825Z] a92cc7c5fd73: Download complete [2020-08-17T20:17:48.825Z] ed8968b2872e: Verifying Checksum [2020-08-17T20:17:48.825Z] ed8968b2872e: Download complete [2020-08-17T20:17:48.825Z] 1e091d79d1de: Verifying Checksum [2020-08-17T20:17:48.825Z] 1e091d79d1de: Download complete [2020-08-17T20:17:48.825Z] 481702a1767f: Download complete [2020-08-17T20:17:48.825Z] df20fa9351a1: Verifying Checksum [2020-08-17T20:17:48.825Z] df20fa9351a1: Pull complete [2020-08-17T20:17:49.409Z] f64a6f60c768: Verifying Checksum [2020-08-17T20:17:49.409Z] f64a6f60c768: Download complete [2020-08-17T20:17:49.409Z] e876d2f968b6: Download complete [2020-08-17T20:17:49.676Z] e78d2573fc39: Verifying Checksum [2020-08-17T20:17:49.676Z] e78d2573fc39: Download complete [2020-08-17T20:17:49.676Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T20:17:49.676Z] 07967f4d0e4b: Download complete [2020-08-17T20:17:49.676Z] ce8a83651883: Verifying Checksum [2020-08-17T20:17:49.676Z] ce8a83651883: Download complete [2020-08-17T20:17:49.937Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T20:17:49.937Z] 2dd03ba5bac4: Download complete [2020-08-17T20:17:50.889Z] ed8968b2872e: Pull complete [2020-08-17T20:17:51.152Z] a92cc7c5fd73: Pull complete [2020-08-17T20:17:56.469Z] 2dd03ba5bac4: Pull complete [2020-08-17T20:17:56.469Z] 1e091d79d1de: Pull complete [2020-08-17T20:17:56.469Z] 481702a1767f: Pull complete [2020-08-17T20:17:59.955Z] Still waiting to schedule task [2020-08-17T20:17:59.955Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-17T20:18:04.631Z] f64a6f60c768: Pull complete [2020-08-17T20:18:07.189Z] e78d2573fc39: Pull complete [2020-08-17T20:18:07.189Z] e876d2f968b6: Pull complete [2020-08-17T20:18:08.139Z] ce8a83651883: Pull complete [2020-08-17T20:18:08.403Z] 07967f4d0e4b: Pull complete [2020-08-17T20:18:08.403Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T20:18:08.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T20:18:08.403Z] ---> 5d7c900382c6 [2020-08-17T20:18:08.403Z] 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-08-17T20:18:09.795Z] ---> Running in 8660774db285 [2020-08-17T20:18:10.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:18:11.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:18:11.576Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T20:18:11.577Z] (2/12) Installing file (5.38-r0) [2020-08-17T20:18:11.838Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T20:18:11.838Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T20:18:14.388Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T20:18:14.388Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T20:18:14.388Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T20:18:14.388Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T20:18:14.388Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T20:18:14.388Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T20:18:14.388Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T20:18:14.650Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T20:18:14.650Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:18:14.650Z] OK: 233 MiB in 51 packages [2020-08-17T20:18:17.969Z] Removing intermediate container 8660774db285 [2020-08-17T20:18:17.969Z] ---> 50508bce33fd [2020-08-17T20:18:17.969Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T20:18:17.969Z] ---> Running in d26e5b71d2ea [2020-08-17T20:18:18.232Z] Removing intermediate container d26e5b71d2ea [2020-08-17T20:18:18.232Z] ---> afd9a7f0dfbe [2020-08-17T20:18:18.232Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T20:18:18.495Z] latest: Pulling from library/docker [2020-08-17T20:18:18.495Z] df20fa9351a1: Already exists [2020-08-17T20:18:18.495Z] 25ad7478873d: Pulling fs layer [2020-08-17T20:18:18.495Z] 4684f6177b5d: Pulling fs layer [2020-08-17T20:18:18.495Z] 46e300cec669: Pulling fs layer [2020-08-17T20:18:18.495Z] 63038576ad94: Pulling fs layer [2020-08-17T20:18:18.495Z] 0fdb76c4706c: Pulling fs layer [2020-08-17T20:18:18.495Z] cb7edeffdfd5: Pulling fs layer [2020-08-17T20:18:18.495Z] 63038576ad94: Waiting [2020-08-17T20:18:18.495Z] 0fdb76c4706c: Waiting [2020-08-17T20:18:18.495Z] cb7edeffdfd5: Waiting [2020-08-17T20:18:19.067Z] 4684f6177b5d: Verifying Checksum [2020-08-17T20:18:19.067Z] 4684f6177b5d: Download complete [2020-08-17T20:18:19.641Z] 63038576ad94: Verifying Checksum [2020-08-17T20:18:19.641Z] 63038576ad94: Download complete [2020-08-17T20:18:20.214Z] 25ad7478873d: Verifying Checksum [2020-08-17T20:18:20.214Z] 25ad7478873d: Download complete [2020-08-17T20:18:20.476Z] 25ad7478873d: Pull complete [2020-08-17T20:18:20.737Z] 4684f6177b5d: Pull complete [2020-08-17T20:18:20.737Z] 46e300cec669: Verifying Checksum [2020-08-17T20:18:20.737Z] 46e300cec669: Download complete [2020-08-17T20:18:21.002Z] 0fdb76c4706c: Verifying Checksum [2020-08-17T20:18:21.002Z] 0fdb76c4706c: Download complete [2020-08-17T20:18:21.002Z] cb7edeffdfd5: Verifying Checksum [2020-08-17T20:18:21.002Z] cb7edeffdfd5: Download complete [2020-08-17T20:18:22.935Z] 46e300cec669: Pull complete [2020-08-17T20:18:22.935Z] 63038576ad94: Pull complete [2020-08-17T20:18:23.196Z] 0fdb76c4706c: Pull complete [2020-08-17T20:18:23.196Z] cb7edeffdfd5: Pull complete [2020-08-17T20:18:23.196Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T20:18:23.196Z] Status: Downloaded newer image for docker:latest [2020-08-17T20:18:25.116Z] ---> a7d158f89995 [2020-08-17T20:18:25.116Z] Step 6/7 : COPY go.mod . [2020-08-17T20:18:25.380Z] ---> 31d8da905aeb [2020-08-17T20:18:25.380Z] Step 7/7 : RUN go mod download [2020-08-17T20:18:25.641Z] ---> Running in 31833b0cbc1f [2020-08-17T20:18:28.190Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T20:18:28.190Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T20:18:28.190Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T20:18:28.190Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T20:18:28.190Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T20:18:28.190Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T20:18:28.190Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T20:18:28.190Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T20:18:28.190Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T20:18:28.190Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T20:18:28.190Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T20:18:28.190Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T20:18:28.190Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T20:18:28.190Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T20:18:28.190Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T20:18:28.190Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T20:18:28.190Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T20:18:28.190Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T20:18:28.190Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T20:18:28.190Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T20:18:28.451Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T20:18:28.451Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T20:18:28.451Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T20:18:28.451Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T20:18:28.451Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T20:18:28.451Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T20:18:28.451Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T20:18:28.451Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T20:18:28.451Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T20:18:28.451Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T20:18:28.451Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T20:18:28.451Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T20:18:28.712Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T20:18:28.973Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T20:18:28.973Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T20:18:28.973Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T20:18:28.973Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T20:18:28.973Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T20:18:28.973Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T20:18:28.973Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T20:18:28.973Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T20:18:28.973Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T20:18:28.973Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T20:18:28.973Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T20:18:28.973Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T20:18:29.234Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T20:18:29.234Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T20:18:29.234Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T20:18:29.496Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T20:18:29.496Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T20:18:29.496Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T20:18:29.496Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T20:18:29.496Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T20:18:29.496Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T20:18:29.496Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T20:18:29.496Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T20:18:29.496Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T20:18:29.496Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T20:18:29.496Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T20:18:29.757Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T20:18:29.757Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T20:18:29.757Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T20:18:29.757Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T20:18:29.757Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T20:18:29.757Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T20:18:29.757Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T20:18:29.757Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T20:18:29.757Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T20:18:29.757Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T20:18:29.757Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T20:18:30.018Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T20:18:30.018Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T20:18:30.018Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T20:18:30.018Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T20:18:44.970Z] Removing intermediate container 31833b0cbc1f [2020-08-17T20:18:44.970Z] ---> c513294c5791 [2020-08-17T20:18:44.970Z] Successfully built c513294c5791 [2020-08-17T20:18:44.970Z] 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-08-17T20:18:45.565Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-17T20:18:45.566Z] . [Pipeline] withDockerContainer [2020-08-17T20:18:45.664Z] prd-centos7-docker-4c-2g-304 does not seem to be running inside a container [2020-08-17T20:18:45.710Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-17T20:18:46.367Z] $ docker top 31975e3a653833b093031322fe35ac7918830a0f69721806212372bba32120de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:18:46.879Z] + go version [2020-08-17T20:18:46.880Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-17T20:18:46.891Z] ========================================================= [2020-08-17T20:18:46.891Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T20:18:46.891Z] ========================================================= [Pipeline] sh [2020-08-17T20:18:47.192Z] + make test [2020-08-17T20:18:47.192Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T20:18:49.757Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T20:18:59.868Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T20:19:04.520Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T20:19:04.520Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T20:19:05.112Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T20:19:05.387Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T20:19:05.655Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T20:19:05.655Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T20:19:05.655Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T20:19:12.297Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-08-17T20:19:12.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T20:19:12.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T20:19:12.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T20:19:12.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T20:19:12.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T20:19:13.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.058s coverage: 27.3% of statements [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T20:19:13.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T20:19:13.256Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2020-08-17T20:19:13.256Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T20:19:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T20:19:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T20:19:14.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.028s coverage: 100.0% of statements [2020-08-17T20:19:14.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T20:19:15.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.044s coverage: 89.8% of statements [2020-08-17T20:19:15.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T20:19:16.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T20:19:16.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.025s coverage: 100.0% of statements [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T20:19:16.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T20:19:16.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-08-17T20:19:17.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements [2020-08-17T20:19:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T20:19:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T20:19:17.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2020-08-17T20:19:17.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.104s coverage: 55.9% of statements [2020-08-17T20:19:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T20:19:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T20:19:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T20:19:17.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.180s coverage: 86.3% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.309s coverage: 72.2% of statements [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.108s coverage: 72.1% of statements [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.035s coverage: 96.8% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.138s coverage: 84.1% of statements [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.1% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T20:19:24.291Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T20:19:24.291Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T20:19:24.553Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements [2020-08-17T20:19:24.553Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T20:19:24.553Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.025s coverage: 100.0% of statements [2020-08-17T20:19:24.553Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T20:19:27.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T20:19:27.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T20:19:27.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T20:19:27.139Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T20:19:27.139Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements [2020-08-17T20:19:27.139Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T20:19:27.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T20:19:27.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T20:19:27.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T20:19:27.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements [2020-08-17T20:19:27.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T20:19:27.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T20:19:27.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-17T20:19:27.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-17T20:19:27.669Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-17T20:19:28.241Z] GO111MODULE=on go vet ./... [2020-08-17T20:19:34.879Z] gofmt -l . [2020-08-17T20:19:34.879Z] [ "`gofmt -l .`" = "" ] [2020-08-17T20:19:35.141Z] ./bin/test-go-mod-tidy.sh [2020-08-17T20:19:35.722Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-17T20:19:37.415Z] + ls -al . [2020-08-17T20:19:37.415Z] total 552 [2020-08-17T20:19:37.415Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 20:19 . [2020-08-17T20:19:37.415Z] drwxr-xr-x 4 root root 28 Aug 17 20:18 .. [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 20:16 .dockerignore [2020-08-17T20:19:37.415Z] drwxrwxr-x 8 1001 1001 179 Aug 17 20:16 .git [2020-08-17T20:19:37.415Z] drwxrwxr-x 3 1001 1001 60 Aug 17 20:16 .github [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 20:16 .gitignore [2020-08-17T20:19:37.415Z] drwx------ 3 1001 1001 47 Aug 17 20:17 .semver [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 20:16 .sonarcloud.properties [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 20:16 CONTRIBUTING.md [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 20:16 Dockerfile.build [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 20:16 Jenkinsfile [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 20:16 LICENSE [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 20:16 Makefile [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 20:16 README.md [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 259 Aug 17 20:16 SECURITY.md [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 20:17 VERSION [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 20:16 ZMQWindows.md [2020-08-17T20:19:37.415Z] drwxrwxr-x 2 1001 1001 117 Aug 17 20:16 bin [2020-08-17T20:19:37.415Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 20:16 cmd [2020-08-17T20:19:37.415Z] -rw-r--r-- 1 root root 455803 Aug 17 20:19 coverage.out [2020-08-17T20:19:37.415Z] -rw-r--r-- 1 root root 1019 Aug 17 20:19 go.mod [2020-08-17T20:19:37.415Z] -rw-r--r-- 1 root root 18146 Aug 17 20:19 go.sum [2020-08-17T20:19:37.415Z] drwxrwxr-x 8 1001 1001 127 Aug 17 20:16 internal [2020-08-17T20:19:37.415Z] drwxrwxr-x 4 1001 1001 26 Aug 17 20:16 openapi [2020-08-17T20:19:37.415Z] drwxrwxr-x 4 1001 1001 71 Aug 17 20:16 snap [2020-08-17T20:19:37.415Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 20:16 version.go [Pipeline] sh [2020-08-17T20:19:37.717Z] + '[' -e coverage.out ] [2020-08-17T20:19:37.717Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T20:19:37.856Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T20:19:38.151Z] + make build [2020-08-17T20:19:38.151Z] 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-08-17T20:19:42.072Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-305 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws [2020-08-17T20:19:42.118Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-08-17T20:19:44.847Z] 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-08-17T20:19:46.787Z] using credential edgex-jenkins-ssh [2020-08-17T20:19:46.860Z] Cloning the remote Git repository [2020-08-17T20:19:46.860Z] Cloning with configured refspecs honoured and without tags [2020-08-17T20:19:46.937Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-17T20:19:47.042Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-08-17T20:19:47.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T20:19:47.118Z] > git --version # timeout=10 [2020-08-17T20:19:47.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T20:19:47.397Z] 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-08-17T20:19:47.226Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T20:19:48.784Z] 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-08-17T20:19:50.177Z] 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-08-17T20:19:52.099Z] 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-08-17T20:19:52.361Z] 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-08-17T20:19:54.923Z] 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-08-17T20:19:56.315Z] 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-08-17T20:19:57.710Z] 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-08-17T20:19:59.104Z] 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-08-17T20:20:00.494Z] 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-08-17T20:20:01.471Z] Fetching without tags [2020-08-17T20:20:01.881Z] 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-08-17T20:20:01.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T20:20:01.414Z] > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 [2020-08-17T20:20:01.428Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T20:20:01.463Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T20:20:01.494Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T20:20:01.495Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T20:20:01.506Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T20:20:02.932Z] Merging remotes/origin/master commit aa472f58a5207d25d1630cfabae13fa3f1ce44ee into PR head commit 4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:20:03.336Z] Merge succeeded, producing 4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:20:03.337Z] Checking out Revision 4c36c6402971aef0f650637208ab56026314255f (PR-2661) [Pipeline] } [2020-08-17T20:20:03.808Z] $ docker stop --time=1 31975e3a653833b093031322fe35ac7918830a0f69721806212372bba32120de [2020-08-17T20:20:02.966Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T20:20:02.984Z] > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # timeout=10 [2020-08-17T20:20:03.273Z] > git remote # timeout=10 [2020-08-17T20:20:03.290Z] > git config --get remote.origin.url # timeout=10 [2020-08-17T20:20:03.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T20:20:03.312Z] > git merge aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 [2020-08-17T20:20:03.333Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-17T20:20:03.355Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T20:20:03.372Z] > git checkout -f 4c36c6402971aef0f650637208ab56026314255f # timeout=10 [2020-08-17T20:20:05.469Z] $ docker rm -f 31975e3a653833b093031322fe35ac7918830a0f69721806212372bba32120de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-08-17T20:20:07.838Z] Commit message: "Merge branch 'master' into issue-2639" [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-17T20:20:08.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:20:08.624Z] [2020-08-17T20:20:08.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:20:09.054Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:20:09.054Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-17T20:20:09.054Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T20:20:09.054Z] ca9280d653b3: Pulling fs layer [2020-08-17T20:20:09.054Z] 7e9c9ca2126c: Pulling fs layer [2020-08-17T20:20:09.054Z] cbdbe7a5bc2a: Download complete [2020-08-17T20:20:09.343Z] ca9280d653b3: Verifying Checksum [2020-08-17T20:20:09.343Z] ca9280d653b3: Download complete [2020-08-17T20:20:09.343Z] cbdbe7a5bc2a: Pull complete [2020-08-17T20:20:09.974Z] 7e9c9ca2126c: Download complete [2020-08-17T20:20:10.250Z] ca9280d653b3: Pull complete [2020-08-17T20:20:15.583Z] 7e9c9ca2126c: Pull complete [2020-08-17T20:20:15.583Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-17T20:20:15.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:20:15.583Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-17T20:20:15.738Z] prd-centos7-docker-4c-2g-304 does not seem to be running inside a container [2020-08-17T20:20:15.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-17T20:20:18.955Z] $ docker top d11c75e2663cd7c72a4d6f4118bae334e554ff425e70147412ab9ea659d13fd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:20:19.488Z] + docker-compose build --help [2020-08-17T20:20:19.488Z] + grep parallel [Pipeline] echo [2020-08-17T20:20:20.148Z] ========================================================= [2020-08-17T20:20:20.148Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T20:20:20.148Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:20:20.440Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T20:20:20.734Z] $ docker stop --time=1 d11c75e2663cd7c72a4d6f4118bae334e554ff425e70147412ab9ea659d13fd4 [2020-08-17T20:20:20.972Z] + 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-08-17T20:20:22.102Z] $ docker rm -f d11c75e2663cd7c72a4d6f4118bae334e554ff425e70147412ab9ea659d13fd4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:20:22.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:20:22.711Z] . [Pipeline] withDockerContainer [2020-08-17T20:20:22.804Z] prd-centos7-docker-4c-2g-304 does not seem to be running inside a container [2020-08-17T20:20:22.848Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-08-17T20:20:23.410Z] $ docker top d541b22a24dd5450649fe4a3bc63d771c0f17336ea67a220a90a472728ec9c86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:20:23.862Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T20:20:24.806Z] Building docker-core-command-go ... [2020-08-17T20:20:24.806Z] Building docker-core-data-go ... [2020-08-17T20:20:24.806Z] Building docker-core-metadata-go ... [2020-08-17T20:20:24.806Z] Building docker-security-proxy-setup-go ... [2020-08-17T20:20:24.806Z] Building docker-security-secrets-setup-go ... [2020-08-17T20:20:24.806Z] Building docker-security-secretstore-setup-go ... [2020-08-17T20:20:24.806Z] Building docker-support-logging-go ... [2020-08-17T20:20:24.806Z] Building docker-support-notifications-go ... [2020-08-17T20:20:24.806Z] Building docker-support-scheduler-go ... [2020-08-17T20:20:24.806Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T20:20:24.806Z] Building docker-core-data-go [2020-08-17T20:20:24.806Z] Building docker-support-logging-go [2020-08-17T20:20:24.806Z] Building docker-support-scheduler-go [2020-08-17T20:20:24.806Z] Building docker-support-notifications-go [2020-08-17T20:20:24.806Z] Building docker-sys-mgmt-agent-go [2020-08-17T20:20:25.285Z] Sending build context to Docker daemon 323MB [2020-08-17T20:20:25.285Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T20:20:25.285Z] Step 2/7 : FROM ${BASE} [2020-08-17T20:20:25.563Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T20:20:25.563Z] b538f80385f9: Pulling fs layer [2020-08-17T20:20:25.563Z] 74f711af9a0d: Pulling fs layer [2020-08-17T20:20:25.563Z] 99f96fe45779: Pulling fs layer [2020-08-17T20:20:25.563Z] fd7a069fd194: Pulling fs layer [2020-08-17T20:20:25.563Z] 66aa3694b03b: Pulling fs layer [2020-08-17T20:20:25.563Z] 170f70906a0f: Pulling fs layer [2020-08-17T20:20:25.563Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T20:20:25.563Z] e772456be8f7: Pulling fs layer [2020-08-17T20:20:25.563Z] c890913d741a: Pulling fs layer [2020-08-17T20:20:25.563Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T20:20:25.563Z] 09adf4765672: Pulling fs layer [2020-08-17T20:20:25.563Z] fd7a069fd194: Waiting [2020-08-17T20:20:25.563Z] 66aa3694b03b: Waiting [2020-08-17T20:20:25.563Z] 170f70906a0f: Waiting [2020-08-17T20:20:25.563Z] ad7c5574e4b9: Waiting [2020-08-17T20:20:25.563Z] e772456be8f7: Waiting [2020-08-17T20:20:25.563Z] c890913d741a: Waiting [2020-08-17T20:20:25.563Z] 2480fcc9aa5a: Waiting [2020-08-17T20:20:25.563Z] 09adf4765672: Waiting [2020-08-17T20:20:25.563Z] 99f96fe45779: Download complete [2020-08-17T20:20:25.563Z] 74f711af9a0d: Download complete [2020-08-17T20:20:25.563Z] 66aa3694b03b: Verifying Checksum [2020-08-17T20:20:25.563Z] 66aa3694b03b: Download complete [2020-08-17T20:20:25.563Z] 170f70906a0f: Verifying Checksum [2020-08-17T20:20:25.563Z] 170f70906a0f: Download complete [2020-08-17T20:20:25.563Z] b538f80385f9: Verifying Checksum [2020-08-17T20:20:26.543Z] b538f80385f9: Pull complete [2020-08-17T20:20:26.819Z] 74f711af9a0d: Pull complete [2020-08-17T20:20:27.419Z] 99f96fe45779: Pull complete [2020-08-17T20:20:28.407Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T20:20:28.407Z] ad7c5574e4b9: Download complete [2020-08-17T20:20:28.407Z] c890913d741a: Verifying Checksum [2020-08-17T20:20:28.407Z] c890913d741a: Download complete [2020-08-17T20:20:29.838Z] 2480fcc9aa5a: Download complete [2020-08-17T20:20:29.838Z] 09adf4765672: Download complete [2020-08-17T20:20:30.435Z] e772456be8f7: Verifying Checksum [2020-08-17T20:20:30.435Z] e772456be8f7: Download complete [2020-08-17T20:20:31.026Z] fd7a069fd194: Download complete [2020-08-17T20:20:43.415Z] fd7a069fd194: Pull complete [2020-08-17T20:20:43.415Z] 66aa3694b03b: Pull complete [2020-08-17T20:20:43.416Z] 170f70906a0f: Pull complete [2020-08-17T20:20:46.811Z] ad7c5574e4b9: Pull complete [2020-08-17T20:20:51.124Z] e772456be8f7: Pull complete [2020-08-17T20:20:51.395Z] c890913d741a: Pull complete [2020-08-17T20:20:54.022Z] 2480fcc9aa5a: Pull complete [2020-08-17T20:20:54.022Z] 09adf4765672: Pull complete [2020-08-17T20:20:54.022Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T20:20:54.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T20:20:54.022Z] ---> 2248a725d1cf [2020-08-17T20:20:54.022Z] 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-08-17T20:20:57.087Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:20:57.087Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:20:57.087Z] ---> c513294c5791 [2020-08-17T20:20:57.087Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:20:57.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:20:57.087Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:20:57.087Z] ---> c513294c5791 [2020-08-17T20:20:57.087Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T20:20:57.087Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:20:57.087Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:20:57.087Z] ---> c513294c5791 [2020-08-17T20:20:57.087Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:20:57.087Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:20:57.087Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:20:57.087Z] ---> c513294c5791 [2020-08-17T20:20:57.087Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:20:57.087Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:20:57.087Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:20:57.087Z] ---> c513294c5791 [2020-08-17T20:20:57.087Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T20:20:57.087Z] ---> Running in 14ff525fa55d [2020-08-17T20:20:57.087Z] ---> Running in a4f863574cf9 [2020-08-17T20:20:57.087Z] ---> Running in 27cfd50b5c88 [2020-08-17T20:20:57.087Z] ---> Running in 65bbeb87ef12 [2020-08-17T20:20:57.087Z] ---> Running in 64d83ac7df25 [2020-08-17T20:20:57.087Z] Removing intermediate container 64d83ac7df25 [2020-08-17T20:20:57.087Z] ---> 6bdbb5685078 [2020-08-17T20:20:57.087Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:20:57.087Z] Removing intermediate container 27cfd50b5c88 [2020-08-17T20:20:57.087Z] ---> b46b092e66dd [2020-08-17T20:20:57.087Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:20:57.087Z] Removing intermediate container 65bbeb87ef12 [2020-08-17T20:20:57.087Z] ---> 5bc8815e1e1c [2020-08-17T20:20:57.087Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:20:57.087Z] Removing intermediate container 14ff525fa55d [2020-08-17T20:20:57.087Z] ---> 4a01d4378b04 [2020-08-17T20:20:57.087Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:20:57.087Z] Removing intermediate container a4f863574cf9 [2020-08-17T20:20:57.087Z] ---> b95bb4d8d8a8 [2020-08-17T20:20:57.087Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:20:57.087Z] ---> Running in 7e934494116b [2020-08-17T20:20:57.087Z] ---> Running in 05d75d5bec9b [2020-08-17T20:20:57.087Z] ---> Running in 221a4dc3912f [2020-08-17T20:20:57.087Z] ---> Running in 46974929de99 [2020-08-17T20:20:57.087Z] ---> Running in ceff86ee8f9b [2020-08-17T20:20:57.087Z] Removing intermediate container 7e934494116b [2020-08-17T20:20:57.087Z] ---> 32d79dfb3143 [2020-08-17T20:20:57.087Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T20:20:57.087Z] Removing intermediate container 05d75d5bec9b [2020-08-17T20:20:57.087Z] ---> d2b86338f342 [2020-08-17T20:20:57.087Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T20:20:57.087Z] ---> Running in 2c681fcec104 [2020-08-17T20:20:57.087Z] Removing intermediate container 221a4dc3912f [2020-08-17T20:20:57.087Z] ---> 4b1a69168c85 [2020-08-17T20:20:57.087Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T20:20:57.087Z] ---> Running in 680bc5e65092 [2020-08-17T20:20:57.087Z] Removing intermediate container 46974929de99 [2020-08-17T20:20:57.087Z] ---> 13256efa407c [2020-08-17T20:20:57.087Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T20:20:57.087Z] Removing intermediate container ceff86ee8f9b [2020-08-17T20:20:57.087Z] ---> 29a6cf056f7c [2020-08-17T20:20:57.087Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:20:57.087Z] ---> Running in 7637f41222d2 [2020-08-17T20:20:57.087Z] ---> Running in b4933c702b13 [2020-08-17T20:20:57.087Z] ---> Running in bda0de1b2ee7 [2020-08-17T20:20:57.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:57.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:57.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:57.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:57.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:58.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:58.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:58.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:58.778Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:20:58.778Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:20:58.778Z] OK: 12746 distinct packages available [2020-08-17T20:20:58.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:58.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:20:58.778Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:20:58.778Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:20:58.778Z] OK: 12746 distinct packages available [2020-08-17T20:20:58.778Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:20:58.778Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:20:58.778Z] OK: 12746 distinct packages available [2020-08-17T20:20:59.044Z] OK: 233 MiB in 51 packages [2020-08-17T20:20:59.044Z] OK: 233 MiB in 51 packages [2020-08-17T20:20:59.044Z] OK: 233 MiB in 51 packages [2020-08-17T20:20:59.306Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:20:59.307Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:20:59.307Z] OK: 12746 distinct packages available [2020-08-17T20:20:59.307Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:20:59.307Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:20:59.307Z] OK: 12746 distinct packages available [2020-08-17T20:20:59.307Z] OK: 233 MiB in 51 packages [2020-08-17T20:20:59.424Z] ---> Running in 8b4e7a7f761c [2020-08-17T20:20:59.572Z] OK: 233 MiB in 51 packages [2020-08-17T20:20:59.572Z] OK: 233 MiB in 51 packages [2020-08-17T20:20:59.843Z] Removing intermediate container 2c681fcec104 [2020-08-17T20:20:59.843Z] ---> 1732f34ccb28 [2020-08-17T20:20:59.843Z] Step 6/22 : COPY go.mod . [2020-08-17T20:21:00.105Z] Removing intermediate container 7637f41222d2 [2020-08-17T20:21:00.105Z] ---> 3a9d057c5eda [2020-08-17T20:21:00.105Z] Step 6/26 : COPY go.mod . [2020-08-17T20:21:00.105Z] ---> 0eed3dc15e3f [2020-08-17T20:21:00.105Z] Step 7/22 : RUN go mod download [2020-08-17T20:21:00.369Z] ---> Running in a85395c1ae1b [2020-08-17T20:21:00.370Z] Removing intermediate container 680bc5e65092 [2020-08-17T20:21:00.370Z] ---> 0e10d0dab2e0 [2020-08-17T20:21:00.370Z] Step 6/21 : COPY go.mod . [2020-08-17T20:21:00.370Z] Removing intermediate container b4933c702b13 [2020-08-17T20:21:00.370Z] ---> 114427d1b956 [2020-08-17T20:21:00.370Z] Step 6/23 : COPY go.mod . [2020-08-17T20:21:00.636Z] Removing intermediate container bda0de1b2ee7 [2020-08-17T20:21:00.636Z] ---> 4c217c8a321c [2020-08-17T20:21:00.636Z] Step 6/20 : COPY go.mod . [2020-08-17T20:21:00.636Z] ---> 1c5befb61c28 [2020-08-17T20:21:00.636Z] Step 7/26 : RUN go mod download [2020-08-17T20:21:00.897Z] ---> Running in 6e2a37371009 [2020-08-17T20:21:00.897Z] ---> ce8bfac37074 [2020-08-17T20:21:00.898Z] Step 7/21 : RUN go mod download [2020-08-17T20:21:00.898Z] ---> f7a531fa322b [2020-08-17T20:21:00.898Z] Step 7/23 : RUN go mod download [2020-08-17T20:21:01.165Z] ---> Running in 13bf78db542b [2020-08-17T20:21:01.165Z] ---> Running in deef4812818a [2020-08-17T20:21:01.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:21:01.436Z] ---> 522b61a8fc76 [2020-08-17T20:21:01.436Z] Step 7/20 : RUN go mod download [2020-08-17T20:21:01.436Z] ---> Running in d3655c173783 [2020-08-17T20:21:01.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:21:02.573Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T20:21:02.835Z] Removing intermediate container a85395c1ae1b [2020-08-17T20:21:02.835Z] ---> 65c8a0f79325 [2020-08-17T20:21:02.835Z] Step 8/22 : COPY . . [2020-08-17T20:21:02.859Z] (2/12) Installing file (5.38-r0) [2020-08-17T20:21:02.860Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T20:21:02.860Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T20:21:03.409Z] Removing intermediate container 6e2a37371009 [2020-08-17T20:21:03.409Z] ---> 19230715b648 [2020-08-17T20:21:03.409Z] Step 8/26 : COPY . . [2020-08-17T20:21:05.462Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T20:21:05.462Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T20:21:05.732Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T20:21:05.732Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T20:21:05.732Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T20:21:05.999Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T20:21:05.999Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T20:21:05.999Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T20:21:06.270Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:21:06.270Z] OK: 217 MiB in 51 packages [2020-08-17T20:21:08.724Z] Removing intermediate container 13bf78db542b [2020-08-17T20:21:08.724Z] ---> f100bdbbc526 [2020-08-17T20:21:08.724Z] Step 8/23 : COPY . . [2020-08-17T20:21:10.561Z] Removing intermediate container 8b4e7a7f761c [2020-08-17T20:21:10.561Z] ---> de6a1c3ced11 [2020-08-17T20:21:10.561Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T20:21:10.561Z] ---> Running in 2246f9239085 [2020-08-17T20:21:10.831Z] Removing intermediate container 2246f9239085 [2020-08-17T20:21:10.831Z] ---> cd381d8f3b98 [2020-08-17T20:21:10.831Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T20:21:11.101Z] latest: Pulling from library/docker [2020-08-17T20:21:11.370Z] b538f80385f9: Already exists [2020-08-17T20:21:11.370Z] 259a493cd78d: Pulling fs layer [2020-08-17T20:21:11.370Z] b8e66b5100f5: Pulling fs layer [2020-08-17T20:21:11.370Z] 39dc9c94d07c: Pulling fs layer [2020-08-17T20:21:11.370Z] 551b823b3b82: Pulling fs layer [2020-08-17T20:21:11.370Z] 3c52a74df98c: Pulling fs layer [2020-08-17T20:21:11.370Z] 6c9b121b6998: Pulling fs layer [2020-08-17T20:21:11.370Z] 551b823b3b82: Waiting [2020-08-17T20:21:11.370Z] 3c52a74df98c: Waiting [2020-08-17T20:21:11.370Z] 6c9b121b6998: Waiting [2020-08-17T20:21:11.643Z] b8e66b5100f5: Download complete [2020-08-17T20:21:12.039Z] Removing intermediate container d3655c173783 [2020-08-17T20:21:12.039Z] ---> de8f22947878 [2020-08-17T20:21:12.039Z] Step 8/20 : COPY . . [2020-08-17T20:21:12.039Z] Removing intermediate container deef4812818a [2020-08-17T20:21:12.039Z] ---> f5686ab0dca1 [2020-08-17T20:21:12.039Z] Step 8/21 : COPY . . [2020-08-17T20:21:12.237Z] 259a493cd78d: Verifying Checksum [2020-08-17T20:21:12.237Z] 259a493cd78d: Download complete [2020-08-17T20:21:12.515Z] 551b823b3b82: Verifying Checksum [2020-08-17T20:21:12.515Z] 551b823b3b82: Download complete [2020-08-17T20:21:12.792Z] 259a493cd78d: Pull complete [2020-08-17T20:21:13.066Z] 3c52a74df98c: Download complete [2020-08-17T20:21:13.337Z] b8e66b5100f5: Pull complete [2020-08-17T20:21:13.609Z] 6c9b121b6998: Verifying Checksum [2020-08-17T20:21:13.609Z] 6c9b121b6998: Download complete [2020-08-17T20:21:13.609Z] 39dc9c94d07c: Download complete [2020-08-17T20:21:16.985Z] 39dc9c94d07c: Pull complete [2020-08-17T20:21:16.985Z] 551b823b3b82: Pull complete [2020-08-17T20:21:16.985Z] 3c52a74df98c: Pull complete [2020-08-17T20:21:17.583Z] 6c9b121b6998: Pull complete [2020-08-17T20:21:17.583Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T20:21:17.583Z] Status: Downloaded newer image for docker:latest [2020-08-17T20:21:20.972Z] ---> 59b692a51310 [2020-08-17T20:21:20.972Z] Step 6/7 : COPY go.mod . [2020-08-17T20:21:21.245Z] ---> de6e7f9962cc [2020-08-17T20:21:21.245Z] Step 7/7 : RUN go mod download [2020-08-17T20:21:21.245Z] ---> Running in b70766607e5b [2020-08-17T20:21:24.152Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T20:21:24.152Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T20:21:24.152Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T20:21:24.422Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T20:21:24.422Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T20:21:24.422Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T20:21:24.422Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T20:21:24.422Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T20:21:24.422Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T20:21:24.422Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T20:21:24.422Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T20:21:24.422Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T20:21:24.422Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T20:21:24.691Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T20:21:24.691Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T20:21:24.691Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T20:21:24.691Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T20:21:24.691Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T20:21:24.691Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T20:21:24.691Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T20:21:24.691Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T20:21:24.691Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T20:21:24.691Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T20:21:24.961Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T20:21:24.961Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T20:21:24.961Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T20:21:24.961Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T20:21:24.961Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T20:21:24.961Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T20:21:24.961Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T20:21:24.961Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T20:21:24.961Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T20:21:25.231Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T20:21:25.502Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T20:21:25.502Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T20:21:25.502Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T20:21:25.502Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T20:21:25.502Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T20:21:25.502Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T20:21:25.502Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T20:21:25.502Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T20:21:25.502Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T20:21:25.502Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T20:21:25.502Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T20:21:25.773Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T20:21:25.773Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T20:21:25.773Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T20:21:25.773Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T20:21:26.044Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T20:21:26.044Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T20:21:26.044Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T20:21:26.044Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T20:21:26.044Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T20:21:26.044Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T20:21:26.044Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T20:21:26.044Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T20:21:26.044Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T20:21:26.044Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T20:21:26.315Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T20:21:26.315Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T20:21:26.315Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T20:21:26.315Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T20:21:26.315Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T20:21:26.315Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T20:21:26.315Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T20:21:26.315Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T20:21:26.315Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T20:21:26.315Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T20:21:26.315Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T20:21:26.588Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T20:21:26.588Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T20:21:26.588Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T20:21:26.588Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T20:21:26.588Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T20:21:26.588Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T20:21:26.588Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T20:21:44.655Z] ---> 7137abd7bdb2 [2020-08-17T20:21:44.655Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T20:21:44.655Z] ---> 7f6dea1b7392 [2020-08-17T20:21:44.655Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T20:21:44.655Z] ---> 844796cf3f91 [2020-08-17T20:21:44.655Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T20:21:44.655Z] ---> 0e4ab6de7754 [2020-08-17T20:21:44.655Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T20:21:44.655Z] ---> Running in c3e3ab471ea6 [2020-08-17T20:21:44.655Z] ---> Running in 9c533558e294 [2020-08-17T20:21:44.655Z] ---> Running in 048ae4ea6664 [2020-08-17T20:21:44.655Z] ---> e846db53a1fe [2020-08-17T20:21:44.655Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T20:21:44.655Z] ---> Running in 755e4c26724d [2020-08-17T20:21:44.655Z] ---> Running in 0020e1c8bd6c [2020-08-17T20:21:44.655Z] 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-08-17T20:21:44.655Z] 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-08-17T20:21:44.655Z] 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-08-17T20:21:44.655Z] 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-08-17T20:21:44.655Z] 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-08-17T20:21:44.888Z] Removing intermediate container b70766607e5b [2020-08-17T20:21:44.888Z] ---> 178d0bbfb680 [2020-08-17T20:21:44.888Z] Successfully built 178d0bbfb680 [2020-08-17T20:21:44.888Z] 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-08-17T20:21:45.557Z] + docker inspect -f . ci-base-image-arm64 [2020-08-17T20:21:45.557Z] . [Pipeline] withDockerContainer [2020-08-17T20:21:45.802Z] prd-ubuntu18.04-docker-arm64-4c-16g-305 does not seem to be running inside a container [2020-08-17T20:21:45.903Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-17T20:21:47.332Z] $ docker top 805d6216dad268eda28bb6b0a86c5c8a44114e4e16623b39cfcfc5f5c831a6cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:21:48.363Z] + go version [2020-08-17T20:21:48.363Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-17T20:21:48.386Z] ========================================================= [2020-08-17T20:21:48.386Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-17T20:21:48.386Z] ========================================================= [Pipeline] sh [2020-08-17T20:21:49.142Z] + make test [2020-08-17T20:21:49.142Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-17T20:21:51.786Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-17T20:22:23.720Z] Removing intermediate container c3e3ab471ea6 [2020-08-17T20:22:23.720Z] ---> 1186e01a68f1 [2020-08-17T20:22:23.720Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T20:22:23.720Z] Removing intermediate container 0020e1c8bd6c [2020-08-17T20:22:23.720Z] ---> f328caa0860f [2020-08-17T20:22:23.720Z] [2020-08-17T20:22:23.720Z] Step 10/21 : FROM scratch [2020-08-17T20:22:23.720Z] ---> [2020-08-17T20:22:23.720Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:22:23.720Z] ---> Running in b157735358f5 [2020-08-17T20:22:23.720Z] ---> Running in 25fc047865f8 [2020-08-17T20:22:23.720Z] Removing intermediate container 25fc047865f8 [2020-08-17T20:22:23.720Z] ---> 0bca2532eb59 [2020-08-17T20:22:23.720Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T20:22:23.720Z] ---> Running in b8f096f18a11 [2020-08-17T20:22:23.720Z] Removing intermediate container b8f096f18a11 [2020-08-17T20:22:23.720Z] ---> dc9de2cd3b5c [2020-08-17T20:22:23.720Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:22:23.720Z] 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-08-17T20:22:23.720Z] ---> Running in 2245eea2e5ce [2020-08-17T20:22:23.720Z] Removing intermediate container 2245eea2e5ce [2020-08-17T20:22:23.720Z] ---> fdc3f91a6b90 [2020-08-17T20:22:23.720Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T20:22:23.720Z] Removing intermediate container 048ae4ea6664 [2020-08-17T20:22:23.720Z] ---> 9747d1740f2e [2020-08-17T20:22:23.720Z] [2020-08-17T20:22:23.720Z] Step 10/23 : FROM scratch [2020-08-17T20:22:23.720Z] ---> [2020-08-17T20:22:23.720Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:22:23.720Z] ---> Using cache [2020-08-17T20:22:23.720Z] ---> 0bca2532eb59 [2020-08-17T20:22:23.720Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T20:22:23.720Z] Removing intermediate container 755e4c26724d [2020-08-17T20:22:23.720Z] ---> 9d788205e7d6 [2020-08-17T20:22:23.720Z] [2020-08-17T20:22:23.720Z] Step 10/20 : FROM scratch [2020-08-17T20:22:23.720Z] ---> [2020-08-17T20:22:23.720Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:22:24.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-17T20:22:25.641Z] ---> Running in dce1a47f1de8 [2020-08-17T20:22:25.641Z] ---> Running in 7fead4d39687 [2020-08-17T20:22:26.213Z] ---> 24b36ef573e3 [2020-08-17T20:22:26.213Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T20:22:27.601Z] Removing intermediate container dce1a47f1de8 [2020-08-17T20:22:27.601Z] ---> 0b78f3ee8424 [2020-08-17T20:22:27.601Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T20:22:27.601Z] Removing intermediate container 7fead4d39687 [2020-08-17T20:22:27.601Z] ---> 9408b8ab9129 [2020-08-17T20:22:27.601Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T20:22:27.601Z] Removing intermediate container 9c533558e294 [2020-08-17T20:22:27.601Z] ---> 02b706dd84e6 [2020-08-17T20:22:27.601Z] [2020-08-17T20:22:27.601Z] Step 10/22 : FROM alpine [2020-08-17T20:22:27.864Z] ---> Running in ad6c5be7dae8 [2020-08-17T20:22:27.864Z] ---> Running in 0d88dca68ff1 [2020-08-17T20:22:27.864Z] ---> f728944072a9 [2020-08-17T20:22:27.864Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T20:22:27.864Z] Removing intermediate container b157735358f5 [2020-08-17T20:22:27.864Z] ---> fef4542b1cf7 [2020-08-17T20:22:27.864Z] [2020-08-17T20:22:27.864Z] Step 11/26 : FROM docker:latest [2020-08-17T20:22:27.864Z] ---> 81f5749c9058 [2020-08-17T20:22:27.864Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T20:22:27.864Z] latest: Pulling from library/alpine [2020-08-17T20:22:28.131Z] ---> Running in 5ed5f91564af [2020-08-17T20:22:28.131Z] Removing intermediate container 0d88dca68ff1 [2020-08-17T20:22:28.131Z] ---> 7964cc740e6c [2020-08-17T20:22:28.131Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T20:22:28.131Z] Removing intermediate container ad6c5be7dae8 [2020-08-17T20:22:28.131Z] ---> f90a9d2597e9 [2020-08-17T20:22:28.131Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T20:22:28.403Z] ---> Running in f872c596c10d [2020-08-17T20:22:28.403Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T20:22:28.403Z] Status: Downloaded newer image for alpine:latest [2020-08-17T20:22:28.403Z] ---> a24bb4013296 [2020-08-17T20:22:28.403Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:22:28.666Z] ---> db5e96feb457 [2020-08-17T20:22:28.666Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T20:22:28.666Z] ---> 923349e769fb [2020-08-17T20:22:28.666Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T20:22:28.666Z] ---> Running in 7b3d1f685fd2 [2020-08-17T20:22:28.928Z] Removing intermediate container f872c596c10d [2020-08-17T20:22:28.928Z] ---> a90c1aea205f [2020-08-17T20:22:28.928Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T20:22:28.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:22:28.928Z] Removing intermediate container 7b3d1f685fd2 [2020-08-17T20:22:28.928Z] ---> 674920e90a5c [2020-08-17T20:22:28.928Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T20:22:29.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:22:29.192Z] ---> d3bc23a6f27e [2020-08-17T20:22:29.192Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:22:29.192Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T20:22:29.192Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T20:22:29.192Z] Executing bash-5.0.17-r0.post-install [2020-08-17T20:22:29.192Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:22:29.192Z] OK: 12 MiB in 22 packages [2020-08-17T20:22:29.453Z] ---> Running in 6374c952f0c3 [2020-08-17T20:22:30.024Z] ---> d48a08119c82 [2020-08-17T20:22:30.024Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T20:22:30.024Z] ---> Running in 6bbc972eeeca [2020-08-17T20:22:30.596Z] ---> ad2328bd4f95 [2020-08-17T20:22:30.596Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T20:22:30.860Z] Removing intermediate container 6374c952f0c3 [2020-08-17T20:22:30.860Z] ---> aacefef3c005 [2020-08-17T20:22:30.860Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T20:22:31.121Z] ---> Running in 504bde9bdbd2 [2020-08-17T20:22:31.121Z] ---> 25756c67e7b8 [2020-08-17T20:22:31.121Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T20:22:31.121Z] Removing intermediate container 6bbc972eeeca [2020-08-17T20:22:31.121Z] ---> 776dcf5169a4 [2020-08-17T20:22:31.121Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T20:22:31.381Z] ---> 40ab651534aa [2020-08-17T20:22:31.381Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T20:22:31.381Z] ---> Running in 04851d97b9ed [2020-08-17T20:22:31.381Z] Removing intermediate container 5ed5f91564af [2020-08-17T20:22:31.381Z] ---> 7c38491e2f42 [2020-08-17T20:22:31.381Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T20:22:31.641Z] Removing intermediate container 504bde9bdbd2 [2020-08-17T20:22:31.641Z] ---> 27074c19ca25 [2020-08-17T20:22:31.641Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:22:31.641Z] ---> 037385ae9a50 [2020-08-17T20:22:31.641Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:22:31.641Z] ---> Running in d001822da0cb [2020-08-17T20:22:31.641Z] ---> Running in 738ffbcdc12c [2020-08-17T20:22:31.641Z] ---> Running in f4a2f5a88ef6 [2020-08-17T20:22:31.902Z] ---> 0b41781d5cbb [2020-08-17T20:22:31.902Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T20:22:31.902Z] Removing intermediate container 04851d97b9ed [2020-08-17T20:22:31.902Z] ---> 658915a1d258 [2020-08-17T20:22:31.902Z] Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:22:32.165Z] ---> Running in bb32972bf8f8 [2020-08-17T20:22:32.427Z] Removing intermediate container f4a2f5a88ef6 [2020-08-17T20:22:32.427Z] ---> 16eefde08c2b [2020-08-17T20:22:32.427Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T20:22:33.817Z] ---> Running in 4467698e0d70 [2020-08-17T20:22:33.817Z] ---> 9838d36ef49f [2020-08-17T20:22:33.817Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T20:22:33.817Z] Removing intermediate container bb32972bf8f8 [2020-08-17T20:22:33.817Z] ---> c1739ff3de41 [2020-08-17T20:22:33.817Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T20:22:33.817Z] ---> Running in 18d009bafde2 [2020-08-17T20:22:33.817Z] Removing intermediate container 4467698e0d70 [2020-08-17T20:22:33.817Z] ---> fe757a48be85 [2020-08-17T20:22:33.817Z] Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:22:34.079Z] ---> Running in 0181d82799e9 [2020-08-17T20:22:34.079Z] ---> fc5affb044aa [2020-08-17T20:22:34.079Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:22:34.079Z] Removing intermediate container 18d009bafde2 [2020-08-17T20:22:34.079Z] ---> d200b91e7828 [2020-08-17T20:22:34.079Z] [2020-08-17T20:22:34.340Z] ---> Running in b709975e314a [2020-08-17T20:22:34.340Z] Successfully built d200b91e7828 [2020-08-17T20:22:34.340Z] Successfully tagged docker-support-logging-go:latest [2020-08-17T20:22:34.340Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-08-17T20:22:34.340Z] Removing intermediate container 0181d82799e9 [2020-08-17T20:22:34.340Z] ---> ec3d7793929f [2020-08-17T20:22:34.340Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T20:22:34.608Z] ---> Running in cd7f9bd6c29c [2020-08-17T20:22:34.608Z] Removing intermediate container b709975e314a [2020-08-17T20:22:34.608Z] ---> 8f25922abf7e [2020-08-17T20:22:34.608Z] Step 21/23 : LABEL arch=x86_64 [2020-08-17T20:22:34.879Z] ---> Running in cd198b6c0896 [2020-08-17T20:22:35.141Z] Removing intermediate container d001822da0cb [2020-08-17T20:22:35.141Z] ---> d8f111d86a24 [2020-08-17T20:22:35.141Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T20:22:35.141Z] Removing intermediate container cd7f9bd6c29c [2020-08-17T20:22:35.141Z] ---> 9612541a65ce [2020-08-17T20:22:35.141Z] [2020-08-17T20:22:35.403Z] Removing intermediate container 738ffbcdc12c [2020-08-17T20:22:35.403Z] ---> 31e6f2b15b2e [2020-08-17T20:22:35.403Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T20:22:35.403Z] Successfully built 9612541a65ce [2020-08-17T20:22:35.403Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-17T20:22:35.403Z] Building docker-security-secrets-setup-go [2020-08-17T20:22:35.403Z]  Building docker-support-scheduler-go ... done Removing intermediate container cd198b6c0896 [2020-08-17T20:22:35.403Z] ---> 5801e8b5f2db [2020-08-17T20:22:35.403Z] Step 22/23 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:22:35.403Z] ---> Running in 34972e0bf16b [2020-08-17T20:22:35.682Z] ---> Running in 23ce5b697d14 [2020-08-17T20:22:35.682Z] ---> Running in 61b3df9b2cf1 [2020-08-17T20:22:35.944Z] Removing intermediate container 34972e0bf16b [2020-08-17T20:22:35.944Z] ---> 9e5cee6bf4c9 [2020-08-17T20:22:35.944Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-17T20:22:39.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-17T20:22:39.254Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-17T20:22:39.254Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-17T20:22:40.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:22:40.461Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T20:22:40.461Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T20:22:40.461Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T20:22:40.723Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T20:22:40.723Z] ---> Running in e01c6df06bb3 [2020-08-17T20:22:41.301Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T20:22:41.301Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:22:41.301Z] OK: 8 MiB in 19 packages [2020-08-17T20:22:41.873Z] Removing intermediate container 61b3df9b2cf1 [2020-08-17T20:22:41.873Z] ---> 4390bd6f3d14 [2020-08-17T20:22:41.873Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T20:22:41.873Z] Removing intermediate container e01c6df06bb3 [2020-08-17T20:22:41.873Z] ---> 8e2dbf414742 [2020-08-17T20:22:41.873Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T20:22:42.135Z] ---> Running in 44bdd239849a [2020-08-17T20:22:42.135Z] ---> Running in e1ef562555bb [2020-08-17T20:22:45.465Z] Removing intermediate container 44bdd239849a [2020-08-17T20:22:45.465Z] ---> e6a0822d4f33 [2020-08-17T20:22:45.465Z] [2020-08-17T20:22:45.465Z] Removing intermediate container e1ef562555bb [2020-08-17T20:22:45.465Z] ---> e3ef5961f1f3 [2020-08-17T20:22:45.465Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T20:22:45.465Z] Successfully built e6a0822d4f33 [2020-08-17T20:22:47.399Z] Successfully tagged docker-support-notifications-go:latest [2020-08-17T20:22:47.399Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-17T20:22:47.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 46.6% of statements [2020-08-17T20:22:47.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-17T20:22:47.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-17T20:22:47.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-17T20:22:47.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-17T20:22:47.529Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-17T20:22:49.333Z] Removing intermediate container 23ce5b697d14 [2020-08-17T20:22:49.334Z] ---> 8bc4fe5d3033 [2020-08-17T20:22:49.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T20:22:49.334Z] ---> 33038c01d923 [2020-08-17T20:22:49.334Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T20:22:54.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.191s coverage: 27.3% of statements [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-17T20:22:54.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-17T20:22:54.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2020-08-17T20:22:54.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-17T20:22:54.506Z] ---> 285f53513294 [2020-08-17T20:22:54.506Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T20:22:54.506Z] ---> 17f761feb2e5 [2020-08-17T20:22:54.506Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T20:22:55.207Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:22:55.207Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:22:55.207Z] ---> c513294c5791 [2020-08-17T20:22:55.207Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:22:55.207Z] ---> Using cache [2020-08-17T20:22:55.207Z] ---> b95bb4d8d8a8 [2020-08-17T20:22:55.207Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:22:55.207Z] ---> Using cache [2020-08-17T20:22:55.207Z] ---> 29a6cf056f7c [2020-08-17T20:22:55.207Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T20:22:55.207Z] ---> Using cache [2020-08-17T20:22:55.207Z] ---> 4c217c8a321c [2020-08-17T20:22:55.207Z] Step 6/26 : COPY go.mod . [2020-08-17T20:22:55.207Z] ---> Using cache [2020-08-17T20:22:55.207Z] ---> 522b61a8fc76 [2020-08-17T20:22:55.207Z] Step 7/26 : RUN go mod download [2020-08-17T20:22:55.208Z] ---> Using cache [2020-08-17T20:22:55.208Z] ---> de8f22947878 [2020-08-17T20:22:55.208Z] Step 8/26 : COPY . . [2020-08-17T20:22:55.524Z] ---> Using cache [2020-08-17T20:22:55.524Z] ---> 0e4ab6de7754 [2020-08-17T20:22:55.524Z] 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-08-17T20:22:55.524Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:22:55.524Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T20:22:55.524Z] ---> c513294c5791 [2020-08-17T20:22:55.524Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T20:22:55.524Z] ---> Using cache [2020-08-17T20:22:55.524Z] ---> b95bb4d8d8a8 [2020-08-17T20:22:55.524Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T20:22:56.155Z] ---> Running in 696b1d8364e2 [2020-08-17T20:22:56.155Z] ---> Running in 416ec99f78dc [2020-08-17T20:22:56.155Z] ---> 08689b923298 [2020-08-17T20:22:56.155Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T20:22:56.419Z] ---> ba5641ca1728 [2020-08-17T20:22:56.419Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T20:22:56.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-17T20:22:56.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-17T20:22:56.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements [2020-08-17T20:22:56.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-17T20:22:57.381Z] ---> Running in 8c2639676f5f [2020-08-17T20:22:57.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 89.8% of statements [2020-08-17T20:22:57.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-17T20:22:58.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2020-08-17T20:22:58.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-17T20:22:59.245Z] ---> c01033c767e9 [2020-08-17T20:22:59.245Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:22:59.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-17T20:22:59.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-17T20:22:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-17T20:23:00.203Z] ---> Running in 2e8c5e68e325 [2020-08-17T20:23:01.227Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2020-08-17T20:23:01.606Z] 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-08-17T20:23:02.178Z] Removing intermediate container 2e8c5e68e325 [2020-08-17T20:23:02.178Z] ---> 73bae93fddaf [2020-08-17T20:23:02.178Z] Step 20/22 : LABEL arch=x86_64 [2020-08-17T20:23:02.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:23:02.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:23:03.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:23:03.280Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T20:23:03.280Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T20:23:03.280Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T20:23:03.280Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T20:23:03.543Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T20:23:03.543Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T20:23:03.543Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T20:23:03.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:23:03.831Z] ---> Running in b065794e66fc [2020-08-17T20:23:04.111Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:23:04.111Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:23:04.111Z] OK: 12746 distinct packages available [2020-08-17T20:23:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2020-08-17T20:23:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-17T20:23:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-17T20:23:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2020-08-17T20:23:04.689Z] OK: 233 MiB in 51 packages [2020-08-17T20:23:06.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 55.9% of statements [2020-08-17T20:23:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-17T20:23:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-17T20:23:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-17T20:23:06.055Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-17T20:23:08.935Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:23:08.935Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:23:08.935Z] ---> c513294c5791 [2020-08-17T20:23:08.935Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:23:08.935Z] ---> Using cache [2020-08-17T20:23:08.935Z] ---> b95bb4d8d8a8 [2020-08-17T20:23:08.935Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:23:08.935Z] ---> Using cache [2020-08-17T20:23:08.935Z] ---> 29a6cf056f7c [2020-08-17T20:23:08.935Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:23:08.935Z] ---> Using cache [2020-08-17T20:23:08.935Z] ---> 4c217c8a321c [2020-08-17T20:23:08.935Z] Step 6/21 : COPY go.mod . [2020-08-17T20:23:08.935Z] ---> Using cache [2020-08-17T20:23:08.935Z] ---> 522b61a8fc76 [2020-08-17T20:23:08.935Z] Step 7/21 : RUN go mod download [2020-08-17T20:23:08.935Z] ---> Using cache [2020-08-17T20:23:08.935Z] ---> de8f22947878 [2020-08-17T20:23:08.935Z] Step 8/21 : COPY . . [2020-08-17T20:23:08.935Z] ---> Using cache [2020-08-17T20:23:08.935Z] ---> 0e4ab6de7754 [2020-08-17T20:23:08.935Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T20:23:09.220Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T20:23:09.220Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T20:23:09.220Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T20:23:09.220Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T20:23:09.220Z] Removing intermediate container b065794e66fc [2020-08-17T20:23:09.220Z] ---> 0c82d0ad5cf7 [2020-08-17T20:23:09.220Z] Step 21/22 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:23:09.220Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T20:23:09.220Z] ---> Running in a45aac35e22f [2020-08-17T20:23:09.220Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T20:23:09.220Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T20:23:09.797Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T20:23:09.797Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T20:23:09.797Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T20:23:10.062Z] ---> Running in f841da1844d7 [2020-08-17T20:23:10.062Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T20:23:10.062Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T20:23:10.062Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T20:23:10.062Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T20:23:10.642Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T20:23:10.642Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T20:23:10.922Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T20:23:10.922Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T20:23:10.922Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T20:23:10.922Z] Removing intermediate container 696b1d8364e2 [2020-08-17T20:23:10.922Z] ---> 9e814851e71f [2020-08-17T20:23:10.922Z] Step 5/29 : COPY go.mod . [2020-08-17T20:23:11.495Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T20:23:11.495Z] 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-08-17T20:23:11.495Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T20:23:11.495Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T20:23:11.495Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T20:23:11.495Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T20:23:11.495Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T20:23:11.495Z] Removing intermediate container f841da1844d7 [2020-08-17T20:23:11.495Z] ---> 28113b2ab142 [2020-08-17T20:23:11.495Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T20:23:11.495Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T20:23:12.454Z] ---> cc9f1d7c821b [2020-08-17T20:23:12.454Z] Step 6/29 : RUN go mod download [2020-08-17T20:23:12.454Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:23:12.723Z] OK: 71 MiB in 55 packages [2020-08-17T20:23:12.723Z] ---> Running in 4d94c4c394bf [2020-08-17T20:23:12.723Z] ---> Running in ff368778c435 [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.064s coverage: 86.3% of statements [2020-08-17T20:23:12.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.126s coverage: 72.2% of statements [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.359s coverage: 72.1% of statements [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-08-17T20:23:12.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-17T20:23:12.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-17T20:23:12.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements [2020-08-17T20:23:12.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-17T20:23:12.791Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.038s coverage: 96.8% of statements [2020-08-17T20:23:12.791Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-17T20:23:12.991Z] Removing intermediate container 4d94c4c394bf [2020-08-17T20:23:12.992Z] ---> dbcb8b883da7 [2020-08-17T20:23:12.992Z] [2020-08-17T20:23:13.264Z] Successfully built dbcb8b883da7 [2020-08-17T20:23:13.264Z] Successfully tagged docker-core-data-go:latest [2020-08-17T20:23:13.264Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-17T20:23:17.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 26.9% of statements [2020-08-17T20:23:17.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-17T20:23:17.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-17T20:23:17.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.348s coverage: 84.1% of statements [2020-08-17T20:23:17.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements [2020-08-17T20:23:18.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 42.9% of statements [2020-08-17T20:23:18.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-17T20:23:18.361Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-17T20:23:19.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.051s coverage: 100.0% of statements [2020-08-17T20:23:19.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-17T20:23:20.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements [2020-08-17T20:23:20.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-17T20:23:23.370Z] Removing intermediate container ff368778c435 [2020-08-17T20:23:23.371Z] ---> 849ff3433339 [2020-08-17T20:23:23.371Z] Step 7/29 : COPY . . [2020-08-17T20:23:26.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 46.1% of statements [2020-08-17T20:23:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-17T20:23:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-17T20:23:26.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements [2020-08-17T20:23:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-17T20:23:26.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-17T20:23:26.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-17T20:23:26.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2020-08-17T20:23:26.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-17T20:23:26.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2020-08-17T20:23:26.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-17T20:23:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.212s coverage: 29.1% of statements [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-17T20:23:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-17T20:23:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-17T20:23:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-17T20:23:31.685Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-17T20:23:31.685Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-17T20:23:33.682Z] 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-08-17T20:23:34.474Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:23:34.474Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:23:34.474Z] ---> c513294c5791 [2020-08-17T20:23:34.474Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:23:34.474Z] ---> Using cache [2020-08-17T20:23:34.474Z] ---> b95bb4d8d8a8 [2020-08-17T20:23:34.474Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:23:34.474Z] ---> Using cache [2020-08-17T20:23:34.474Z] ---> 29a6cf056f7c [2020-08-17T20:23:34.474Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:23:34.474Z] ---> Using cache [2020-08-17T20:23:34.474Z] ---> 4c217c8a321c [2020-08-17T20:23:34.474Z] Step 6/20 : COPY go.mod . [2020-08-17T20:23:34.474Z] ---> Using cache [2020-08-17T20:23:34.474Z] ---> 522b61a8fc76 [2020-08-17T20:23:34.474Z] Step 7/20 : RUN go mod download [2020-08-17T20:23:34.474Z] ---> Using cache [2020-08-17T20:23:34.474Z] ---> de8f22947878 [2020-08-17T20:23:34.474Z] Step 8/20 : COPY . . [2020-08-17T20:23:34.474Z] ---> Using cache [2020-08-17T20:23:34.474Z] ---> 0e4ab6de7754 [2020-08-17T20:23:34.474Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T20:23:34.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-08-17T20:23:34.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-17T20:23:34.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-17T20:23:34.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2020-08-17T20:23:34.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-17T20:23:35.152Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-08-17T20:23:35.776Z] GO111MODULE=on go vet ./... [2020-08-17T20:23:38.032Z] ---> Running in 4cd8ff9d166e [2020-08-17T20:23:40.916Z] 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-08-17T20:23:42.377Z] 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-08-17T20:23:42.377Z] Removing intermediate container 8c2639676f5f [2020-08-17T20:23:42.377Z] ---> 70888940809e [2020-08-17T20:23:42.377Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T20:23:46.710Z] ---> Running in ff12b498a5f9 [2020-08-17T20:23:48.185Z] Removing intermediate container a45aac35e22f [2020-08-17T20:23:48.185Z] ---> f820ee4054b0 [2020-08-17T20:23:48.185Z] [2020-08-17T20:23:48.185Z] Step 10/21 : FROM scratch [2020-08-17T20:23:48.185Z] ---> [2020-08-17T20:23:48.185Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:23:48.823Z] ---> 7016a8842a33 [2020-08-17T20:23:48.823Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T20:23:48.823Z] ---> Using cache [2020-08-17T20:23:48.823Z] ---> 9408b8ab9129 [2020-08-17T20:23:48.823Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T20:23:48.823Z] ---> Running in 58f7f909e9ff [2020-08-17T20:23:49.106Z] ---> Running in cc8fd86bef18 [2020-08-17T20:23:49.376Z] Removing intermediate container 58f7f909e9ff [2020-08-17T20:23:49.376Z] ---> 372afca495a6 [2020-08-17T20:23:49.376Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:23:49.650Z] ---> Running in e94e943cecbc [2020-08-17T20:23:49.650Z] 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-08-17T20:23:50.256Z] Removing intermediate container e94e943cecbc [2020-08-17T20:23:50.256Z] ---> be4ff249f5ba [2020-08-17T20:23:50.256Z] Step 14/21 : WORKDIR / [2020-08-17T20:23:50.531Z] ---> Running in 4e17c39ce5aa [2020-08-17T20:23:51.153Z] Removing intermediate container 416ec99f78dc [2020-08-17T20:23:51.153Z] ---> 905dae373c3f [2020-08-17T20:23:51.153Z] [2020-08-17T20:23:51.153Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T20:23:51.153Z] Removing intermediate container 4e17c39ce5aa [2020-08-17T20:23:51.153Z] ---> d035112f2175 [2020-08-17T20:23:51.153Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T20:23:51.427Z] 3.10: Pulling from library/alpine [2020-08-17T20:23:51.705Z] ---> 53d953ba8dfa [2020-08-17T20:23:51.705Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T20:23:52.688Z] Collecting docker-compose==1.23.2 [2020-08-17T20:23:52.688Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T20:23:53.272Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T20:23:53.272Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T20:23:54.235Z] ---> 2e9db457443e [2020-08-17T20:23:54.235Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T20:23:54.235Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T20:23:54.235Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T20:23:54.235Z] ---> be4e4bea2c2e [2020-08-17T20:23:54.235Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T20:23:54.235Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T20:23:54.235Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T20:23:54.276Z] gofmt -l . [2020-08-17T20:23:54.276Z] [ "`gofmt -l .`" = "" ] [2020-08-17T20:23:54.825Z] Collecting PyYAML<4,>=3.10 [2020-08-17T20:23:54.825Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T20:23:54.825Z] ---> Running in fb0289c2193f [2020-08-17T20:23:54.825Z] ---> 396984ef7e70 [2020-08-17T20:23:54.825Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:23:56.241Z] ./bin/test-go-mod-tidy.sh [2020-08-17T20:23:56.514Z] ./bin/test-attribution-txt.sh [2020-08-17T20:23:56.797Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T20:23:56.797Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T20:23:56.797Z] ---> Running in a0adcb07f4b6 [2020-08-17T20:23:56.797Z] Removing intermediate container a0adcb07f4b6 [2020-08-17T20:23:56.797Z] ---> 03aa803fcbdc [2020-08-17T20:23:56.797Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T20:23:56.797Z] ---> Running in fdf89e9dfdeb [2020-08-17T20:23:57.065Z] 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-08-17T20:23:57.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:23:57.065Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T20:23:57.065Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T20:23:57.065Z] Removing intermediate container fdf89e9dfdeb [2020-08-17T20:23:57.065Z] ---> 2c13958fcd5a [2020-08-17T20:23:57.065Z] Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:23:57.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:23:57.343Z] ---> Running in c8236b09a630 [2020-08-17T20:23:57.343Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T20:23:57.343Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T20:23:57.343Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T20:23:57.343Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T20:23:57.343Z] OK: 10346 distinct packages available [2020-08-17T20:23:57.623Z] Removing intermediate container c8236b09a630 [2020-08-17T20:23:57.623Z] ---> f8d8f6549dc2 [2020-08-17T20:23:57.623Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T20:23:57.623Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T20:23:57.623Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T20:23:57.623Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T20:23:57.623Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T20:23:57.623Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T20:23:57.623Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T20:23:57.623Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T20:23:57.900Z] OK: 7 MiB in 19 packages [2020-08-17T20:23:57.900Z] ---> Running in fe5b7627dbaf [2020-08-17T20:23:58.178Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T20:23:58.178Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T20:23:58.178Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T20:23:58.178Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T20:23:58.459Z] Removing intermediate container fe5b7627dbaf [2020-08-17T20:23:58.459Z] ---> 2f4bbbf8fbd1 [2020-08-17T20:23:58.459Z] [2020-08-17T20:23:58.732Z] Successfully built 2f4bbbf8fbd1 [2020-08-17T20:23:58.732Z] Successfully tagged docker-core-command-go:latest [2020-08-17T20:23:58.732Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-08-17T20:23:58.732Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T20:23:58.732Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] sh [2020-08-17T20:24:00.537Z] + ls -al . [2020-08-17T20:24:00.537Z] total 584 [2020-08-17T20:24:00.537Z] drwxrwxr-x 10 1001 1001 4096 Aug 17 20:23 . [2020-08-17T20:24:00.537Z] drwxr-xr-x 4 root root 4096 Aug 17 20:21 .. [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 11 Aug 17 20:20 .dockerignore [2020-08-17T20:24:00.537Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 20:20 .git [2020-08-17T20:24:00.537Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 20:20 .github [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 932 Aug 17 20:20 .gitignore [2020-08-17T20:24:00.537Z] drwxrwxr-x 3 1001 1001 4096 Aug 17 20:20 .semver [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 166 Aug 17 20:20 .sonarcloud.properties [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 3804 Aug 17 20:20 CONTRIBUTING.md [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 1035 Aug 17 20:20 Dockerfile.build [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 865 Aug 17 20:20 Jenkinsfile [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 10775 Aug 17 20:20 LICENSE [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 6237 Aug 17 20:20 Makefile [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 5652 Aug 17 20:20 README.md [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 259 Aug 17 20:20 SECURITY.md [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 5 Aug 17 20:17 VERSION [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 4131 Aug 17 20:20 ZMQWindows.md [2020-08-17T20:24:00.537Z] drwxrwxr-x 2 1001 1001 4096 Aug 17 20:20 bin [2020-08-17T20:24:00.537Z] drwxrwxr-x 15 1001 1001 4096 Aug 17 20:20 cmd [2020-08-17T20:24:00.537Z] -rw-r--r-- 1 root root 455803 Aug 17 20:23 coverage.out [2020-08-17T20:24:00.537Z] -rw-r--r-- 1 root root 1019 Aug 17 20:23 go.mod [2020-08-17T20:24:00.537Z] -rw-r--r-- 1 root root 18146 Aug 17 20:23 go.sum [2020-08-17T20:24:00.537Z] drwxrwxr-x 8 1001 1001 4096 Aug 17 20:20 internal [2020-08-17T20:24:00.537Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 20:20 openapi [2020-08-17T20:24:00.537Z] drwxrwxr-x 4 1001 1001 4096 Aug 17 20:20 snap [2020-08-17T20:24:00.537Z] -rw-rw-r-- 1 1001 1001 168 Aug 17 20:20 version.go [Pipeline] sh [2020-08-17T20:24:00.667Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T20:24:00.667Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T20:24:01.191Z] + '[' -e coverage.out ] [2020-08-17T20:24:01.191Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-17T20:24:01.285Z] Warning: overwriting stash ‘coverage-report’ [2020-08-17T20:24:02.299Z] Stashed 1 file(s) [Pipeline] sh [2020-08-17T20:24:02.594Z] 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-08-17T20:24:02.594Z] 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-08-17T20:24:03.036Z] + make build [2020-08-17T20:24:03.036Z] 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-08-17T20:24:04.530Z] Collecting idna<2.8,>=2.5 [2020-08-17T20:24:04.530Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T20:24:05.112Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T20:24:05.112Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T20:24:05.378Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T20:24:05.379Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T20:24:05.379Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T20:24:05.379Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T20:24:05.642Z] Removing intermediate container fb0289c2193f [2020-08-17T20:24:05.642Z] ---> 2890138ecb01 [2020-08-17T20:24:05.642Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:24:05.642Z] Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, docopt, jsonschema, texttable, websocket-client, dockerpty, docker-pycreds, docker, docker-compose [2020-08-17T20:24:07.572Z] Attempting uninstall: urllib3 [2020-08-17T20:24:07.572Z] Found existing installation: urllib3 1.25.9 [2020-08-17T20:24:07.572Z] Uninstalling urllib3-1.25.9: [2020-08-17T20:24:08.967Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T20:24:09.545Z] Removing intermediate container 4cd8ff9d166e [2020-08-17T20:24:09.545Z] ---> 47b88d6338fe [2020-08-17T20:24:09.545Z] [2020-08-17T20:24:09.545Z] Step 10/20 : FROM alpine [2020-08-17T20:24:09.545Z] ---> a24bb4013296 [2020-08-17T20:24:09.545Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T20:24:09.545Z] ---> Running in e3692004aa0a [2020-08-17T20:24:11.483Z] Attempting uninstall: idna [2020-08-17T20:24:11.483Z] Found existing installation: idna 2.9 [2020-08-17T20:24:11.483Z] Uninstalling idna-2.9: [2020-08-17T20:24:11.483Z] ---> Running in 92391bcd6094 [2020-08-17T20:24:11.750Z] Successfully uninstalled idna-2.9 [2020-08-17T20:24:12.718Z] Attempting uninstall: requests [2020-08-17T20:24:12.718Z] Found existing installation: requests 2.23.0 [2020-08-17T20:24:12.988Z] Uninstalling requests-2.23.0: [2020-08-17T20:24:12.988Z] Removing intermediate container e3692004aa0a [2020-08-17T20:24:12.988Z] ---> 266f2ae605fc [2020-08-17T20:24:12.988Z] Step 13/26 : WORKDIR / [2020-08-17T20:24:13.252Z] Successfully uninstalled requests-2.23.0 [2020-08-17T20:24:14.208Z] Running setup.py install for PyYAML: started [2020-08-17T20:24:14.796Z] ---> Running in 074b13688105 [2020-08-17T20:24:16.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:24:16.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:24:17.000Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:24:17.000Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:24:17.000Z] OK: 12746 distinct packages available [2020-08-17T20:24:17.000Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:24:17.000Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:24:17.000Z] ---> c513294c5791 [2020-08-17T20:24:17.000Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:24:17.000Z] ---> Using cache [2020-08-17T20:24:17.000Z] ---> b95bb4d8d8a8 [2020-08-17T20:24:17.000Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:24:17.000Z] ---> Using cache [2020-08-17T20:24:17.000Z] ---> 29a6cf056f7c [2020-08-17T20:24:17.000Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:24:17.000Z] ---> Using cache [2020-08-17T20:24:17.000Z] ---> 4c217c8a321c [2020-08-17T20:24:17.000Z] Step 6/21 : COPY go.mod . [2020-08-17T20:24:17.000Z] ---> Using cache [2020-08-17T20:24:17.000Z] ---> 522b61a8fc76 [2020-08-17T20:24:17.000Z] Step 7/21 : RUN go mod download [2020-08-17T20:24:17.000Z] ---> Using cache [2020-08-17T20:24:17.000Z] ---> de8f22947878 [2020-08-17T20:24:17.000Z] Step 8/21 : COPY . . [2020-08-17T20:24:17.000Z] ---> Using cache [2020-08-17T20:24:17.000Z] ---> 0e4ab6de7754 [2020-08-17T20:24:17.000Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T20:24:17.000Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T20:24:17.000Z] Running setup.py install for docopt: started [2020-08-17T20:24:17.263Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T20:24:17.263Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:24:17.263Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T20:24:17.263Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T20:24:17.263Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:24:17.263Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:24:17.527Z] OK: 7 MiB in 18 packages [2020-08-17T20:24:17.527Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T20:24:18.481Z] Removing intermediate container 074b13688105 [2020-08-17T20:24:18.481Z] ---> 69277f0bf222 [2020-08-17T20:24:18.481Z] 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-08-17T20:24:18.755Z] Running setup.py install for texttable: started [2020-08-17T20:24:18.755Z] ---> Running in 7dd6662e7ce6 [2020-08-17T20:24:19.334Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T20:24:20.292Z] ---> 2993c5e36818 [2020-08-17T20:24:20.292Z] 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-08-17T20:24:20.561Z] Running setup.py install for dockerpty: started [2020-08-17T20:24:20.828Z] Removing intermediate container 92391bcd6094 [2020-08-17T20:24:20.828Z] ---> 1ffdc9e94093 [2020-08-17T20:24:20.828Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:24:20.828Z] 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-08-17T20:24:20.828Z] Removing intermediate container cc8fd86bef18 [2020-08-17T20:24:20.828Z] ---> d594e484e855 [2020-08-17T20:24:20.828Z] [2020-08-17T20:24:20.828Z] Step 9/29 : FROM alpine:latest [2020-08-17T20:24:20.828Z] ---> a24bb4013296 [2020-08-17T20:24:20.828Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-17T20:24:20.828Z] ---> Running in f9af45f3765c [2020-08-17T20:24:20.828Z] ---> 5ae27a372813 [2020-08-17T20:24:20.828Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T20:24:21.094Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T20:24:21.094Z] ---> Running in 05ab47bd43ed [2020-08-17T20:24:21.387Z] 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-08-17T20:24:21.675Z] Removing intermediate container f9af45f3765c [2020-08-17T20:24:21.675Z] ---> 5fb13cc88f97 [2020-08-17T20:24:21.675Z] Step 13/20 : WORKDIR /edgex [2020-08-17T20:24:22.647Z] ---> e58c16cb51ec [2020-08-17T20:24:22.647Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T20:24:22.647Z] ---> Running in a9f5fd736219 [2020-08-17T20:24:22.647Z] Removing intermediate container 05ab47bd43ed [2020-08-17T20:24:22.647Z] ---> 26a836c9c1fe [2020-08-17T20:24:22.647Z] Step 11/29 : USER root [2020-08-17T20:24:22.931Z] 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-08-17T20:24:23.208Z] ---> Running in 95d4ba4caeab [2020-08-17T20:24:23.208Z] Removing intermediate container a9f5fd736219 [2020-08-17T20:24:23.208Z] ---> 377559713669 [2020-08-17T20:24:23.208Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T20:24:23.208Z] ---> 0b107623e701 [2020-08-17T20:24:23.208Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T20:24:25.249Z] Removing intermediate container 95d4ba4caeab [2020-08-17T20:24:25.249Z] ---> beffd926a016 [2020-08-17T20:24:25.249Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T20:24:25.249Z] ---> 44b87cdded2a [2020-08-17T20:24:25.249Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T20:24:25.249Z] ---> 07ac275c8836 [2020-08-17T20:24:25.249Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T20:24:25.249Z] ---> Running in 6d835ec01b05 [2020-08-17T20:24:28.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:24:28.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:24:28.144Z] Removing intermediate container ff12b498a5f9 [2020-08-17T20:24:28.144Z] ---> b18b14be6e5d [2020-08-17T20:24:28.144Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T20:24:28.144Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:24:28.144Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:24:28.144Z] OK: 12746 distinct packages available [2020-08-17T20:24:28.144Z] ---> 119833a17532 [2020-08-17T20:24:28.144Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T20:24:28.418Z] ---> cf9f5ce37821 [2020-08-17T20:24:28.418Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T20:24:28.418Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T20:24:28.418Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T20:24:28.418Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:24:28.418Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:24:28.684Z] OK: 6 MiB in 16 packages [2020-08-17T20:24:28.980Z] ---> Running in aa5b2e3271d9 [2020-08-17T20:24:28.980Z] ---> Running in 5bd979d35c42 [2020-08-17T20:24:29.574Z] ---> 35235868211d [2020-08-17T20:24:29.574Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:24:29.853Z] Removing intermediate container 5bd979d35c42 [2020-08-17T20:24:29.853Z] ---> 006e0b377d20 [2020-08-17T20:24:29.853Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T20:24:30.121Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:24:30.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:24:30.479Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:24:30.479Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T20:24:30.479Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T20:24:30.479Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:24:30.479Z] OK: 72 MiB in 58 packages [2020-08-17T20:24:30.839Z] ---> Running in 52434c8df481 [2020-08-17T20:24:31.231Z] ---> 9d611bb764e7 [2020-08-17T20:24:31.231Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:24:31.509Z] Removing intermediate container 6d835ec01b05 [2020-08-17T20:24:31.509Z] ---> 7f4cd2d72721 [2020-08-17T20:24:31.509Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T20:24:31.526Z] 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-08-17T20:24:31.774Z] ---> Running in b9483a175d80 [2020-08-17T20:24:31.774Z] Removing intermediate container 52434c8df481 [2020-08-17T20:24:31.774Z] ---> 0a9b131a6c72 [2020-08-17T20:24:31.774Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T20:24:32.350Z] ---> Running in 1bba1439da7b [2020-08-17T20:24:32.350Z] ---> Running in bd9fe284b087 [2020-08-17T20:24:32.619Z] Removing intermediate container aa5b2e3271d9 [2020-08-17T20:24:32.619Z] ---> 478dc719ad8f [2020-08-17T20:24:32.619Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:24:32.619Z] Removing intermediate container 1bba1439da7b [2020-08-17T20:24:32.619Z] ---> 0b7b522ac32f [2020-08-17T20:24:32.619Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T20:24:32.619Z] Removing intermediate container bd9fe284b087 [2020-08-17T20:24:32.619Z] ---> eb859a1ed155 [2020-08-17T20:24:32.619Z] Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:24:32.619Z] ---> Running in e9b052cc1240 [2020-08-17T20:24:32.891Z] ---> Running in 740c60d3d2d2 [2020-08-17T20:24:32.891Z] ---> Running in 80c016ec3d50 [2020-08-17T20:24:33.154Z] Removing intermediate container e9b052cc1240 [2020-08-17T20:24:33.154Z] ---> d222b7873833 [2020-08-17T20:24:33.154Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T20:24:33.154Z] Removing intermediate container 740c60d3d2d2 [2020-08-17T20:24:33.154Z] ---> 4f6e9f18ba20 [2020-08-17T20:24:33.154Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T20:24:35.098Z] ---> Running in 91f955892071 [2020-08-17T20:24:35.098Z] Removing intermediate container 80c016ec3d50 [2020-08-17T20:24:35.098Z] ---> dff35d49de72 [2020-08-17T20:24:35.098Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T20:24:35.098Z] ---> Running in 99b14b01bc3f [2020-08-17T20:24:35.098Z] ---> Running in 8442f7a22b61 [2020-08-17T20:24:35.363Z] Removing intermediate container 91f955892071 [2020-08-17T20:24:35.363Z] ---> ef868e31faba [2020-08-17T20:24:35.363Z] Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:24:35.627Z] Removing intermediate container b9483a175d80 [2020-08-17T20:24:35.627Z] ---> 9130e03b5cc8 [2020-08-17T20:24:35.627Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:24:35.627Z] ---> Running in 66133e469f80 [2020-08-17T20:24:35.627Z] Removing intermediate container 8442f7a22b61 [2020-08-17T20:24:35.627Z] ---> c9619c281fab [2020-08-17T20:24:35.627Z] [2020-08-17T20:24:35.813Z] 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-08-17T20:24:35.891Z] Successfully built c9619c281fab [2020-08-17T20:24:35.891Z] ---> Running in c5064e6244ea [2020-08-17T20:24:35.891Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-17T20:24:35.891Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 66133e469f80 [2020-08-17T20:24:35.891Z] ---> f3b256cb9cd5 [2020-08-17T20:24:35.891Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T20:24:36.158Z] ---> Running in 1ec74233efc9 [2020-08-17T20:24:36.158Z] Removing intermediate container c5064e6244ea [2020-08-17T20:24:36.158Z] ---> b6cf36327510 [2020-08-17T20:24:36.158Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T20:24:36.737Z] ---> Running in 99bf3be2abdd [2020-08-17T20:24:36.737Z] Removing intermediate container 1ec74233efc9 [2020-08-17T20:24:36.737Z] ---> 97d3b822aa83 [2020-08-17T20:24:36.737Z] [2020-08-17T20:24:37.313Z] Successfully built 97d3b822aa83 [2020-08-17T20:24:37.893Z] Removing intermediate container 99b14b01bc3f [2020-08-17T20:24:37.893Z] ---> bf88a9c1f38a [2020-08-17T20:24:37.893Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T20:24:37.893Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-17T20:24:37.893Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 99bf3be2abdd [2020-08-17T20:24:37.893Z] ---> 1112581e0d2a [2020-08-17T20:24:37.893Z] Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:24:37.893Z] Removing intermediate container 7dd6662e7ce6 [2020-08-17T20:24:37.893Z] ---> c89bd441483c [2020-08-17T20:24:37.893Z] [2020-08-17T20:24:37.893Z] Step 10/21 : FROM scratch [2020-08-17T20:24:37.893Z] ---> [2020-08-17T20:24:37.893Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:24:38.164Z] ---> Running in 5f0748f55c1e [2020-08-17T20:24:38.164Z] ---> Using cache [2020-08-17T20:24:38.164Z] ---> 9408b8ab9129 [2020-08-17T20:24:38.164Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T20:24:38.164Z] ---> Running in e1aca4a1214b [2020-08-17T20:24:38.164Z] Removing intermediate container 5f0748f55c1e [2020-08-17T20:24:38.164Z] ---> 1790060bfa9d [2020-08-17T20:24:38.164Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T20:24:38.427Z] ---> Running in 5b40d151a067 [2020-08-17T20:24:38.427Z] ---> d7673c0c7b25 [2020-08-17T20:24:38.427Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T20:24:38.427Z] Removing intermediate container e1aca4a1214b [2020-08-17T20:24:38.427Z] ---> 240b6839d910 [2020-08-17T20:24:38.427Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:24:38.427Z] ---> Running in 614cf44ab92f [2020-08-17T20:24:38.691Z] Removing intermediate container 5b40d151a067 [2020-08-17T20:24:38.692Z] ---> a2fa99637b0b [2020-08-17T20:24:38.692Z] [2020-08-17T20:24:38.955Z] ---> 85b4b5c06f40 [2020-08-17T20:24:38.955Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T20:24:38.955Z] Successfully built a2fa99637b0b [2020-08-17T20:24:39.218Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-17T20:24:39.218Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 614cf44ab92f [2020-08-17T20:24:39.218Z] ---> 81dd02309269 [2020-08-17T20:24:39.218Z] Step 14/21 : WORKDIR / [2020-08-17T20:24:39.218Z] ---> Running in ca4c113ed7ee [2020-08-17T20:24:39.218Z] ---> 3f5db6230a99 [2020-08-17T20:24:39.218Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T20:24:39.483Z] Removing intermediate container ca4c113ed7ee [2020-08-17T20:24:39.483Z] ---> 34c70fe02411 [2020-08-17T20:24:39.483Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T20:24:39.748Z] ---> 43c6cfdcbf75 [2020-08-17T20:24:39.748Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T20:24:39.748Z] ---> c48e30d5a5fe [2020-08-17T20:24:39.748Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T20:24:40.013Z] ---> 23198bfc46cc [2020-08-17T20:24:40.013Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T20:24:40.013Z] ---> Running in 309b55f90313 [2020-08-17T20:24:40.278Z] ---> ca311ddcf139 [2020-08-17T20:24:40.278Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T20:24:40.544Z] ---> 6ba4220be048 [2020-08-17T20:24:40.544Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:24:40.544Z] ---> Running in 512b7375a5d0 [2020-08-17T20:24:40.809Z] Removing intermediate container 512b7375a5d0 [2020-08-17T20:24:40.809Z] ---> 7c61ebecd6d5 [2020-08-17T20:24:40.809Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T20:24:41.078Z] ---> Running in 555c5a565dee [2020-08-17T20:24:41.078Z] Removing intermediate container 309b55f90313 [2020-08-17T20:24:41.078Z] ---> b7b111bc30a2 [2020-08-17T20:24:41.078Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:24:41.078Z] Removing intermediate container 555c5a565dee [2020-08-17T20:24:41.078Z] ---> 9de3f37f8901 [2020-08-17T20:24:41.078Z] Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:24:41.078Z] ---> Running in 8dd8ef91dd8b [2020-08-17T20:24:41.216Z] 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-08-17T20:24:41.342Z] ---> 7b4edb983df6 [2020-08-17T20:24:41.342Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:24:41.605Z] Removing intermediate container 8dd8ef91dd8b [2020-08-17T20:24:41.605Z] ---> 6258f17bb6b3 [2020-08-17T20:24:41.605Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T20:24:42.183Z] ---> Running in 1939533f7107 [2020-08-17T20:24:42.183Z] ---> Running in 97a4bc8a7475 [2020-08-17T20:24:42.450Z] Removing intermediate container 97a4bc8a7475 [2020-08-17T20:24:42.450Z] ---> 4a3d6c9aedd7 [2020-08-17T20:24:42.450Z] [2020-08-17T20:24:42.715Z] Successfully built 4a3d6c9aedd7 [2020-08-17T20:24:42.715Z] Successfully tagged docker-core-metadata-go:latest [2020-08-17T20:24:43.293Z]  Building docker-core-metadata-go ... done Removing intermediate container 1939533f7107 [2020-08-17T20:24:43.293Z] ---> 55de5aa89f29 [2020-08-17T20:24:43.293Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T20:24:43.293Z] ---> Running in 78cf26995ae2 [2020-08-17T20:24:44.242Z] Removing intermediate container 78cf26995ae2 [2020-08-17T20:24:44.242Z] ---> 7ddeef87d911 [2020-08-17T20:24:44.242Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:24:44.506Z] ---> Running in 48eb72dd6d71 [2020-08-17T20:24:44.506Z] Removing intermediate container 48eb72dd6d71 [2020-08-17T20:24:44.506Z] ---> ff40c82587ab [2020-08-17T20:24:44.506Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T20:24:44.770Z] ---> Running in 60f837e2aae0 [2020-08-17T20:24:44.770Z] Removing intermediate container 60f837e2aae0 [2020-08-17T20:24:44.770Z] ---> 6de123e39aeb [2020-08-17T20:24:44.770Z] Step 27/29 : LABEL arch=x86_64 [2020-08-17T20:24:45.033Z] ---> Running in cbcaa20cf76a [2020-08-17T20:24:45.033Z] Removing intermediate container cbcaa20cf76a [2020-08-17T20:24:45.033Z] ---> 269ce0b33556 [2020-08-17T20:24:45.033Z] Step 28/29 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:24:45.033Z] ---> Running in bccdf8e94453 [2020-08-17T20:24:45.298Z] Removing intermediate container bccdf8e94453 [2020-08-17T20:24:45.298Z] ---> d3593627f1de [2020-08-17T20:24:45.298Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T20:24:45.298Z] ---> Running in e1bb20c27fe5 [2020-08-17T20:24:45.562Z] Removing intermediate container e1bb20c27fe5 [2020-08-17T20:24:45.562Z] ---> 81e1d8fe82b1 [2020-08-17T20:24:45.562Z] [2020-08-17T20:24:45.562Z] Successfully built 81e1d8fe82b1 [2020-08-17T20:24:45.562Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-17T20:24:45.848Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-17T20:24:45.898Z] $ docker stop --time=1 d541b22a24dd5450649fe4a3bc63d771c0f17336ea67a220a90a472728ec9c86 [2020-08-17T20:24:46.594Z] 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-08-17T20:24:47.569Z] 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-08-17T20:24:47.630Z] $ docker rm -f d541b22a24dd5450649fe4a3bc63d771c0f17336ea67a220a90a472728ec9c86 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:24:48.190Z] + docker images [2020-08-17T20:24:48.190Z] + grep docker [2020-08-17T20:24:48.190Z] docker-security-secrets-setup-go latest 81e1d8fe82b1 3 seconds ago 25.1MB [2020-08-17T20:24:48.190Z] docker-core-metadata-go latest 4a3d6c9aedd7 6 seconds ago 14.4MB [2020-08-17T20:24:48.190Z] docker-security-secretstore-setup-go latest a2fa99637b0b 10 seconds ago 33.9MB [2020-08-17T20:24:48.190Z] docker-sys-mgmt-agent-go latest 97d3b822aa83 12 seconds ago 284MB [2020-08-17T20:24:48.190Z] docker-security-proxy-setup-go latest c9619c281fab 13 seconds ago 16.4MB [2020-08-17T20:24:48.190Z] docker-core-command-go latest 2f4bbbf8fbd1 50 seconds ago 13MB [2020-08-17T20:24:48.190Z] docker-core-data-go latest dbcb8b883da7 About a minute ago 23.8MB [2020-08-17T20:24:48.190Z] docker-support-notifications-go latest e6a0822d4f33 2 minutes ago 14.4MB [2020-08-17T20:24:48.190Z] docker-support-scheduler-go latest 9612541a65ce 2 minutes ago 13.1MB [2020-08-17T20:24:48.190Z] docker-support-logging-go latest d200b91e7828 2 minutes ago 11.8MB [2020-08-17T20:24:48.190Z] docker latest 81f5749c9058 7 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-17T20:24:51.864Z] 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-08-17T20:24:57.249Z] 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-08-17T20:25:01.548Z] 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-08-17T20:25:05.858Z] 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-08-17T20:25:10.154Z] 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-08-17T20:25:14.444Z] 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-08-17T20:25:18.812Z] $ docker stop --time=1 805d6216dad268eda28bb6b0a86c5c8a44114e4e16623b39cfcfc5f5c831a6cd [2020-08-17T20:25:21.192Z] $ docker rm -f 805d6216dad268eda28bb6b0a86c5c8a44114e4e16623b39cfcfc5f5c831a6cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:25:22.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:25:22.683Z] [2020-08-17T20:25:22.683Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:25:23.322Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:25:23.594Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-17T20:25:23.594Z] 29e5d40040c1: Pulling fs layer [2020-08-17T20:25:23.594Z] 1ce36da41761: Pulling fs layer [2020-08-17T20:25:23.594Z] 25b303627fd3: Pulling fs layer [2020-08-17T20:25:23.594Z] 29e5d40040c1: Verifying Checksum [2020-08-17T20:25:23.594Z] 29e5d40040c1: Download complete [2020-08-17T20:25:24.191Z] 1ce36da41761: Verifying Checksum [2020-08-17T20:25:24.191Z] 1ce36da41761: Download complete [2020-08-17T20:25:24.479Z] 29e5d40040c1: Pull complete [2020-08-17T20:25:25.911Z] 25b303627fd3: Verifying Checksum [2020-08-17T20:25:25.911Z] 25b303627fd3: Download complete [2020-08-17T20:25:25.911Z] 1ce36da41761: Pull complete [2020-08-17T20:25:36.053Z] 25b303627fd3: Pull complete [2020-08-17T20:25:36.053Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-17T20:25:36.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:25:36.053Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-17T20:25:36.317Z] prd-ubuntu18.04-docker-arm64-4c-16g-305 does not seem to be running inside a container [2020-08-17T20:25:36.455Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-17T20:25:39.778Z] $ docker top 0680fdacaf9112bfcb5dab5fe279f20b191b63125b9bb8238bdcad5970af8480 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:25:41.152Z] + docker-compose build --help [2020-08-17T20:25:41.152Z] + grep parallel [2020-08-17T20:25:44.517Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T20:25:44.865Z] $ docker stop --time=1 0680fdacaf9112bfcb5dab5fe279f20b191b63125b9bb8238bdcad5970af8480 [2020-08-17T20:25:46.844Z] $ docker rm -f 0680fdacaf9112bfcb5dab5fe279f20b191b63125b9bb8238bdcad5970af8480 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:25:47.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:25:47.573Z] . [Pipeline] withDockerContainer [2020-08-17T20:25:47.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-305 does not seem to be running inside a container [2020-08-17T20:25:47.970Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-08-17T20:25:49.327Z] $ docker top 900072e769c7f5b6f9c8b8b76cca17f62b428ef9d967b93aba4bcb6d6b61bc3d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:25:50.240Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T20:25:53.606Z] Building docker-core-command-go ... [2020-08-17T20:25:53.606Z] Building docker-core-data-go ... [2020-08-17T20:25:53.606Z] Building docker-core-metadata-go ... [2020-08-17T20:25:53.606Z] Building docker-security-proxy-setup-go ... [2020-08-17T20:25:53.606Z] Building docker-security-secrets-setup-go ... [2020-08-17T20:25:53.606Z] Building docker-security-secretstore-setup-go ... [2020-08-17T20:25:53.606Z] Building docker-support-logging-go ... [2020-08-17T20:25:53.606Z] Building docker-support-notifications-go ... [2020-08-17T20:25:53.606Z] Building docker-support-scheduler-go ... [2020-08-17T20:25:53.606Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T20:25:53.606Z] Building docker-core-data-go [2020-08-17T20:25:53.606Z] Building docker-security-secretstore-setup-go [2020-08-17T20:25:53.606Z] Building docker-support-scheduler-go [2020-08-17T20:25:53.606Z] Building docker-core-metadata-go [2020-08-17T20:25:53.606Z] Building docker-support-logging-go [2020-08-17T20:28:00.411Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:28:00.411Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:28:00.411Z] ---> 178d0bbfb680 [2020-08-17T20:28:00.411Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:28:00.411Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:28:00.411Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:28:00.411Z] ---> 178d0bbfb680 [2020-08-17T20:28:00.411Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:28:00.411Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:28:00.411Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:28:00.411Z] ---> 178d0bbfb680 [2020-08-17T20:28:00.411Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T20:28:00.411Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:28:00.411Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:28:00.411Z] [2020-08-17T20:28:00.411Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 178d0bbfb680 [2020-08-17T20:28:00.411Z] [2020-08-17T20:28:00.411Z] Step 3/26 : WORKDIR /edgex-go ---> 178d0bbfb680 [2020-08-17T20:28:00.411Z] [2020-08-17T20:28:00.411Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:28:00.411Z] ---> Running in 15fea40a7618 [2020-08-17T20:28:00.411Z] ---> Running in 9df00a8c12b5 [2020-08-17T20:28:00.411Z] ---> Running in 79fac7ff9fda [2020-08-17T20:28:00.411Z] ---> Running in 210bf338b28b [2020-08-17T20:28:00.411Z] ---> Running in 0711a21b61a1 [2020-08-17T20:28:00.411Z] Removing intermediate container 210bf338b28b [2020-08-17T20:28:00.411Z] ---> 982317117d2c [2020-08-17T20:28:00.411Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:28:00.411Z] Removing intermediate container 9df00a8c12b5 [2020-08-17T20:28:00.411Z] ---> aab9765d5c8b [2020-08-17T20:28:00.411Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:28:00.411Z] Removing intermediate container 15fea40a7618 [2020-08-17T20:28:00.411Z] ---> 86423e36ad70 [2020-08-17T20:28:00.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:28:00.411Z] Removing intermediate container 0711a21b61a1 [2020-08-17T20:28:00.411Z] ---> 6fc29f10ffa6 [2020-08-17T20:28:00.411Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:28:00.411Z] Removing intermediate container 79fac7ff9fda [2020-08-17T20:28:00.411Z] ---> 980464961f2d [2020-08-17T20:28:00.412Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:28:00.412Z] ---> Running in add2fc66528c [2020-08-17T20:28:00.412Z] ---> Running in 152a9cf77788 [2020-08-17T20:28:00.412Z] ---> Running in b6800041c308 [2020-08-17T20:28:00.412Z] ---> Running in 0147847e497b [2020-08-17T20:28:00.412Z] ---> Running in 5dda89c654e1 [2020-08-17T20:28:00.412Z] Removing intermediate container add2fc66528c [2020-08-17T20:28:00.412Z] ---> 66255ebd1835 [2020-08-17T20:28:00.412Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:28:00.412Z] ---> Running in 2abf8f34ddb3 [2020-08-17T20:28:00.412Z] Removing intermediate container 0147847e497b [2020-08-17T20:28:00.412Z] ---> a07d6dd52c36 [2020-08-17T20:28:00.412Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T20:28:00.412Z] Removing intermediate container 152a9cf77788 [2020-08-17T20:28:00.412Z] ---> 819d4b65d1a2 [2020-08-17T20:28:00.412Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:28:00.412Z] ---> Running in 4431f3af0ee7 [2020-08-17T20:28:00.412Z] ---> Running in ab8e9c97a8c5 [2020-08-17T20:28:00.412Z] Removing intermediate container 5dda89c654e1 [2020-08-17T20:28:00.412Z] ---> ba2ddd2aa41d [2020-08-17T20:28:00.412Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T20:28:00.412Z] Removing intermediate container b6800041c308 [2020-08-17T20:28:00.412Z] ---> f1b8af6cb93e [2020-08-17T20:28:00.412Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T20:28:00.412Z] ---> Running in 792199b2efa3 [2020-08-17T20:28:00.412Z] ---> Running in 8b68b1ea2d44 [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:28:00.412Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:28:00.412Z] OK: 12617 distinct packages available [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:28:00.412Z] OK: 217 MiB in 51 packages [2020-08-17T20:28:00.412Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:28:00.412Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:28:00.412Z] OK: 12617 distinct packages available [2020-08-17T20:28:00.412Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:28:00.412Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:28:00.412Z] OK: 12617 distinct packages available [2020-08-17T20:28:01.007Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:28:01.007Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:28:01.007Z] OK: 12617 distinct packages available [2020-08-17T20:28:01.007Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:28:01.007Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:28:01.007Z] OK: 12617 distinct packages available [2020-08-17T20:28:01.007Z] OK: 217 MiB in 51 packages [2020-08-17T20:28:01.629Z] OK: 217 MiB in 51 packages [2020-08-17T20:28:01.916Z] OK: 217 MiB in 51 packages [2020-08-17T20:28:01.916Z] Removing intermediate container 2abf8f34ddb3 [2020-08-17T20:28:01.916Z] ---> 7f1bcbe11d4d [2020-08-17T20:28:01.916Z] Step 6/21 : COPY go.mod . [2020-08-17T20:28:01.916Z] OK: 217 MiB in 51 packages [2020-08-17T20:28:02.900Z] OK: 217 MiB in 51 packages [2020-08-17T20:28:03.172Z] Removing intermediate container ab8e9c97a8c5 [2020-08-17T20:28:03.172Z] ---> f5bcdaa8e04b [2020-08-17T20:28:03.172Z] Step 6/22 : COPY go.mod . [2020-08-17T20:28:03.172Z] ---> 5c5d4c808bd2 [2020-08-17T20:28:03.172Z] Step 7/21 : RUN go mod download [2020-08-17T20:28:03.442Z] ---> Running in 1f7b2f923798 [2020-08-17T20:28:03.442Z] Removing intermediate container 4431f3af0ee7 [2020-08-17T20:28:03.442Z] ---> 9e6f081286ce [2020-08-17T20:28:03.442Z] Step 6/20 : COPY go.mod . [2020-08-17T20:28:03.723Z] Removing intermediate container 792199b2efa3 [2020-08-17T20:28:03.723Z] ---> ab4b8e426d71 [2020-08-17T20:28:03.723Z] Step 6/26 : COPY go.mod . [2020-08-17T20:28:04.330Z] ---> 82d1011be46e [2020-08-17T20:28:04.330Z] Step 7/22 : RUN go mod download [2020-08-17T20:28:04.330Z] ---> Running in 61dd7629a276 [2020-08-17T20:28:04.606Z] Removing intermediate container 8b68b1ea2d44 [2020-08-17T20:28:04.606Z] ---> 057279ba745c [2020-08-17T20:28:04.606Z] Step 6/21 : COPY go.mod . [2020-08-17T20:28:04.606Z] ---> 18165aa15268 [2020-08-17T20:28:04.606Z] Step 7/20 : RUN go mod download [2020-08-17T20:28:05.211Z] ---> Running in c734d8177ed7 [2020-08-17T20:28:05.211Z] ---> 637597064bfa [2020-08-17T20:28:05.211Z] Step 7/26 : RUN go mod download [2020-08-17T20:28:05.493Z] ---> Running in 5f36ba03ca5a [2020-08-17T20:28:05.775Z] ---> fa9689de807f [2020-08-17T20:28:05.775Z] Step 7/21 : RUN go mod download [2020-08-17T20:28:06.054Z] ---> Running in 311a6315c0b2 [2020-08-17T20:28:08.044Z] Removing intermediate container 1f7b2f923798 [2020-08-17T20:28:08.044Z] ---> 21718e783619 [2020-08-17T20:28:08.044Z] Step 8/21 : COPY . . [2020-08-17T20:28:08.637Z] Removing intermediate container 61dd7629a276 [2020-08-17T20:28:08.637Z] ---> b86193756009 [2020-08-17T20:28:08.637Z] Step 8/22 : COPY . . [2020-08-17T20:28:11.278Z] Removing intermediate container 5f36ba03ca5a [2020-08-17T20:28:11.278Z] ---> d372ec2aa0d0 [2020-08-17T20:28:11.278Z] Step 8/26 : COPY . . [2020-08-17T20:28:11.609Z] Removing intermediate container c734d8177ed7 [2020-08-17T20:28:11.609Z] ---> 41735add39c0 [2020-08-17T20:28:11.609Z] Step 8/20 : COPY . . [2020-08-17T20:28:11.885Z] Removing intermediate container 311a6315c0b2 [2020-08-17T20:28:11.886Z] ---> 7688c812d238 [2020-08-17T20:28:11.886Z] Step 8/21 : COPY . . [2020-08-17T20:28:44.216Z] ---> 03202c895520 [2020-08-17T20:28:44.216Z] 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-08-17T20:28:44.216Z] ---> ba8ff12006ce [2020-08-17T20:28:44.216Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T20:28:44.216Z] ---> d9d206a43eb7 [2020-08-17T20:28:44.216Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T20:28:44.216Z] ---> 9ebb6d8b3799 [2020-08-17T20:28:44.216Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T20:28:44.216Z] ---> b34416f09d8b [2020-08-17T20:28:44.216Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T20:28:44.216Z] ---> Running in 5884f18ab33e [2020-08-17T20:28:44.216Z] ---> Running in 5fb0ddd16f90 [2020-08-17T20:28:44.216Z] ---> Running in 6ea5a8b0611b [2020-08-17T20:28:44.216Z] ---> Running in 1e49d303fd41 [2020-08-17T20:28:44.216Z] ---> Running in 3e73f441e7e6 [2020-08-17T20:28:44.216Z] 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-08-17T20:28:44.216Z] 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-08-17T20:28:44.216Z] 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-08-17T20:28:44.216Z] 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-08-17T20:28:44.216Z] 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-08-17T20:30:06.012Z] 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-08-17T20:30:16.190Z] 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-08-17T20:30:21.621Z] Removing intermediate container 3e73f441e7e6 [2020-08-17T20:30:21.621Z] ---> edc993f70d76 [2020-08-17T20:30:21.621Z] [2020-08-17T20:30:21.621Z] Step 10/21 : FROM scratch [2020-08-17T20:30:21.621Z] ---> [2020-08-17T20:30:21.621Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:30:21.900Z] ---> Running in b054ff8a6b50 [2020-08-17T20:30:22.508Z] Removing intermediate container b054ff8a6b50 [2020-08-17T20:30:22.508Z] ---> dbe41435ae07 [2020-08-17T20:30:22.508Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T20:30:22.508Z] ---> Running in c10848d47a71 [2020-08-17T20:30:23.119Z] Removing intermediate container c10848d47a71 [2020-08-17T20:30:23.119Z] ---> 325c095767a1 [2020-08-17T20:30:23.119Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:30:23.398Z] ---> Running in 06e6265b17a6 [2020-08-17T20:30:24.006Z] Removing intermediate container 06e6265b17a6 [2020-08-17T20:30:24.006Z] ---> d7887ed009dc [2020-08-17T20:30:24.006Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T20:30:25.481Z] ---> b7e50e221159 [2020-08-17T20:30:25.481Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T20:30:27.505Z] ---> 8c66ed52f695 [2020-08-17T20:30:27.505Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T20:30:30.137Z] ---> 5da0ac4ec321 [2020-08-17T20:30:30.137Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T20:30:30.137Z] Removing intermediate container 5884f18ab33e [2020-08-17T20:30:30.137Z] ---> 64089ca5445e [2020-08-17T20:30:30.137Z] [2020-08-17T20:30:30.137Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T20:30:30.411Z] 3.10: Pulling from library/alpine [2020-08-17T20:30:31.411Z] ---> 3554181b02f1 [2020-08-17T20:30:31.412Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:30:31.412Z] ---> Running in 0a1c7cff7146 [2020-08-17T20:30:32.401Z] Removing intermediate container 0a1c7cff7146 [2020-08-17T20:30:32.401Z] ---> 6d4d69ac2980 [2020-08-17T20:30:32.401Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T20:30:32.687Z] ---> Running in 9ae7fee975de [2020-08-17T20:30:33.671Z] Removing intermediate container 9ae7fee975de [2020-08-17T20:30:33.671Z] ---> 3d1820dfc925 [2020-08-17T20:30:33.671Z] Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:30:33.671Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T20:30:33.671Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T20:30:33.671Z] ---> 536a684cf733 [2020-08-17T20:30:33.671Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T20:30:33.943Z] ---> Running in 292f1aae5079 [2020-08-17T20:30:33.943Z] ---> Running in 99891b54d522 [2020-08-17T20:30:35.930Z] Removing intermediate container 292f1aae5079 [2020-08-17T20:30:35.930Z] ---> 756f8380086c [2020-08-17T20:30:35.930Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T20:30:36.203Z] ---> Running in e43c999a0e06 [2020-08-17T20:30:36.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:30:36.798Z] Removing intermediate container e43c999a0e06 [2020-08-17T20:30:36.798Z] ---> cf667e4e6f48 [2020-08-17T20:30:36.798Z] [2020-08-17T20:30:37.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:30:37.072Z] Removing intermediate container 1e49d303fd41 [2020-08-17T20:30:37.072Z] ---> a8def0820e82 [2020-08-17T20:30:37.072Z] [2020-08-17T20:30:37.072Z] Step 10/20 : FROM scratch [2020-08-17T20:30:37.072Z] ---> [2020-08-17T20:30:37.072Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:30:37.348Z] ---> Running in 933efb937460 [2020-08-17T20:30:37.348Z] Successfully built cf667e4e6f48 [2020-08-17T20:30:37.623Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-17T20:30:37.623Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-17T20:30:37.897Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T20:30:37.897Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T20:30:37.897Z] OK: 10167 distinct packages available [2020-08-17T20:30:38.173Z] Removing intermediate container 933efb937460 [2020-08-17T20:30:38.173Z] ---> eff5f158f699 [2020-08-17T20:30:38.173Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T20:30:38.173Z] ---> Running in d1ffaf04a731 [2020-08-17T20:30:38.513Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T20:30:38.513Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T20:30:38.513Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T20:30:38.513Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T20:30:38.513Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T20:30:38.513Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T20:30:38.513Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T20:30:38.994Z] OK: 7 MiB in 19 packages [2020-08-17T20:30:39.342Z] Removing intermediate container d1ffaf04a731 [2020-08-17T20:30:39.342Z] ---> 2f9d4122df8c [2020-08-17T20:30:39.342Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T20:30:39.972Z] ---> Running in 31bd5f2a05aa [2020-08-17T20:30:41.611Z] Removing intermediate container 31bd5f2a05aa [2020-08-17T20:30:41.611Z] ---> 9f554770530a [2020-08-17T20:30:41.611Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T20:30:42.813Z] Removing intermediate container 99891b54d522 [2020-08-17T20:30:42.813Z] ---> fe4611c1d813 [2020-08-17T20:30:43.120Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:30:43.120Z] ---> 5764c676d166 [2020-08-17T20:30:43.120Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T20:30:43.716Z] ---> Running in 801c41fb2049 [2020-08-17T20:30:45.715Z] Removing intermediate container 801c41fb2049 [2020-08-17T20:30:45.715Z] ---> 735ac36a6613 [2020-08-17T20:30:45.715Z] Step 13/26 : WORKDIR / [2020-08-17T20:30:46.691Z] ---> a52d920c5c3e [2020-08-17T20:30:46.691Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T20:30:46.691Z] ---> Running in a6827d038e8a [2020-08-17T20:30:47.285Z] Removing intermediate container 5fb0ddd16f90 [2020-08-17T20:30:47.285Z] ---> 66cd02997627 [2020-08-17T20:30:47.285Z] [2020-08-17T20:30:47.285Z] Step 10/21 : FROM scratch [2020-08-17T20:30:47.285Z] ---> [2020-08-17T20:30:47.285Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:30:47.285Z] ---> Using cache [2020-08-17T20:30:47.285Z] ---> eff5f158f699 [2020-08-17T20:30:47.285Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T20:30:47.558Z] Removing intermediate container a6827d038e8a [2020-08-17T20:30:47.558Z] ---> 2fd067f08cc9 [2020-08-17T20:30:47.558Z] 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-08-17T20:30:47.558Z] ---> Running in 7822d2990af5 [2020-08-17T20:30:47.558Z] ---> bb0ae39a1a29 [2020-08-17T20:30:47.558Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:30:47.831Z] ---> Running in 9477bc64691a [2020-08-17T20:30:48.104Z] Removing intermediate container 7822d2990af5 [2020-08-17T20:30:48.104Z] ---> 11654bb76030 [2020-08-17T20:30:48.104Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:30:48.380Z] ---> Running in aa4955bfb5c7 [2020-08-17T20:30:48.979Z] ---> e71582a60772 [2020-08-17T20:30:48.979Z] 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-08-17T20:30:49.257Z] Removing intermediate container 9477bc64691a [2020-08-17T20:30:49.257Z] ---> d254d115f73f [2020-08-17T20:30:49.257Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T20:30:49.529Z] Removing intermediate container aa4955bfb5c7 [2020-08-17T20:30:49.529Z] ---> 02045775ed81 [2020-08-17T20:30:49.529Z] Step 14/21 : WORKDIR / [2020-08-17T20:30:49.805Z] ---> Running in c9768ed48d10 [2020-08-17T20:30:50.078Z] ---> Running in 9445c65f3123 [2020-08-17T20:30:50.688Z] ---> 10af9f0b6375 [2020-08-17T20:30:50.688Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T20:30:51.291Z] Removing intermediate container c9768ed48d10 [2020-08-17T20:30:51.291Z] ---> d94d984beebc [2020-08-17T20:30:51.291Z] Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:30:51.291Z] Removing intermediate container 9445c65f3123 [2020-08-17T20:30:51.291Z] ---> 9ae1d624c047 [2020-08-17T20:30:51.291Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T20:30:51.896Z] ---> Running in 9b3758d5921b [2020-08-17T20:30:52.171Z] ---> 8a17c1307d51 [2020-08-17T20:30:52.171Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T20:30:52.446Z] ---> 527773a0df48 [2020-08-17T20:30:52.446Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T20:30:53.041Z] Removing intermediate container 9b3758d5921b [2020-08-17T20:30:53.041Z] ---> 798fed42976e [2020-08-17T20:30:53.041Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T20:30:54.035Z] ---> Running in 72872203a670 [2020-08-17T20:30:54.035Z] ---> 244f2f41ad8c [2020-08-17T20:30:54.035Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T20:30:55.020Z] Removing intermediate container 6ea5a8b0611b [2020-08-17T20:30:55.020Z] ---> d3a218de7603 [2020-08-17T20:30:55.020Z] [2020-08-17T20:30:55.020Z] Step 10/22 : FROM alpine [2020-08-17T20:30:55.292Z] latest: Pulling from library/alpine [2020-08-17T20:30:55.292Z] ---> 1727270fffe7 [2020-08-17T20:30:55.292Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T20:30:55.292Z] Removing intermediate container 72872203a670 [2020-08-17T20:30:55.292Z] ---> 5c0b0f8b067c [2020-08-17T20:30:55.292Z] [2020-08-17T20:30:55.893Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T20:30:55.893Z] Status: Downloaded newer image for alpine:latest [2020-08-17T20:30:55.893Z] ---> 62ee0e9f8440 [2020-08-17T20:30:55.893Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:30:55.893Z] Successfully built 5c0b0f8b067c [2020-08-17T20:30:56.166Z] ---> c4d4127250d3 [2020-08-17T20:30:56.166Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T20:30:56.166Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-17T20:30:56.166Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-08-17T20:30:56.459Z] ---> Running in 3946956cb4d1 [2020-08-17T20:30:56.459Z] ---> 1dcb5b277a42 [2020-08-17T20:30:56.459Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:30:56.740Z] ---> Running in 2d242c95402d [2020-08-17T20:30:57.016Z] Removing intermediate container 3946956cb4d1 [2020-08-17T20:30:57.016Z] ---> b2cd6c130ad4 [2020-08-17T20:30:57.016Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T20:30:57.286Z] ---> Running in a78e3342736a [2020-08-17T20:30:57.886Z] Removing intermediate container 2d242c95402d [2020-08-17T20:30:57.886Z] ---> ab794fab9f10 [2020-08-17T20:30:57.886Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T20:30:57.886Z] ---> a671d8b58522 [2020-08-17T20:30:57.886Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T20:30:58.162Z] ---> Running in f0b79bf92f32 [2020-08-17T20:30:58.162Z] Removing intermediate container a78e3342736a [2020-08-17T20:30:58.162Z] ---> a05be6f73cfa [2020-08-17T20:30:58.162Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T20:30:58.753Z] ---> Running in 7215d16a4597 [2020-08-17T20:30:58.753Z] Removing intermediate container f0b79bf92f32 [2020-08-17T20:30:58.753Z] ---> 09065fbece05 [2020-08-17T20:30:58.753Z] Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:30:59.346Z] ---> Running in 95e89685a19a [2020-08-17T20:30:59.655Z] ---> 39c11a52dbf7 [2020-08-17T20:30:59.655Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:30:59.655Z] Removing intermediate container 7215d16a4597 [2020-08-17T20:30:59.655Z] ---> 449208fbb4eb [2020-08-17T20:30:59.655Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:31:00.251Z] ---> Running in 770ed0b3c391 [2020-08-17T20:31:00.858Z] Removing intermediate container 95e89685a19a [2020-08-17T20:31:00.858Z] ---> e72ff154bd79 [2020-08-17T20:31:00.858Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T20:31:01.483Z] ---> 30150daf3a81 [2020-08-17T20:31:01.483Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:31:01.483Z] ---> Running in e4947eef097f [2020-08-17T20:31:02.097Z] ---> Running in 8ba69af8cf96 [2020-08-17T20:31:02.694Z] Removing intermediate container e4947eef097f [2020-08-17T20:31:02.694Z] ---> bd2af3119551 [2020-08-17T20:31:02.694Z] [2020-08-17T20:31:03.289Z] Successfully built bd2af3119551 [2020-08-17T20:31:03.290Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-17T20:31:03.290Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-08-17T20:31:03.891Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:31:03.891Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:31:03.891Z] ---> 178d0bbfb680 [2020-08-17T20:31:03.891Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:31:03.891Z] ---> Using cache [2020-08-17T20:31:03.891Z] ---> 980464961f2d [2020-08-17T20:31:03.891Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:31:03.891Z] ---> Using cache [2020-08-17T20:31:03.891Z] ---> ba2ddd2aa41d [2020-08-17T20:31:03.891Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T20:31:04.867Z] ---> Running in b0d50cc342e6 [2020-08-17T20:31:05.848Z] Removing intermediate container 770ed0b3c391 [2020-08-17T20:31:05.848Z] ---> c0ba473e0ba0 [2020-08-17T20:31:05.848Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T20:31:06.827Z] ---> Running in 5fe4579b78c2 [2020-08-17T20:31:08.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:31:08.283Z] Removing intermediate container 8ba69af8cf96 [2020-08-17T20:31:08.283Z] ---> c921480f5d97 [2020-08-17T20:31:08.283Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:31:08.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:31:08.883Z] ---> Running in 121adcae470a [2020-08-17T20:31:09.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:31:09.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:31:09.432Z] Removing intermediate container 121adcae470a [2020-08-17T20:31:09.432Z] ---> 5976dc627b51 [2020-08-17T20:31:09.432Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T20:31:09.712Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:31:09.712Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:31:09.712Z] OK: 12617 distinct packages available [2020-08-17T20:31:09.984Z] ---> Running in 6f98a0ca9cf9 [2020-08-17T20:31:09.984Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T20:31:10.254Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T20:31:10.254Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T20:31:10.531Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T20:31:10.531Z] Removing intermediate container 6f98a0ca9cf9 [2020-08-17T20:31:10.531Z] ---> a89a2f0e55a8 [2020-08-17T20:31:10.531Z] Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:31:10.531Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T20:31:10.531Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:31:10.531Z] OK: 217 MiB in 51 packages [2020-08-17T20:31:10.531Z] OK: 8 MiB in 19 packages [2020-08-17T20:31:10.809Z] ---> Running in 6a708d3da42f [2020-08-17T20:31:11.795Z] Removing intermediate container 6a708d3da42f [2020-08-17T20:31:11.795Z] ---> 876c3a44fbb6 [2020-08-17T20:31:11.795Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T20:31:12.786Z] ---> Running in 6d7e0321a877 [2020-08-17T20:31:13.774Z] Removing intermediate container 6d7e0321a877 [2020-08-17T20:31:13.774Z] ---> 3cd1cfa56abc [2020-08-17T20:31:13.774Z] [2020-08-17T20:31:14.385Z] Removing intermediate container b0d50cc342e6 [2020-08-17T20:31:14.385Z] ---> c53a6ffd6d98 [2020-08-17T20:31:14.385Z] Step 6/26 : COPY go.mod . [2020-08-17T20:31:14.385Z] Removing intermediate container 5fe4579b78c2 [2020-08-17T20:31:14.385Z] ---> 105867045c35 [2020-08-17T20:31:14.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T20:31:14.385Z] Successfully built 3cd1cfa56abc [2020-08-17T20:31:14.385Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-17T20:31:14.385Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-17T20:31:15.821Z] ---> bff1122339fc [2020-08-17T20:31:15.821Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T20:31:15.821Z] ---> 8de6067edcb0 [2020-08-17T20:31:15.821Z] Step 7/26 : RUN go mod download [2020-08-17T20:31:16.094Z] ---> Running in e053871f613b [2020-08-17T20:31:18.752Z] ---> a1c3ba28bbff [2020-08-17T20:31:18.752Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T20:31:19.734Z] ---> 3f008c623d30 [2020-08-17T20:31:19.734Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:31:20.005Z] Removing intermediate container e053871f613b [2020-08-17T20:31:20.005Z] ---> 3221c2026700 [2020-08-17T20:31:20.005Z] Step 8/26 : COPY . . [2020-08-17T20:31:20.005Z] ---> Running in 200e047cab56 [2020-08-17T20:31:20.997Z] Removing intermediate container 200e047cab56 [2020-08-17T20:31:20.997Z] ---> 11da15027c48 [2020-08-17T20:31:20.997Z] Step 20/22 : LABEL arch=arm64 [2020-08-17T20:31:22.487Z] ---> Running in ba28ad0ad62e [2020-08-17T20:31:24.016Z] Removing intermediate container ba28ad0ad62e [2020-08-17T20:31:24.016Z] ---> fa6af8e8da81 [2020-08-17T20:31:24.016Z] Step 21/22 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:31:24.641Z] ---> Running in a37ccad839ba [2020-08-17T20:31:25.661Z] Removing intermediate container a37ccad839ba [2020-08-17T20:31:25.661Z] ---> 0dd4f235295a [2020-08-17T20:31:25.661Z] Step 22/22 : LABEL version=0.0.0 [2020-08-17T20:31:25.944Z] ---> Running in f23a83f83bdb [2020-08-17T20:31:26.947Z] Removing intermediate container f23a83f83bdb [2020-08-17T20:31:26.947Z] ---> d00d1bdc518d [2020-08-17T20:31:26.947Z] [2020-08-17T20:31:27.578Z] Successfully built d00d1bdc518d [2020-08-17T20:31:27.578Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-17T20:31:27.578Z] Building docker-security-proxy-setup-go [2020-08-17T20:31:42.773Z]  Building docker-core-data-go ... done  ---> c09df2c4e74f [2020-08-17T20:31:42.773Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T20:31:42.773Z] ---> Running in d1878d7a2184 [2020-08-17T20:31:42.773Z] 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-08-17T20:31:46.178Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:31:46.178Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:31:46.178Z] ---> 178d0bbfb680 [2020-08-17T20:31:46.455Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:31:46.455Z] ---> Using cache [2020-08-17T20:31:46.455Z] ---> 980464961f2d [2020-08-17T20:31:46.455Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:31:46.455Z] ---> Using cache [2020-08-17T20:31:46.455Z] ---> ba2ddd2aa41d [2020-08-17T20:31:46.455Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:31:46.734Z] ---> Running in 54d9dce744f8 [2020-08-17T20:31:49.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:31:50.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:31:51.382Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:31:51.382Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:31:51.382Z] OK: 12617 distinct packages available [2020-08-17T20:31:52.835Z] OK: 217 MiB in 51 packages [2020-08-17T20:31:56.241Z] Removing intermediate container 54d9dce744f8 [2020-08-17T20:31:56.241Z] ---> 39fbefb99408 [2020-08-17T20:31:56.241Z] Step 6/21 : COPY go.mod . [2020-08-17T20:31:57.228Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:31:57.228Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T20:31:57.228Z] ---> 178d0bbfb680 [2020-08-17T20:31:57.228Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T20:31:57.228Z] ---> Using cache [2020-08-17T20:31:57.228Z] ---> 980464961f2d [2020-08-17T20:31:57.228Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T20:31:57.228Z] ---> Running in 7ddd91613a91 [2020-08-17T20:31:57.829Z] ---> 62f563c82c8f [2020-08-17T20:31:57.829Z] Step 7/21 : RUN go mod download [2020-08-17T20:31:58.106Z] ---> Running in f005693447c6 [2020-08-17T20:32:00.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:32:00.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:32:01.685Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:32:01.685Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:32:01.685Z] OK: 12617 distinct packages available [2020-08-17T20:32:02.682Z] OK: 217 MiB in 51 packages [2020-08-17T20:32:05.323Z] Removing intermediate container f005693447c6 [2020-08-17T20:32:05.323Z] ---> a6472dfd2fab [2020-08-17T20:32:05.323Z] Step 8/21 : COPY . . [2020-08-17T20:32:05.926Z] Removing intermediate container 7ddd91613a91 [2020-08-17T20:32:05.926Z] ---> ca77f96a23b3 [2020-08-17T20:32:05.926Z] Step 5/29 : COPY go.mod . [2020-08-17T20:32:08.550Z] ---> f82381217843 [2020-08-17T20:32:08.550Z] Step 6/29 : RUN go mod download [2020-08-17T20:32:09.533Z] ---> Running in c11893c71f51 [2020-08-17T20:32:10.151Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:32:10.151Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:32:10.151Z] ---> 178d0bbfb680 [2020-08-17T20:32:10.151Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T20:32:10.151Z] ---> Using cache [2020-08-17T20:32:10.151Z] ---> 980464961f2d [2020-08-17T20:32:10.151Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:32:10.151Z] ---> Using cache [2020-08-17T20:32:10.151Z] ---> ba2ddd2aa41d [2020-08-17T20:32:10.151Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T20:32:10.744Z] ---> Running in 6f11e763eb4a [2020-08-17T20:32:12.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:32:13.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:32:14.706Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:32:14.706Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:32:14.706Z] OK: 12617 distinct packages available [2020-08-17T20:32:15.698Z] OK: 217 MiB in 51 packages [2020-08-17T20:32:17.690Z] Removing intermediate container c11893c71f51 [2020-08-17T20:32:17.690Z] ---> 482cb27fccd3 [2020-08-17T20:32:17.690Z] Step 7/29 : COPY . . [2020-08-17T20:32:18.305Z] Removing intermediate container 6f11e763eb4a [2020-08-17T20:32:18.305Z] ---> e51d74352ce9 [2020-08-17T20:32:18.305Z] Step 6/23 : COPY go.mod . [2020-08-17T20:32:20.981Z] ---> 5b1198a9aa2c [2020-08-17T20:32:20.981Z] Step 7/23 : RUN go mod download [2020-08-17T20:32:20.981Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:32:20.981Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:32:20.981Z] ---> 178d0bbfb680 [2020-08-17T20:32:20.981Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:32:20.981Z] ---> Using cache [2020-08-17T20:32:20.981Z] ---> 980464961f2d [2020-08-17T20:32:20.981Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:32:20.981Z] ---> Using cache [2020-08-17T20:32:20.981Z] ---> ba2ddd2aa41d [2020-08-17T20:32:20.981Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:32:20.981Z] ---> Using cache [2020-08-17T20:32:20.981Z] ---> 39fbefb99408 [2020-08-17T20:32:20.981Z] Step 6/20 : COPY go.mod . [2020-08-17T20:32:20.981Z] ---> Using cache [2020-08-17T20:32:20.981Z] ---> 62f563c82c8f [2020-08-17T20:32:20.981Z] Step 7/20 : RUN go mod download [2020-08-17T20:32:20.981Z] ---> Using cache [2020-08-17T20:32:20.981Z] ---> a6472dfd2fab [2020-08-17T20:32:20.981Z] Step 8/20 : COPY . . [2020-08-17T20:32:20.981Z] ---> Running in c5f14a91ccaa [2020-08-17T20:32:29.391Z] Removing intermediate container c5f14a91ccaa [2020-08-17T20:32:29.391Z] ---> 6f0acb28c83d [2020-08-17T20:32:29.391Z] Step 8/23 : COPY . . [2020-08-17T20:32:36.547Z] Removing intermediate container d1878d7a2184 [2020-08-17T20:32:36.548Z] ---> 4a7cdac2676c [2020-08-17T20:32:36.548Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T20:32:36.825Z] ---> Running in ed4a88117375 [2020-08-17T20:32:37.818Z] ---> e77abf0d8187 [2020-08-17T20:32:37.818Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T20:32:38.805Z] ---> Running in 328da9df96b2 [2020-08-17T20:32:39.411Z] 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-08-17T20:32:40.847Z] 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-08-17T20:32:46.238Z] Removing intermediate container ed4a88117375 [2020-08-17T20:32:46.238Z] ---> 66369874399e [2020-08-17T20:32:46.238Z] [2020-08-17T20:32:46.238Z] Step 11/26 : FROM docker:latest [2020-08-17T20:32:46.238Z] ---> ce9d55ae87f1 [2020-08-17T20:32:46.238Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T20:32:46.238Z] ---> Running in a029601202d7 [2020-08-17T20:32:49.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:32:49.669Z] ---> c0d5037ea147 [2020-08-17T20:32:49.669Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T20:32:49.939Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:32:50.213Z] ---> Running in 92936108308e [2020-08-17T20:32:50.487Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T20:32:50.487Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T20:32:50.487Z] Executing bash-5.0.17-r0.post-install [2020-08-17T20:32:50.487Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:32:50.765Z] OK: 12 MiB in 22 packages [2020-08-17T20:32:53.391Z] 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-08-17T20:32:53.664Z] ---> 405dc8941767 [2020-08-17T20:32:53.664Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T20:32:53.664Z] Removing intermediate container a029601202d7 [2020-08-17T20:32:53.664Z] ---> 0c46aba66820 [2020-08-17T20:32:53.664Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T20:32:53.937Z] ---> Running in 0d3fe7bc2d7c [2020-08-17T20:32:53.937Z] ---> Running in 5ec9386419c6 [2020-08-17T20:32:57.336Z] 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-08-17T20:32:59.979Z] Removing intermediate container 5ec9386419c6 [2020-08-17T20:32:59.979Z] ---> 39e09b33e908 [2020-08-17T20:32:59.979Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T20:32:59.979Z] ---> Running in 1a19bb06f45e [2020-08-17T20:33:00.580Z] ---> 05a038f818d7 [2020-08-17T20:33:00.580Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T20:33:00.580Z] ---> Running in 1f7c28e0d65f [2020-08-17T20:33:00.896Z] Removing intermediate container 1a19bb06f45e [2020-08-17T20:33:00.896Z] ---> c99d10fc38df [2020-08-17T20:33:00.896Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T20:33:01.321Z] ---> Running in e7b91f986ea3 [2020-08-17T20:33:01.987Z] Removing intermediate container e7b91f986ea3 [2020-08-17T20:33:01.987Z] ---> 7fd4641c1d26 [2020-08-17T20:33:01.987Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T20:33:02.263Z] ---> Running in 9299389f681e [2020-08-17T20:33:03.327Z] Removing intermediate container 9299389f681e [2020-08-17T20:33:03.327Z] ---> 23c1495a463a [2020-08-17T20:33:03.327Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T20:33:04.312Z] 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-08-17T20:33:05.323Z] ---> 3521064b259f [2020-08-17T20:33:05.323Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T20:33:06.346Z] ---> 9a059fbaa3f5 [2020-08-17T20:33:06.346Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T20:33:07.332Z] ---> bfb5d43ad2b8 [2020-08-17T20:33:07.332Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T20:33:07.332Z] ---> Running in c30ea4fca589 [2020-08-17T20:33:09.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:33:10.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:33:10.839Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T20:33:10.839Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T20:33:10.839Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T20:33:10.839Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T20:33:10.839Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T20:33:10.839Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T20:33:10.839Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T20:33:13.482Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T20:33:13.482Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T20:33:13.482Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T20:33:13.482Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T20:33:13.482Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T20:33:13.482Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T20:33:13.482Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T20:33:13.482Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T20:33:13.482Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T20:33:13.482Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T20:33:13.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T20:33:13.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T20:33:13.482Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T20:33:13.482Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T20:33:13.482Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T20:33:13.482Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T20:33:13.482Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T20:33:13.482Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T20:33:13.482Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T20:33:13.482Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T20:33:13.758Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T20:33:13.758Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T20:33:13.758Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T20:33:13.758Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T20:33:13.758Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T20:33:13.758Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T20:33:13.758Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:33:14.034Z] OK: 71 MiB in 55 packages [2020-08-17T20:33:24.203Z] Removing intermediate container c30ea4fca589 [2020-08-17T20:33:24.203Z] ---> cf005bbf4dba [2020-08-17T20:33:24.203Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T20:33:24.203Z] ---> Running in 1b222d02aa2b [2020-08-17T20:33:30.932Z] Collecting docker-compose==1.23.2 [2020-08-17T20:33:30.932Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T20:33:32.371Z] Collecting PyYAML<4,>=3.10 [2020-08-17T20:33:32.371Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T20:33:37.772Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T20:33:37.773Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T20:33:38.372Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T20:33:38.372Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T20:33:38.372Z] 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-08-17T20:33:38.653Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T20:33:38.654Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T20:33:42.050Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T20:33:42.050Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T20:33:42.648Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T20:33:42.648Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T20:33:46.045Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T20:33:46.045Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T20:33:47.027Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T20:33:47.027Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T20:33:47.301Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T20:33:47.583Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T20:33:50.208Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T20:33:50.208Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T20:33:50.484Z] 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-08-17T20:33:50.484Z] 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-08-17T20:33:50.758Z] Collecting idna<2.8,>=2.5 [2020-08-17T20:33:50.758Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T20:33:51.031Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T20:33:51.031Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T20:33:51.307Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T20:33:51.307Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T20:33:51.307Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T20:33:51.307Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T20:33:52.743Z] Installing collected packages: PyYAML, urllib3, idna, requests, cached-property, dockerpty, jsonschema, docopt, docker-pycreds, websocket-client, docker, texttable, docker-compose [2020-08-17T20:33:52.743Z] Running setup.py install for PyYAML: started [2020-08-17T20:33:56.141Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T20:33:56.141Z] Attempting uninstall: urllib3 [2020-08-17T20:33:56.141Z] Found existing installation: urllib3 1.25.9 [2020-08-17T20:33:56.141Z] Uninstalling urllib3-1.25.9: [2020-08-17T20:33:56.412Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T20:33:57.393Z] Attempting uninstall: idna [2020-08-17T20:33:57.393Z] Found existing installation: idna 2.9 [2020-08-17T20:33:57.393Z] Uninstalling idna-2.9: [2020-08-17T20:33:57.393Z] Successfully uninstalled idna-2.9 [2020-08-17T20:33:58.373Z] Attempting uninstall: requests [2020-08-17T20:33:58.373Z] Found existing installation: requests 2.23.0 [2020-08-17T20:33:58.373Z] Uninstalling requests-2.23.0: [2020-08-17T20:33:58.373Z] Successfully uninstalled requests-2.23.0 [2020-08-17T20:33:58.970Z] Running setup.py install for dockerpty: started [2020-08-17T20:34:02.365Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T20:34:02.365Z] Running setup.py install for docopt: started [2020-08-17T20:34:04.985Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T20:34:06.970Z] Running setup.py install for texttable: started [2020-08-17T20:34:09.610Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T20:34:11.052Z] 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-08-17T20:34:12.511Z] Removing intermediate container 92936108308e [2020-08-17T20:34:12.511Z] ---> 15037f0d8e69 [2020-08-17T20:34:12.511Z] [2020-08-17T20:34:12.511Z] Step 9/29 : FROM alpine:latest [2020-08-17T20:34:12.511Z] ---> 62ee0e9f8440 [2020-08-17T20:34:12.511Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-17T20:34:12.511Z] ---> Running in 8c0e12182ee7 [2020-08-17T20:34:13.114Z] Removing intermediate container 8c0e12182ee7 [2020-08-17T20:34:13.114Z] ---> 5495aaf3f915 [2020-08-17T20:34:13.114Z] Step 11/29 : USER root [2020-08-17T20:34:13.395Z] ---> Running in be8ed1a29bf9 [2020-08-17T20:34:14.382Z] Removing intermediate container be8ed1a29bf9 [2020-08-17T20:34:14.382Z] ---> 86cd90850bb2 [2020-08-17T20:34:14.382Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T20:34:14.658Z] ---> Running in 58210c5404d0 [2020-08-17T20:34:18.084Z] Removing intermediate container 1b222d02aa2b [2020-08-17T20:34:18.084Z] ---> 268aead64b58 [2020-08-17T20:34:18.084Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T20:34:18.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:34:18.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:34:18.084Z] ---> Running in b1b6ace67dac [2020-08-17T20:34:19.079Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:34:19.079Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:34:19.079Z] OK: 12617 distinct packages available [2020-08-17T20:34:19.685Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T20:34:19.685Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T20:34:19.685Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:34:19.970Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:34:20.245Z] OK: 6 MiB in 16 packages [2020-08-17T20:34:20.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:34:21.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:34:21.728Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:34:21.728Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T20:34:21.728Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T20:34:21.728Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:34:22.008Z] OK: 71 MiB in 58 packages [2020-08-17T20:34:22.609Z] Removing intermediate container 328da9df96b2 [2020-08-17T20:34:22.609Z] ---> 72890b526c3c [2020-08-17T20:34:22.609Z] [2020-08-17T20:34:22.609Z] Step 10/21 : FROM scratch [2020-08-17T20:34:22.609Z] ---> [2020-08-17T20:34:22.609Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:34:22.885Z] Removing intermediate container 0d3fe7bc2d7c [2020-08-17T20:34:22.885Z] ---> fff767f12a04 [2020-08-17T20:34:22.885Z] [2020-08-17T20:34:22.885Z] Step 10/20 : FROM alpine [2020-08-17T20:34:22.885Z] ---> 62ee0e9f8440 [2020-08-17T20:34:22.885Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T20:34:23.481Z] ---> Using cache [2020-08-17T20:34:23.481Z] ---> eff5f158f699 [2020-08-17T20:34:23.481Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T20:34:23.481Z] ---> Running in 365467cb641c [2020-08-17T20:34:23.481Z] ---> Running in b7735b3de5c3 [2020-08-17T20:34:23.766Z] Removing intermediate container 58210c5404d0 [2020-08-17T20:34:23.766Z] ---> 38cdf0715e80 [2020-08-17T20:34:23.766Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T20:34:24.040Z] ---> Running in 9360f455d443 [2020-08-17T20:34:24.647Z] Removing intermediate container b7735b3de5c3 [2020-08-17T20:34:24.647Z] ---> a03c9f1307c0 [2020-08-17T20:34:24.647Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:34:24.647Z] Removing intermediate container b1b6ace67dac [2020-08-17T20:34:24.647Z] ---> b80abfce7773 [2020-08-17T20:34:24.647Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:34:24.647Z] ---> Running in 24494e4b9660 [2020-08-17T20:34:24.932Z] ---> Running in 3c42212590f2 [2020-08-17T20:34:25.213Z] Removing intermediate container 9360f455d443 [2020-08-17T20:34:25.213Z] ---> d010b82a4ec5 [2020-08-17T20:34:25.213Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T20:34:25.495Z] ---> Running in 11192c1a2978 [2020-08-17T20:34:25.770Z] Removing intermediate container 24494e4b9660 [2020-08-17T20:34:25.770Z] ---> 7c591e1d228d [2020-08-17T20:34:25.770Z] Step 14/21 : WORKDIR / [2020-08-17T20:34:25.770Z] ---> Running in 086dd8309bf4 [2020-08-17T20:34:26.055Z] Removing intermediate container 3c42212590f2 [2020-08-17T20:34:26.055Z] ---> 1864bf831112 [2020-08-17T20:34:26.055Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T20:34:26.330Z] ---> Running in 466e8a57e65a [2020-08-17T20:34:26.330Z] Removing intermediate container 11192c1a2978 [2020-08-17T20:34:26.330Z] ---> 59cc90caec43 [2020-08-17T20:34:26.330Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T20:34:26.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:34:26.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:34:26.607Z] ---> Running in 2b157a91054a [2020-08-17T20:34:26.879Z] Removing intermediate container 086dd8309bf4 [2020-08-17T20:34:26.879Z] ---> da728daafa7b [2020-08-17T20:34:26.879Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T20:34:27.153Z] Removing intermediate container 466e8a57e65a [2020-08-17T20:34:27.153Z] ---> ed764204bc06 [2020-08-17T20:34:27.153Z] Step 25/26 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:34:27.153Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:34:27.153Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:34:27.153Z] OK: 12617 distinct packages available [2020-08-17T20:34:27.437Z] ---> Running in c502dfb13a99 [2020-08-17T20:34:28.420Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T20:34:28.420Z] Removing intermediate container c502dfb13a99 [2020-08-17T20:34:28.420Z] ---> 4bc7f254eb15 [2020-08-17T20:34:28.420Z] Step 26/26 : LABEL version=0.0.0 [2020-08-17T20:34:28.420Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:34:28.420Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T20:34:28.420Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T20:34:28.420Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:34:28.420Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:34:28.420Z] ---> 6c2afb6c02ba [2020-08-17T20:34:28.420Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T20:34:28.693Z] ---> Running in f84502c8fe51 [2020-08-17T20:34:28.693Z] OK: 7 MiB in 18 packages [2020-08-17T20:34:29.289Z] Removing intermediate container f84502c8fe51 [2020-08-17T20:34:29.289Z] ---> 4f6e7f84bc3b [2020-08-17T20:34:29.289Z] [2020-08-17T20:34:30.735Z] Successfully built 4f6e7f84bc3b [2020-08-17T20:34:30.735Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-17T20:34:30.735Z]  Building docker-sys-mgmt-agent-go ... done  ---> 3812d5967803 [2020-08-17T20:34:30.735Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T20:34:31.017Z] Removing intermediate container 365467cb641c [2020-08-17T20:34:31.017Z] ---> c90276b0cfea [2020-08-17T20:34:31.018Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:34:31.018Z] Removing intermediate container 2b157a91054a [2020-08-17T20:34:31.018Z] ---> 12d7a8894808 [2020-08-17T20:34:31.018Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T20:34:31.293Z] ---> Running in e0d54c4dc2be [2020-08-17T20:34:31.885Z] Removing intermediate container e0d54c4dc2be [2020-08-17T20:34:31.885Z] ---> 4a851d74d5d6 [2020-08-17T20:34:31.885Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:34:31.885Z] ---> ce2701d817ed [2020-08-17T20:34:31.885Z] Step 13/20 : WORKDIR /edgex [2020-08-17T20:34:32.162Z] ---> Running in c60269af0cbe [2020-08-17T20:34:32.162Z] ---> Running in bbd32eca9ca4 [2020-08-17T20:34:32.433Z] ---> b38adf23528d [2020-08-17T20:34:32.433Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T20:34:32.733Z] Removing intermediate container c60269af0cbe [2020-08-17T20:34:32.733Z] Removing intermediate container bbd32eca9ca4 [2020-08-17T20:34:32.733Z] ---> 2fe0450a5cdf [2020-08-17T20:34:32.733Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T20:34:32.733Z] ---> 47b7b25f979a [2020-08-17T20:34:32.733Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T20:34:33.008Z] ---> Running in ae7d2434561f [2020-08-17T20:34:33.612Z] ---> e111f6883573 [2020-08-17T20:34:33.612Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T20:34:33.612Z] Removing intermediate container ae7d2434561f [2020-08-17T20:34:33.612Z] ---> cd48a37c7cee [2020-08-17T20:34:33.612Z] Step 20/21 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:34:33.612Z] ---> f07fd991f2ba [2020-08-17T20:34:33.612Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T20:34:33.612Z] ---> Running in 8a2bd0973c97 [2020-08-17T20:34:34.593Z] Removing intermediate container 8a2bd0973c97 [2020-08-17T20:34:34.593Z] ---> ae827222cd2a [2020-08-17T20:34:34.593Z] Step 21/21 : LABEL version=0.0.0 [2020-08-17T20:34:34.593Z] ---> 3214d4f51333 [2020-08-17T20:34:34.593Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T20:34:34.593Z] ---> Running in 80fc1c251104 [2020-08-17T20:34:35.566Z] ---> 61b00d84147b [2020-08-17T20:34:35.567Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T20:34:35.567Z] Removing intermediate container 80fc1c251104 [2020-08-17T20:34:35.567Z] ---> d5aad1e71f33 [2020-08-17T20:34:35.567Z] [2020-08-17T20:34:35.567Z] ---> Running in 98da9448288d [2020-08-17T20:34:35.840Z] ---> 5495eb9c0fc4 [2020-08-17T20:34:35.840Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T20:34:36.113Z] Successfully built d5aad1e71f33 [2020-08-17T20:34:36.113Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-17T20:34:36.387Z]  Building docker-core-command-go ... done Removing intermediate container 98da9448288d [2020-08-17T20:34:36.387Z] ---> f8b6a80f1e11 [2020-08-17T20:34:36.387Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T20:34:36.658Z] ---> Running in e4f693f7afd9 [2020-08-17T20:34:36.658Z] ---> b25671d7fd44 [2020-08-17T20:34:36.658Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T20:34:36.931Z] ---> Running in 7cea49f0e4f3 [2020-08-17T20:34:37.203Z] Removing intermediate container e4f693f7afd9 [2020-08-17T20:34:37.203Z] ---> ff72fbcc6a88 [2020-08-17T20:34:37.203Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T20:34:37.475Z] ---> Running in bc79e0ec037c [2020-08-17T20:34:38.074Z] Removing intermediate container bc79e0ec037c [2020-08-17T20:34:38.074Z] ---> 0451194bf048 [2020-08-17T20:34:38.074Z] Step 19/20 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:34:38.345Z] ---> Running in f93a56e85204 [2020-08-17T20:34:38.941Z] Removing intermediate container f93a56e85204 [2020-08-17T20:34:38.941Z] ---> b1a710087613 [2020-08-17T20:34:38.941Z] Step 20/20 : LABEL version=0.0.0 [2020-08-17T20:34:39.211Z] ---> Running in 9524701f803e [2020-08-17T20:34:39.485Z] Removing intermediate container 1f7c28e0d65f [2020-08-17T20:34:39.485Z] ---> 3f0ad28c0f6e [2020-08-17T20:34:39.485Z] [2020-08-17T20:34:39.485Z] Step 10/23 : FROM scratch [2020-08-17T20:34:39.485Z] ---> [2020-08-17T20:34:39.485Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:34:39.756Z] ---> Using cache [2020-08-17T20:34:39.756Z] ---> dbe41435ae07 [2020-08-17T20:34:39.756Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T20:34:39.756Z] ---> Running in 0226e33884cb [2020-08-17T20:34:39.756Z] Removing intermediate container 9524701f803e [2020-08-17T20:34:39.756Z] ---> b52d49619352 [2020-08-17T20:34:39.756Z] [2020-08-17T20:34:40.346Z] Successfully built b52d49619352 [2020-08-17T20:34:40.346Z] Removing intermediate container 7cea49f0e4f3 [2020-08-17T20:34:40.346Z] ---> 3658b6033b47 [2020-08-17T20:34:40.346Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:34:40.346Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-17T20:34:40.346Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0226e33884cb [2020-08-17T20:34:40.346Z] ---> 3bb66fb63c80 [2020-08-17T20:34:40.346Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T20:34:40.619Z] ---> Running in 6d34c4773ccb [2020-08-17T20:34:40.892Z] Removing intermediate container 6d34c4773ccb [2020-08-17T20:34:40.892Z] ---> e6d46cd7781b [2020-08-17T20:34:40.892Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T20:34:41.161Z] ---> d9487a465574 [2020-08-17T20:34:41.161Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:34:41.431Z] ---> Running in 73ff071b3d5e [2020-08-17T20:34:41.705Z] ---> 7f21b6be49dc [2020-08-17T20:34:41.705Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T20:34:43.134Z] ---> 091c485c4248 [2020-08-17T20:34:43.134Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T20:34:44.109Z] ---> 890e077a2c9c [2020-08-17T20:34:44.109Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T20:34:44.109Z] Removing intermediate container 73ff071b3d5e [2020-08-17T20:34:44.109Z] ---> 52281a9562da [2020-08-17T20:34:44.109Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T20:34:44.382Z] ---> Running in 0c698086fa8d [2020-08-17T20:34:44.976Z] ---> a8f2c35ce5a8 [2020-08-17T20:34:44.976Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T20:34:46.400Z] ---> 65b51207c4d7 [2020-08-17T20:34:46.400Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T20:34:47.009Z] ---> b058a4dd4548 [2020-08-17T20:34:47.009Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:34:47.283Z] ---> Running in 1eff71ef5f47 [2020-08-17T20:34:47.283Z] Removing intermediate container 0c698086fa8d [2020-08-17T20:34:47.283Z] ---> c42b159edf66 [2020-08-17T20:34:47.283Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:34:47.564Z] ---> Running in 2d19e1ff0025 [2020-08-17T20:34:47.838Z] Removing intermediate container 1eff71ef5f47 [2020-08-17T20:34:47.838Z] ---> 4142307ae925 [2020-08-17T20:34:47.838Z] Step 21/23 : LABEL arch=arm64 [2020-08-17T20:34:47.838Z] ---> Running in 60465e16fbd1 [2020-08-17T20:34:48.122Z] Removing intermediate container 2d19e1ff0025 [2020-08-17T20:34:48.122Z] ---> 962bc7dbf1e9 [2020-08-17T20:34:48.122Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T20:34:48.122Z] ---> Running in a2dba30be2b3 [2020-08-17T20:34:48.402Z] Removing intermediate container 60465e16fbd1 [2020-08-17T20:34:48.402Z] ---> 167afddeb076 [2020-08-17T20:34:48.402Z] Step 22/23 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:34:48.402Z] ---> Running in caabf18a240c [2020-08-17T20:34:48.692Z] Removing intermediate container a2dba30be2b3 [2020-08-17T20:34:48.692Z] ---> fab797194c5a [2020-08-17T20:34:48.692Z] Step 27/29 : LABEL arch=arm64 [2020-08-17T20:34:48.692Z] ---> Running in fb6a2c63048b [2020-08-17T20:34:48.964Z] Removing intermediate container caabf18a240c [2020-08-17T20:34:48.964Z] ---> 6f318ac9dad7 [2020-08-17T20:34:48.964Z] Step 23/23 : LABEL version=0.0.0 [2020-08-17T20:34:49.238Z] ---> Running in 0b9128198111 [2020-08-17T20:34:49.238Z] Removing intermediate container fb6a2c63048b [2020-08-17T20:34:49.238Z] ---> aa063277c8ab [2020-08-17T20:34:49.238Z] Step 28/29 : LABEL git_sha=4c36c6402971aef0f650637208ab56026314255f [2020-08-17T20:34:49.510Z] ---> Running in 6fb32ee5235f [2020-08-17T20:34:49.510Z] Removing intermediate container 0b9128198111 [2020-08-17T20:34:49.510Z] ---> b48127442bbc [2020-08-17T20:34:49.510Z] [2020-08-17T20:34:50.104Z] Successfully built b48127442bbc [2020-08-17T20:34:50.104Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-17T20:34:50.104Z]  Building docker-support-notifications-go ... done Removing intermediate container 6fb32ee5235f [2020-08-17T20:34:50.104Z] ---> f61794c91dd2 [2020-08-17T20:34:50.104Z] Step 29/29 : LABEL version=0.0.0 [2020-08-17T20:34:50.376Z] ---> Running in 72e65068efde [2020-08-17T20:34:50.647Z] Removing intermediate container 72e65068efde [2020-08-17T20:34:50.647Z] ---> 85ed54985aef [2020-08-17T20:34:50.647Z] [2020-08-17T20:34:51.235Z] Successfully built 85ed54985aef [2020-08-17T20:34:51.235Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-17T20:34:51.249Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-17T20:34:51.319Z] $ docker stop --time=1 900072e769c7f5b6f9c8b8b76cca17f62b428ef9d967b93aba4bcb6d6b61bc3d [2020-08-17T20:34:53.171Z] $ docker rm -f 900072e769c7f5b6f9c8b8b76cca17f62b428ef9d967b93aba4bcb6d6b61bc3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:34:53.781Z] + + dockergrep images docker [2020-08-17T20:34:53.781Z] [2020-08-17T20:34:54.050Z] docker-security-secrets-setup-go-arm64 latest 85ed54985aef 3 seconds ago 24.2MB [2020-08-17T20:34:54.050Z] docker-support-notifications-go-arm64 latest b48127442bbc 4 seconds ago 13.9MB [2020-08-17T20:34:54.050Z] docker-security-proxy-setup-go-arm64 latest b52d49619352 14 seconds ago 15.8MB [2020-08-17T20:34:54.050Z] docker-core-command-go-arm64 latest d5aad1e71f33 18 seconds ago 12.4MB [2020-08-17T20:34:54.050Z] docker-sys-mgmt-agent-go-arm64 latest 4f6e7f84bc3b 24 seconds ago 266MB [2020-08-17T20:34:54.050Z] docker-core-data-go-arm64 latest d00d1bdc518d 3 minutes ago 22.6MB [2020-08-17T20:34:54.050Z] docker-security-secretstore-setup-go-arm64 latest 3cd1cfa56abc 3 minutes ago 32.6MB [2020-08-17T20:34:54.050Z] docker-core-metadata-go-arm64 latest bd2af3119551 3 minutes ago 13.8MB [2020-08-17T20:34:54.050Z] docker-support-scheduler-go-arm64 latest 5c0b0f8b067c 3 minutes ago 12.6MB [2020-08-17T20:34:54.050Z] docker-support-logging-go-arm64 latest cf667e4e6f48 4 minutes ago 11.4MB [2020-08-17T20:34:54.050Z] docker latest ce9d55ae87f1 7 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-08-17T20:34:55.634Z] provisioning config files... [2020-08-17T20:34:55.657Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1442190354585125073tmp [Pipeline] { [Pipeline] sh [2020-08-17T20:34:56.027Z] + curl -s https://codecov.io/bash [2020-08-17T20:34:56.028Z] + bash -s - -t @/w/workspace/edgex-go/6@tmp/config1442190354585125073tmp [Pipeline] } [2020-08-17T20:34:56.298Z] 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-08-17T20:34:57.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:34:58.567Z] ---> package-listing.sh [2020-08-17T20:34:58.567Z] ++ facter osfamily [2020-08-17T20:34:58.567Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T20:34:58.567Z] + OS_FAMILY=redhat [2020-08-17T20:34:58.567Z] + workspace=/w/workspace/edgex-go/6 [2020-08-17T20:34:58.567Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T20:34:58.567Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T20:34:58.567Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T20:34:58.567Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T20:34:58.567Z] + '[' /w/workspace/edgex-go/6 ']' [2020-08-17T20:34:58.567Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T20:34:58.567Z] + case "${OS_FAMILY}" in [2020-08-17T20:34:58.567Z] + rpm -qa [2020-08-17T20:34:58.567Z] + sort [2020-08-17T20:35:02.782Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T20:35:02.782Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T20:35:02.782Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T20:35:02.782Z] + '[' /w/workspace/edgex-go/6 ']' [2020-08-17T20:35:02.782Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-08-17T20:35:02.782Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:35:03.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T20:35:03.520Z] [2020-08-17T20:35:03.520Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:35:03.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T20:35:03.939Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T20:35:03.939Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T20:35:03.939Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T20:35:03.939Z] 756a868c4378: Pulling fs layer [2020-08-17T20:35:03.939Z] 444b2fc9a129: Pulling fs layer [2020-08-17T20:35:03.939Z] ea15f1150254: Pulling fs layer [2020-08-17T20:35:03.939Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T20:35:03.939Z] 28c525ee5125: Pulling fs layer [2020-08-17T20:35:03.939Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T20:35:03.939Z] 138eaada9080: Pulling fs layer [2020-08-17T20:35:03.939Z] 0622d0fa9048: Pulling fs layer [2020-08-17T20:35:03.939Z] 28c525ee5125: Waiting [2020-08-17T20:35:03.939Z] 094b1ea09ed8: Waiting [2020-08-17T20:35:03.939Z] 138eaada9080: Waiting [2020-08-17T20:35:03.939Z] 0622d0fa9048: Waiting [2020-08-17T20:35:03.939Z] 444b2fc9a129: Waiting [2020-08-17T20:35:03.939Z] ea15f1150254: Waiting [2020-08-17T20:35:03.939Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-17T20:35:03.939Z] 2cc5ad85d9ab: Download complete [2020-08-17T20:35:03.939Z] 444b2fc9a129: Verifying Checksum [2020-08-17T20:35:03.939Z] 444b2fc9a129: Download complete [2020-08-17T20:35:03.939Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T20:35:04.218Z] ea15f1150254: Verifying Checksum [2020-08-17T20:35:04.218Z] ea15f1150254: Download complete [2020-08-17T20:35:04.218Z] 28c525ee5125: Verifying Checksum [2020-08-17T20:35:04.218Z] 28c525ee5125: Download complete [2020-08-17T20:35:04.493Z] 756a868c4378: Verifying Checksum [2020-08-17T20:35:04.493Z] 756a868c4378: Download complete [2020-08-17T20:35:04.493Z] c9b1b535fdd9: Pull complete [2020-08-17T20:35:04.493Z] 138eaada9080: Verifying Checksum [2020-08-17T20:35:04.493Z] 138eaada9080: Download complete [2020-08-17T20:35:04.757Z] 0622d0fa9048: Verifying Checksum [2020-08-17T20:35:04.757Z] 0622d0fa9048: Download complete [2020-08-17T20:35:04.757Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T20:35:04.757Z] 094b1ea09ed8: Download complete [2020-08-17T20:35:04.757Z] 2cc5ad85d9ab: Pull complete [2020-08-17T20:35:05.019Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T20:35:05.019Z] 41b27a9f41bf: Download complete [2020-08-17T20:35:07.581Z] 756a868c4378: Pull complete [2020-08-17T20:35:07.581Z] 444b2fc9a129: Pull complete [2020-08-17T20:35:07.581Z] ea15f1150254: Pull complete [2020-08-17T20:35:12.892Z] 41b27a9f41bf: Pull complete [2020-08-17T20:35:12.892Z] 28c525ee5125: Pull complete [2020-08-17T20:35:14.277Z] 094b1ea09ed8: Pull complete [2020-08-17T20:35:14.538Z] 138eaada9080: Pull complete [2020-08-17T20:35:14.538Z] 0622d0fa9048: Pull complete [2020-08-17T20:35:14.538Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T20:35:14.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T20:35:14.538Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T20:35:14.737Z] prd-centos7-docker-4c-2g-304 does not seem to be running inside a container [2020-08-17T20:35:14.867Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10003/edgex-lftools-log-publisher:alpine cat [2020-08-17T20:35:20.599Z] $ docker top a46cdcfb60842ec3c26b5503c52a2c893bdac27949c993463bd806213d489489 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T20:35:20.889Z] provisioning config files... [2020-08-17T20:35:20.908Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7085524484515537416tmp [Pipeline] { [Pipeline] echo [2020-08-17T20:35:21.063Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:35:21.361Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T20:35:21.372Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:35:21.668Z] ---> logs-deploy.sh [2020-08-17T20:35:21.668Z] + ARCHIVE_ARTIFACTS= [2020-08-17T20:35:21.668Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T20:35:21.668Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T20:35:21.668Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T20:35:21.668Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/6 [2020-08-17T20:35:21.668Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/6/ [2020-08-17T20:35:21.668Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/6 /w/workspace/edgex-go/6 [2020-08-17T20:35:22.611Z] Archives upload complete. [2020-08-17T20:35:22.873Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/6/