Pull request #2653 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 lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 2a0aa0a464e015e3dadee497a498bc5f1d727e62+2f18d68ce33577a025edc322deb728338e3be43f (0de8ed8d721a6e632c1f2dd08b93825e4d840381) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3332 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 Merge succeeded, producing 2a0aa0a464e015e3dadee497a498bc5f1d727e62 Checking out Revision 2a0aa0a464e015e3dadee497a498bc5f1d727e62 (PR-2653) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # 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 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 Commit message: "Update V2 API core data swagger file" First time build. Skipping changelog. > git rev-list --no-walk ef4108114ed512538c6b52ede24f1ae2708c446e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-11T01:44:07.145Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-11T01:44:07.374Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-11T01:44:07.456Z] ========================================================= [2020-08-11T01:44:07.456Z] EdgeX Global Pipelines Version Info [2020-08-11T01:44:07.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-11T01:44:08.873Z] ------------------- [2020-08-11T01:44:08.874Z] stable info: [2020-08-11T01:44:08.874Z] ------------------- [2020-08-11T01:44:08.874Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-11T01:44:08.874Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-11T01:44:08.874Z] Message: update stable to v1.0.106 [2020-08-11T01:44:09.819Z] ------------------- [2020-08-11T01:44:09.819Z] experimental info: [2020-08-11T01:44:09.819Z] ------------------- [2020-08-11T01:44:09.819Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-11T01:44:09.819Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-11T01:44:09.819Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-11T01:44:11.600Z] ++ 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-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/core-command/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/core-data/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-11T01:44:11.600Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T01:44:11.600Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-11T01:44:11.600Z] ++ cut -d/ -f2 [2020-08-11T01:44:11.600Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-11T01:44:11.663Z] 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-11T01:44:12.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T01:44:12.376Z] [2020-08-11T01:44:12.376Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:44:12.768Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T01:44:12.768Z] latest: Pulling from edgex-devops/git-semver [2020-08-11T01:44:12.768Z] 31603596830f: Pulling fs layer [2020-08-11T01:44:12.768Z] 2a8b12db71e7: Pulling fs layer [2020-08-11T01:44:12.768Z] 6ca5941a6612: Pulling fs layer [2020-08-11T01:44:12.768Z] ecc8261a40a4: Pulling fs layer [2020-08-11T01:44:12.768Z] ecc8261a40a4: Waiting [2020-08-11T01:44:12.768Z] 2a8b12db71e7: Verifying Checksum [2020-08-11T01:44:12.768Z] 2a8b12db71e7: Download complete [2020-08-11T01:44:12.768Z] 31603596830f: Verifying Checksum [2020-08-11T01:44:12.768Z] 31603596830f: Download complete [2020-08-11T01:44:13.035Z] ecc8261a40a4: Verifying Checksum [2020-08-11T01:44:13.035Z] ecc8261a40a4: Download complete [2020-08-11T01:44:13.035Z] 6ca5941a6612: Download complete [2020-08-11T01:44:13.303Z] 31603596830f: Pull complete [2020-08-11T01:44:13.303Z] 2a8b12db71e7: Pull complete [2020-08-11T01:44:14.251Z] 6ca5941a6612: Pull complete [2020-08-11T01:44:14.514Z] ecc8261a40a4: Pull complete [2020-08-11T01:44:14.514Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-11T01:44:14.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T01:44:14.514Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-11T01:44:14.617Z] prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container [2020-08-11T01:44:14.673Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:44:17.071Z] $ docker top 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T01:44:17.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T01:44:17.345Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T01:44:17.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T01:44:17.546Z] $ docker exec 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent [2020-08-11T01:44:17.704Z] SSH_AUTH_SOCK=/tmp/ssh-6NUYutHOlvq8/agent.11 [2020-08-11T01:44:17.704Z] SSH_AGENT_PID=16 [2020-08-11T01:44:17.715Z] Running ssh-add (command line suppressed) [2020-08-11T01:44:17.837Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_616848894757928208.key (/w/workspace/edgex-go/3@tmp/private_key_616848894757928208.key) [2020-08-11T01:44:17.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T01:44:18.221Z] + git describe --exact-match --tags HEAD [2020-08-11T01:44:18.221Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-11T01:44:18.239Z] $ docker exec --env ******** --env ******** 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent -k [2020-08-11T01:44:18.360Z] unset SSH_AUTH_SOCK; [2020-08-11T01:44:18.360Z] unset SSH_AGENT_PID; [2020-08-11T01:44:18.360Z] echo Agent pid 16 killed; [2020-08-11T01:44:18.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-11T01:44:18.486Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-11T01:44:18.486Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-11T01:44:18.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T01:44:18.570Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T01:44:18.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T01:44:18.742Z] $ docker exec 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent [2020-08-11T01:44:18.907Z] SSH_AUTH_SOCK=/tmp/ssh-6aiG90VxFzuO/agent.45 [2020-08-11T01:44:18.907Z] SSH_AGENT_PID=50 [2020-08-11T01:44:18.913Z] Running ssh-add (command line suppressed) [2020-08-11T01:44:19.023Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7103597513541517576.key (/w/workspace/edgex-go/3@tmp/private_key_7103597513541517576.key) [2020-08-11T01:44:19.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T01:44:19.393Z] + git semver init [2020-08-11T01:44:19.393Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T01:44:19.393Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-08-11T01:44:19.393Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-08-11T01:44:19.393Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T01:44:19.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T01:44:19.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T01:44:19.393Z] # $SEMVER_BRANCH = PR-2653 [2020-08-11T01:44:19.393Z] # $SEMVER_TEMP = /tmp/semver-936982710 [2020-08-11T01:44:19.393Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-11T01:44:37.538Z] # '/tmp/semver-936982710' -> '/w/workspace/edgex-go/3/.semver' [2020-08-11T01:44:37.799Z] # -> Force: false [2020-08-11T01:44:37.799Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-08-11T01:44:37.809Z] $ docker exec --env ******** --env ******** 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 ssh-agent -k [2020-08-11T01:44:38.027Z] unset SSH_AUTH_SOCK; [2020-08-11T01:44:38.028Z] unset SSH_AGENT_PID; [2020-08-11T01:44:38.028Z] echo Agent pid 50 killed; [2020-08-11T01:44:38.124Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T01:44:38.617Z] + git semver [Pipeline] } [2020-08-11T01:44:38.686Z] $ docker stop --time=1 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 [2020-08-11T01:44:40.265Z] $ docker rm -f 642775e3f762a36290c445a37f2c3513067dd193f698edcb64de6a8f65a292e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-11T01:44:53.509Z] Stashed 30 file(s) [Pipeline] echo [2020-08-11T01:44:53.512Z] [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-11T01:44:53.998Z] ========================================================= [2020-08-11T01:44:53.998Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-11T01:44:53.998Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:44:54.328Z] + 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-11T01:44:56.880Z] Sending build context to Docker daemon 323MB [2020-08-11T01:44:57.145Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T01:44:57.145Z] Step 2/7 : FROM ${BASE} [2020-08-11T01:44:57.145Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-11T01:44:57.145Z] df20fa9351a1: Pulling fs layer [2020-08-11T01:44:57.145Z] ed8968b2872e: Pulling fs layer [2020-08-11T01:44:57.146Z] a92cc7c5fd73: Pulling fs layer [2020-08-11T01:44:57.146Z] 2dd03ba5bac4: Pulling fs layer [2020-08-11T01:44:57.146Z] 1e091d79d1de: Pulling fs layer [2020-08-11T01:44:57.146Z] 481702a1767f: Pulling fs layer [2020-08-11T01:44:57.146Z] f64a6f60c768: Pulling fs layer [2020-08-11T01:44:57.146Z] e78d2573fc39: Pulling fs layer [2020-08-11T01:44:57.146Z] 2dd03ba5bac4: Waiting [2020-08-11T01:44:57.146Z] 1e091d79d1de: Waiting [2020-08-11T01:44:57.146Z] 481702a1767f: Waiting [2020-08-11T01:44:57.146Z] f64a6f60c768: Waiting [2020-08-11T01:44:57.146Z] e876d2f968b6: Pulling fs layer [2020-08-11T01:44:57.146Z] ce8a83651883: Pulling fs layer [2020-08-11T01:44:57.146Z] 07967f4d0e4b: Pulling fs layer [2020-08-11T01:44:57.146Z] ce8a83651883: Waiting [2020-08-11T01:44:57.146Z] e78d2573fc39: Waiting [2020-08-11T01:44:57.146Z] 07967f4d0e4b: Waiting [2020-08-11T01:44:57.146Z] e876d2f968b6: Waiting [2020-08-11T01:44:57.146Z] a92cc7c5fd73: Verifying Checksum [2020-08-11T01:44:57.146Z] a92cc7c5fd73: Download complete [2020-08-11T01:44:57.146Z] ed8968b2872e: Verifying Checksum [2020-08-11T01:44:57.146Z] ed8968b2872e: Download complete [2020-08-11T01:44:57.146Z] 1e091d79d1de: Verifying Checksum [2020-08-11T01:44:57.146Z] 1e091d79d1de: Download complete [2020-08-11T01:44:57.146Z] 481702a1767f: Download complete [2020-08-11T01:44:57.146Z] df20fa9351a1: Verifying Checksum [2020-08-11T01:44:57.146Z] df20fa9351a1: Download complete [2020-08-11T01:44:57.733Z] df20fa9351a1: Pull complete [2020-08-11T01:44:58.311Z] f64a6f60c768: Verifying Checksum [2020-08-11T01:44:58.311Z] f64a6f60c768: Download complete [2020-08-11T01:44:58.311Z] e876d2f968b6: Download complete [2020-08-11T01:44:58.892Z] e78d2573fc39: Verifying Checksum [2020-08-11T01:44:58.892Z] e78d2573fc39: Download complete [2020-08-11T01:44:59.153Z] 07967f4d0e4b: Verifying Checksum [2020-08-11T01:44:59.153Z] 07967f4d0e4b: Download complete [2020-08-11T01:44:59.153Z] ce8a83651883: Verifying Checksum [2020-08-11T01:44:59.153Z] ce8a83651883: Download complete [2020-08-11T01:44:59.153Z] 2dd03ba5bac4: Verifying Checksum [2020-08-11T01:44:59.153Z] 2dd03ba5bac4: Download complete [2020-08-11T01:45:00.100Z] ed8968b2872e: Pull complete [2020-08-11T01:45:00.100Z] a92cc7c5fd73: Pull complete [2020-08-11T01:45:06.788Z] 2dd03ba5bac4: Pull complete [2020-08-11T01:45:06.788Z] 1e091d79d1de: Pull complete [2020-08-11T01:45:06.788Z] 481702a1767f: Pull complete [2020-08-11T01:45:08.822Z] Still waiting to schedule task [2020-08-11T01:45:08.822Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3329’ [2020-08-11T01:45:12.117Z] f64a6f60c768: Pull complete [2020-08-11T01:45:15.451Z] e78d2573fc39: Pull complete [2020-08-11T01:45:15.722Z] e876d2f968b6: Pull complete [2020-08-11T01:45:16.702Z] ce8a83651883: Pull complete [2020-08-11T01:45:16.965Z] 07967f4d0e4b: Pull complete [2020-08-11T01:45:16.965Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-11T01:45:16.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-11T01:45:16.965Z] ---> 5d7c900382c6 [2020-08-11T01:45:16.965Z] 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-11T01:45:18.356Z] ---> Running in 17ed033da0bc [2020-08-11T01:45:18.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:45:19.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:45:19.770Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T01:45:20.031Z] (2/12) Installing file (5.38-r0) [2020-08-11T01:45:20.032Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T01:45:20.032Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T01:45:22.572Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T01:45:22.572Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T01:45:22.572Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T01:45:22.834Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T01:45:22.834Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T01:45:22.834Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T01:45:23.094Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T01:45:23.094Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T01:45:23.094Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:45:23.094Z] OK: 233 MiB in 51 packages [2020-08-11T01:45:26.404Z] Removing intermediate container 17ed033da0bc [2020-08-11T01:45:26.404Z] ---> bb4633747280 [2020-08-11T01:45:26.404Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T01:45:26.665Z] ---> Running in 5494cbdc430a [2020-08-11T01:45:26.665Z] Removing intermediate container 5494cbdc430a [2020-08-11T01:45:26.665Z] ---> 1c2f7cb6aecf [2020-08-11T01:45:26.665Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T01:45:26.930Z] latest: Pulling from library/docker [2020-08-11T01:45:27.192Z] df20fa9351a1: Already exists [2020-08-11T01:45:27.192Z] 25ad7478873d: Pulling fs layer [2020-08-11T01:45:27.192Z] 4684f6177b5d: Pulling fs layer [2020-08-11T01:45:27.192Z] 46e300cec669: Pulling fs layer [2020-08-11T01:45:27.192Z] 63038576ad94: Pulling fs layer [2020-08-11T01:45:27.192Z] 0fdb76c4706c: Pulling fs layer [2020-08-11T01:45:27.192Z] cb7edeffdfd5: Pulling fs layer [2020-08-11T01:45:27.192Z] 63038576ad94: Waiting [2020-08-11T01:45:27.192Z] 0fdb76c4706c: Waiting [2020-08-11T01:45:27.192Z] cb7edeffdfd5: Waiting [2020-08-11T01:45:27.192Z] 4684f6177b5d: Verifying Checksum [2020-08-11T01:45:27.192Z] 4684f6177b5d: Download complete [2020-08-11T01:45:27.192Z] 25ad7478873d: Verifying Checksum [2020-08-11T01:45:27.192Z] 25ad7478873d: Download complete [2020-08-11T01:45:27.455Z] 63038576ad94: Download complete [2020-08-11T01:45:27.455Z] 0fdb76c4706c: Verifying Checksum [2020-08-11T01:45:27.455Z] 0fdb76c4706c: Download complete [2020-08-11T01:45:27.455Z] 25ad7478873d: Pull complete [2020-08-11T01:45:27.735Z] 4684f6177b5d: Pull complete [2020-08-11T01:45:27.736Z] cb7edeffdfd5: Verifying Checksum [2020-08-11T01:45:27.736Z] cb7edeffdfd5: Download complete [2020-08-11T01:45:28.003Z] 46e300cec669: Verifying Checksum [2020-08-11T01:45:28.003Z] 46e300cec669: Download complete [2020-08-11T01:45:30.598Z] 46e300cec669: Pull complete [2020-08-11T01:45:30.598Z] 63038576ad94: Pull complete [2020-08-11T01:45:30.598Z] 0fdb76c4706c: Pull complete [2020-08-11T01:45:30.599Z] cb7edeffdfd5: Pull complete [2020-08-11T01:45:30.599Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T01:45:30.599Z] Status: Downloaded newer image for docker:latest [2020-08-11T01:45:32.533Z] ---> a07cbca1ebde [2020-08-11T01:45:32.533Z] Step 6/7 : COPY go.mod . [2020-08-11T01:45:32.533Z] ---> caa28845a195 [2020-08-11T01:45:32.533Z] Step 7/7 : RUN go mod download [2020-08-11T01:45:32.533Z] ---> Running in bf568ff34c28 [2020-08-11T01:45:35.085Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T01:45:35.085Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T01:45:35.085Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T01:45:35.085Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T01:45:35.085Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T01:45:35.085Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T01:45:35.085Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T01:45:35.085Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T01:45:35.085Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T01:45:35.085Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T01:45:35.085Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T01:45:35.085Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T01:45:35.085Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T01:45:35.346Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T01:45:35.346Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T01:45:35.346Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T01:45:35.346Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T01:45:35.346Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T01:45:35.346Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T01:45:35.346Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T01:45:35.346Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T01:45:35.346Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T01:45:35.346Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T01:45:35.346Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T01:45:35.607Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T01:45:35.607Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T01:45:35.607Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T01:45:35.607Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T01:45:35.607Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T01:45:35.607Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T01:45:35.607Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T01:45:35.607Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T01:45:35.607Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T01:45:35.607Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T01:45:35.607Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T01:45:35.868Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T01:45:36.130Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T01:45:36.130Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T01:45:36.130Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T01:45:36.130Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T01:45:36.130Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T01:45:36.130Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T01:45:36.130Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T01:45:36.130Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T01:45:36.130Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T01:45:36.130Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T01:45:36.130Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T01:45:36.391Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T01:45:36.391Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T01:45:36.391Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T01:45:36.391Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T01:45:36.391Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T01:45:36.652Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T01:45:36.652Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T01:45:36.652Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T01:45:36.652Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T01:45:36.652Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T01:45:36.652Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T01:45:36.652Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T01:45:36.652Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T01:45:36.652Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T01:45:36.652Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T01:45:36.652Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T01:45:36.913Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T01:45:36.913Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T01:45:36.913Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T01:45:36.913Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T01:45:36.913Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T01:45:36.913Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T01:45:36.913Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T01:45:36.913Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T01:45:36.913Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T01:45:36.913Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T01:45:36.913Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T01:45:49.208Z] Removing intermediate container bf568ff34c28 [2020-08-11T01:45:49.209Z] ---> b574158c87ce [2020-08-11T01:45:49.209Z] Successfully built b574158c87ce [2020-08-11T01:45:49.209Z] 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-11T01:45:49.898Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-11T01:45:49.898Z] . [Pipeline] withDockerContainer [2020-08-11T01:45:50.036Z] prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container [2020-08-11T01:45:50.081Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:45:50.855Z] $ docker top b072072f25672fedbcc4bebba88e9eac9d4f6ab3e909cd6698a242dec80e5f2e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T01:45:51.355Z] + go version [2020-08-11T01:45:51.355Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-11T01:45:51.366Z] ========================================================= [2020-08-11T01:45:51.366Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T01:45:51.366Z] ========================================================= [Pipeline] sh [2020-08-11T01:45:51.651Z] + make test [2020-08-11T01:45:51.651Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T01:45:54.207Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T01:46:04.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T01:46:07.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T01:46:07.682Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T01:46:07.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T01:46:07.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T01:46:10.259Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-08-11T01:46:10.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T01:46:10.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T01:46:10.259Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T01:46:10.259Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T01:46:10.527Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T01:46:10.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T01:46:10.793Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T01:46:10.793Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T01:46:16.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements [2020-08-11T01:46:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T01:46:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T01:46:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T01:46:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T01:46:16.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T01:46:17.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.052s coverage: 27.3% of statements [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T01:46:17.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T01:46:17.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-08-11T01:46:17.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T01:46:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.131s coverage: 28.6% of statements [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T01:46:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.033s coverage: 100.0% of statements [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T01:46:18.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements [2020-08-11T01:46:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T01:46:19.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements [2020-08-11T01:46:19.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T01:46:19.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T01:46:19.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T01:46:19.426Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T01:46:19.426Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-08-11T01:46:20.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.059s coverage: 63.5% of statements [2020-08-11T01:46:20.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T01:46:20.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T01:46:20.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-08-11T01:46:20.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.144s coverage: 55.9% of statements [2020-08-11T01:46:20.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T01:46:20.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T01:46:20.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T01:46:20.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.381s coverage: 86.3% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.315s coverage: 72.2% of statements [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.025s coverage: 28.8% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 26.9% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.071s coverage: 84.1% of statements [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.021s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.018s coverage: 46.1% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.009s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.015s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.021s coverage: 99.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T01:46:31.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T01:46:31.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements [2020-08-11T01:46:31.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-11T01:46:31.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-11T01:46:31.904Z] GO111MODULE=on go vet ./... [2020-08-11T01:46:38.545Z] gofmt -l . [2020-08-11T01:46:38.546Z] [ "`gofmt -l .`" = "" ] [2020-08-11T01:46:39.117Z] ./bin/test-go-mod-tidy.sh [2020-08-11T01:46:39.693Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T01:46:41.391Z] + ls -al . [2020-08-11T01:46:41.392Z] total 556 [2020-08-11T01:46:41.392Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 01:46 . [2020-08-11T01:46:41.392Z] drwxr-xr-x 4 root root 28 Aug 11 01:45 .. [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 01:44 .dockerignore [2020-08-11T01:46:41.392Z] drwxrwxr-x 8 1001 1001 179 Aug 11 01:44 .git [2020-08-11T01:46:41.392Z] drwxrwxr-x 3 1001 1001 60 Aug 11 01:44 .github [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 01:44 .gitignore [2020-08-11T01:46:41.392Z] drwx------ 3 1001 1001 47 Aug 11 01:44 .semver [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 01:44 .sonarcloud.properties [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:44 CONTRIBUTING.md [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 01:44 Dockerfile.build [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 01:44 Jenkinsfile [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:44 LICENSE [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 01:44 Makefile [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 01:44 README.md [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 01:44 SECURITY.md [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 01:44 VERSION [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 01:44 ZMQWindows.md [2020-08-11T01:46:41.392Z] drwxrwxr-x 2 1001 1001 117 Aug 11 01:44 bin [2020-08-11T01:46:41.392Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 01:44 cmd [2020-08-11T01:46:41.392Z] -rw-r--r-- 1 root root 455803 Aug 11 01:46 coverage.out [2020-08-11T01:46:41.392Z] -rw-r--r-- 1 root root 1019 Aug 11 01:46 go.mod [2020-08-11T01:46:41.392Z] -rw-r--r-- 1 root root 18146 Aug 11 01:46 go.sum [2020-08-11T01:46:41.392Z] drwxrwxr-x 8 1001 1001 127 Aug 11 01:44 internal [2020-08-11T01:46:41.392Z] drwxrwxr-x 4 1001 1001 26 Aug 11 01:44 openapi [2020-08-11T01:46:41.392Z] drwxrwxr-x 4 1001 1001 71 Aug 11 01:44 snap [2020-08-11T01:46:41.392Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 01:44 version.go [Pipeline] sh [2020-08-11T01:46:41.687Z] + '[' -e coverage.out ] [2020-08-11T01:46:41.687Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T01:46:41.827Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T01:46:42.115Z] + make build [2020-08-11T01:46:42.115Z] 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-11T01:46:48.750Z] 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-11T01:46:51.301Z] 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-11T01:46:52.695Z] 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-11T01:46:54.095Z] 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-11T01:46:56.002Z] 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-11T01:46:56.575Z] 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-11T01:46:59.120Z] 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-11T01:47:00.514Z] 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-11T01:47:01.458Z] 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-11T01:47:02.862Z] 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-11T01:47:05.418Z] 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-11T01:47:06.362Z] 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-11T01:47:07.761Z] $ docker stop --time=1 b072072f25672fedbcc4bebba88e9eac9d4f6ab3e909cd6698a242dec80e5f2e [2020-08-11T01:47:09.743Z] $ docker rm -f b072072f25672fedbcc4bebba88e9eac9d4f6ab3e909cd6698a242dec80e5f2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:47:12.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T01:47:12.484Z] [2020-08-11T01:47:12.484Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:47:12.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T01:47:12.826Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-11T01:47:12.826Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-11T01:47:12.826Z] ca9280d653b3: Pulling fs layer [2020-08-11T01:47:12.826Z] 7e9c9ca2126c: Pulling fs layer [2020-08-11T01:47:12.826Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-11T01:47:12.826Z] cbdbe7a5bc2a: Download complete [2020-08-11T01:47:13.089Z] ca9280d653b3: Verifying Checksum [2020-08-11T01:47:13.089Z] ca9280d653b3: Download complete [2020-08-11T01:47:13.351Z] cbdbe7a5bc2a: Pull complete [2020-08-11T01:47:13.934Z] 7e9c9ca2126c: Download complete [2020-08-11T01:47:14.196Z] ca9280d653b3: Pull complete [2020-08-11T01:47:19.514Z] 7e9c9ca2126c: Pull complete [2020-08-11T01:47:19.514Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-11T01:47:19.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T01:47:19.514Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-11T01:47:19.645Z] prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container [2020-08-11T01:47:19.681Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:47:22.804Z] $ docker top 3556b25885e2537bac97999e74bea33d5e0463ddf45b23986ff894d7708a17db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T01:47:23.340Z] + docker-compose build --help [2020-08-11T01:47:23.341Z] + grep parallel [2020-08-11T01:47:24.282Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T01:47:24.293Z] $ docker stop --time=1 3556b25885e2537bac97999e74bea33d5e0463ddf45b23986ff894d7708a17db [2020-08-11T01:47:25.634Z] $ docker rm -f 3556b25885e2537bac97999e74bea33d5e0463ddf45b23986ff894d7708a17db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:47:26.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T01:47:26.181Z] . [Pipeline] withDockerContainer [2020-08-11T01:47:26.274Z] prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container [2020-08-11T01:47:26.313Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:47:26.879Z] $ docker top 81c6ddd5fb1cea8c0103fde66d9ca8fb95320d010b116a4989a938d82125fdfd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T01:47:27.356Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T01:47:28.297Z] Building docker-core-command-go ... [2020-08-11T01:47:28.297Z] Building docker-core-data-go ... [2020-08-11T01:47:28.297Z] Building docker-core-metadata-go ... [2020-08-11T01:47:28.297Z] Building docker-security-proxy-setup-go ... [2020-08-11T01:47:28.297Z] Building docker-security-secrets-setup-go ... [2020-08-11T01:47:28.297Z] Building docker-security-secretstore-setup-go ... [2020-08-11T01:47:28.297Z] Building docker-support-logging-go ... [2020-08-11T01:47:28.297Z] Building docker-support-notifications-go ... [2020-08-11T01:47:28.297Z] Building docker-support-scheduler-go ... [2020-08-11T01:47:28.297Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T01:47:28.297Z] Building docker-core-data-go [2020-08-11T01:47:28.297Z] Building docker-security-secretstore-setup-go [2020-08-11T01:47:28.297Z] Building docker-support-scheduler-go [2020-08-11T01:47:28.297Z] Building docker-security-proxy-setup-go [2020-08-11T01:47:28.297Z] Building docker-support-logging-go [2020-08-11T01:47:54.933Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:47:54.933Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:47:54.933Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:47:54.933Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:47:54.933Z] ---> b574158c87ce [2020-08-11T01:47:54.933Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T01:47:54.933Z] ---> b574158c87ce [2020-08-11T01:47:54.933Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T01:47:54.933Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:47:54.933Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:47:54.933Z] ---> b574158c87ce [2020-08-11T01:47:54.933Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T01:47:54.933Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:47:54.933Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:47:54.933Z] ---> b574158c87ce [2020-08-11T01:47:54.933Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T01:47:54.933Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:47:54.933Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:47:54.933Z] ---> b574158c87ce [2020-08-11T01:47:54.933Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T01:47:55.194Z] ---> Running in 2342b39cb2d3 [2020-08-11T01:47:55.194Z] ---> Running in 48f668164ddb [2020-08-11T01:47:55.194Z] ---> Running in e205795eda86 [2020-08-11T01:47:55.194Z] ---> Running in 124f69b69038 [2020-08-11T01:47:55.194Z] ---> Running in 4d1bee9e584a [2020-08-11T01:47:55.453Z] Removing intermediate container 4d1bee9e584a [2020-08-11T01:47:55.453Z] ---> 357b789b58a1 [2020-08-11T01:47:55.453Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:47:55.715Z] Removing intermediate container 2342b39cb2d3 [2020-08-11T01:47:55.715Z] ---> 72411c8e9495 [2020-08-11T01:47:55.715Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:47:55.715Z] Removing intermediate container 48f668164ddb [2020-08-11T01:47:55.715Z] ---> f0b4cab68dce [2020-08-11T01:47:55.715Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:47:55.715Z] Removing intermediate container e205795eda86 [2020-08-11T01:47:55.715Z] ---> 957d5f127514 [2020-08-11T01:47:55.715Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:47:55.715Z] ---> Running in 0cff7807b4dc [2020-08-11T01:47:55.715Z] Removing intermediate container 124f69b69038 [2020-08-11T01:47:55.715Z] ---> 4bc3a05709c3 [2020-08-11T01:47:55.715Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:47:55.715Z] ---> Running in 900202fbe3b6 [2020-08-11T01:47:55.715Z] ---> Running in 16e6841823d1 [2020-08-11T01:47:55.975Z] ---> Running in 41b4b3d60c94 [2020-08-11T01:47:55.975Z] ---> Running in 207e906a299d [2020-08-11T01:47:57.900Z] Removing intermediate container 0cff7807b4dc [2020-08-11T01:47:57.900Z] ---> 529ab5aed303 [2020-08-11T01:47:57.900Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T01:47:57.900Z] Removing intermediate container 16e6841823d1 [2020-08-11T01:47:57.900Z] ---> 92a87796f1b0 [2020-08-11T01:47:57.900Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T01:47:57.900Z] ---> Running in 10fd24451c96 [2020-08-11T01:47:57.900Z] Removing intermediate container 900202fbe3b6 [2020-08-11T01:47:57.900Z] ---> 1239f394adf1 [2020-08-11T01:47:57.900Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T01:47:58.164Z] ---> Running in e5bb2eb0129a [2020-08-11T01:47:58.164Z] ---> Running in 55c420d75de4 [2020-08-11T01:47:58.425Z] Removing intermediate container 41b4b3d60c94 [2020-08-11T01:47:58.425Z] ---> 6ac60a5936a9 [2020-08-11T01:47:58.425Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T01:47:58.687Z] Removing intermediate container 207e906a299d [2020-08-11T01:47:58.687Z] ---> 5a8bbcd294de [2020-08-11T01:47:58.687Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T01:47:58.687Z] ---> Running in 6e5b5f7ac1ea [2020-08-11T01:47:58.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:47:58.947Z] ---> Running in 9143e36f3ce4 [2020-08-11T01:47:59.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:47:59.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:47:59.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:47:59.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:47:59.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:47:59.794Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:47:59.794Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:47:59.794Z] OK: 12749 distinct packages available [2020-08-11T01:48:00.054Z] OK: 233 MiB in 51 packages [2020-08-11T01:48:00.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:48:00.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:48:00.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:48:00.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:48:00.585Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:48:00.585Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:48:00.585Z] OK: 12749 distinct packages available [2020-08-11T01:48:00.585Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:48:00.585Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:48:00.585Z] OK: 12749 distinct packages available [2020-08-11T01:48:00.585Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:48:00.585Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:48:00.585Z] OK: 12749 distinct packages available [2020-08-11T01:48:00.585Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:48:00.585Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:48:00.585Z] OK: 12749 distinct packages available [2020-08-11T01:48:00.851Z] Removing intermediate container 10fd24451c96 [2020-08-11T01:48:00.851Z] ---> fba05ba5face [2020-08-11T01:48:00.851Z] Step 6/26 : COPY go.mod . [2020-08-11T01:48:00.851Z] OK: 233 MiB in 51 packages [2020-08-11T01:48:00.851Z] OK: 233 MiB in 51 packages [2020-08-11T01:48:00.851Z] OK: 233 MiB in 51 packages [2020-08-11T01:48:00.851Z] OK: 233 MiB in 51 packages [2020-08-11T01:48:01.118Z] OK: 233 MiB in 51 packages [2020-08-11T01:48:01.118Z] ---> 442a6de54bb1 [2020-08-11T01:48:01.118Z] Step 7/26 : RUN go mod download [2020-08-11T01:48:01.380Z] ---> Running in 90ab34c8e4ca [2020-08-11T01:48:01.641Z] Removing intermediate container e5bb2eb0129a [2020-08-11T01:48:01.641Z] ---> e11b25268e41 [2020-08-11T01:48:01.641Z] Step 6/20 : COPY go.mod . [2020-08-11T01:48:01.906Z] Removing intermediate container 9143e36f3ce4 [2020-08-11T01:48:01.906Z] ---> d5711bda143d [2020-08-11T01:48:01.906Z] Step 6/20 : COPY go.mod . [2020-08-11T01:48:02.169Z] ---> fe814daba3cd [2020-08-11T01:48:02.169Z] Step 7/20 : RUN go mod download [2020-08-11T01:48:02.169Z] ---> Running in d618ac5aeb3b [2020-08-11T01:48:02.450Z] Removing intermediate container 6e5b5f7ac1ea [2020-08-11T01:48:02.450Z] ---> c3795c31cf98 [2020-08-11T01:48:02.450Z] Step 6/22 : COPY go.mod . [2020-08-11T01:48:02.450Z] Removing intermediate container 55c420d75de4 [2020-08-11T01:48:02.450Z] ---> fc0e1f886cf5 [2020-08-11T01:48:02.450Z] Step 6/21 : COPY go.mod . [2020-08-11T01:48:02.450Z] ---> 046d1f6d5418 [2020-08-11T01:48:02.450Z] Step 7/20 : RUN go mod download [2020-08-11T01:48:02.712Z] ---> Running in f46b8d94c4a5 [2020-08-11T01:48:02.712Z] ---> 781bfa443fa2 [2020-08-11T01:48:02.712Z] Step 7/22 : RUN go mod download [2020-08-11T01:48:02.712Z] ---> d40a0d8ce8d3 [2020-08-11T01:48:02.712Z] Step 7/21 : RUN go mod download [2020-08-11T01:48:02.975Z] ---> Running in 2079b875e952 [2020-08-11T01:48:02.975Z] ---> Running in b9ee83266f6f [2020-08-11T01:48:04.920Z] Removing intermediate container d618ac5aeb3b [2020-08-11T01:48:04.920Z] ---> 3b52f3ac2842 [2020-08-11T01:48:04.920Z] Step 8/20 : COPY . . [2020-08-11T01:48:04.920Z] Removing intermediate container 90ab34c8e4ca [2020-08-11T01:48:04.920Z] ---> d61793835347 [2020-08-11T01:48:04.920Z] Step 8/26 : COPY . . [2020-08-11T01:48:08.242Z] Removing intermediate container f46b8d94c4a5 [2020-08-11T01:48:08.242Z] ---> f9993d85ff37 [2020-08-11T01:48:08.242Z] Step 8/20 : COPY . . [2020-08-11T01:48:11.659Z] Removing intermediate container 2079b875e952 [2020-08-11T01:48:11.659Z] ---> 6a3ca9da0daf [2020-08-11T01:48:11.659Z] Step 8/22 : COPY . . [2020-08-11T01:48:13.637Z] Removing intermediate container b9ee83266f6f [2020-08-11T01:48:13.637Z] ---> fa5e96ceab9e [2020-08-11T01:48:13.637Z] Step 8/21 : COPY . . [2020-08-11T01:48:45.815Z] ---> ddd1a8afcb73 [2020-08-11T01:48:45.815Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T01:48:45.815Z] ---> 7d1ee59e22bc [2020-08-11T01:48:45.815Z] 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-11T01:48:45.815Z] ---> cbcc53b7f3d3 [2020-08-11T01:48:45.815Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T01:48:45.815Z] ---> Running in eaa8bf088005 [2020-08-11T01:48:45.815Z] ---> Running in 6bffa68f5c43 [2020-08-11T01:48:45.815Z] ---> Running in 1300e0c10f59 [2020-08-11T01:48:45.815Z] ---> 6ae1c6566c42 [2020-08-11T01:48:45.815Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T01:48:45.815Z] ---> Running in 983ae411bb4c [2020-08-11T01:48:45.815Z] 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-11T01:48:45.815Z] 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-11T01:48:45.815Z] 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-11T01:48:45.815Z] 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-11T01:48:45.815Z] ---> 7fa4fcfcd83d [2020-08-11T01:48:45.815Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T01:48:45.815Z] ---> Running in d178e1a04f4c [2020-08-11T01:48:46.363Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3333 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [2020-08-11T01:48:46.397Z] 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 [Pipeline] ws [2020-08-11T01:48:46.463Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-08-11T01:48:51.760Z] using credential edgex-jenkins-ssh [2020-08-11T01:48:51.810Z] Cloning the remote Git repository [2020-08-11T01:48:51.810Z] Cloning with configured refspecs honoured and without tags [2020-08-11T01:48:51.865Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-11T01:48:51.971Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-08-11T01:48:52.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T01:48:52.055Z] > git --version # timeout=10 [2020-08-11T01:48:52.071Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T01:48:52.146Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T01:49:06.249Z] Fetching without tags [2020-08-11T01:49:06.758Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:06.163Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T01:49:06.178Z] > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 [2020-08-11T01:49:06.203Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T01:49:06.225Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T01:49:06.257Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T01:49:06.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T01:49:06.276Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T01:49:06.775Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T01:49:06.804Z] > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 [2020-08-11T01:49:07.171Z] Merge succeeded, producing 2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:07.172Z] Checking out Revision 2a0aa0a464e015e3dadee497a498bc5f1d727e62 (PR-2653) [2020-08-11T01:49:08.504Z] 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-11T01:49:07.081Z] > git remote # timeout=10 [2020-08-11T01:49:07.099Z] > git config --get remote.origin.url # timeout=10 [2020-08-11T01:49:07.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T01:49:07.125Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-11T01:49:07.147Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-11T01:49:07.176Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T01:49:07.188Z] > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 [2020-08-11T01:49:11.530Z] Commit message: "Update V2 API core data swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-11T01:49:12.753Z] Removing intermediate container eaa8bf088005 [2020-08-11T01:49:12.753Z] ---> 7809df17b371 [2020-08-11T01:49:12.753Z] [2020-08-11T01:49:12.753Z] Step 10/20 : FROM alpine [2020-08-11T01:49:12.753Z] latest: Pulling from library/alpine [2020-08-11T01:49:13.016Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T01:49:13.016Z] Status: Downloaded newer image for alpine:latest [2020-08-11T01:49:13.016Z] ---> a24bb4013296 [2020-08-11T01:49:13.016Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T01:49:13.286Z] ---> Running in c2728d223ba8 [2020-08-11T01:49:15.875Z] 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-11T01:49:15.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:16.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:16.403Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:49:16.404Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:49:16.404Z] OK: 12749 distinct packages available [2020-08-11T01:49:16.671Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T01:49:16.671Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T01:49:16.671Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T01:49:16.671Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T01:49:16.671Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:49:16.671Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T01:49:16.671Z] OK: 7 MiB in 18 packages [2020-08-11T01:49:17.616Z] Removing intermediate container d178e1a04f4c [2020-08-11T01:49:17.616Z] ---> f8b8a03af3ae [2020-08-11T01:49:17.616Z] [2020-08-11T01:49:17.616Z] Step 10/21 : FROM scratch [2020-08-11T01:49:17.616Z] ---> [2020-08-11T01:49:17.616Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T01:49:18.195Z] ---> Running in 48848355e229 [2020-08-11T01:49:18.777Z] Removing intermediate container 48848355e229 [2020-08-11T01:49:18.777Z] ---> 2261983e8e98 [2020-08-11T01:49:18.777Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T01:49:19.726Z] Removing intermediate container c2728d223ba8 [2020-08-11T01:49:19.726Z] ---> 7afdf80a5188 [2020-08-11T01:49:19.726Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T01:49:21.115Z] ---> Running in 1b0be0edb4d5 [2020-08-11T01:49:22.077Z] ---> Running in 0b55a1d6df17 [2020-08-11T01:49:22.342Z] Removing intermediate container 1b0be0edb4d5 [2020-08-11T01:49:22.342Z] ---> 197f8a78fc98 [2020-08-11T01:49:22.342Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T01:49:22.342Z] Removing intermediate container 1300e0c10f59 [2020-08-11T01:49:22.342Z] ---> 525b57f7d4d3 [2020-08-11T01:49:22.342Z] [2020-08-11T01:49:22.342Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T01:49:22.342Z] ---> Running in 55678c9f76a1 [2020-08-11T01:49:22.342Z] Removing intermediate container 6bffa68f5c43 [2020-08-11T01:49:22.342Z] ---> 895005251339 [2020-08-11T01:49:22.342Z] [2020-08-11T01:49:22.342Z] Step 10/20 : FROM scratch [2020-08-11T01:49:22.342Z] ---> [2020-08-11T01:49:22.342Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T01:49:22.603Z] ---> Running in 073cadde24ff [2020-08-11T01:49:22.603Z] Removing intermediate container 0b55a1d6df17 [2020-08-11T01:49:22.603Z] ---> 43a084e65809 [2020-08-11T01:49:22.603Z] Step 13/20 : WORKDIR /edgex [2020-08-11T01:49:22.603Z] 3.10: Pulling from library/alpine [2020-08-11T01:49:22.868Z] Removing intermediate container 55678c9f76a1 [2020-08-11T01:49:22.868Z] ---> be8fb9bda27d [2020-08-11T01:49:22.868Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T01:49:24.792Z] ---> Running in 6b3f7f6efd6c [Pipeline] echo [2020-08-11T01:49:24.873Z] ========================================================= [2020-08-11T01:49:24.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-11T01:49:24.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:49:25.361Z] Removing intermediate container 073cadde24ff [2020-08-11T01:49:25.361Z] ---> 7f0b52912327 [2020-08-11T01:49:25.361Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T01:49:25.929Z] + 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-11T01:49:25.933Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T01:49:26.195Z] ---> 17eb681b160f [2020-08-11T01:49:26.195Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T01:49:26.195Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T01:49:26.195Z] ---> Running in da90fb56ef58 [2020-08-11T01:49:26.195Z] ---> be4e4bea2c2e [2020-08-11T01:49:26.195Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T01:49:26.456Z] Removing intermediate container 6b3f7f6efd6c [2020-08-11T01:49:26.456Z] ---> e05acba9e07e [2020-08-11T01:49:26.456Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T01:49:26.456Z] ---> Running in 676fdb0b8064 [2020-08-11T01:49:26.456Z] Removing intermediate container 983ae411bb4c [2020-08-11T01:49:26.456Z] ---> adb6caa72fee [2020-08-11T01:49:26.456Z] [2020-08-11T01:49:26.456Z] Step 10/22 : FROM alpine [2020-08-11T01:49:26.456Z] ---> a24bb4013296 [2020-08-11T01:49:26.456Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T01:49:26.721Z] Removing intermediate container da90fb56ef58 [2020-08-11T01:49:26.721Z] ---> 918a3fefbf49 [2020-08-11T01:49:26.721Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T01:49:26.721Z] ---> 1bd56bf48776 [2020-08-11T01:49:26.721Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T01:49:26.983Z] ---> Running in 9c0831b3295b [2020-08-11T01:49:26.983Z] ---> Running in d7da4a28598b [2020-08-11T01:49:26.983Z] ---> e35dc90a26f1 [2020-08-11T01:49:26.983Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T01:49:27.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:27.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:27.814Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T01:49:27.814Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T01:49:27.814Z] OK: 10346 distinct packages available [2020-08-11T01:49:27.814Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T01:49:27.814Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T01:49:27.814Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T01:49:27.814Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T01:49:27.814Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T01:49:27.814Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T01:49:27.814Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T01:49:28.078Z] OK: 7 MiB in 19 packages [2020-08-11T01:49:28.342Z] Removing intermediate container d7da4a28598b [2020-08-11T01:49:28.342Z] ---> 32a11da9c25a [2020-08-11T01:49:28.342Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T01:49:28.342Z] Removing intermediate container 9c0831b3295b [2020-08-11T01:49:28.342Z] ---> 5e4fb6cdedda [2020-08-11T01:49:28.342Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T01:49:28.342Z] ---> 10821730717b [2020-08-11T01:49:28.342Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T01:49:28.602Z] ---> 9512bf650fde [2020-08-11T01:49:28.602Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T01:49:28.602Z] ---> Running in 3a3ac3ca6a43 [2020-08-11T01:49:28.866Z] ---> 4af0a983ae71 [2020-08-11T01:49:28.866Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T01:49:28.866Z] ---> Running in 764c3ab2e8b5 [2020-08-11T01:49:28.866Z] ---> 531e9330bb99 [2020-08-11T01:49:28.866Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:49:29.811Z] ---> Running in e36dc1935f8c [2020-08-11T01:49:29.811Z] Removing intermediate container 3a3ac3ca6a43 [2020-08-11T01:49:29.811Z] ---> 095f4253f335 [2020-08-11T01:49:29.811Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T01:49:29.811Z] Removing intermediate container 764c3ab2e8b5 [2020-08-11T01:49:29.811Z] ---> 9b80bff86d85 [2020-08-11T01:49:29.811Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T01:49:29.811Z] ---> Running in 9aab260516c1 [2020-08-11T01:49:29.811Z] Removing intermediate container 676fdb0b8064 [2020-08-11T01:49:29.811Z] ---> aa4f13bc76fe [2020-08-11T01:49:29.811Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T01:49:29.811Z] ---> 373046e43e24 [2020-08-11T01:49:29.811Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T01:49:30.258Z] Sending build context to Docker daemon 323MB [2020-08-11T01:49:30.258Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T01:49:30.258Z] Step 2/7 : FROM ${BASE} [2020-08-11T01:49:30.258Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-11T01:49:30.258Z] b538f80385f9: Pulling fs layer [2020-08-11T01:49:30.258Z] 74f711af9a0d: Pulling fs layer [2020-08-11T01:49:30.258Z] 99f96fe45779: Pulling fs layer [2020-08-11T01:49:30.258Z] fd7a069fd194: Pulling fs layer [2020-08-11T01:49:30.258Z] 66aa3694b03b: Pulling fs layer [2020-08-11T01:49:30.258Z] fd7a069fd194: Waiting [2020-08-11T01:49:30.258Z] 170f70906a0f: Pulling fs layer [2020-08-11T01:49:30.258Z] ad7c5574e4b9: Pulling fs layer [2020-08-11T01:49:30.258Z] e772456be8f7: Pulling fs layer [2020-08-11T01:49:30.258Z] c890913d741a: Pulling fs layer [2020-08-11T01:49:30.258Z] 2480fcc9aa5a: Pulling fs layer [2020-08-11T01:49:30.258Z] 09adf4765672: Pulling fs layer [2020-08-11T01:49:30.258Z] ad7c5574e4b9: Waiting [2020-08-11T01:49:30.258Z] e772456be8f7: Waiting [2020-08-11T01:49:30.258Z] c890913d741a: Waiting [2020-08-11T01:49:30.258Z] 2480fcc9aa5a: Waiting [2020-08-11T01:49:30.258Z] 09adf4765672: Waiting [2020-08-11T01:49:30.258Z] 66aa3694b03b: Waiting [2020-08-11T01:49:30.258Z] 170f70906a0f: Waiting [2020-08-11T01:49:30.258Z] 99f96fe45779: Download complete [2020-08-11T01:49:30.258Z] 74f711af9a0d: Verifying Checksum [2020-08-11T01:49:30.258Z] 74f711af9a0d: Download complete [2020-08-11T01:49:30.258Z] 66aa3694b03b: Verifying Checksum [2020-08-11T01:49:30.258Z] 66aa3694b03b: Download complete [2020-08-11T01:49:30.258Z] 170f70906a0f: Download complete [2020-08-11T01:49:30.258Z] b538f80385f9: Verifying Checksum [2020-08-11T01:49:30.258Z] b538f80385f9: Download complete [2020-08-11T01:49:30.753Z] Removing intermediate container e36dc1935f8c [2020-08-11T01:49:30.754Z] ---> 2dc14238abb8 [2020-08-11T01:49:30.754Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T01:49:30.754Z] ---> Running in b5dbd7c5d793 [2020-08-11T01:49:30.754Z] ---> Running in a5779bc53d17 [2020-08-11T01:49:30.863Z] b538f80385f9: Pull complete [2020-08-11T01:49:31.013Z] ---> Running in e29d41b52259 [2020-08-11T01:49:31.013Z] Removing intermediate container 9aab260516c1 [2020-08-11T01:49:31.013Z] ---> 6c46df2b399c [2020-08-11T01:49:31.013Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:49:31.013Z] ---> dae7265b6765 [2020-08-11T01:49:31.013Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:49:31.013Z] Removing intermediate container b5dbd7c5d793 [2020-08-11T01:49:31.013Z] ---> 9d6904503b78 [2020-08-11T01:49:31.013Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T01:49:31.276Z] ---> Running in 699eaa532c95 [2020-08-11T01:49:31.276Z] ---> Running in 39fa45334dbb [2020-08-11T01:49:31.276Z] ---> Running in a72ffc6891b6 [2020-08-11T01:49:31.466Z] 74f711af9a0d: Pull complete [2020-08-11T01:49:31.536Z] Removing intermediate container a5779bc53d17 [2020-08-11T01:49:31.536Z] ---> 1b15f4002f9d [2020-08-11T01:49:31.536Z] Step 13/26 : WORKDIR / [2020-08-11T01:49:31.536Z] Removing intermediate container e29d41b52259 [2020-08-11T01:49:31.536Z] ---> 08603cc08f79 [2020-08-11T01:49:31.536Z] Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:31.798Z] ---> Running in 7a90ad6730cc [2020-08-11T01:49:31.798Z] ---> Running in 1b1d63b68d86 [2020-08-11T01:49:31.798Z] Removing intermediate container 39fa45334dbb [2020-08-11T01:49:31.798Z] ---> c0e8ffc4c3cd [2020-08-11T01:49:31.798Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T01:49:31.798Z] Removing intermediate container a72ffc6891b6 [2020-08-11T01:49:31.798Z] ---> 7fcbe583fe1b [2020-08-11T01:49:31.798Z] Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:31.798Z] ---> Running in 33ba754a2ce4 [2020-08-11T01:49:32.065Z] ---> Running in 32c7a54ca061 [2020-08-11T01:49:32.065Z] Removing intermediate container 7a90ad6730cc [2020-08-11T01:49:32.065Z] ---> 37d2dd82d185 [2020-08-11T01:49:32.065Z] 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-11T01:49:32.065Z] Removing intermediate container 1b1d63b68d86 [2020-08-11T01:49:32.065Z] ---> df859673fda4 [2020-08-11T01:49:32.065Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T01:49:32.066Z] 99f96fe45779: Pull complete [2020-08-11T01:49:32.326Z] Removing intermediate container 33ba754a2ce4 [2020-08-11T01:49:32.326Z] ---> e75827aaaf82 [2020-08-11T01:49:32.326Z] Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:32.326Z] ---> Running in 27aea0741084 [2020-08-11T01:49:32.593Z] ---> Running in 7baba60aded4 [2020-08-11T01:49:32.859Z] Removing intermediate container 32c7a54ca061 [2020-08-11T01:49:32.859Z] ---> c5bdec23f7ff [2020-08-11T01:49:32.859Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T01:49:32.859Z] ---> 23029a46a07b [2020-08-11T01:49:32.859Z] 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-11T01:49:32.859Z] ---> Running in ec491599d932 [2020-08-11T01:49:33.120Z] Removing intermediate container 27aea0741084 [2020-08-11T01:49:33.120Z] ---> 88a4327c6d36 [2020-08-11T01:49:33.120Z] [2020-08-11T01:49:33.120Z] Removing intermediate container 7baba60aded4 [2020-08-11T01:49:33.120Z] ---> 6334ecec8044 [2020-08-11T01:49:33.120Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T01:49:33.120Z] Removing intermediate container 699eaa532c95 [2020-08-11T01:49:33.120Z] ---> fa6ae57c8f69 [2020-08-11T01:49:33.120Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T01:49:33.120Z] Successfully built 88a4327c6d36 [2020-08-11T01:49:33.120Z] Successfully tagged docker-support-logging-go:latest [2020-08-11T01:49:33.382Z] Removing intermediate container ec491599d932 [2020-08-11T01:49:33.382Z] ---> 8996c7b6aae9 [2020-08-11T01:49:33.382Z] [2020-08-11T01:49:33.382Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-11T01:49:33.382Z] ---> c4fa1ca26126 [2020-08-11T01:49:33.382Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T01:49:33.382Z] ---> Running in 202aba4291f1 [2020-08-11T01:49:33.382Z] ---> Running in 37d4b6c8de99 [2020-08-11T01:49:33.382Z] Successfully built 8996c7b6aae9 [2020-08-11T01:49:33.382Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-11T01:49:33.382Z] Building docker-core-command-go [2020-08-11T01:49:33.504Z] ad7c5574e4b9: Verifying Checksum [2020-08-11T01:49:33.504Z] ad7c5574e4b9: Download complete [2020-08-11T01:49:33.504Z] c890913d741a: Verifying Checksum [2020-08-11T01:49:33.504Z] c890913d741a: Download complete [2020-08-11T01:49:33.655Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 202aba4291f1 [2020-08-11T01:49:33.655Z] ---> aa8749ef2636 [2020-08-11T01:49:33.655Z] [2020-08-11T01:49:33.655Z] ---> f1b39c5a52a2 [2020-08-11T01:49:33.655Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T01:49:33.655Z] Successfully built aa8749ef2636 [2020-08-11T01:49:34.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:35.479Z] e772456be8f7: Verifying Checksum [2020-08-11T01:49:35.479Z] e772456be8f7: Download complete [2020-08-11T01:49:35.479Z] 2480fcc9aa5a: Verifying Checksum [2020-08-11T01:49:35.479Z] 2480fcc9aa5a: Download complete [2020-08-11T01:49:35.479Z] 09adf4765672: Verifying Checksum [2020-08-11T01:49:35.479Z] 09adf4765672: Download complete [2020-08-11T01:49:35.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:35.750Z] fd7a069fd194: Verifying Checksum [2020-08-11T01:49:35.750Z] fd7a069fd194: Download complete [2020-08-11T01:49:36.113Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-11T01:49:36.113Z] Building docker-support-notifications-go [2020-08-11T01:49:38.032Z]  Building docker-support-scheduler-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T01:49:38.032Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T01:49:38.294Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T01:49:39.238Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T01:49:39.812Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T01:49:39.812Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:49:39.812Z] OK: 8 MiB in 19 packages [2020-08-11T01:49:42.368Z] ---> f5a4758e9d5e [2020-08-11T01:49:42.369Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T01:49:43.127Z] Removing intermediate container 37d4b6c8de99 [2020-08-11T01:49:43.127Z] ---> 970f3e5792d8 [2020-08-11T01:49:43.127Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T01:49:43.797Z] ---> 744dc2f4f549 [2020-08-11T01:49:43.797Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T01:49:44.770Z] ---> 32ee9cec3e52 [2020-08-11T01:49:44.770Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T01:49:47.339Z] ---> 1269e1aafa06 [2020-08-11T01:49:47.339Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T01:49:48.144Z] fd7a069fd194: Pull complete [2020-08-11T01:49:48.144Z] 66aa3694b03b: Pull complete [2020-08-11T01:49:48.144Z] 170f70906a0f: Pull complete [2020-08-11T01:49:50.652Z] ---> fa1d64c9f27f [2020-08-11T01:49:50.652Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T01:49:51.237Z] ---> 21a4b6ab098d [2020-08-11T01:49:51.237Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T01:49:51.596Z] ad7c5574e4b9: Pull complete [2020-08-11T01:49:52.623Z] ---> fe1579f17e5f [2020-08-11T01:49:52.624Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:49:54.026Z] ---> Running in 2acfa9508ead [2020-08-11T01:49:54.027Z] ---> 776b89b78698 [2020-08-11T01:49:54.027Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T01:49:54.027Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:49:54.027Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:49:54.027Z] ---> b574158c87ce [2020-08-11T01:49:54.027Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T01:49:54.287Z] ---> Using cache [2020-08-11T01:49:54.287Z] ---> 72411c8e9495 [2020-08-11T01:49:54.287Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:49:54.287Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:49:54.287Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:49:54.287Z] ---> b574158c87ce [2020-08-11T01:49:54.287Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T01:49:54.287Z] ---> Using cache [2020-08-11T01:49:54.287Z] ---> 72411c8e9495 [2020-08-11T01:49:54.287Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:49:54.287Z] ---> Using cache [2020-08-11T01:49:54.288Z] ---> 1239f394adf1 [2020-08-11T01:49:54.288Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T01:49:54.288Z] ---> Using cache [2020-08-11T01:49:54.288Z] ---> 1239f394adf1 [2020-08-11T01:49:54.288Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T01:49:55.675Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:49:55.675Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:49:55.675Z] ---> b574158c87ce [2020-08-11T01:49:55.675Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T01:49:55.675Z] ---> Using cache [2020-08-11T01:49:55.675Z] ---> 72411c8e9495 [2020-08-11T01:49:55.675Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:49:55.675Z] ---> Using cache [2020-08-11T01:49:55.675Z] ---> 1239f394adf1 [2020-08-11T01:49:55.675Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T01:49:56.255Z] ---> Running in 517d26b0a471 [2020-08-11T01:49:56.255Z] ---> Running in 959f4e575e94 [2020-08-11T01:49:56.255Z] ---> Running in 51fb9d5ba95f [2020-08-11T01:49:56.255Z] Removing intermediate container 2acfa9508ead [2020-08-11T01:49:56.255Z] ---> e1df4c3afe0d [2020-08-11T01:49:56.255Z] Step 20/22 : LABEL arch=x86_64 [2020-08-11T01:49:56.255Z] ---> Running in 31848c3001e4 [2020-08-11T01:49:56.519Z] ---> Running in ff52c1854913 [2020-08-11T01:49:56.998Z] e772456be8f7: Pull complete [2020-08-11T01:49:56.998Z] c890913d741a: Pull complete [2020-08-11T01:49:57.097Z] Removing intermediate container ff52c1854913 [2020-08-11T01:49:57.097Z] ---> 568b983aecf6 [2020-08-11T01:49:57.097Z] Step 21/22 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:57.097Z] ---> Running in 7054442d2267 [2020-08-11T01:49:57.359Z] Removing intermediate container 7054442d2267 [2020-08-11T01:49:57.359Z] ---> b547af02b70b [2020-08-11T01:49:57.359Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T01:49:57.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:57.620Z] ---> Running in 96e247523940 [2020-08-11T01:49:57.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:57.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:57.881Z] Removing intermediate container 96e247523940 [2020-08-11T01:49:57.881Z] ---> ec986887aa15 [2020-08-11T01:49:57.881Z] [2020-08-11T01:49:57.881Z] Successfully built ec986887aa15 [2020-08-11T01:49:57.881Z] Successfully tagged docker-core-data-go:latest [2020-08-11T01:49:57.881Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-11T01:49:57.881Z] Removing intermediate container 959f4e575e94 [2020-08-11T01:49:57.881Z] ---> 51e15fe884e0 [2020-08-11T01:49:57.881Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T01:49:58.141Z] ---> Running in 2e6b19a44eb7 [2020-08-11T01:49:58.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:58.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:58.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:49:58.404Z] Removing intermediate container 2e6b19a44eb7 [2020-08-11T01:49:58.404Z] ---> 28dd431e674c [2020-08-11T01:49:58.404Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T01:49:58.671Z] ---> Running in 75065e497714 [2020-08-11T01:49:58.671Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:49:58.671Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:49:58.671Z] OK: 12749 distinct packages available [2020-08-11T01:49:58.948Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:49:58.948Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:49:58.948Z] OK: 12749 distinct packages available [2020-08-11T01:49:58.948Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:49:58.948Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:49:58.948Z] OK: 12749 distinct packages available [2020-08-11T01:49:58.948Z] OK: 233 MiB in 51 packages [2020-08-11T01:49:58.948Z] Removing intermediate container 75065e497714 [2020-08-11T01:49:58.948Z] ---> 777635cbc1f4 [2020-08-11T01:49:58.948Z] Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:49:58.978Z] 2480fcc9aa5a: Pull complete [2020-08-11T01:49:59.336Z] OK: 233 MiB in 51 packages [2020-08-11T01:49:59.336Z] OK: 233 MiB in 51 packages [2020-08-11T01:49:59.573Z] 09adf4765672: Pull complete [2020-08-11T01:49:59.573Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-11T01:49:59.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-11T01:49:59.573Z] ---> 2248a725d1cf [2020-08-11T01:49:59.573Z] 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-11T01:50:02.645Z] ---> Running in c4510eab734a [2020-08-11T01:50:03.223Z] Removing intermediate container c4510eab734a [2020-08-11T01:50:03.223Z] ---> d8eb346252c0 [2020-08-11T01:50:03.223Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T01:50:05.159Z] ---> Running in b30897adc5cc [2020-08-11T01:50:05.740Z] Removing intermediate container 51fb9d5ba95f [2020-08-11T01:50:05.740Z] ---> 1c542a77154a [2020-08-11T01:50:05.740Z] Step 6/26 : COPY go.mod . [2020-08-11T01:50:06.008Z] Removing intermediate container 517d26b0a471 [2020-08-11T01:50:06.008Z] ---> 42bd14645e5f [2020-08-11T01:50:06.008Z] Step 6/21 : COPY go.mod . [2020-08-11T01:50:06.270Z] Removing intermediate container b30897adc5cc [2020-08-11T01:50:06.270Z] ---> 1b0a842d3112 [2020-08-11T01:50:06.270Z] [2020-08-11T01:50:06.270Z] Removing intermediate container 31848c3001e4 [2020-08-11T01:50:06.270Z] ---> b9737faeea70 [2020-08-11T01:50:06.270Z] Step 6/23 : COPY go.mod . [2020-08-11T01:50:06.289Z] ---> Running in ce362ad61433 [2020-08-11T01:50:06.844Z] ---> 82a75dbb086c [2020-08-11T01:50:06.844Z] Step 7/26 : RUN go mod download [2020-08-11T01:50:06.844Z] Successfully built 1b0a842d3112 [2020-08-11T01:50:06.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:50:07.109Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-11T01:50:07.109Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-08-11T01:50:07.109Z] ---> 706af4daf799 [2020-08-11T01:50:07.109Z] Step 7/21 : RUN go mod download [2020-08-11T01:50:07.109Z] ---> Running in 57066fd0be1f [2020-08-11T01:50:07.109Z] ---> 953711cd0285 [2020-08-11T01:50:07.109Z] Step 7/23 : RUN go mod download [2020-08-11T01:50:07.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:50:08.436Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T01:50:08.705Z] (2/12) Installing file (5.38-r0) [2020-08-11T01:50:08.705Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T01:50:08.705Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T01:50:09.040Z] ---> Running in 4002e7c100b9 [2020-08-11T01:50:10.433Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:50:10.433Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T01:50:10.433Z] ---> b574158c87ce [2020-08-11T01:50:10.433Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T01:50:10.433Z] ---> Using cache [2020-08-11T01:50:10.433Z] ---> 72411c8e9495 [2020-08-11T01:50:10.433Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T01:50:11.303Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T01:50:11.303Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T01:50:11.303Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T01:50:11.303Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T01:50:11.303Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T01:50:11.572Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T01:50:11.572Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T01:50:11.572Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T01:50:11.820Z] ---> Running in 1cff2827b1d0 [2020-08-11T01:50:11.820Z] ---> Running in 076f204eec25 [2020-08-11T01:50:11.841Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:50:11.841Z] OK: 217 MiB in 51 packages [2020-08-11T01:50:12.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:50:13.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:50:13.617Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:50:13.617Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:50:13.617Z] OK: 12749 distinct packages available [2020-08-11T01:50:13.891Z] OK: 233 MiB in 51 packages [2020-08-11T01:50:15.293Z] Removing intermediate container 4002e7c100b9 [2020-08-11T01:50:15.293Z] ---> b24840db4a94 [2020-08-11T01:50:15.293Z] Step 8/21 : COPY . . [2020-08-11T01:50:16.166Z] Removing intermediate container ce362ad61433 [2020-08-11T01:50:16.166Z] ---> 71cc290b3e8f [2020-08-11T01:50:16.166Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T01:50:16.166Z] ---> Running in e93732a76ed2 [2020-08-11T01:50:16.438Z] Removing intermediate container e93732a76ed2 [2020-08-11T01:50:16.438Z] ---> 999e00e95882 [2020-08-11T01:50:16.438Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T01:50:17.859Z] latest: Pulling from library/docker [2020-08-11T01:50:17.859Z] b538f80385f9: Already exists [2020-08-11T01:50:17.859Z] 259a493cd78d: Pulling fs layer [2020-08-11T01:50:17.859Z] b8e66b5100f5: Pulling fs layer [2020-08-11T01:50:17.859Z] 39dc9c94d07c: Pulling fs layer [2020-08-11T01:50:17.859Z] 551b823b3b82: Pulling fs layer [2020-08-11T01:50:17.859Z] 3c52a74df98c: Pulling fs layer [2020-08-11T01:50:17.859Z] 6c9b121b6998: Pulling fs layer [2020-08-11T01:50:17.859Z] 551b823b3b82: Waiting [2020-08-11T01:50:17.859Z] 3c52a74df98c: Waiting [2020-08-11T01:50:17.859Z] 6c9b121b6998: Waiting [2020-08-11T01:50:17.865Z] Removing intermediate container 1cff2827b1d0 [2020-08-11T01:50:17.865Z] ---> af74b10e903f [2020-08-11T01:50:17.865Z] Step 8/23 : COPY . . [2020-08-11T01:50:18.129Z] b8e66b5100f5: Download complete [2020-08-11T01:50:18.400Z] 551b823b3b82: Verifying Checksum [2020-08-11T01:50:18.400Z] 551b823b3b82: Download complete [2020-08-11T01:50:18.439Z] Removing intermediate container 57066fd0be1f [2020-08-11T01:50:18.439Z] ---> 40ce8a887b88 [2020-08-11T01:50:18.439Z] Step 8/26 : COPY . . [2020-08-11T01:50:18.676Z] 3c52a74df98c: Verifying Checksum [2020-08-11T01:50:18.676Z] 259a493cd78d: Verifying Checksum [2020-08-11T01:50:18.676Z] 259a493cd78d: Download complete [2020-08-11T01:50:19.274Z] 259a493cd78d: Pull complete [2020-08-11T01:50:19.866Z] b8e66b5100f5: Pull complete [2020-08-11T01:50:20.455Z] 6c9b121b6998: Verifying Checksum [2020-08-11T01:50:20.455Z] 6c9b121b6998: Download complete [2020-08-11T01:50:25.837Z] 39dc9c94d07c: Download complete [2020-08-11T01:50:26.584Z] Removing intermediate container 076f204eec25 [2020-08-11T01:50:26.584Z] ---> b1fe6c408251 [2020-08-11T01:50:26.584Z] Step 5/29 : COPY go.mod . [2020-08-11T01:50:26.584Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:50:26.584Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:50:26.584Z] ---> b574158c87ce [2020-08-11T01:50:26.584Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T01:50:26.584Z] ---> Using cache [2020-08-11T01:50:26.584Z] ---> 72411c8e9495 [2020-08-11T01:50:26.584Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:50:26.584Z] ---> Using cache [2020-08-11T01:50:26.584Z] ---> 1239f394adf1 [2020-08-11T01:50:26.584Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T01:50:26.584Z] ---> Using cache [2020-08-11T01:50:26.584Z] ---> 42bd14645e5f [2020-08-11T01:50:26.584Z] Step 6/21 : COPY go.mod . [2020-08-11T01:50:26.584Z] ---> Using cache [2020-08-11T01:50:26.584Z] ---> 706af4daf799 [2020-08-11T01:50:26.584Z] Step 7/21 : RUN go mod download [2020-08-11T01:50:26.584Z] ---> Using cache [2020-08-11T01:50:26.584Z] ---> b24840db4a94 [2020-08-11T01:50:26.584Z] Step 8/21 : COPY . . [2020-08-11T01:50:28.451Z] 39dc9c94d07c: Pull complete [2020-08-11T01:50:28.724Z] 551b823b3b82: Pull complete [2020-08-11T01:50:28.996Z] 3c52a74df98c: Pull complete [2020-08-11T01:50:29.268Z] 6c9b121b6998: Pull complete [2020-08-11T01:50:29.268Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T01:50:29.268Z] Status: Downloaded newer image for docker:latest [2020-08-11T01:50:31.880Z] ---> 178a4fff3580 [2020-08-11T01:50:31.880Z] Step 6/29 : RUN go mod download [2020-08-11T01:50:32.654Z] ---> 0f92bf7a5144 [2020-08-11T01:50:32.654Z] Step 6/7 : COPY go.mod . [2020-08-11T01:50:33.252Z] ---> 1becbe2e1bb7 [2020-08-11T01:50:33.252Z] Step 7/7 : RUN go mod download [2020-08-11T01:50:33.525Z] ---> Running in f58edc8649af [2020-08-11T01:50:36.900Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T01:50:36.900Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T01:50:36.900Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T01:50:36.900Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T01:50:36.900Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T01:50:36.900Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T01:50:36.900Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T01:50:36.900Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T01:50:36.900Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T01:50:36.900Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T01:50:36.900Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T01:50:36.900Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T01:50:36.900Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T01:50:36.900Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T01:50:36.900Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T01:50:36.900Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T01:50:36.900Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T01:50:36.900Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T01:50:36.900Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T01:50:36.900Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T01:50:36.900Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T01:50:36.900Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T01:50:36.900Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T01:50:36.900Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T01:50:36.900Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T01:50:36.900Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T01:50:37.172Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T01:50:37.172Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T01:50:37.172Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T01:50:37.172Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T01:50:37.172Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T01:50:37.172Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T01:50:37.172Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T01:50:37.172Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T01:50:37.172Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T01:50:37.172Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T01:50:37.172Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T01:50:37.444Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T01:50:37.444Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T01:50:37.715Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T01:50:37.715Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T01:50:37.715Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T01:50:37.715Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T01:50:37.715Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T01:50:37.715Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T01:50:37.715Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T01:50:37.715Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T01:50:37.715Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T01:50:37.715Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T01:50:37.715Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T01:50:37.986Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T01:50:37.986Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T01:50:37.986Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T01:50:37.986Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T01:50:37.986Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T01:50:37.986Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T01:50:37.986Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T01:50:37.986Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T01:50:37.986Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T01:50:37.986Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T01:50:38.257Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T01:50:38.257Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T01:50:38.257Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T01:50:38.257Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T01:50:38.257Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T01:50:38.257Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T01:50:38.257Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T01:50:38.257Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T01:50:38.257Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T01:50:38.257Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T01:50:38.257Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T01:50:38.529Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T01:50:38.529Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T01:50:38.529Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T01:50:38.529Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T01:50:38.529Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T01:50:38.529Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T01:50:38.529Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T01:50:38.529Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T01:50:38.529Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T01:50:38.529Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T01:50:38.529Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T01:50:38.664Z] ---> Running in 5ab4056d066f [2020-08-11T01:50:53.907Z] ---> 681b496f41bb [2020-08-11T01:50:53.907Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T01:50:53.907Z] ---> e514717d84b2 [2020-08-11T01:50:53.907Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T01:50:53.907Z] ---> Running in 21d165393d0e [2020-08-11T01:50:54.172Z] ---> db7808ac5855 [2020-08-11T01:50:54.172Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T01:50:54.747Z] ---> Running in 42f3ab37c9be [2020-08-11T01:50:54.747Z] Removing intermediate container 5ab4056d066f [2020-08-11T01:50:54.747Z] ---> 155f72bb0e4e [2020-08-11T01:50:54.747Z] Step 7/29 : COPY . . [2020-08-11T01:50:55.021Z] ---> Running in b1b6cbfdd492 [2020-08-11T01:50:55.289Z] ---> ed8bdbbab8e1 [2020-08-11T01:50:55.289Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T01:50:55.872Z] 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-11T01:50:56.136Z] ---> Running in 8065c2895740 [2020-08-11T01:50:56.845Z] Removing intermediate container f58edc8649af [2020-08-11T01:50:56.845Z] ---> f06c15f145d2 [2020-08-11T01:50:56.845Z] Successfully built f06c15f145d2 [2020-08-11T01:50:56.845Z] 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-11T01:50:57.477Z] + docker inspect -f . ci-base-image-arm64 [2020-08-11T01:50:57.477Z] . [Pipeline] withDockerContainer [2020-08-11T01:50:57.716Z] prd-ubuntu18.04-docker-arm64-4c-16g-3333 does not seem to be running inside a container [2020-08-11T01:50:57.795Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:50:58.729Z] 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-11T01:50:59.092Z] $ docker top 78dbe3f021c3e3da2b7a32e17a8f965365e1775bbae3c214b5918d528765a58d -eo pid,comm [2020-08-11T01:50:59.351Z] 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 [Pipeline] { [Pipeline] sh [2020-08-11T01:50:59.944Z] 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-11T01:51:00.105Z] + go version [2020-08-11T01:51:00.105Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-11T01:51:00.123Z] ========================================================= [2020-08-11T01:51:00.123Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T01:51:00.123Z] ========================================================= [Pipeline] sh [2020-08-11T01:51:00.776Z] + make test [2020-08-11T01:51:00.777Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T01:51:02.755Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T01:51:18.307Z] ---> 2f27611bdc66 [2020-08-11T01:51:18.307Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T01:51:18.307Z] ---> Running in db9ab03685c6 [2020-08-11T01:51:18.307Z] 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-11T01:51:30.602Z] Removing intermediate container b1b6cbfdd492 [2020-08-11T01:51:30.602Z] ---> ca9b7fe29cdd [2020-08-11T01:51:30.602Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T01:51:30.868Z] ---> Running in 37a647c51d5a [2020-08-11T01:51:33.432Z] 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-11T01:51:35.097Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T01:51:37.656Z] Removing intermediate container 21d165393d0e [2020-08-11T01:51:37.656Z] ---> 6055d557a5d4 [2020-08-11T01:51:37.656Z] [2020-08-11T01:51:37.656Z] Step 10/21 : FROM scratch [2020-08-11T01:51:37.656Z] ---> [2020-08-11T01:51:37.656Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T01:51:37.656Z] ---> Using cache [2020-08-11T01:51:37.656Z] ---> 7f0b52912327 [2020-08-11T01:51:37.656Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T01:51:37.921Z] ---> Running in 0731e871fcfa [2020-08-11T01:51:39.307Z] Removing intermediate container 37a647c51d5a [2020-08-11T01:51:39.307Z] ---> 979ae150e84b [2020-08-11T01:51:39.307Z] [2020-08-11T01:51:39.307Z] Step 11/26 : FROM docker:latest [2020-08-11T01:51:39.583Z] ---> 81f5749c9058 [2020-08-11T01:51:39.583Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T01:51:39.583Z] Removing intermediate container 0731e871fcfa [2020-08-11T01:51:39.583Z] ---> 76b80f19c313 [2020-08-11T01:51:39.583Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T01:51:39.583Z] ---> Running in 8251f9643d4d [2020-08-11T01:51:39.583Z] ---> Running in b306ec8c8689 [2020-08-11T01:51:39.850Z] Removing intermediate container 42f3ab37c9be [2020-08-11T01:51:39.850Z] ---> 3041b8343e64 [2020-08-11T01:51:39.850Z] [2020-08-11T01:51:39.850Z] Step 10/23 : FROM scratch [2020-08-11T01:51:39.850Z] ---> [2020-08-11T01:51:39.850Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T01:51:39.850Z] ---> Using cache [2020-08-11T01:51:39.850Z] ---> 2261983e8e98 [2020-08-11T01:51:39.850Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T01:51:40.144Z] ---> Running in dd0bcd4e683a [2020-08-11T01:51:40.720Z] Removing intermediate container b306ec8c8689 [2020-08-11T01:51:40.720Z] ---> 09bb27e0b240 [2020-08-11T01:51:40.720Z] Step 14/21 : WORKDIR / [2020-08-11T01:51:40.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:51:40.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:51:41.241Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T01:51:41.241Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T01:51:41.241Z] Executing bash-5.0.17-r0.post-install [2020-08-11T01:51:41.241Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:51:41.814Z] OK: 12 MiB in 22 packages [2020-08-11T01:51:43.202Z] ---> Running in 3b5279d79a30 [2020-08-11T01:51:43.202Z] Removing intermediate container dd0bcd4e683a [2020-08-11T01:51:43.202Z] ---> 0bf230e654fa [2020-08-11T01:51:43.202Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T01:51:43.474Z] Removing intermediate container 8065c2895740 [2020-08-11T01:51:43.474Z] ---> f077abd3464b [2020-08-11T01:51:43.474Z] [2020-08-11T01:51:43.474Z] Step 10/21 : FROM scratch [2020-08-11T01:51:43.474Z] ---> [2020-08-11T01:51:43.474Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T01:51:43.474Z] ---> Running in 226a98e00c25 [2020-08-11T01:51:43.474Z] ---> Using cache [2020-08-11T01:51:43.474Z] ---> 7f0b52912327 [2020-08-11T01:51:43.474Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T01:51:43.738Z] ---> Running in 149b8e2ec763 [2020-08-11T01:51:43.738Z] Removing intermediate container 3b5279d79a30 [2020-08-11T01:51:43.738Z] ---> aa58ecb8464b [2020-08-11T01:51:43.738Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T01:51:43.738Z] Removing intermediate container 226a98e00c25 [2020-08-11T01:51:43.738Z] ---> b8c00c857e13 [2020-08-11T01:51:43.738Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T01:51:44.324Z] Removing intermediate container 149b8e2ec763 [2020-08-11T01:51:44.324Z] ---> 524dbc1c05ac [2020-08-11T01:51:44.324Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T01:51:44.324Z] Removing intermediate container 8251f9643d4d [2020-08-11T01:51:44.324Z] ---> 981d1679d0eb [2020-08-11T01:51:44.324Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T01:51:46.241Z] ---> Running in cca022f821fd [2020-08-11T01:51:46.241Z] ---> f9ad5cefd6f6 [2020-08-11T01:51:46.241Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T01:51:46.241Z] ---> 5b8526537f6b [2020-08-11T01:51:46.241Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T01:51:46.241Z] ---> Running in a69bd9b1fae1 [2020-08-11T01:51:46.241Z] Removing intermediate container db9ab03685c6 [2020-08-11T01:51:46.241Z] ---> 030e5ee7f926 [2020-08-11T01:51:46.241Z] [2020-08-11T01:51:46.241Z] Step 9/29 : FROM alpine:latest [2020-08-11T01:51:46.241Z] ---> a24bb4013296 [2020-08-11T01:51:46.241Z] 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-11T01:51:46.812Z] Removing intermediate container cca022f821fd [2020-08-11T01:51:46.813Z] ---> 665ea492b26f [2020-08-11T01:51:46.813Z] Step 14/21 : WORKDIR / [2020-08-11T01:51:46.813Z] ---> Running in ec96a85c616f [2020-08-11T01:51:47.384Z] ---> Running in 6790012add7f [2020-08-11T01:51:47.384Z] ---> e4b577d2d78c [2020-08-11T01:51:47.384Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T01:51:47.384Z] ---> 92c62379a311 [2020-08-11T01:51:47.385Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T01:51:47.385Z] Removing intermediate container ec96a85c616f [2020-08-11T01:51:47.385Z] ---> b89bbff2cfdb [2020-08-11T01:51:47.385Z] Step 11/29 : USER root [2020-08-11T01:51:47.489Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T01:51:47.489Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T01:51:47.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T01:51:47.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T01:51:47.489Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-08-11T01:51:47.489Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T01:51:47.644Z] ---> Running in 4aee68b86353 [2020-08-11T01:51:47.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T01:51:47.904Z] Removing intermediate container 6790012add7f [2020-08-11T01:51:47.904Z] ---> 6ff5d4546fa3 [2020-08-11T01:51:47.904Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T01:51:47.904Z] ---> da9b1f35b26f [2020-08-11T01:51:47.904Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:51:48.479Z] ---> 985df052e660 [2020-08-11T01:51:48.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T01:51:48.479Z] Removing intermediate container 4aee68b86353 [2020-08-11T01:51:48.479Z] ---> 03a4026e682e [2020-08-11T01:51:48.479Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T01:51:48.479Z] ---> Running in 41819083ed75 [2020-08-11T01:51:48.739Z] ---> 1bd0ba20f722 [2020-08-11T01:51:48.739Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T01:51:48.739Z] Removing intermediate container a69bd9b1fae1 [2020-08-11T01:51:48.739Z] ---> a3cbf3d71a91 [2020-08-11T01:51:48.739Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T01:51:48.739Z] ---> Running in 8b4a3503bd74 [2020-08-11T01:51:48.746Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T01:51:49.003Z] ---> Running in aed3054c3fed [2020-08-11T01:51:49.003Z] ---> 7c9e864c18a8 [2020-08-11T01:51:49.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T01:51:49.274Z] Removing intermediate container 41819083ed75 [2020-08-11T01:51:49.274Z] ---> 87c9da0ad58d [2020-08-11T01:51:49.274Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T01:51:49.555Z] ---> Running in b476d4f12e03 [2020-08-11T01:51:49.555Z] ---> 5b3563399435 [2020-08-11T01:51:49.555Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T01:51:49.555Z] Removing intermediate container aed3054c3fed [2020-08-11T01:51:49.555Z] ---> 38a41f18dd11 [2020-08-11T01:51:49.555Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T01:51:49.555Z] ---> Running in 907b14ebd839 [2020-08-11T01:51:49.816Z] Removing intermediate container b476d4f12e03 [2020-08-11T01:51:49.816Z] ---> 924a55a6df77 [2020-08-11T01:51:49.816Z] Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:51:49.816Z] ---> bc4f688c5b63 [2020-08-11T01:51:49.816Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T01:51:49.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:51:49.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:51:50.075Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:51:50.075Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:51:50.075Z] OK: 12749 distinct packages available [2020-08-11T01:51:50.193Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T01:51:50.335Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T01:51:50.335Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T01:51:50.335Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:51:50.335Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T01:51:50.335Z] OK: 6 MiB in 16 packages [2020-08-11T01:51:51.175Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T01:51:51.278Z] ---> Running in 98bb6ac19e99 [2020-08-11T01:51:51.278Z] Removing intermediate container 907b14ebd839 [2020-08-11T01:51:51.278Z] ---> 045f11cd962c [2020-08-11T01:51:51.278Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T01:51:51.278Z] ---> 896f9c783006 [2020-08-11T01:51:51.278Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:51:51.278Z] ---> 6226e3fddadd [2020-08-11T01:51:51.278Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:51:51.278Z] ---> Running in 7a693278457b [2020-08-11T01:51:51.278Z] ---> Running in f8836d374445 [2020-08-11T01:51:51.448Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T01:51:51.448Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T01:51:51.448Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T01:51:51.545Z] ---> Running in 6939847dc825 [2020-08-11T01:51:51.545Z] Removing intermediate container 98bb6ac19e99 [2020-08-11T01:51:51.545Z] ---> af2c95f96273 [2020-08-11T01:51:51.545Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T01:51:52.116Z] Removing intermediate container 7a693278457b [2020-08-11T01:51:52.117Z] ---> 39a743139cb7 [2020-08-11T01:51:52.117Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T01:51:52.117Z] ---> Running in 42dd12c0f3ea [2020-08-11T01:51:52.379Z] Removing intermediate container f8836d374445 [2020-08-11T01:51:52.379Z] ---> ea6ef9c9a4b6 [2020-08-11T01:51:52.379Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T01:51:52.379Z] Removing intermediate container 8b4a3503bd74 [2020-08-11T01:51:52.379Z] ---> 3322e6c687b4 [2020-08-11T01:51:52.379Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T01:51:52.379Z] Removing intermediate container 6939847dc825 [2020-08-11T01:51:52.379Z] ---> e49aaed604a2 [2020-08-11T01:51:52.379Z] Step 21/23 : LABEL arch=x86_64 [2020-08-11T01:51:52.379Z] ---> Running in 5ca67eab05cc [2020-08-11T01:51:52.639Z] ---> Running in de55a4848f56 [2020-08-11T01:51:52.640Z] ---> Running in 8a85a4170a08 [2020-08-11T01:51:52.640Z] Removing intermediate container 42dd12c0f3ea [2020-08-11T01:51:52.640Z] ---> 2c3d933ca814 [2020-08-11T01:51:52.640Z] [2020-08-11T01:51:52.900Z] Successfully built 2c3d933ca814 [2020-08-11T01:51:52.900Z] ---> 821184406a8d [2020-08-11T01:51:52.900Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T01:51:52.900Z] Successfully tagged docker-core-command-go:latest [2020-08-11T01:51:52.900Z]  Building docker-core-command-go ... done Removing intermediate container 5ca67eab05cc [2020-08-11T01:51:52.900Z] ---> 8279c162e147 [2020-08-11T01:51:52.900Z] Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:51:53.262Z] Removing intermediate container 8a85a4170a08 [2020-08-11T01:51:53.263Z] ---> dad9b5d6faa9 [2020-08-11T01:51:53.263Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T01:51:53.263Z] Removing intermediate container de55a4848f56 [2020-08-11T01:51:53.263Z] ---> 0ae552c17df9 [2020-08-11T01:51:53.263Z] Step 22/23 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:51:53.263Z] ---> Running in 39bbef0b6422 [2020-08-11T01:51:53.263Z] ---> Running in 16c184651440 [2020-08-11T01:51:53.534Z] ---> Running in d28035deef28 [2020-08-11T01:51:53.534Z] ---> 886884c4e5ac [2020-08-11T01:51:53.534Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T01:51:53.534Z] Removing intermediate container 39bbef0b6422 [2020-08-11T01:51:53.534Z] ---> e4df081231cf [2020-08-11T01:51:53.534Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T01:51:53.534Z] Removing intermediate container 16c184651440 [2020-08-11T01:51:53.534Z] ---> 172d28cb3429 [2020-08-11T01:51:53.534Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T01:51:53.808Z] Removing intermediate container d28035deef28 [2020-08-11T01:51:53.808Z] ---> 322f3749e7c1 [2020-08-11T01:51:53.808Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T01:51:53.808Z] ---> Running in 55b6fc5bc55f [2020-08-11T01:51:54.077Z] ---> Running in 9f1495d4fd14 [2020-08-11T01:51:54.077Z] ---> Running in 0664b49c4125 [2020-08-11T01:51:54.077Z] ---> bf06ed32bb0b [2020-08-11T01:51:54.077Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T01:51:54.392Z] ---> Running in 6ebea29bf04f [2020-08-11T01:51:54.392Z] Removing intermediate container 55b6fc5bc55f [2020-08-11T01:51:54.392Z] ---> 5b85a856a818 [2020-08-11T01:51:54.392Z] [2020-08-11T01:51:54.392Z] Removing intermediate container 0664b49c4125 [2020-08-11T01:51:54.392Z] ---> 69761c8a9542 [2020-08-11T01:51:54.392Z] [2020-08-11T01:51:54.392Z] Successfully built 5b85a856a818 [2020-08-11T01:51:54.653Z] Successfully tagged docker-core-metadata-go:latest [2020-08-11T01:51:54.653Z]  Building docker-core-metadata-go ... done Successfully built 69761c8a9542 [2020-08-11T01:51:54.653Z] Successfully tagged docker-support-notifications-go:latest [2020-08-11T01:51:54.915Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:51:54.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:51:55.178Z] Removing intermediate container 9f1495d4fd14 [2020-08-11T01:51:55.178Z] ---> b3ae0dd2e50e [2020-08-11T01:51:55.178Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T01:51:55.178Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T01:51:55.178Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T01:51:55.178Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T01:51:55.178Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T01:51:55.178Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T01:51:55.178Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T01:51:55.178Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T01:51:59.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.059s coverage: 46.6% of statements [2020-08-11T01:51:59.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T01:51:59.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T01:51:59.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T01:51:59.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T01:51:59.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T01:52:00.465Z] ---> 49f9af798a15 [2020-08-11T01:52:00.465Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T01:52:00.465Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T01:52:00.465Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T01:52:00.465Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T01:52:00.465Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T01:52:00.465Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T01:52:00.465Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T01:52:00.466Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T01:52:00.466Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T01:52:00.466Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T01:52:00.466Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T01:52:00.466Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T01:52:00.466Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T01:52:00.466Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T01:52:00.466Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T01:52:00.466Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T01:52:00.466Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T01:52:01.035Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T01:52:01.035Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T01:52:01.301Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T01:52:01.301Z] ---> 1d59a37f97c9 [2020-08-11T01:52:01.301Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T01:52:01.301Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T01:52:01.301Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T01:52:01.301Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T01:52:01.301Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T01:52:01.301Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T01:52:01.301Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T01:52:01.301Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T01:52:01.562Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:52:01.562Z] OK: 71 MiB in 55 packages [2020-08-11T01:52:02.504Z] ---> 133cb2a44b62 [2020-08-11T01:52:02.504Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T01:52:02.765Z] ---> 148835e14359 [2020-08-11T01:52:02.765Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T01:52:05.311Z] ---> 543a81f557bf [2020-08-11T01:52:05.311Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T01:52:06.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.239s coverage: 27.3% of statements [2020-08-11T01:52:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T01:52:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T01:52:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T01:52:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T01:52:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T01:52:06.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T01:52:06.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.028s coverage: 100.0% of statements [2020-08-11T01:52:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T01:52:06.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-08-11T01:52:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T01:52:07.854Z] ---> Running in 88d5ce6482f2 [2020-08-11T01:52:08.114Z] Removing intermediate container 6ebea29bf04f [2020-08-11T01:52:08.114Z] ---> e10f16a654be [2020-08-11T01:52:08.114Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T01:52:08.114Z] ---> Running in 3d9f4d6036a1 [2020-08-11T01:52:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.296s coverage: 28.6% of statements [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T01:52:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T01:52:08.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.020s coverage: 100.0% of statements [2020-08-11T01:52:08.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T01:52:09.068Z] Removing intermediate container 88d5ce6482f2 [2020-08-11T01:52:09.068Z] ---> 48fc216e7120 [2020-08-11T01:52:09.068Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T01:52:09.068Z] ---> d3f4eb4db286 [2020-08-11T01:52:09.068Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T01:52:09.068Z] ---> Running in 6df662b68c0c [2020-08-11T01:52:09.643Z] Collecting docker-compose==1.23.2 [2020-08-11T01:52:09.644Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T01:52:09.644Z] 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-11T01:52:09.644Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T01:52:09.905Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T01:52:09.905Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T01:52:09.905Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T01:52:10.165Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T01:52:10.165Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T01:52:10.165Z] Removing intermediate container 6df662b68c0c [2020-08-11T01:52:10.165Z] ---> 15a2f3c966d1 [2020-08-11T01:52:10.165Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T01:52:10.425Z] ---> Running in 9bc4c539c864 [2020-08-11T01:52:10.425Z] Collecting PyYAML<4,>=3.10 [2020-08-11T01:52:10.425Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T01:52:11.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 89.8% of statements [2020-08-11T01:52:11.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T01:52:11.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements [2020-08-11T01:52:11.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T01:52:11.811Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T01:52:11.811Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T01:52:12.072Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T01:52:12.072Z] Removing intermediate container 9bc4c539c864 [2020-08-11T01:52:12.072Z] ---> 4ef265e9a022 [2020-08-11T01:52:12.072Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T01:52:12.072Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T01:52:12.072Z] ---> Running in d10deaab19fe [2020-08-11T01:52:12.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 100.0% of statements [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T01:52:12.080Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T01:52:12.332Z] Removing intermediate container d10deaab19fe [2020-08-11T01:52:12.333Z] ---> b67781ee9942 [2020-08-11T01:52:12.333Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T01:52:12.333Z] ---> Running in 40d4a16785f9 [2020-08-11T01:52:12.594Z] Removing intermediate container 40d4a16785f9 [2020-08-11T01:52:12.594Z] ---> 5993dec590f8 [2020-08-11T01:52:12.594Z] Step 27/29 : LABEL arch=x86_64 [2020-08-11T01:52:12.594Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T01:52:12.594Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T01:52:12.594Z] ---> Running in 60541761fe15 [2020-08-11T01:52:12.854Z] Removing intermediate container 60541761fe15 [2020-08-11T01:52:12.854Z] ---> 86642237148d [2020-08-11T01:52:12.854Z] Step 28/29 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:52:12.854Z] ---> Running in b485a381719b [2020-08-11T01:52:13.114Z] Removing intermediate container b485a381719b [2020-08-11T01:52:13.114Z] ---> 0162302bb44a [2020-08-11T01:52:13.114Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T01:52:13.114Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T01:52:13.114Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T01:52:13.686Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T01:52:13.686Z] ---> Running in fdf7ae1d32a7 [2020-08-11T01:52:13.686Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T01:52:13.946Z] Removing intermediate container fdf7ae1d32a7 [2020-08-11T01:52:13.946Z] ---> e7ec0193645a [2020-08-11T01:52:13.946Z] [2020-08-11T01:52:13.946Z] Successfully built e7ec0193645a [2020-08-11T01:52:13.946Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-11T01:52:14.071Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2020-08-11T01:52:14.206Z]  Building docker-security-secrets-setup-go ... done Collecting docker-pycreds>=0.4.0 [2020-08-11T01:52:14.206Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T01:52:14.206Z] 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-11T01:52:14.206Z] 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-11T01:52:14.466Z] Collecting idna<2.8,>=2.5 [2020-08-11T01:52:14.466Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T01:52:14.466Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T01:52:14.466Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T01:52:14.466Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T01:52:14.466Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T01:52:14.466Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T01:52:14.466Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T01:52:14.725Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, texttable, jsonschema, docopt, docker-compose [2020-08-11T01:52:14.725Z] Attempting uninstall: idna [2020-08-11T01:52:14.725Z] Found existing installation: idna 2.9 [2020-08-11T01:52:14.725Z] Uninstalling idna-2.9: [2020-08-11T01:52:14.985Z] Successfully uninstalled idna-2.9 [2020-08-11T01:52:14.985Z] Attempting uninstall: urllib3 [2020-08-11T01:52:14.985Z] Found existing installation: urllib3 1.25.9 [2020-08-11T01:52:14.985Z] Uninstalling urllib3-1.25.9: [2020-08-11T01:52:15.245Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T01:52:15.245Z] Attempting uninstall: requests [2020-08-11T01:52:15.245Z] Found existing installation: requests 2.23.0 [2020-08-11T01:52:15.245Z] Uninstalling requests-2.23.0: [2020-08-11T01:52:15.245Z] Successfully uninstalled requests-2.23.0 [2020-08-11T01:52:15.814Z] Running setup.py install for PyYAML: started [2020-08-11T01:52:16.385Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T01:52:16.385Z] Running setup.py install for dockerpty: started [2020-08-11T01:52:16.646Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T01:52:16.646Z] Running setup.py install for texttable: started [2020-08-11T01:52:16.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements [2020-08-11T01:52:16.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T01:52:16.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T01:52:16.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.023s coverage: 100.0% of statements [2020-08-11T01:52:17.216Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T01:52:17.216Z] Running setup.py install for docopt: started [2020-08-11T01:52:17.786Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T01:52:17.786Z] 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-11T01:52:18.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 55.9% of statements [2020-08-11T01:52:18.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T01:52:18.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T01:52:18.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T01:52:18.146Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T01:52:21.089Z] Removing intermediate container 3d9f4d6036a1 [2020-08-11T01:52:21.089Z] ---> 40fe899a8cb8 [2020-08-11T01:52:21.089Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T01:52:21.089Z] ---> Running in 0b32c295424d [2020-08-11T01:52:21.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T01:52:21.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T01:52:21.609Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T01:52:21.609Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T01:52:21.609Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T01:52:21.609Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:52:21.609Z] OK: 72 MiB in 58 packages [2020-08-11T01:52:22.182Z] Removing intermediate container 0b32c295424d [2020-08-11T01:52:22.182Z] ---> b4a0f362a181 [2020-08-11T01:52:22.182Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T01:52:22.182Z] ---> Running in 5280a7de1da4 [2020-08-11T01:52:22.442Z] Removing intermediate container 5280a7de1da4 [2020-08-11T01:52:22.442Z] ---> a29bc36cce94 [2020-08-11T01:52:22.442Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T01:52:22.442Z] ---> Running in 99d550f3d08c [2020-08-11T01:52:22.703Z] Removing intermediate container 99d550f3d08c [2020-08-11T01:52:22.703Z] ---> f7aa54742505 [2020-08-11T01:52:22.703Z] Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:52:22.703Z] ---> Running in 9548c89433c8 [2020-08-11T01:52:22.963Z] Removing intermediate container 9548c89433c8 [2020-08-11T01:52:22.963Z] ---> 335c71f9623f [2020-08-11T01:52:22.963Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T01:52:22.963Z] ---> Running in 1803aa8c841d [2020-08-11T01:52:23.223Z] Removing intermediate container 1803aa8c841d [2020-08-11T01:52:23.223Z] ---> ca40e22b1a56 [2020-08-11T01:52:23.223Z] [2020-08-11T01:52:23.223Z] Successfully built ca40e22b1a56 [2020-08-11T01:52:23.223Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-11T01:52:24.186Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-11T01:52:24.236Z] $ docker stop --time=1 81c6ddd5fb1cea8c0103fde66d9ca8fb95320d010b116a4989a938d82125fdfd [2020-08-11T01:52:25.966Z] $ docker rm -f 81c6ddd5fb1cea8c0103fde66d9ca8fb95320d010b116a4989a938d82125fdfd [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T01:52:26.568Z] + docker images [2020-08-11T01:52:26.568Z] + grep docker [2020-08-11T01:52:26.568Z] docker-sys-mgmt-agent-go latest ca40e22b1a56 4 seconds ago 284MB [2020-08-11T01:52:26.568Z] docker-security-secrets-setup-go latest e7ec0193645a 13 seconds ago 25.1MB [2020-08-11T01:52:26.568Z] docker-core-metadata-go latest 5b85a856a818 32 seconds ago 14.4MB [2020-08-11T01:52:26.568Z] docker-support-notifications-go latest 69761c8a9542 32 seconds ago 14.4MB [2020-08-11T01:52:26.568Z] docker-core-command-go latest 2c3d933ca814 34 seconds ago 13MB [2020-08-11T01:52:26.568Z] docker-security-secretstore-setup-go latest 1b0a842d3112 2 minutes ago 33.9MB [2020-08-11T01:52:26.568Z] docker-core-data-go latest ec986887aa15 2 minutes ago 23.8MB [2020-08-11T01:52:26.568Z] docker-support-scheduler-go latest aa8749ef2636 2 minutes ago 13.1MB [2020-08-11T01:52:26.568Z] docker-support-logging-go latest 88a4327c6d36 2 minutes ago 11.8MB [2020-08-11T01:52:26.568Z] docker-security-proxy-setup-go latest 8996c7b6aae9 2 minutes ago 16.4MB [2020-08-11T01:52:26.568Z] docker latest 81f5749c9058 6 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-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.717s coverage: 86.3% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.017s coverage: 72.2% of statements [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.401s coverage: 72.1% of statements [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.034s coverage: 28.8% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 26.9% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.1% of statements [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 42.9% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 46.1% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.202s coverage: 29.1% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.121s coverage: 99.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T01:52:50.528Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T01:52:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2020-08-11T01:52:52.501Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-11T01:52:53.092Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-08-11T01:52:53.682Z] GO111MODULE=on go vet ./... [2020-08-11T01:53:12.006Z] gofmt -l . [2020-08-11T01:53:12.006Z] [ "`gofmt -l .`" = "" ] [2020-08-11T01:53:13.970Z] ./bin/test-go-mod-tidy.sh [2020-08-11T01:53:14.565Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T01:53:18.603Z] + ls -al . [2020-08-11T01:53:18.604Z] total 588 [2020-08-11T01:53:18.604Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 01:53 . [2020-08-11T01:53:18.604Z] drwxr-xr-x 4 root root 4096 Aug 11 01:50 .. [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 01:49 .dockerignore [2020-08-11T01:53:18.604Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 01:49 .git [2020-08-11T01:53:18.604Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 01:49 .github [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 01:49 .gitignore [2020-08-11T01:53:18.604Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 01:49 .semver [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 01:49 .sonarcloud.properties [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 01:49 CONTRIBUTING.md [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 01:49 Dockerfile.build [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 01:49 Jenkinsfile [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 01:49 LICENSE [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 01:49 Makefile [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 01:49 README.md [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 01:49 SECURITY.md [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 01:44 VERSION [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 01:49 ZMQWindows.md [2020-08-11T01:53:18.604Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 01:49 bin [2020-08-11T01:53:18.604Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 01:49 cmd [2020-08-11T01:53:18.604Z] -rw-r--r-- 1 root root 455803 Aug 11 01:52 coverage.out [2020-08-11T01:53:18.604Z] -rw-r--r-- 1 root root 1019 Aug 11 01:53 go.mod [2020-08-11T01:53:18.604Z] -rw-r--r-- 1 root root 18146 Aug 11 01:53 go.sum [2020-08-11T01:53:18.604Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 01:49 internal [2020-08-11T01:53:18.604Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 01:49 openapi [2020-08-11T01:53:18.604Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 01:49 snap [2020-08-11T01:53:18.604Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 01:49 version.go [Pipeline] sh [2020-08-11T01:53:19.255Z] + '[' -e coverage.out ] [2020-08-11T01:53:19.255Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T01:53:19.273Z] Warning: overwriting stash ‘coverage-report’ [2020-08-11T01:53:20.400Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T01:53:21.078Z] + make build [2020-08-11T01:53:21.078Z] 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-11T01:53:39.578Z] 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-11T01:53:49.705Z] 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-11T01:53:55.100Z] 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-11T01:53:59.390Z] 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-11T01:54:06.095Z] 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-11T01:54:07.070Z] 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-11T01:54:11.356Z] 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-11T01:54:16.752Z] 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-11T01:54:21.043Z] 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-11T01:54:25.327Z] 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-11T01:54:30.718Z] 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-11T01:54:34.093Z] 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-11T01:54:38.411Z] $ docker stop --time=1 78dbe3f021c3e3da2b7a32e17a8f965365e1775bbae3c214b5918d528765a58d [2020-08-11T01:54:40.847Z] $ docker rm -f 78dbe3f021c3e3da2b7a32e17a8f965365e1775bbae3c214b5918d528765a58d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:54:42.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T01:54:42.385Z] [2020-08-11T01:54:42.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:54:42.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T01:54:43.036Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-11T01:54:43.036Z] 29e5d40040c1: Pulling fs layer [2020-08-11T01:54:43.036Z] 1ce36da41761: Pulling fs layer [2020-08-11T01:54:43.036Z] 25b303627fd3: Pulling fs layer [2020-08-11T01:54:43.036Z] 29e5d40040c1: Verifying Checksum [2020-08-11T01:54:43.036Z] 29e5d40040c1: Download complete [2020-08-11T01:54:43.635Z] 1ce36da41761: Verifying Checksum [2020-08-11T01:54:43.635Z] 1ce36da41761: Download complete [2020-08-11T01:54:43.904Z] 29e5d40040c1: Pull complete [2020-08-11T01:54:44.872Z] 1ce36da41761: Pull complete [2020-08-11T01:54:45.144Z] 25b303627fd3: Verifying Checksum [2020-08-11T01:54:45.144Z] 25b303627fd3: Download complete [2020-08-11T01:54:55.276Z] 25b303627fd3: Pull complete [2020-08-11T01:54:55.276Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-11T01:54:55.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T01:54:55.276Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-11T01:54:55.543Z] prd-ubuntu18.04-docker-arm64-4c-16g-3333 does not seem to be running inside a container [2020-08-11T01:54:55.617Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:54:59.248Z] $ docker top 26dc6e567eea3c6d1dd1081ffbf0dedf9e6c7fbaa6be9e9b41b0279a276c50a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T01:55:00.717Z] + docker-compose build --help [2020-08-11T01:55:00.717Z] + grep parallel [2020-08-11T01:55:04.083Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T01:55:04.366Z] $ docker stop --time=1 26dc6e567eea3c6d1dd1081ffbf0dedf9e6c7fbaa6be9e9b41b0279a276c50a9 [2020-08-11T01:55:06.372Z] $ docker rm -f 26dc6e567eea3c6d1dd1081ffbf0dedf9e6c7fbaa6be9e9b41b0279a276c50a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T01:55:07.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T01:55:07.135Z] . [Pipeline] withDockerContainer [2020-08-11T01:55:07.398Z] prd-ubuntu18.04-docker-arm64-4c-16g-3333 does not seem to be running inside a container [2020-08-11T01:55:07.465Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T01:55:08.883Z] $ docker top 9cc20b32f14275a009a2ce35f6e188dc6658ad8d16f16f3e4ceaefc4ed72224f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T01:55:09.904Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T01:55:13.269Z] Building docker-core-command-go ... [2020-08-11T01:55:13.269Z] Building docker-core-data-go ... [2020-08-11T01:55:13.269Z] Building docker-core-metadata-go ... [2020-08-11T01:55:13.269Z] Building docker-security-proxy-setup-go ... [2020-08-11T01:55:13.269Z] Building docker-security-secrets-setup-go ... [2020-08-11T01:55:13.269Z] Building docker-security-secretstore-setup-go ... [2020-08-11T01:55:13.269Z] Building docker-support-logging-go ... [2020-08-11T01:55:13.269Z] Building docker-support-notifications-go ... [2020-08-11T01:55:13.269Z] Building docker-support-scheduler-go ... [2020-08-11T01:55:13.269Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T01:55:13.269Z] Building docker-security-proxy-setup-go [2020-08-11T01:55:13.269Z] Building docker-security-secrets-setup-go [2020-08-11T01:55:13.269Z] Building docker-support-notifications-go [2020-08-11T01:55:13.269Z] Building docker-core-data-go [2020-08-11T01:55:13.269Z] Building docker-security-secretstore-setup-go [2020-08-11T01:57:05.061Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:57:05.061Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T01:57:05.061Z] ---> f06c15f145d2 [2020-08-11T01:57:05.061Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T01:57:05.061Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:57:05.061Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:57:05.061Z] ---> f06c15f145d2 [2020-08-11T01:57:05.061Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T01:57:05.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:57:05.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:57:05.061Z] ---> f06c15f145d2 [2020-08-11T01:57:05.061Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T01:57:05.061Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:57:05.061Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:57:05.061Z] ---> f06c15f145d2 [2020-08-11T01:57:05.061Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T01:57:05.061Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T01:57:05.061Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T01:57:05.061Z] ---> f06c15f145d2 [2020-08-11T01:57:05.061Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T01:57:07.030Z] ---> Running in 0a6dc596fb58 [2020-08-11T01:57:07.030Z] ---> Running in 4fa29ebcf7fe [2020-08-11T01:57:07.030Z] ---> Running in 6d3a07cb8cd9 [2020-08-11T01:57:07.030Z] ---> Running in aedb00ce31c2 [2020-08-11T01:57:07.030Z] ---> Running in f8e52d170936 [2020-08-11T01:57:07.302Z] Removing intermediate container aedb00ce31c2 [2020-08-11T01:57:07.302Z] ---> 542ecf8a2606 [2020-08-11T01:57:07.302Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:57:07.575Z] Removing intermediate container f8e52d170936 [2020-08-11T01:57:07.575Z] ---> ff30c8face55 [2020-08-11T01:57:07.575Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T01:57:07.575Z] Removing intermediate container 6d3a07cb8cd9 [2020-08-11T01:57:07.575Z] ---> 24484f6057a5 [2020-08-11T01:57:07.575Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 0a6dc596fb58 [2020-08-11T01:57:07.575Z] [2020-08-11T01:57:07.575Z] ---> 1a32e252e0a1 [2020-08-11T01:57:07.575Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:57:07.575Z] Removing intermediate container 4fa29ebcf7fe [2020-08-11T01:57:07.575Z] ---> a4a970502e3a [2020-08-11T01:57:07.575Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T01:57:07.575Z] ---> Running in 26822b63a484 [2020-08-11T01:57:07.855Z] ---> Running in e30dd8ca3285 [2020-08-11T01:57:07.855Z] ---> Running in 95e29d390b6a [2020-08-11T01:57:07.855Z] ---> Running in 61f1c1907d7d [2020-08-11T01:57:07.855Z] ---> Running in bba418039130 [2020-08-11T01:57:10.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:11.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:11.470Z] Removing intermediate container 26822b63a484 [2020-08-11T01:57:11.470Z] ---> 7ab5ead9f357 [2020-08-11T01:57:11.470Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T01:57:11.743Z] ---> Running in a8980925fd66 [2020-08-11T01:57:12.345Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:57:12.345Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:57:12.345Z] OK: 12620 distinct packages available [2020-08-11T01:57:12.345Z] Removing intermediate container 95e29d390b6a [2020-08-11T01:57:12.345Z] ---> f025c6545f7f [2020-08-11T01:57:12.345Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T01:57:12.621Z] ---> Running in 6f563e8b9521 [2020-08-11T01:57:12.903Z] Removing intermediate container 61f1c1907d7d [2020-08-11T01:57:12.903Z] Removing intermediate container bba418039130 [2020-08-11T01:57:12.903Z] ---> 346b32c52373 [2020-08-11T01:57:12.903Z] ---> 6eb823a49ee9 [2020-08-11T01:57:12.903Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T01:57:12.903Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T01:57:12.903Z] OK: 217 MiB in 51 packages [2020-08-11T01:57:13.404Z] ---> Running in a1af84277e32 [2020-08-11T01:57:13.404Z] ---> Running in 557c69b98d2d [2020-08-11T01:57:14.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:15.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:15.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:15.273Z] Removing intermediate container e30dd8ca3285 [2020-08-11T01:57:15.273Z] ---> 43b594c7decb [2020-08-11T01:57:15.273Z] Step 5/29 : COPY go.mod . [2020-08-11T01:57:15.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:15.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:15.876Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:57:15.876Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:57:15.876Z] OK: 12620 distinct packages available [2020-08-11T01:57:15.876Z] ---> 22c31a85799a [2020-08-11T01:57:15.876Z] Step 6/29 : RUN go mod download [2020-08-11T01:57:15.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:16.154Z] ---> Running in d17af4dada02 [2020-08-11T01:57:16.749Z] OK: 217 MiB in 51 packages [2020-08-11T01:57:16.749Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:57:16.749Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:57:16.749Z] OK: 12620 distinct packages available [2020-08-11T01:57:16.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:16.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:57:17.363Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:57:17.363Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:57:17.363Z] OK: 12620 distinct packages available [2020-08-11T01:57:17.635Z] OK: 217 MiB in 51 packages [2020-08-11T01:57:17.635Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:57:17.635Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:57:17.635Z] OK: 12620 distinct packages available [2020-08-11T01:57:18.624Z] OK: 217 MiB in 51 packages [2020-08-11T01:57:18.624Z] Removing intermediate container a8980925fd66 [2020-08-11T01:57:18.624Z] ---> 8fc04a54c0b9 [2020-08-11T01:57:18.624Z] Step 6/22 : COPY go.mod . [2020-08-11T01:57:18.624Z] OK: 217 MiB in 51 packages [2020-08-11T01:57:20.093Z] Removing intermediate container 6f563e8b9521 [2020-08-11T01:57:20.093Z] ---> c25b752af0e1 [2020-08-11T01:57:20.093Z] Step 6/23 : COPY go.mod . [2020-08-11T01:57:20.093Z] ---> aa21aafd8354 [2020-08-11T01:57:20.093Z] Step 7/22 : RUN go mod download [2020-08-11T01:57:20.093Z] Removing intermediate container 557c69b98d2d [2020-08-11T01:57:20.093Z] ---> 97bf419a1c69 [2020-08-11T01:57:20.093Z] Step 6/26 : COPY go.mod . [2020-08-11T01:57:20.093Z] ---> Running in f1380f2f5ab0 [2020-08-11T01:57:20.367Z] Removing intermediate container a1af84277e32 [2020-08-11T01:57:20.367Z] ---> 29fcf86be3a1 [2020-08-11T01:57:20.367Z] Step 6/20 : COPY go.mod . [2020-08-11T01:57:20.639Z] Removing intermediate container d17af4dada02 [2020-08-11T01:57:20.639Z] ---> e30ba6a16f26 [2020-08-11T01:57:20.639Z] Step 7/29 : COPY . . [2020-08-11T01:57:20.912Z] ---> a2e9ad9756ac [2020-08-11T01:57:20.912Z] Step 7/23 : RUN go mod download [2020-08-11T01:57:21.186Z] ---> Running in 60e3e850c00b [2020-08-11T01:57:21.186Z] ---> caea81a9388b [2020-08-11T01:57:21.186Z] Step 7/26 : RUN go mod download [2020-08-11T01:57:21.473Z] ---> Running in 9de37377a79a [2020-08-11T01:57:21.747Z] ---> 1416ce28a011 [2020-08-11T01:57:21.747Z] Step 7/20 : RUN go mod download [2020-08-11T01:57:22.023Z] ---> Running in f531c755cb0b [2020-08-11T01:57:25.567Z] Removing intermediate container f1380f2f5ab0 [2020-08-11T01:57:25.567Z] ---> 3e6cf653ac06 [2020-08-11T01:57:25.567Z] Step 8/22 : COPY . . [2020-08-11T01:57:26.189Z] Removing intermediate container 60e3e850c00b [2020-08-11T01:57:26.189Z] ---> 4239f08d2e9c [2020-08-11T01:57:26.189Z] Step 8/23 : COPY . . [2020-08-11T01:57:27.235Z] Removing intermediate container 9de37377a79a [2020-08-11T01:57:27.235Z] ---> 14442012215f [2020-08-11T01:57:27.235Z] Step 8/26 : COPY . . [2020-08-11T01:57:28.242Z] Removing intermediate container f531c755cb0b [2020-08-11T01:57:28.242Z] ---> 1e3cd2f3639a [2020-08-11T01:57:28.242Z] Step 8/20 : COPY . . [2020-08-11T01:58:00.596Z] ---> f94239770dac [2020-08-11T01:58:00.596Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T01:58:00.596Z] ---> 9eebc6a912b3 [2020-08-11T01:58:00.596Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T01:58:00.596Z] ---> Running in 8ed87ba22454 [2020-08-11T01:58:00.596Z] ---> ba24bb7f49d7 [2020-08-11T01:58:00.596Z] 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-11T01:58:00.596Z] ---> Running in 86623bc1fb2d [2020-08-11T01:58:00.596Z] ---> ea8ccfa51dd1 [2020-08-11T01:58:00.596Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T01:58:00.596Z] ---> 939327566cc0 [2020-08-11T01:58:00.596Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T01:58:00.596Z] ---> Running in 7d2afa2c06bf [2020-08-11T01:58:00.596Z] ---> Running in 3bbc1282c342 [2020-08-11T01:58:00.596Z] ---> Running in 8602e5e0bde9 [2020-08-11T01:58:00.596Z] 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-11T01:58:00.596Z] 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-11T01:58:00.596Z] 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-11T01:58:00.596Z] 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-11T01:58:00.596Z] 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-11T01:59:22.426Z] 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-11T01:59:22.426Z] Removing intermediate container 8ed87ba22454 [2020-08-11T01:59:22.426Z] ---> 982faca295fd [2020-08-11T01:59:22.426Z] [2020-08-11T01:59:22.426Z] Step 9/29 : FROM alpine:latest [2020-08-11T01:59:22.426Z] Removing intermediate container 7d2afa2c06bf [2020-08-11T01:59:22.426Z] ---> 163bdcb00142 [2020-08-11T01:59:22.426Z] [2020-08-11T01:59:22.426Z] Step 10/20 : FROM alpine [2020-08-11T01:59:22.426Z] latest: Pulling from library/alpine [2020-08-11T01:59:22.426Z] latest: Pulling from library/alpine [2020-08-11T01:59:22.426Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T01:59:22.426Z] Status: Downloaded newer image for alpine:latest [2020-08-11T01:59:22.426Z] ---> 62ee0e9f8440 [2020-08-11T01:59:22.426Z] 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-11T01:59:22.426Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T01:59:22.426Z] Status: Image is up to date for alpine:latest [2020-08-11T01:59:22.426Z] ---> 62ee0e9f8440 [2020-08-11T01:59:22.426Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T01:59:22.426Z] ---> Running in 0e0a2e5cdf3f [2020-08-11T01:59:22.426Z] ---> Running in 9d5ac9ffb835 [2020-08-11T01:59:22.704Z] Removing intermediate container 9d5ac9ffb835 [2020-08-11T01:59:22.704Z] ---> e7350c322135 [2020-08-11T01:59:22.704Z] Step 11/29 : USER root [2020-08-11T01:59:22.985Z] ---> Running in 111a81906b58 [2020-08-11T01:59:23.980Z] Removing intermediate container 111a81906b58 [2020-08-11T01:59:23.980Z] ---> 0b0fad4c16e2 [2020-08-11T01:59:23.980Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T01:59:23.980Z] ---> Running in 6c5f8442af63 [2020-08-11T01:59:24.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:59:24.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:59:25.866Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:59:25.866Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:59:25.866Z] OK: 12620 distinct packages available [2020-08-11T01:59:26.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:59:26.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:59:26.746Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T01:59:27.023Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T01:59:27.023Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T01:59:27.023Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T01:59:27.023Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:59:27.023Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T01:59:27.299Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T01:59:27.299Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T01:59:27.299Z] OK: 12620 distinct packages available [2020-08-11T01:59:27.575Z] OK: 7 MiB in 18 packages [2020-08-11T01:59:27.852Z] 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-11T01:59:28.130Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T01:59:28.130Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T01:59:28.130Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T01:59:28.130Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T01:59:28.738Z] OK: 6 MiB in 16 packages [2020-08-11T01:59:30.751Z] Removing intermediate container 0e0a2e5cdf3f [2020-08-11T01:59:30.751Z] ---> e93b1941b5bf [2020-08-11T01:59:30.751Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T01:59:30.751Z] ---> Running in 81fe1a4a65bd [2020-08-11T01:59:31.739Z] Removing intermediate container 6c5f8442af63 [2020-08-11T01:59:31.739Z] ---> 2c77f9c4864c [2020-08-11T01:59:31.739Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T01:59:31.739Z] Removing intermediate container 81fe1a4a65bd [2020-08-11T01:59:31.739Z] ---> 28a7f6b5d863 [2020-08-11T01:59:31.739Z] Step 13/20 : WORKDIR /edgex [2020-08-11T01:59:32.021Z] ---> Running in 1c27f39ae8d5 [2020-08-11T01:59:32.021Z] ---> Running in 8104a4589a1f [2020-08-11T01:59:33.015Z] Removing intermediate container 1c27f39ae8d5 [2020-08-11T01:59:33.015Z] ---> da3572d46f4a [2020-08-11T01:59:33.015Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T01:59:33.015Z] Removing intermediate container 8104a4589a1f [2020-08-11T01:59:33.015Z] ---> 1f217b6c1a3a [2020-08-11T01:59:33.015Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T01:59:33.298Z] ---> Running in b2ef4b3cc371 [2020-08-11T01:59:34.292Z] Removing intermediate container b2ef4b3cc371 [2020-08-11T01:59:34.292Z] ---> b6e0e91f3eab [2020-08-11T01:59:34.292Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T01:59:34.292Z] ---> Running in a8fa4ebaf146 [2020-08-11T01:59:34.292Z] ---> 49e834150e8c [2020-08-11T01:59:34.292Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T01:59:36.937Z] ---> 682d1cf6ef33 [2020-08-11T01:59:36.937Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T01:59:37.217Z] ---> Running in b9c82c0ddd09 [2020-08-11T01:59:38.675Z] Removing intermediate container b9c82c0ddd09 [2020-08-11T01:59:38.675Z] ---> a4f7c5ab5c07 [2020-08-11T01:59:38.675Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T01:59:38.959Z] ---> Running in 4e548698d942 [2020-08-11T01:59:39.236Z] Removing intermediate container a8fa4ebaf146 [2020-08-11T01:59:39.236Z] ---> f70b6fd9e9a2 [2020-08-11T01:59:39.236Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T01:59:40.250Z] Removing intermediate container 4e548698d942 [2020-08-11T01:59:40.250Z] ---> 3f8b0e5c8713 [2020-08-11T01:59:40.250Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T01:59:40.865Z] ---> Running in 17f9819b66db [2020-08-11T01:59:41.851Z] Removing intermediate container 17f9819b66db [2020-08-11T01:59:41.851Z] ---> 6a0e2899f1b6 [2020-08-11T01:59:41.851Z] Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T01:59:41.851Z] ---> 4daabebeb327 [2020-08-11T01:59:41.851Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T01:59:42.127Z] ---> Running in e644c397657c [2020-08-11T01:59:42.127Z] Removing intermediate container 3bbc1282c342 [2020-08-11T01:59:42.127Z] ---> 1749928b3d14 [2020-08-11T01:59:42.127Z] [2020-08-11T01:59:42.127Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T01:59:42.725Z] 3.10: Pulling from library/alpine [2020-08-11T01:59:42.999Z] Removing intermediate container e644c397657c [2020-08-11T01:59:42.999Z] ---> 7c8b23cac0a4 [2020-08-11T01:59:42.999Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T01:59:43.274Z] ---> d06a493a12a4 [2020-08-11T01:59:43.274Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T01:59:43.549Z] ---> Running in 857031dddd49 [2020-08-11T01:59:44.533Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T01:59:44.533Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T01:59:44.533Z] ---> 536a684cf733 [2020-08-11T01:59:44.533Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T01:59:44.803Z] Removing intermediate container 857031dddd49 [2020-08-11T01:59:44.803Z] ---> cd3d06b6b3a4 [2020-08-11T01:59:44.803Z] [2020-08-11T01:59:45.073Z] ---> Running in b30bd5ced56a [2020-08-11T01:59:45.073Z] ---> bb1196d9e71c [2020-08-11T01:59:45.073Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T01:59:46.050Z] Successfully built cd3d06b6b3a4 [2020-08-11T01:59:46.050Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-11T01:59:46.050Z] Building docker-core-metadata-go [2020-08-11T01:59:47.487Z]  Building docker-security-proxy-setup-go ... done  ---> 7c32c868515e [2020-08-11T01:59:47.487Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T01:59:47.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-11T01:59:48.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-11T01:59:48.634Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T01:59:48.634Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T01:59:48.634Z] OK: 10167 distinct packages available [2020-08-11T01:59:49.631Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T01:59:49.631Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T01:59:49.631Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T01:59:49.631Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T01:59:49.631Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T01:59:49.631Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T01:59:49.631Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T01:59:49.631Z] OK: 7 MiB in 19 packages [2020-08-11T01:59:50.230Z] ---> b7e78ba89148 [2020-08-11T01:59:50.230Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T01:59:50.514Z] Removing intermediate container 86623bc1fb2d [2020-08-11T01:59:50.514Z] ---> 8129dce5a778 [2020-08-11T01:59:50.515Z] [2020-08-11T01:59:50.515Z] Step 10/23 : FROM scratch [2020-08-11T01:59:50.515Z] ---> [2020-08-11T01:59:50.515Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T01:59:51.505Z] ---> Running in e65e3b5a269b [2020-08-11T01:59:51.505Z] ---> Running in 4a638b021c53 [2020-08-11T01:59:52.951Z] Removing intermediate container e65e3b5a269b [2020-08-11T01:59:53.239Z] ---> 1a3a901c04ab [2020-08-11T01:59:53.239Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T01:59:53.844Z] ---> Running in 512f939090fb [2020-08-11T01:59:53.844Z] Removing intermediate container b30bd5ced56a [2020-08-11T01:59:53.844Z] ---> ab4d71f43b4d [2020-08-11T01:59:53.844Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T01:59:54.440Z] ---> Running in abb660382bbd [2020-08-11T01:59:54.440Z] Removing intermediate container 512f939090fb [2020-08-11T01:59:54.440Z] ---> bfdf171c66e1 [2020-08-11T01:59:54.440Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T01:59:54.715Z] ---> Running in c4185276fe37 [2020-08-11T01:59:54.994Z] Removing intermediate container abb660382bbd [2020-08-11T01:59:54.994Z] ---> 6f93aad15fc5 [2020-08-11T01:59:54.994Z] Step 13/26 : WORKDIR / [2020-08-11T01:59:55.270Z] ---> Running in 888562eca0fc [2020-08-11T01:59:55.270Z] Removing intermediate container 4a638b021c53 [2020-08-11T01:59:55.270Z] ---> baed98762121 [2020-08-11T01:59:55.270Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T01:59:55.270Z] Removing intermediate container c4185276fe37 [2020-08-11T01:59:55.270Z] ---> b3f7429155b7 [2020-08-11T01:59:55.270Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T01:59:56.255Z] Removing intermediate container 888562eca0fc [2020-08-11T01:59:56.255Z] ---> 63ac620882d9 [2020-08-11T01:59:56.255Z] 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-11T01:59:56.876Z] ---> 6db43b99a3e5 [2020-08-11T01:59:56.876Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T01:59:57.149Z] ---> 764faceab4a3 [2020-08-11T01:59:57.149Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T01:59:57.421Z] ---> Running in f96f0875be23 [2020-08-11T01:59:57.702Z] ---> e60f67978a6a [2020-08-11T01:59:57.702Z] 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-11T01:59:59.687Z] ---> 4f9e4883a429 [2020-08-11T01:59:59.687Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T02:00:00.290Z] ---> c216d8885957 [2020-08-11T02:00:00.290Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T02:00:02.296Z] ---> f730ddd1b56d [2020-08-11T02:00:02.296Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T02:00:02.296Z] ---> aa3b4cd490f7 [2020-08-11T02:00:02.296Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T02:00:02.902Z] Removing intermediate container f96f0875be23 [2020-08-11T02:00:02.902Z] ---> c8bc89216041 [2020-08-11T02:00:02.902Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T02:00:03.502Z] ---> 5daf886c6e3a [2020-08-11T02:00:03.502Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T02:00:03.776Z] ---> Running in 5ed3c0eba820 [2020-08-11T02:00:04.756Z] ---> a642d048b8bf [2020-08-11T02:00:04.756Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T02:00:05.361Z] Removing intermediate container 8602e5e0bde9 [2020-08-11T02:00:05.361Z] ---> d049320111b9 [2020-08-11T02:00:05.361Z] [2020-08-11T02:00:05.361Z] Step 10/22 : FROM alpine [2020-08-11T02:00:05.361Z] ---> 62ee0e9f8440 [2020-08-11T02:00:05.361Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:00:05.637Z] ---> f83cf55a4089 [2020-08-11T02:00:05.637Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T02:00:05.913Z] ---> Running in 54fc84570516 [2020-08-11T02:00:06.511Z] ---> d1e2f7da4741 [2020-08-11T02:00:06.511Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T02:00:07.491Z] ---> c7ff1638cc68 [2020-08-11T02:00:07.491Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:00:07.491Z] Removing intermediate container 54fc84570516 [2020-08-11T02:00:07.491Z] ---> 2302676dae89 [2020-08-11T02:00:07.491Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T02:00:07.763Z] ---> Running in 6f28097b7dd1 [2020-08-11T02:00:07.763Z] ---> Running in 4b32bdd379ab [2020-08-11T02:00:08.038Z] ---> 8b7257306484 [2020-08-11T02:00:08.038Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T02:00:08.038Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:00:08.038Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:00:08.038Z] ---> f06c15f145d2 [2020-08-11T02:00:08.038Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:00:08.038Z] ---> Using cache [2020-08-11T02:00:08.038Z] ---> 1a32e252e0a1 [2020-08-11T02:00:08.038Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:00:08.038Z] ---> Using cache [2020-08-11T02:00:08.038Z] ---> 346b32c52373 [2020-08-11T02:00:08.038Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T02:00:08.038Z] ---> Using cache [2020-08-11T02:00:08.038Z] ---> 97bf419a1c69 [2020-08-11T02:00:08.038Z] Step 6/21 : COPY go.mod . [2020-08-11T02:00:08.038Z] ---> Using cache [2020-08-11T02:00:08.038Z] ---> caea81a9388b [2020-08-11T02:00:08.038Z] Step 7/21 : RUN go mod download [2020-08-11T02:00:08.038Z] ---> Using cache [2020-08-11T02:00:08.038Z] ---> 14442012215f [2020-08-11T02:00:08.038Z] Step 8/21 : COPY . . [2020-08-11T02:00:08.038Z] ---> Using cache [2020-08-11T02:00:08.038Z] ---> ba24bb7f49d7 [2020-08-11T02:00:08.038Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T02:00:08.320Z] ---> Running in 21490a91e17c [2020-08-11T02:00:08.599Z] Removing intermediate container 4b32bdd379ab [2020-08-11T02:00:08.599Z] ---> b37569a0e2a2 [2020-08-11T02:00:08.599Z] Step 21/23 : LABEL arch=arm64 [2020-08-11T02:00:08.877Z] Removing intermediate container 6f28097b7dd1 [2020-08-11T02:00:08.877Z] ---> 1931270aabdf [2020-08-11T02:00:08.877Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T02:00:09.164Z] ---> Running in 4352952110fb [2020-08-11T02:00:09.164Z] Removing intermediate container 5ed3c0eba820 [2020-08-11T02:00:09.164Z] ---> b2310896f823 [2020-08-11T02:00:09.164Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T02:00:09.164Z] ---> Running in 06d28bf31a65 [2020-08-11T02:00:09.441Z] ---> Running in 0c836eca94c1 [2020-08-11T02:00:09.717Z] ---> b2700a7cda3b [2020-08-11T02:00:09.717Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T02:00:10.006Z] Removing intermediate container 4352952110fb [2020-08-11T02:00:10.006Z] ---> 9f0bf5a97ce3 [2020-08-11T02:00:10.006Z] Step 22/23 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:00:10.006Z] Removing intermediate container 06d28bf31a65 [2020-08-11T02:00:10.006Z] ---> 102f9f73298d [2020-08-11T02:00:10.006Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:00:10.006Z] Removing intermediate container 0c836eca94c1 [2020-08-11T02:00:10.006Z] ---> a07734b9eacb [2020-08-11T02:00:10.006Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T02:00:10.006Z] ---> Running in 048d3cc2b5dc [2020-08-11T02:00:10.283Z] ---> Running in daaa5c81a7de [2020-08-11T02:00:10.283Z] ---> Running in f4b568c14935 [2020-08-11T02:00:10.283Z] 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-11T02:00:11.266Z] ---> 0dfcb26af8fb [2020-08-11T02:00:11.266Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T02:00:11.266Z] Removing intermediate container 048d3cc2b5dc [2020-08-11T02:00:11.266Z] ---> 7f55b068d16c [2020-08-11T02:00:11.266Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T02:00:11.266Z] Removing intermediate container daaa5c81a7de [2020-08-11T02:00:11.266Z] ---> c913a97bf831 [2020-08-11T02:00:11.266Z] Step 27/29 : LABEL arch=arm64 [2020-08-11T02:00:11.266Z] ---> Running in 6560e090dc39 [2020-08-11T02:00:11.538Z] ---> Running in 6bca1727d720 [2020-08-11T02:00:11.538Z] ---> Running in 7234473e67f1 [2020-08-11T02:00:12.161Z] Removing intermediate container 6bca1727d720 [2020-08-11T02:00:12.161Z] ---> 3df01fffe4e7 [2020-08-11T02:00:12.161Z] [2020-08-11T02:00:12.444Z] Removing intermediate container 7234473e67f1 [2020-08-11T02:00:12.444Z] ---> 954ec269cb1f [2020-08-11T02:00:12.444Z] Step 28/29 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:00:12.444Z] ---> Running in e328eb84a564 [2020-08-11T02:00:13.439Z] Successfully built 3df01fffe4e7 [2020-08-11T02:00:13.439Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-11T02:00:13.439Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-08-11T02:00:13.713Z] Removing intermediate container e328eb84a564 [2020-08-11T02:00:13.713Z] ---> 4bd876a09b23 [2020-08-11T02:00:13.713Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T02:00:13.713Z] ---> Running in 9ae12d5b2874 [2020-08-11T02:00:14.323Z] Removing intermediate container f4b568c14935 [2020-08-11T02:00:14.323Z] ---> 526d5116a182 [2020-08-11T02:00:14.323Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T02:00:14.323Z] ---> Running in cf62eba244b9 [2020-08-11T02:00:14.603Z] Removing intermediate container 9ae12d5b2874 [2020-08-11T02:00:14.603Z] ---> 6430ccc771ca [2020-08-11T02:00:14.603Z] [2020-08-11T02:00:15.592Z] Successfully built 6430ccc771ca [2020-08-11T02:00:15.592Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-11T02:00:15.592Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-08-11T02:00:16.574Z] Removing intermediate container 6560e090dc39 [2020-08-11T02:00:16.574Z] ---> ab28769b88af [2020-08-11T02:00:16.574Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T02:00:16.851Z] ---> Running in f8eda5287390 [2020-08-11T02:00:17.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:00:17.737Z] Removing intermediate container f8eda5287390 [2020-08-11T02:00:17.737Z] ---> d291ab2d2217 [2020-08-11T02:00:17.737Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T02:00:18.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:00:18.615Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T02:00:18.888Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T02:00:18.888Z] ---> Running in dccf32661c5a [2020-08-11T02:00:18.888Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T02:00:19.167Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T02:00:19.167Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T02:00:19.167Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:00:19.167Z] OK: 8 MiB in 19 packages [2020-08-11T02:00:20.164Z] Removing intermediate container dccf32661c5a [2020-08-11T02:00:20.164Z] ---> 6a9468137f33 [2020-08-11T02:00:20.164Z] Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:00:21.157Z] ---> Running in 21edb15a76cb [2020-08-11T02:00:23.147Z] Removing intermediate container 21edb15a76cb [2020-08-11T02:00:23.147Z] ---> b49e84fecc8f [2020-08-11T02:00:23.147Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T02:00:23.147Z] Removing intermediate container cf62eba244b9 [2020-08-11T02:00:23.147Z] ---> 244dadea9ce3 [2020-08-11T02:00:23.147Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T02:00:24.161Z] ---> Running in adb526dd4181 [2020-08-11T02:00:25.156Z] ---> f56d0241cd04 [2020-08-11T02:00:25.156Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T02:00:25.757Z] Removing intermediate container adb526dd4181 [2020-08-11T02:00:25.757Z] ---> 1bf85a11f345 [2020-08-11T02:00:25.757Z] [2020-08-11T02:00:26.366Z] Successfully built 1bf85a11f345 [2020-08-11T02:00:26.366Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-11T02:00:26.366Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-08-11T02:00:28.373Z] ---> cbf77517496c [2020-08-11T02:00:28.373Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T02:00:29.825Z] ---> 907502a9f4e8 [2020-08-11T02:00:29.825Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:00:30.431Z] ---> Running in ed5147cb726d [2020-08-11T02:00:31.411Z] Removing intermediate container ed5147cb726d [2020-08-11T02:00:31.411Z] ---> 1bd27623197b [2020-08-11T02:00:31.411Z] Step 20/22 : LABEL arch=arm64 [2020-08-11T02:00:32.390Z] ---> Running in 70cf8d2b7349 [2020-08-11T02:00:33.386Z] Removing intermediate container 70cf8d2b7349 [2020-08-11T02:00:33.386Z] ---> 5b275220f902 [2020-08-11T02:00:33.386Z] Step 21/22 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:00:33.667Z] ---> Running in 764c5353a213 [2020-08-11T02:00:34.269Z] Removing intermediate container 764c5353a213 [2020-08-11T02:00:34.269Z] ---> d92598c7d182 [2020-08-11T02:00:34.269Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T02:00:34.873Z] ---> Running in b166b1a9e186 [2020-08-11T02:00:35.475Z] Removing intermediate container b166b1a9e186 [2020-08-11T02:00:35.475Z] ---> f876ee7aa768 [2020-08-11T02:00:35.475Z] [2020-08-11T02:00:36.078Z] Successfully built f876ee7aa768 [2020-08-11T02:00:36.078Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-11T02:00:36.078Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-08-11T02:01:08.507Z] Removing intermediate container 21490a91e17c [2020-08-11T02:01:08.507Z] ---> f9977ae3dc88 [2020-08-11T02:01:08.507Z] [2020-08-11T02:01:08.507Z] Step 10/21 : FROM scratch [2020-08-11T02:01:08.507Z] ---> [2020-08-11T02:01:08.507Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:01:08.785Z] ---> Running in a0f42b129a89 [2020-08-11T02:01:09.387Z] Removing intermediate container a0f42b129a89 [2020-08-11T02:01:09.387Z] ---> 2e97694f2d98 [2020-08-11T02:01:09.387Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T02:01:09.387Z] ---> Running in 5c66348c9e96 [2020-08-11T02:01:09.986Z] Removing intermediate container 5c66348c9e96 [2020-08-11T02:01:09.986Z] ---> 964b337bb72c [2020-08-11T02:01:09.986Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:01:09.986Z] ---> Running in 51b4ce3d2d4f [2020-08-11T02:01:10.593Z] Removing intermediate container 51b4ce3d2d4f [2020-08-11T02:01:10.593Z] ---> 79fd5c54f38d [2020-08-11T02:01:10.593Z] Step 14/21 : WORKDIR / [2020-08-11T02:01:10.593Z] ---> Running in 0ba544b2712f [2020-08-11T02:01:11.583Z] Removing intermediate container 0ba544b2712f [2020-08-11T02:01:11.583Z] ---> a31bdb552368 [2020-08-11T02:01:11.583Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T02:01:12.571Z] ---> 8a03c044061b [2020-08-11T02:01:12.571Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T02:01:14.560Z] ---> 6040d8f8e357 [2020-08-11T02:01:14.560Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T02:01:15.161Z] ---> f4fe1d349699 [2020-08-11T02:01:15.161Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:01:15.436Z] ---> Running in 2b0da7eb923e [2020-08-11T02:01:16.040Z] Removing intermediate container 2b0da7eb923e [2020-08-11T02:01:16.040Z] ---> 43de5440a446 [2020-08-11T02:01:16.040Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T02:01:16.318Z] ---> Running in 8eef69c0fab4 [2020-08-11T02:01:17.313Z] Removing intermediate container 8eef69c0fab4 [2020-08-11T02:01:17.313Z] ---> b9d459a40f38 [2020-08-11T02:01:17.313Z] Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:01:17.313Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:01:17.313Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:01:17.313Z] ---> f06c15f145d2 [2020-08-11T02:01:17.313Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:01:17.313Z] ---> Using cache [2020-08-11T02:01:17.313Z] ---> 1a32e252e0a1 [2020-08-11T02:01:17.313Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:01:17.313Z] ---> Using cache [2020-08-11T02:01:17.313Z] ---> 346b32c52373 [2020-08-11T02:01:17.313Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T02:01:17.313Z] ---> Using cache [2020-08-11T02:01:17.313Z] ---> 97bf419a1c69 [2020-08-11T02:01:17.313Z] Step 6/21 : COPY go.mod . [2020-08-11T02:01:17.313Z] ---> Using cache [2020-08-11T02:01:17.313Z] ---> caea81a9388b [2020-08-11T02:01:17.313Z] Step 7/21 : RUN go mod download [2020-08-11T02:01:17.313Z] ---> Using cache [2020-08-11T02:01:17.313Z] ---> 14442012215f [2020-08-11T02:01:17.313Z] Step 8/21 : COPY . . [2020-08-11T02:01:17.313Z] ---> Using cache [2020-08-11T02:01:17.313Z] ---> ba24bb7f49d7 [2020-08-11T02:01:17.313Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T02:01:17.590Z] ---> Running in 3e2c31efe96e [2020-08-11T02:01:17.590Z] ---> Running in 803ccccc24da [2020-08-11T02:01:18.587Z] Removing intermediate container 3e2c31efe96e [2020-08-11T02:01:18.587Z] ---> 162305842300 [2020-08-11T02:01:18.587Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T02:01:18.587Z] ---> Running in 5a4938e52834 [2020-08-11T02:01:19.578Z] Removing intermediate container 5a4938e52834 [2020-08-11T02:01:19.578Z] ---> 68282014665f [2020-08-11T02:01:19.578Z] [2020-08-11T02:01:19.578Z] 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-11T02:01:20.185Z] Successfully built 68282014665f [2020-08-11T02:01:20.463Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-11T02:01:21.915Z]  Building docker-core-metadata-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:01:21.915Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:01:21.915Z] ---> f06c15f145d2 [2020-08-11T02:01:21.915Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T02:01:21.915Z] ---> Using cache [2020-08-11T02:01:21.915Z] ---> 1a32e252e0a1 [2020-08-11T02:01:21.915Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:01:21.915Z] ---> Using cache [2020-08-11T02:01:21.915Z] ---> 346b32c52373 [2020-08-11T02:01:21.915Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T02:01:22.514Z] ---> Running in 66cc5d96be72 [2020-08-11T02:01:25.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:01:25.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:01:26.975Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:01:26.975Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:01:26.975Z] OK: 12620 distinct packages available [2020-08-11T02:01:28.003Z] OK: 217 MiB in 51 packages [2020-08-11T02:01:32.472Z] Removing intermediate container 66cc5d96be72 [2020-08-11T02:01:32.472Z] ---> 15288db18838 [2020-08-11T02:01:32.472Z] Step 6/26 : COPY go.mod . [2020-08-11T02:01:33.922Z] ---> d36da1dc79f1 [2020-08-11T02:01:33.922Z] Step 7/26 : RUN go mod download [2020-08-11T02:01:33.922Z] ---> Running in 9e570b882970 [2020-08-11T02:01:33.922Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:01:33.922Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:01:33.922Z] ---> f06c15f145d2 [2020-08-11T02:01:33.922Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:01:33.922Z] ---> Using cache [2020-08-11T02:01:33.922Z] ---> 1a32e252e0a1 [2020-08-11T02:01:33.922Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:01:33.922Z] ---> Using cache [2020-08-11T02:01:33.922Z] ---> 346b32c52373 [2020-08-11T02:01:33.922Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T02:01:33.922Z] ---> Running in 6e9aeeac41ec [2020-08-11T02:01:37.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:01:38.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:01:38.888Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:01:38.888Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:01:38.889Z] ---> f06c15f145d2 [2020-08-11T02:01:38.889Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T02:01:38.889Z] ---> Using cache [2020-08-11T02:01:38.889Z] ---> 1a32e252e0a1 [2020-08-11T02:01:38.889Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:01:38.889Z] ---> Using cache [2020-08-11T02:01:38.889Z] ---> 346b32c52373 [2020-08-11T02:01:38.889Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T02:01:38.889Z] ---> Using cache [2020-08-11T02:01:38.889Z] ---> 97bf419a1c69 [2020-08-11T02:01:38.889Z] Step 6/20 : COPY go.mod . [2020-08-11T02:01:38.889Z] ---> Using cache [2020-08-11T02:01:38.889Z] ---> caea81a9388b [2020-08-11T02:01:38.889Z] Step 7/20 : RUN go mod download [2020-08-11T02:01:38.889Z] ---> Using cache [2020-08-11T02:01:38.889Z] ---> 14442012215f [2020-08-11T02:01:38.889Z] Step 8/20 : COPY . . [2020-08-11T02:01:38.889Z] ---> Using cache [2020-08-11T02:01:38.889Z] ---> ba24bb7f49d7 [2020-08-11T02:01:38.889Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T02:01:38.889Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:01:38.889Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:01:38.889Z] OK: 12620 distinct packages available [2020-08-11T02:01:39.487Z] ---> Running in 6950b15a636a [2020-08-11T02:01:39.759Z] OK: 217 MiB in 51 packages [2020-08-11T02:01:40.032Z] Removing intermediate container 9e570b882970 [2020-08-11T02:01:40.032Z] ---> 02841ab39f2b [2020-08-11T02:01:40.032Z] Step 8/26 : COPY . . [2020-08-11T02:01:40.630Z] OK: 217 MiB in 51 packages [2020-08-11T02:01:41.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T02:01:43.045Z] Removing intermediate container 6e9aeeac41ec [2020-08-11T02:01:43.045Z] ---> ad0f4eac13b1 [2020-08-11T02:01:43.045Z] Step 6/21 : COPY go.mod . [2020-08-11T02:01:44.483Z] ---> 1d23aef5bb83 [2020-08-11T02:01:44.483Z] Step 7/21 : RUN go mod download [2020-08-11T02:01:45.085Z] ---> Running in 0b757a0c1032 [2020-08-11T02:01:51.828Z] Removing intermediate container 0b757a0c1032 [2020-08-11T02:01:51.828Z] ---> ef9be09667d3 [2020-08-11T02:01:51.828Z] Step 8/21 : COPY . . [2020-08-11T02:02:10.182Z] ---> 563396d4e5a7 [2020-08-11T02:02:10.182Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T02:02:10.467Z] ---> Running in f7ad5b05b625 [2020-08-11T02:02:13.869Z] 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-11T02:02:20.606Z] ---> 9e808dfbbb1f [2020-08-11T02:02:20.606Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T02:02:20.606Z] ---> Running in 18d39749e211 [2020-08-11T02:02:23.231Z] 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-11T02:02:31.519Z] Removing intermediate container 803ccccc24da [2020-08-11T02:02:31.519Z] ---> 2782db58dd3a [2020-08-11T02:02:31.519Z] [2020-08-11T02:02:31.519Z] Step 10/21 : FROM scratch [2020-08-11T02:02:31.519Z] ---> [2020-08-11T02:02:31.519Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:02:31.519Z] ---> Using cache [2020-08-11T02:02:31.519Z] ---> 2e97694f2d98 [2020-08-11T02:02:31.519Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T02:02:31.794Z] ---> Running in 615408f17ac8 [2020-08-11T02:02:32.392Z] Removing intermediate container 615408f17ac8 [2020-08-11T02:02:32.392Z] ---> 450e6823b8e1 [2020-08-11T02:02:32.392Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:02:32.392Z] ---> Running in 77df0b1e8462 [2020-08-11T02:02:32.991Z] Removing intermediate container 77df0b1e8462 [2020-08-11T02:02:32.991Z] ---> baf9d9339ffb [2020-08-11T02:02:32.991Z] Step 14/21 : WORKDIR / [2020-08-11T02:02:33.267Z] ---> Running in a34383b50d30 [2020-08-11T02:02:34.248Z] Removing intermediate container a34383b50d30 [2020-08-11T02:02:34.248Z] ---> b2f80acb7f5f [2020-08-11T02:02:34.248Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T02:02:35.234Z] ---> 5e80bafa76ce [2020-08-11T02:02:35.234Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T02:02:37.231Z] ---> e0111e1d9798 [2020-08-11T02:02:37.231Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T02:02:38.241Z] ---> 4df2bfc21d37 [2020-08-11T02:02:38.241Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:02:38.241Z] ---> Running in 542b93fe772c [2020-08-11T02:02:39.234Z] Removing intermediate container 542b93fe772c [2020-08-11T02:02:39.234Z] ---> 8e6459a49450 [2020-08-11T02:02:39.234Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T02:02:39.234Z] ---> Running in 36e3abd60001 [2020-08-11T02:02:39.840Z] Removing intermediate container 36e3abd60001 [2020-08-11T02:02:39.840Z] ---> a3ef3565530f [2020-08-11T02:02:39.840Z] Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:02:40.121Z] ---> Running in 34c759cbb0e0 [2020-08-11T02:02:40.726Z] Removing intermediate container 34c759cbb0e0 [2020-08-11T02:02:40.726Z] ---> a4d2b5806e29 [2020-08-11T02:02:40.726Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T02:02:40.726Z] ---> Running in ac40e8937a25 [2020-08-11T02:02:41.730Z] Removing intermediate container ac40e8937a25 [2020-08-11T02:02:41.730Z] ---> 15886f179435 [2020-08-11T02:02:41.730Z] [2020-08-11T02:02:42.004Z] Successfully built 15886f179435 [2020-08-11T02:02:42.004Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-11T02:03:00.350Z]  Building docker-core-command-go ... done Removing intermediate container 6950b15a636a [2020-08-11T02:03:00.350Z] ---> 1b5b6706886f [2020-08-11T02:03:00.350Z] [2020-08-11T02:03:00.350Z] Step 10/20 : FROM scratch [2020-08-11T02:03:00.350Z] ---> [2020-08-11T02:03:00.350Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:03:00.350Z] ---> Using cache [2020-08-11T02:03:00.350Z] ---> 2e97694f2d98 [2020-08-11T02:03:00.350Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T02:03:00.350Z] ---> Running in 48648ed6bf19 [2020-08-11T02:03:00.350Z] Removing intermediate container 48648ed6bf19 [2020-08-11T02:03:00.350Z] ---> b259120bcd52 [2020-08-11T02:03:00.350Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T02:03:00.350Z] ---> Running in 43c372dee8be [2020-08-11T02:03:00.350Z] Removing intermediate container 43c372dee8be [2020-08-11T02:03:00.350Z] ---> 350b33795d8c [2020-08-11T02:03:00.350Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T02:03:01.351Z] ---> 7efd356331c1 [2020-08-11T02:03:01.351Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T02:03:03.345Z] ---> 58d995844c3a [2020-08-11T02:03:03.345Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T02:03:04.795Z] ---> d3185e80740e [2020-08-11T02:03:04.795Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:03:04.795Z] ---> Running in 01efe0b7797b [2020-08-11T02:03:05.406Z] Removing intermediate container 01efe0b7797b [2020-08-11T02:03:05.406Z] ---> 28a65158bb31 [2020-08-11T02:03:05.406Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T02:03:05.679Z] ---> Running in 91b97c33d0ea [2020-08-11T02:03:06.670Z] Removing intermediate container 91b97c33d0ea [2020-08-11T02:03:06.670Z] ---> 6da879ca6c25 [2020-08-11T02:03:06.670Z] Step 19/20 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:03:06.670Z] ---> Running in 1b0aae71bde9 [2020-08-11T02:03:07.280Z] Removing intermediate container 1b0aae71bde9 [2020-08-11T02:03:07.280Z] ---> 98df689dd9a1 [2020-08-11T02:03:07.280Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T02:03:07.554Z] ---> Running in e5437162b46d [2020-08-11T02:03:08.161Z] Removing intermediate container e5437162b46d [2020-08-11T02:03:08.161Z] ---> 7fc493bb6d4a [2020-08-11T02:03:08.161Z] [2020-08-11T02:03:08.762Z] Successfully built 7fc493bb6d4a [2020-08-11T02:03:08.762Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-11T02:03:15.487Z]  Building docker-support-scheduler-go ... done Removing intermediate container f7ad5b05b625 [2020-08-11T02:03:15.487Z] ---> 2efb94503c22 [2020-08-11T02:03:15.487Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T02:03:15.487Z] ---> Running in df8b65e5f12f [2020-08-11T02:03:16.926Z] 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-11T02:03:18.365Z] Removing intermediate container 18d39749e211 [2020-08-11T02:03:18.365Z] ---> af7e0f4f7954 [2020-08-11T02:03:18.365Z] [2020-08-11T02:03:18.365Z] Step 10/21 : FROM scratch [2020-08-11T02:03:18.365Z] ---> [2020-08-11T02:03:18.365Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T02:03:18.637Z] ---> Using cache [2020-08-11T02:03:18.637Z] ---> 1a3a901c04ab [2020-08-11T02:03:18.637Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T02:03:18.637Z] ---> Running in 759cf1c5923f [2020-08-11T02:03:19.237Z] Removing intermediate container 759cf1c5923f [2020-08-11T02:03:19.237Z] ---> 4503d4233c7a [2020-08-11T02:03:19.237Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:03:19.237Z] ---> Running in b5550220b571 [2020-08-11T02:03:19.830Z] Removing intermediate container b5550220b571 [2020-08-11T02:03:19.830Z] ---> ca9bbb7f0f87 [2020-08-11T02:03:19.830Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T02:03:20.101Z] Removing intermediate container df8b65e5f12f [2020-08-11T02:03:20.101Z] ---> 9d37e80f68e7 [2020-08-11T02:03:20.101Z] [2020-08-11T02:03:20.101Z] Step 11/26 : FROM docker:latest [2020-08-11T02:03:20.101Z] ---> ce9d55ae87f1 [2020-08-11T02:03:20.101Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T02:03:20.374Z] ---> Running in 98274a99f700 [2020-08-11T02:03:20.374Z] ---> b6d6c0192f1f [2020-08-11T02:03:20.374Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T02:03:21.349Z] ---> c6d304c84074 [2020-08-11T02:03:21.349Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T02:03:21.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:03:21.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:03:22.534Z] ---> 00ef0a143f40 [2020-08-11T02:03:22.534Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T02:03:22.534Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T02:03:22.534Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T02:03:22.806Z] Executing bash-5.0.17-r0.post-install [2020-08-11T02:03:22.806Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:03:22.806Z] OK: 12 MiB in 22 packages [2020-08-11T02:03:23.081Z] ---> b8fdbc25dc1b [2020-08-11T02:03:23.081Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:03:23.353Z] ---> Running in 9fa008aa33f1 [2020-08-11T02:03:23.956Z] Removing intermediate container 9fa008aa33f1 [2020-08-11T02:03:23.956Z] ---> 9220c873afd2 [2020-08-11T02:03:23.956Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T02:03:23.956Z] Removing intermediate container 98274a99f700 [2020-08-11T02:03:23.956Z] ---> aad9b650b622 [2020-08-11T02:03:23.956Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T02:03:23.956Z] ---> Running in 7b2017924884 [2020-08-11T02:03:23.956Z] ---> Running in 687ccd773a39 [2020-08-11T02:03:24.555Z] Removing intermediate container 7b2017924884 [2020-08-11T02:03:24.555Z] ---> 58e940b78939 [2020-08-11T02:03:24.555Z] Step 20/21 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:03:24.555Z] ---> Running in 141ed0c9cfc0 [2020-08-11T02:03:25.154Z] Removing intermediate container 141ed0c9cfc0 [2020-08-11T02:03:25.154Z] ---> 3ab87d62fa77 [2020-08-11T02:03:25.154Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T02:03:25.154Z] ---> Running in b4b692bd7eb8 [2020-08-11T02:03:25.754Z] Removing intermediate container b4b692bd7eb8 [2020-08-11T02:03:25.754Z] ---> 01345115d391 [2020-08-11T02:03:25.754Z] [2020-08-11T02:03:26.359Z] Successfully built 01345115d391 [2020-08-11T02:03:26.359Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-11T02:03:26.956Z]  Building docker-support-logging-go ... done Removing intermediate container 687ccd773a39 [2020-08-11T02:03:26.956Z] ---> a6b1e09304f6 [2020-08-11T02:03:26.956Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T02:03:26.956Z] ---> Running in 2f958a9aca6b [2020-08-11T02:03:27.234Z] Removing intermediate container 2f958a9aca6b [2020-08-11T02:03:27.234Z] ---> e6912def3a71 [2020-08-11T02:03:27.234Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T02:03:27.509Z] ---> Running in 3210102faecd [2020-08-11T02:03:28.105Z] Removing intermediate container 3210102faecd [2020-08-11T02:03:28.105Z] ---> 316505e35d43 [2020-08-11T02:03:28.105Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T02:03:28.105Z] ---> Running in d5a175e1192c [2020-08-11T02:03:28.702Z] Removing intermediate container d5a175e1192c [2020-08-11T02:03:28.703Z] ---> 1ec20da167d1 [2020-08-11T02:03:28.703Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T02:03:29.684Z] ---> 29758b29e2b3 [2020-08-11T02:03:29.684Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T02:03:30.662Z] ---> b1d6d1bb2b04 [2020-08-11T02:03:30.662Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T02:03:31.259Z] ---> c2333c408aea [2020-08-11T02:03:31.259Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T02:03:31.531Z] ---> Running in df62ef5c8bd1 [2020-08-11T02:03:32.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:03:33.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:03:33.832Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T02:03:33.832Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T02:03:33.832Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T02:03:33.832Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T02:03:33.832Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T02:03:33.832Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T02:03:33.832Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T02:03:35.799Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T02:03:35.799Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T02:03:35.799Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T02:03:35.799Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T02:03:35.799Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T02:03:35.799Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T02:03:35.799Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T02:03:35.799Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T02:03:35.799Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T02:03:35.799Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T02:03:35.799Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T02:03:35.799Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T02:03:35.799Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T02:03:35.799Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T02:03:35.799Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T02:03:35.799Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T02:03:35.799Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T02:03:35.799Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T02:03:35.799Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T02:03:36.074Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T02:03:36.074Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T02:03:36.074Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T02:03:36.074Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T02:03:36.074Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T02:03:36.074Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T02:03:36.074Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T02:03:36.074Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:03:36.074Z] OK: 71 MiB in 55 packages [2020-08-11T02:03:44.359Z] Removing intermediate container df62ef5c8bd1 [2020-08-11T02:03:44.359Z] ---> c9bd78a77cec [2020-08-11T02:03:44.359Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T02:03:44.359Z] ---> Running in 260c59f344a9 [2020-08-11T02:03:48.652Z] Collecting docker-compose==1.23.2 [2020-08-11T02:03:48.652Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T02:03:48.652Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T02:03:48.652Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T02:03:48.923Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T02:03:48.923Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T02:03:50.891Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T02:03:50.891Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T02:03:52.858Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T02:03:52.858Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T02:03:54.320Z] 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-11T02:03:54.919Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T02:03:54.919Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T02:03:55.906Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T02:03:55.906Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T02:03:57.399Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T02:03:57.399Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T02:03:58.012Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T02:03:58.012Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T02:03:58.626Z] Collecting PyYAML<4,>=3.10 [2020-08-11T02:03:58.626Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T02:04:02.062Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T02:04:02.062Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T02:04:02.062Z] 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-11T02:04:02.062Z] Collecting idna<2.8,>=2.5 [2020-08-11T02:04:02.062Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T02:04:02.655Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T02:04:02.655Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T02:04:02.655Z] 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-11T02:04:02.655Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T02:04:02.655Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T02:04:02.655Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T02:04:02.655Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T02:04:03.635Z] Installing collected packages: cached-property, texttable, docopt, dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, PyYAML, docker-compose [2020-08-11T02:04:03.635Z] Running setup.py install for texttable: started [2020-08-11T02:04:05.658Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T02:04:05.658Z] Running setup.py install for docopt: started [2020-08-11T02:04:07.134Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T02:04:07.134Z] Running setup.py install for dockerpty: started [2020-08-11T02:04:09.122Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T02:04:09.394Z] Attempting uninstall: idna [2020-08-11T02:04:09.394Z] Found existing installation: idna 2.9 [2020-08-11T02:04:09.394Z] Uninstalling idna-2.9: [2020-08-11T02:04:09.394Z] Successfully uninstalled idna-2.9 [2020-08-11T02:04:10.391Z] Attempting uninstall: urllib3 [2020-08-11T02:04:10.391Z] Found existing installation: urllib3 1.25.9 [2020-08-11T02:04:10.392Z] Uninstalling urllib3-1.25.9: [2020-08-11T02:04:10.392Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T02:04:10.986Z] Attempting uninstall: requests [2020-08-11T02:04:10.986Z] Found existing installation: requests 2.23.0 [2020-08-11T02:04:10.986Z] Uninstalling requests-2.23.0: [2020-08-11T02:04:10.986Z] Successfully uninstalled requests-2.23.0 [2020-08-11T02:04:12.436Z] Running setup.py install for PyYAML: started [2020-08-11T02:04:14.419Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T02:04:15.414Z] 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-11T02:04:18.806Z] Removing intermediate container 260c59f344a9 [2020-08-11T02:04:18.806Z] ---> 9fccb526c44c [2020-08-11T02:04:18.806Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T02:04:19.079Z] ---> Running in 08d806c8b970 [2020-08-11T02:04:20.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:04:20.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:04:21.386Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T02:04:21.386Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T02:04:21.386Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T02:04:21.386Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:04:21.386Z] OK: 71 MiB in 58 packages [2020-08-11T02:04:22.827Z] Removing intermediate container 08d806c8b970 [2020-08-11T02:04:22.828Z] ---> b350aed2ea81 [2020-08-11T02:04:22.828Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:04:22.828Z] ---> Running in 46a3482f0f98 [2020-08-11T02:04:23.432Z] Removing intermediate container 46a3482f0f98 [2020-08-11T02:04:23.432Z] ---> bab2d7a13475 [2020-08-11T02:04:23.432Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T02:04:23.432Z] ---> Running in 177a8c287634 [2020-08-11T02:04:23.709Z] Removing intermediate container 177a8c287634 [2020-08-11T02:04:23.709Z] ---> 66a12ee7d5f1 [2020-08-11T02:04:23.709Z] Step 25/26 : LABEL git_sha=2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T02:04:23.984Z] ---> Running in 829e8b0193bf [2020-08-11T02:04:24.259Z] Removing intermediate container 829e8b0193bf [2020-08-11T02:04:24.259Z] ---> e82082b35b27 [2020-08-11T02:04:24.542Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T02:04:24.542Z] ---> Running in 6ed6cc4c4135 [2020-08-11T02:04:25.139Z] Removing intermediate container 6ed6cc4c4135 [2020-08-11T02:04:25.139Z] ---> 0c1eb44acefb [2020-08-11T02:04:25.139Z] [2020-08-11T02:04:25.412Z] Successfully built 0c1eb44acefb [2020-08-11T02:04:25.412Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-11T02:04:25.712Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-11T02:04:25.706Z] $ docker stop --time=1 9cc20b32f14275a009a2ce35f6e188dc6658ad8d16f16f3e4ceaefc4ed72224f [2020-08-11T02:04:27.636Z] $ docker rm -f 9cc20b32f14275a009a2ce35f6e188dc6658ad8d16f16f3e4ceaefc4ed72224f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:04:28.295Z] + + grep docker [2020-08-11T02:04:28.295Z] docker images [2020-08-11T02:04:28.565Z] docker-sys-mgmt-agent-go-arm64 latest 0c1eb44acefb 4 seconds ago 266MB [2020-08-11T02:04:28.565Z] docker-support-logging-go-arm64 latest 01345115d391 About a minute ago 11.4MB [2020-08-11T02:04:28.565Z] docker-support-scheduler-go-arm64 latest 7fc493bb6d4a About a minute ago 12.6MB [2020-08-11T02:04:28.565Z] docker-core-command-go-arm64 latest 15886f179435 About a minute ago 12.4MB [2020-08-11T02:04:28.565Z] docker-core-metadata-go-arm64 latest 68282014665f 3 minutes ago 13.8MB [2020-08-11T02:04:28.565Z] docker-core-data-go-arm64 latest f876ee7aa768 3 minutes ago 22.6MB [2020-08-11T02:04:28.565Z] docker-security-secretstore-setup-go-arm64 latest 1bf85a11f345 4 minutes ago 32.6MB [2020-08-11T02:04:28.565Z] docker-security-secrets-setup-go-arm64 latest 6430ccc771ca 4 minutes ago 24.2MB [2020-08-11T02:04:28.565Z] docker-support-notifications-go-arm64 latest 3df01fffe4e7 4 minutes ago 13.9MB [2020-08-11T02:04:28.565Z] docker-security-proxy-setup-go-arm64 latest cd3d06b6b3a4 4 minutes ago 15.8MB [2020-08-11T02:04:28.565Z] docker latest ce9d55ae87f1 6 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-11T02:04:30.147Z] provisioning config files... [2020-08-11T02:04:30.164Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2790630093039618236tmp [Pipeline] { [Pipeline] sh [2020-08-11T02:04:30.541Z] + curl -s https://codecov.io/bash [2020-08-11T02:04:30.541Z] + bash -s - -t @/w/workspace/edgex-go/3@tmp/config2790630093039618236tmp [Pipeline] } [2020-08-11T02:04:31.231Z] 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-11T02:04:32.702Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T02:04:33.574Z] ---> package-listing.sh [2020-08-11T02:04:33.574Z] ++ facter osfamily [2020-08-11T02:04:33.574Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-11T02:04:33.574Z] + OS_FAMILY=redhat [2020-08-11T02:04:33.574Z] + workspace=/w/workspace/edgex-go/3 [2020-08-11T02:04:33.574Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-11T02:04:33.574Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-11T02:04:33.574Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-11T02:04:33.574Z] + PACKAGES=/tmp/packages_start.txt [2020-08-11T02:04:33.574Z] + '[' /w/workspace/edgex-go/3 ']' [2020-08-11T02:04:33.574Z] + PACKAGES=/tmp/packages_end.txt [2020-08-11T02:04:33.574Z] + case "${OS_FAMILY}" in [2020-08-11T02:04:33.574Z] + rpm -qa [2020-08-11T02:04:33.574Z] + sort [2020-08-11T02:04:37.779Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-11T02:04:37.779Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-11T02:04:37.779Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-11T02:04:37.779Z] + '[' /w/workspace/edgex-go/3 ']' [2020-08-11T02:04:37.779Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-08-11T02:04:37.779Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:04:38.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T02:04:38.482Z] [2020-08-11T02:04:38.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:04:38.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T02:04:38.820Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-11T02:04:38.820Z] c9b1b535fdd9: Pulling fs layer [2020-08-11T02:04:38.820Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-11T02:04:38.820Z] 756a868c4378: Pulling fs layer [2020-08-11T02:04:38.820Z] 444b2fc9a129: Pulling fs layer [2020-08-11T02:04:38.820Z] ea15f1150254: Pulling fs layer [2020-08-11T02:04:38.820Z] 41b27a9f41bf: Pulling fs layer [2020-08-11T02:04:38.820Z] 28c525ee5125: Pulling fs layer [2020-08-11T02:04:38.820Z] 094b1ea09ed8: Pulling fs layer [2020-08-11T02:04:38.820Z] 138eaada9080: Pulling fs layer [2020-08-11T02:04:38.820Z] 0622d0fa9048: Pulling fs layer [2020-08-11T02:04:38.820Z] 094b1ea09ed8: Waiting [2020-08-11T02:04:38.820Z] 41b27a9f41bf: Waiting [2020-08-11T02:04:38.820Z] ea15f1150254: Waiting [2020-08-11T02:04:38.820Z] 28c525ee5125: Waiting [2020-08-11T02:04:38.820Z] 138eaada9080: Waiting [2020-08-11T02:04:38.820Z] 0622d0fa9048: Waiting [2020-08-11T02:04:38.820Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-11T02:04:38.820Z] 2cc5ad85d9ab: Download complete [2020-08-11T02:04:38.820Z] 444b2fc9a129: Verifying Checksum [2020-08-11T02:04:38.820Z] 444b2fc9a129: Download complete [2020-08-11T02:04:38.820Z] c9b1b535fdd9: Verifying Checksum [2020-08-11T02:04:38.820Z] c9b1b535fdd9: Download complete [2020-08-11T02:04:39.081Z] ea15f1150254: Verifying Checksum [2020-08-11T02:04:39.081Z] ea15f1150254: Download complete [2020-08-11T02:04:39.081Z] 28c525ee5125: Verifying Checksum [2020-08-11T02:04:39.081Z] 28c525ee5125: Download complete [2020-08-11T02:04:39.350Z] 756a868c4378: Verifying Checksum [2020-08-11T02:04:39.350Z] 756a868c4378: Download complete [2020-08-11T02:04:39.350Z] c9b1b535fdd9: Pull complete [2020-08-11T02:04:39.350Z] 138eaada9080: Verifying Checksum [2020-08-11T02:04:39.350Z] 138eaada9080: Download complete [2020-08-11T02:04:39.615Z] 0622d0fa9048: Verifying Checksum [2020-08-11T02:04:39.615Z] 0622d0fa9048: Download complete [2020-08-11T02:04:39.615Z] 094b1ea09ed8: Verifying Checksum [2020-08-11T02:04:39.615Z] 094b1ea09ed8: Download complete [2020-08-11T02:04:39.615Z] 2cc5ad85d9ab: Pull complete [2020-08-11T02:04:39.876Z] 41b27a9f41bf: Verifying Checksum [2020-08-11T02:04:39.876Z] 41b27a9f41bf: Download complete [2020-08-11T02:04:42.428Z] 756a868c4378: Pull complete [2020-08-11T02:04:42.428Z] 444b2fc9a129: Pull complete [2020-08-11T02:04:42.428Z] ea15f1150254: Pull complete [2020-08-11T02:04:47.729Z] 41b27a9f41bf: Pull complete [2020-08-11T02:04:47.729Z] 28c525ee5125: Pull complete [2020-08-11T02:04:50.280Z] 094b1ea09ed8: Pull complete [2020-08-11T02:04:50.280Z] 138eaada9080: Pull complete [2020-08-11T02:04:51.224Z] 0622d0fa9048: Pull complete [2020-08-11T02:04:51.224Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-11T02:04:51.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T02:04:51.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-11T02:04:51.418Z] prd-centos7-docker-4c-2g-3332 does not seem to be running inside a container [2020-08-11T02:04:51.464Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-11T02:04:55.920Z] $ docker top b5f2285fdf923c45638c7c98e86757664bb36b8a7889f14459f63172f796ed2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T02:04:56.205Z] provisioning config files... [2020-08-11T02:04:56.219Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8706968376203936108tmp [Pipeline] { [Pipeline] echo [2020-08-11T02:04:56.293Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T02:04:56.586Z] ---> create-netrc.sh [Pipeline] echo [2020-08-11T02:04:56.596Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T02:04:56.887Z] ---> logs-deploy.sh [2020-08-11T02:04:56.888Z] + ARCHIVE_ARTIFACTS= [2020-08-11T02:04:56.888Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-11T02:04:56.888Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-11T02:04:56.888Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-11T02:04:56.888Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/3 [2020-08-11T02:04:56.888Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/3/ [2020-08-11T02:04:56.888Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/3 /w/workspace/edgex-go/3 [2020-08-11T02:04:57.828Z] Archives upload complete. [2020-08-11T02:04:58.088Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/3/