Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+b15589ad757bd96941d0737b641a3301667c5cfd (219b68d00e14e7682e482ab4b645ff82b66b1eb5) 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-683 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # 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/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 Merge succeeded, producing 81c082e430debda7cc183784e13e915cab83d37c Checking out Revision 81c082e430debda7cc183784e13e915cab83d37c (PR-2574) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81c082e430debda7cc183784e13e915cab83d37c # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T04:31:23.574Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T04:31:23.803Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T04:31:23.881Z] ========================================================= [2020-07-23T04:31:23.881Z] EdgeX Global Pipelines Version Info [2020-07-23T04:31:23.881Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2f39f0a06e0444173243fec1449d0bddaa062083 # timeout=10 [2020-07-23T04:31:25.288Z] ------------------- [2020-07-23T04:31:25.288Z] stable info: [2020-07-23T04:31:25.288Z] ------------------- [2020-07-23T04:31:25.288Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T04:31:25.288Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:31:25.288Z] Message: update stable to v1.0.103 [2020-07-23T04:31:26.274Z] ------------------- [2020-07-23T04:31:26.274Z] experimental info: [2020-07-23T04:31:26.274Z] ------------------- [2020-07-23T04:31:26.274Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T04:31:26.274Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:31:26.274Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-23T04:31:28.143Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/core-command/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/core-data/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-23T04:31:28.143Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:31:28.143Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:31:28.143Z] ++ cut -d/ -f2 [2020-07-23T04:31:28.143Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-23T04:31:28.212Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:31:28.859Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:31:28.859Z] [2020-07-23T04:31:28.859Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:31:29.212Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:31:29.212Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T04:31:29.212Z] 31603596830f: Pulling fs layer [2020-07-23T04:31:29.212Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T04:31:29.212Z] 6ca5941a6612: Pulling fs layer [2020-07-23T04:31:29.212Z] ecc8261a40a4: Pulling fs layer [2020-07-23T04:31:29.212Z] ecc8261a40a4: Waiting [2020-07-23T04:31:29.212Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T04:31:29.212Z] 2a8b12db71e7: Download complete [2020-07-23T04:31:29.478Z] 31603596830f: Verifying Checksum [2020-07-23T04:31:29.478Z] 31603596830f: Download complete [2020-07-23T04:31:29.478Z] 6ca5941a6612: Verifying Checksum [2020-07-23T04:31:29.478Z] 6ca5941a6612: Download complete [2020-07-23T04:31:29.478Z] ecc8261a40a4: Verifying Checksum [2020-07-23T04:31:29.478Z] ecc8261a40a4: Download complete [2020-07-23T04:31:29.741Z] 31603596830f: Pull complete [2020-07-23T04:31:29.741Z] 2a8b12db71e7: Pull complete [2020-07-23T04:31:30.694Z] 6ca5941a6612: Pull complete [2020-07-23T04:31:30.694Z] ecc8261a40a4: Pull complete [2020-07-23T04:31:30.694Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T04:31:30.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:31:30.695Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T04:31:31.060Z] prd-centos7-docker-4c-2g-683 does not seem to be running inside a container [2020-07-23T04:31:31.113Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-23T04:31:33.513Z] $ docker top 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T04:31:33.807Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:31:33.807Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:31:34.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:31:34.007Z] $ docker exec 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent [2020-07-23T04:31:34.181Z] SSH_AUTH_SOCK=/tmp/ssh-5UAFLp3UymfC/agent.12 [2020-07-23T04:31:34.181Z] SSH_AGENT_PID=18 [2020-07-23T04:31:34.191Z] Running ssh-add (command line suppressed) [2020-07-23T04:31:34.305Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_3604943505482085610.key (/w/workspace/edgex-go/23@tmp/private_key_3604943505482085610.key) [2020-07-23T04:31:34.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:31:34.685Z] + git describe --exact-match --tags HEAD [2020-07-23T04:31:34.685Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T04:31:34.700Z] $ docker exec --env ******** --env ******** 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent -k [2020-07-23T04:31:34.812Z] unset SSH_AUTH_SOCK; [2020-07-23T04:31:34.813Z] unset SSH_AGENT_PID; [2020-07-23T04:31:34.813Z] echo Agent pid 18 killed; [2020-07-23T04:31:34.866Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T04:31:34.944Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T04:31:34.944Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T04:31:35.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:31:35.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:31:35.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:31:35.187Z] $ docker exec 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent [2020-07-23T04:31:35.352Z] SSH_AUTH_SOCK=/tmp/ssh-67zRNCcbxZas/agent.46 [2020-07-23T04:31:35.352Z] SSH_AGENT_PID=51 [2020-07-23T04:31:35.358Z] Running ssh-add (command line suppressed) [2020-07-23T04:31:35.474Z] Identity added: /w/workspace/edgex-go/23@tmp/private_key_7388343778381807826.key (/w/workspace/edgex-go/23@tmp/private_key_7388343778381807826.key) [2020-07-23T04:31:35.527Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:31:35.846Z] + git semver init [2020-07-23T04:31:35.847Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T04:31:35.847Z] # $GIT_DIR = /w/workspace/edgex-go/23/.git [2020-07-23T04:31:35.847Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/23 [2020-07-23T04:31:35.847Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T04:31:35.847Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T04:31:35.847Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T04:31:35.847Z] # $SEMVER_BRANCH = PR-2574 [2020-07-23T04:31:35.847Z] # $SEMVER_TEMP = /tmp/semver-711967076 [2020-07-23T04:31:35.847Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-23T04:31:57.907Z] # '/tmp/semver-711967076' -> '/w/workspace/edgex-go/23/.semver' [2020-07-23T04:31:57.907Z] # -> Force: false [2020-07-23T04:31:57.907Z] # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } [2020-07-23T04:31:57.918Z] $ docker exec --env ******** --env ******** 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 ssh-agent -k [2020-07-23T04:31:58.160Z] unset SSH_AUTH_SOCK; [2020-07-23T04:31:58.161Z] unset SSH_AGENT_PID; [2020-07-23T04:31:58.162Z] echo Agent pid 51 killed; [2020-07-23T04:31:58.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T04:31:58.751Z] + git semver [Pipeline] } [2020-07-23T04:31:58.767Z] $ docker stop --time=1 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 [2020-07-23T04:32:00.535Z] $ docker rm -f 09121d124c721c7d36ac8a18cd44fd85698b60c6b61fa68c3a9f4d8eccb90fc3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T04:32:14.526Z] Stashed 23 file(s) [Pipeline] echo [2020-07-23T04:32:14.528Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-23T04:32:14.979Z] ========================================================= [2020-07-23T04:32:14.979Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-23T04:32:14.979Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:32:15.308Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-23T04:32:18.621Z] Sending build context to Docker daemon 323.3MB [2020-07-23T04:32:18.621Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:32:18.621Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:32:18.621Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-23T04:32:18.621Z] df20fa9351a1: Pulling fs layer [2020-07-23T04:32:18.621Z] ed8968b2872e: Pulling fs layer [2020-07-23T04:32:18.621Z] a92cc7c5fd73: Pulling fs layer [2020-07-23T04:32:18.621Z] 2dd03ba5bac4: Pulling fs layer [2020-07-23T04:32:18.621Z] 1e091d79d1de: Pulling fs layer [2020-07-23T04:32:18.621Z] 481702a1767f: Pulling fs layer [2020-07-23T04:32:18.621Z] f64a6f60c768: Pulling fs layer [2020-07-23T04:32:18.621Z] e78d2573fc39: Pulling fs layer [2020-07-23T04:32:18.621Z] e876d2f968b6: Pulling fs layer [2020-07-23T04:32:18.621Z] ce8a83651883: Pulling fs layer [2020-07-23T04:32:18.621Z] 07967f4d0e4b: Pulling fs layer [2020-07-23T04:32:18.621Z] 2dd03ba5bac4: Waiting [2020-07-23T04:32:18.621Z] 1e091d79d1de: Waiting [2020-07-23T04:32:18.621Z] 481702a1767f: Waiting [2020-07-23T04:32:18.621Z] f64a6f60c768: Waiting [2020-07-23T04:32:18.621Z] e78d2573fc39: Waiting [2020-07-23T04:32:18.621Z] e876d2f968b6: Waiting [2020-07-23T04:32:18.621Z] ce8a83651883: Waiting [2020-07-23T04:32:18.621Z] 07967f4d0e4b: Waiting [2020-07-23T04:32:18.621Z] a92cc7c5fd73: Verifying Checksum [2020-07-23T04:32:18.621Z] a92cc7c5fd73: Download complete [2020-07-23T04:32:18.621Z] ed8968b2872e: Verifying Checksum [2020-07-23T04:32:18.621Z] ed8968b2872e: Download complete [2020-07-23T04:32:18.621Z] 1e091d79d1de: Download complete [2020-07-23T04:32:18.621Z] 481702a1767f: Verifying Checksum [2020-07-23T04:32:18.621Z] 481702a1767f: Download complete [2020-07-23T04:32:18.621Z] df20fa9351a1: Download complete [2020-07-23T04:32:19.593Z] f64a6f60c768: Verifying Checksum [2020-07-23T04:32:19.593Z] f64a6f60c768: Download complete [2020-07-23T04:32:19.858Z] e876d2f968b6: Verifying Checksum [2020-07-23T04:32:19.858Z] e876d2f968b6: Download complete [2020-07-23T04:32:20.117Z] e78d2573fc39: Verifying Checksum [2020-07-23T04:32:20.117Z] e78d2573fc39: Download complete [2020-07-23T04:32:20.117Z] 2dd03ba5bac4: Verifying Checksum [2020-07-23T04:32:20.117Z] 2dd03ba5bac4: Download complete [2020-07-23T04:32:20.117Z] 07967f4d0e4b: Verifying Checksum [2020-07-23T04:32:20.117Z] 07967f4d0e4b: Download complete [2020-07-23T04:32:20.378Z] ce8a83651883: Download complete [2020-07-23T04:32:21.293Z] df20fa9351a1: Pull complete [2020-07-23T04:32:21.871Z] ed8968b2872e: Pull complete [2020-07-23T04:32:22.133Z] a92cc7c5fd73: Pull complete [2020-07-23T04:32:28.742Z] 2dd03ba5bac4: Pull complete [2020-07-23T04:32:28.742Z] 1e091d79d1de: Pull complete [2020-07-23T04:32:28.742Z] 481702a1767f: Pull complete [2020-07-23T04:32:29.765Z] Still waiting to schedule task [2020-07-23T04:32:29.765Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-685’ [2020-07-23T04:32:35.333Z] f64a6f60c768: Pull complete [2020-07-23T04:32:37.251Z] e78d2573fc39: Pull complete [2020-07-23T04:32:37.251Z] e876d2f968b6: Pull complete [2020-07-23T04:32:38.248Z] ce8a83651883: Pull complete [2020-07-23T04:32:38.509Z] 07967f4d0e4b: Pull complete [2020-07-23T04:32:38.509Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-23T04:32:38.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-23T04:32:38.509Z] ---> 5d7c900382c6 [2020-07-23T04:32:38.509Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-23T04:32:39.082Z] ---> Running in 19b367c083fc [2020-07-23T04:32:39.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:32:40.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:32:40.802Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:32:40.802Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:32:41.063Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:32:41.063Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:32:43.614Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:32:43.614Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:32:43.614Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:32:43.614Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:32:43.614Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:32:43.874Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:32:43.874Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:32:43.874Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:32:44.135Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:32:44.135Z] OK: 233 MiB in 51 packages [2020-07-23T04:32:48.348Z] Removing intermediate container 19b367c083fc [2020-07-23T04:32:48.348Z] ---> 7a6e030d9ecd [2020-07-23T04:32:48.348Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:32:48.348Z] ---> Running in 876ba8a1e104 [2020-07-23T04:32:48.348Z] Removing intermediate container 876ba8a1e104 [2020-07-23T04:32:48.348Z] ---> 30937083d646 [2020-07-23T04:32:48.348Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:32:48.348Z] latest: Pulling from library/docker [2020-07-23T04:32:48.348Z] df20fa9351a1: Already exists [2020-07-23T04:32:48.348Z] 25ad7478873d: Pulling fs layer [2020-07-23T04:32:48.348Z] 4684f6177b5d: Pulling fs layer [2020-07-23T04:32:48.348Z] 46e300cec669: Pulling fs layer [2020-07-23T04:32:48.348Z] 63038576ad94: Pulling fs layer [2020-07-23T04:32:48.348Z] 0fdb76c4706c: Pulling fs layer [2020-07-23T04:32:48.348Z] cb7edeffdfd5: Pulling fs layer [2020-07-23T04:32:48.348Z] 63038576ad94: Waiting [2020-07-23T04:32:48.348Z] 0fdb76c4706c: Waiting [2020-07-23T04:32:48.348Z] cb7edeffdfd5: Waiting [2020-07-23T04:32:48.348Z] 4684f6177b5d: Verifying Checksum [2020-07-23T04:32:48.348Z] 4684f6177b5d: Download complete [2020-07-23T04:32:48.348Z] 63038576ad94: Verifying Checksum [2020-07-23T04:32:48.348Z] 63038576ad94: Download complete [2020-07-23T04:32:48.619Z] 25ad7478873d: Verifying Checksum [2020-07-23T04:32:48.619Z] 25ad7478873d: Download complete [2020-07-23T04:32:48.619Z] 0fdb76c4706c: Verifying Checksum [2020-07-23T04:32:48.619Z] 0fdb76c4706c: Download complete [2020-07-23T04:32:48.619Z] cb7edeffdfd5: Verifying Checksum [2020-07-23T04:32:48.619Z] cb7edeffdfd5: Download complete [2020-07-23T04:32:48.882Z] 25ad7478873d: Pull complete [2020-07-23T04:32:48.882Z] 4684f6177b5d: Pull complete [2020-07-23T04:32:49.146Z] 46e300cec669: Verifying Checksum [2020-07-23T04:32:49.146Z] 46e300cec669: Download complete [2020-07-23T04:32:51.703Z] 46e300cec669: Pull complete [2020-07-23T04:32:51.703Z] 63038576ad94: Pull complete [2020-07-23T04:32:51.703Z] 0fdb76c4706c: Pull complete [2020-07-23T04:32:51.703Z] cb7edeffdfd5: Pull complete [2020-07-23T04:32:51.703Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:32:51.703Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:32:53.092Z] ---> b5009f3361a4 [2020-07-23T04:32:53.092Z] Step 6/7 : COPY go.mod . [2020-07-23T04:32:53.352Z] ---> 9ac0127f3217 [2020-07-23T04:32:53.352Z] Step 7/7 : RUN go mod download [2020-07-23T04:32:53.614Z] ---> Running in 507c082b90ca [2020-07-23T04:32:55.533Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:32:55.802Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:32:55.802Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:32:55.802Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:32:55.802Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:32:55.802Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:32:55.802Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:32:55.802Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:32:55.802Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:32:55.802Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:32:55.802Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:32:55.802Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:32:55.802Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:32:55.802Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:32:56.090Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:32:56.090Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:32:56.090Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:32:56.090Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:32:56.090Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:32:56.090Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:32:56.090Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:32:56.090Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:32:56.090Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:32:56.090Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:32:56.090Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:32:56.090Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:32:56.090Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:32:56.090Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:32:56.354Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:32:56.354Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:32:56.354Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:32:56.354Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:32:56.615Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:32:56.615Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:32:56.615Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:32:56.615Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:32:56.615Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:32:56.615Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:32:56.885Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:32:56.885Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:32:56.886Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:32:56.886Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:32:56.886Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:32:57.146Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:32:57.146Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:32:57.146Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:32:57.146Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:32:57.146Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:32:57.146Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:32:57.146Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:32:57.146Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:32:57.146Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:32:57.146Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:32:57.146Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:32:57.146Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:32:57.406Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:32:57.406Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:32:57.406Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:32:57.406Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:32:57.406Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:32:57.406Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:32:57.406Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:32:57.406Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:32:57.406Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:32:57.406Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:32:57.406Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:32:57.406Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:32:57.668Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:32:57.668Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:32:57.668Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:33:09.942Z] Removing intermediate container 507c082b90ca [2020-07-23T04:33:09.942Z] ---> 547f04256aa3 [2020-07-23T04:33:09.942Z] Successfully built 547f04256aa3 [2020-07-23T04:33:09.942Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:33:10.501Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-23T04:33:10.501Z] . [Pipeline] withDockerContainer [2020-07-23T04:33:10.608Z] prd-centos7-docker-4c-2g-683 does not seem to be running inside a container [2020-07-23T04:33:10.651Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-23T04:33:11.277Z] $ docker top 7fb15b37de149b7cd7a4f7b73f177b241d5bb1fb1fea32a2f67119ac2792243e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:33:11.793Z] + go version [2020-07-23T04:33:11.793Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-23T04:33:11.822Z] ========================================================= [2020-07-23T04:33:11.822Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:33:11.822Z] ========================================================= [Pipeline] sh [2020-07-23T04:33:12.141Z] + make test raml_verify [2020-07-23T04:33:12.141Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:33:14.703Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:33:24.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:33:29.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:33:29.174Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:33:29.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:33:29.174Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:33:29.751Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-07-23T04:33:29.751Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:33:29.751Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:33:30.018Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:33:30.609Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:33:31.192Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:33:31.192Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:33:31.192Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:33:31.192Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:33:37.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements [2020-07-23T04:33:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:33:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:33:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:33:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:33:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:33:39.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.068s coverage: 27.4% of statements [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:33:39.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:33:39.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements [2020-07-23T04:33:39.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:33:40.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.081s coverage: 29.3% of statements [2020-07-23T04:33:40.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:33:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:33:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:33:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:33:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:33:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements [2020-07-23T04:33:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:33:40.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2020-07-23T04:33:40.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:33:41.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 89.8% of statements [2020-07-23T04:33:41.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:33:41.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.039s coverage: 97.5% of statements [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:33:41.977Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:33:41.977Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:33:41.977Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements [2020-07-23T04:33:43.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.134s coverage: 63.5% of statements [2020-07-23T04:33:43.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:33:43.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:33:43.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-07-23T04:33:44.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.025s coverage: 92.3% of statements [2020-07-23T04:33:44.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.011s coverage: 100.0% of statements [2020-07-23T04:33:44.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.008s coverage: 73.7% of statements [2020-07-23T04:33:45.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2020-07-23T04:33:46.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.115s coverage: 55.9% of statements [2020-07-23T04:33:46.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:33:46.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:33:46.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:33:46.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.724s coverage: 86.3% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.275s coverage: 72.2% of statements [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.138s coverage: 72.1% of statements [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.006s coverage: 96.8% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.059s coverage: 33.7% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.082s coverage: 84.1% of statements [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.061s coverage: 43.1% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.022s coverage: 83.8% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:33:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.028s coverage: 100.0% of statements [2020-07-23T04:33:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:33:56.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.065s coverage: 29.1% of statements [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:33:56.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:33:56.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:33:56.433Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-23T04:33:56.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:33:56.700Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.007s coverage: 100.0% of statements [2020-07-23T04:33:56.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:33:56.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:33:56.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:33:56.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:33:57.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.010s coverage: 87.9% of statements [2020-07-23T04:33:57.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:33:57.290Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:33:57.290Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-07-23T04:33:57.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.009s coverage: 32.1% of statements [2020-07-23T04:33:57.863Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-23T04:33:58.123Z] GO111MODULE=on go vet ./... [2020-07-23T04:34:04.789Z] gofmt -l . [2020-07-23T04:34:05.050Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:34:05.624Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:34:06.572Z] ./bin/test-attribution-txt.sh [2020-07-23T04:34:07.973Z] docker run --rm --privileged \ [2020-07-23T04:34:07.973Z] -v /w/workspace/edgex-go/23:/raml-verification -w /raml-verification \ [2020-07-23T04:34:07.973Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-23T04:34:07.973Z] /scripts/raml-verify.sh [2020-07-23T04:34:07.973Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-23T04:34:08.248Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:34:08.248Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-23T04:34:08.248Z] bd07af9ed1a4: Pulling fs layer [2020-07-23T04:34:08.248Z] 3556ccf180b2: Pulling fs layer [2020-07-23T04:34:08.248Z] 089d4748da74: Pulling fs layer [2020-07-23T04:34:08.248Z] c6eb57c77bc5: Pulling fs layer [2020-07-23T04:34:08.248Z] 0364d5097239: Pulling fs layer [2020-07-23T04:34:08.248Z] c6eb57c77bc5: Waiting [2020-07-23T04:34:08.248Z] 0364d5097239: Waiting [2020-07-23T04:34:08.248Z] 089d4748da74: Waiting [2020-07-23T04:34:08.248Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-23T04:34:08.248Z] 3556ccf180b2: Verifying Checksum [2020-07-23T04:34:08.248Z] 3556ccf180b2: Download complete [2020-07-23T04:34:08.248Z] 089d4748da74: Verifying Checksum [2020-07-23T04:34:08.248Z] 089d4748da74: Download complete [2020-07-23T04:34:08.248Z] 0364d5097239: Verifying Checksum [2020-07-23T04:34:08.248Z] 0364d5097239: Download complete [2020-07-23T04:34:08.520Z] c6eb57c77bc5: Verifying Checksum [2020-07-23T04:34:08.520Z] c6eb57c77bc5: Download complete [2020-07-23T04:34:08.520Z] bd07af9ed1a4: Verifying Checksum [2020-07-23T04:34:08.520Z] bd07af9ed1a4: Download complete [2020-07-23T04:34:08.520Z] cbdbe7a5bc2a: Pull complete [2020-07-23T04:34:10.470Z] bd07af9ed1a4: Pull complete [2020-07-23T04:34:10.730Z] 3556ccf180b2: Pull complete [2020-07-23T04:34:10.992Z] 089d4748da74: Pull complete [2020-07-23T04:34:12.923Z] c6eb57c77bc5: Pull complete [2020-07-23T04:34:13.496Z] 0364d5097239: Pull complete [2020-07-23T04:34:13.496Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-23T04:34:13.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-23T04:34:17.711Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:34:18.291Z] OK [2020-07-23T04:34:18.291Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:34:19.233Z] OK [2020-07-23T04:34:19.233Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:34:21.147Z] OK [2020-07-23T04:34:21.147Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:34:21.730Z] OK [2020-07-23T04:34:21.730Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:34:23.120Z] OK [2020-07-23T04:34:23.120Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:34:24.069Z] OK [2020-07-23T04:34:24.069Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:34:24.644Z] OK [Pipeline] sh [2020-07-23T04:34:25.225Z] + ls -al . [2020-07-23T04:34:25.226Z] total 564 [2020-07-23T04:34:25.226Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:34 . [2020-07-23T04:34:25.226Z] drwxr-xr-x 4 root root 30 Jul 23 04:33 .. [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:31 .dockerignore [2020-07-23T04:34:25.226Z] drwxrwxr-x 8 1001 1001 179 Jul 23 04:31 .git [2020-07-23T04:34:25.226Z] drwxrwxr-x 3 1001 1001 60 Jul 23 04:31 .github [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:31 .gitignore [2020-07-23T04:34:25.226Z] drwx------ 3 1001 1001 47 Jul 23 04:31 .semver [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:31 .sonarcloud.properties [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:31 CONTRIBUTING.md [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:31 Dockerfile.build [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:31 Jenkinsfile [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:31 LICENSE [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:31 Makefile [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:31 README.md [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:31 SECURITY.md [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:31 ZMQWindows.md [2020-07-23T04:34:25.226Z] drwxrwxr-x 4 1001 1001 33 Jul 23 04:31 api [2020-07-23T04:34:25.226Z] drwxrwxr-x 2 1001 1001 117 Jul 23 04:31 bin [2020-07-23T04:34:25.226Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:31 cmd [2020-07-23T04:34:25.226Z] -rw-r--r-- 1 root root 465277 Jul 23 04:33 coverage.out [2020-07-23T04:34:25.226Z] -rw-r--r-- 1 root root 1075 Jul 23 04:34 go.mod [2020-07-23T04:34:25.226Z] -rw-r--r-- 1 root root 18146 Jul 23 04:34 go.sum [2020-07-23T04:34:25.226Z] drwxrwxr-x 8 1001 1001 127 Jul 23 04:31 internal [2020-07-23T04:34:25.226Z] drwxrwxr-x 4 1001 1001 71 Jul 23 04:31 snap [2020-07-23T04:34:25.226Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:31 version.go [Pipeline] sh [2020-07-23T04:34:25.525Z] + '[' -e coverage.out ] [2020-07-23T04:34:25.525Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:34:25.752Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:34:26.105Z] + make build [2020-07-23T04:34:26.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:34:34.518Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:34:37.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:34:39.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:34:40.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:34:42.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:34:43.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:34:45.042Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:34:46.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:34:47.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:34:49.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:34:51.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:34:52.577Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-23T04:34:53.969Z] $ docker stop --time=1 7fb15b37de149b7cd7a4f7b73f177b241d5bb1fb1fea32a2f67119ac2792243e [2020-07-23T04:34:55.528Z] $ docker rm -f 7fb15b37de149b7cd7a4f7b73f177b241d5bb1fb1fea32a2f67119ac2792243e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:56.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:56.812Z] [2020-07-23T04:34:56.812Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:57.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:57.150Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-23T04:34:57.150Z] cbdbe7a5bc2a: Already exists [2020-07-23T04:34:57.150Z] ca9280d653b3: Pulling fs layer [2020-07-23T04:34:57.150Z] 7e9c9ca2126c: Pulling fs layer [2020-07-23T04:34:57.415Z] ca9280d653b3: Verifying Checksum [2020-07-23T04:34:57.415Z] ca9280d653b3: Download complete [2020-07-23T04:34:58.372Z] 7e9c9ca2126c: Download complete [2020-07-23T04:34:58.372Z] ca9280d653b3: Pull complete [2020-07-23T04:35:06.602Z] 7e9c9ca2126c: Pull complete [2020-07-23T04:35:06.602Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-23T04:35:06.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:35:06.602Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-23T04:35:06.770Z] prd-centos7-docker-4c-2g-683 does not seem to be running inside a container [2020-07-23T04:35:06.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-23T04:35:09.286Z] $ docker top f2675b494e20ea1135d4c8e9a2db85ff8041187d4cd1ebcd12dc076e675f4739 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:35:09.764Z] + docker-compose build --help [2020-07-23T04:35:09.764Z] + grep parallel [2020-07-23T04:35:10.708Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:35:10.716Z] $ docker stop --time=1 f2675b494e20ea1135d4c8e9a2db85ff8041187d4cd1ebcd12dc076e675f4739 [2020-07-23T04:35:12.082Z] $ docker rm -f f2675b494e20ea1135d4c8e9a2db85ff8041187d4cd1ebcd12dc076e675f4739 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:35:12.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:35:12.678Z] . [Pipeline] withDockerContainer [2020-07-23T04:35:12.821Z] prd-centos7-docker-4c-2g-683 does not seem to be running inside a container [2020-07-23T04:35:12.966Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-23T04:35:14.138Z] $ docker top 512b87315770086a25534a2a398744e1c67e1f856546e118047c0a49577a8145 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:35:14.615Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:35:15.557Z] Building docker-core-command-go ... [2020-07-23T04:35:15.557Z] Building docker-core-data-go ... [2020-07-23T04:35:15.557Z] Building docker-core-metadata-go ... [2020-07-23T04:35:15.557Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:35:15.557Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:35:15.557Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:35:15.557Z] Building docker-support-logging-go ... [2020-07-23T04:35:15.557Z] Building docker-support-notifications-go ... [2020-07-23T04:35:15.557Z] Building docker-support-scheduler-go ... [2020-07-23T04:35:15.557Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:35:15.557Z] Building docker-core-data-go [2020-07-23T04:35:15.557Z] Building docker-security-secretstore-setup-go [2020-07-23T04:35:15.557Z] Building docker-security-proxy-setup-go [2020-07-23T04:35:15.557Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:35:15.557Z] Building docker-support-logging-go [2020-07-23T04:35:47.720Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:47.720Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:47.720Z] ---> 547f04256aa3 [2020-07-23T04:35:47.720Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:35:47.720Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:47.720Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:47.720Z] ---> 547f04256aa3 [2020-07-23T04:35:47.720Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:35:47.720Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:47.720Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:47.720Z] ---> 547f04256aa3 [2020-07-23T04:35:47.720Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:35:47.720Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:47.720Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:47.720Z] ---> 547f04256aa3 [2020-07-23T04:35:47.720Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:35:47.720Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:47.720Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:47.720Z] ---> 547f04256aa3 [2020-07-23T04:35:47.720Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:35:47.720Z] ---> Running in 89031224140b [2020-07-23T04:35:47.720Z] ---> Running in 7224aac4e0b7 [2020-07-23T04:35:47.720Z] ---> Running in 5e0c9f5f83e3 [2020-07-23T04:35:47.720Z] ---> Running in 52732f687dae [2020-07-23T04:35:47.720Z] ---> Running in ba03ede3ab1e [2020-07-23T04:35:47.982Z] Removing intermediate container 7224aac4e0b7 [2020-07-23T04:35:47.982Z] ---> 0e66bf84ba20 [2020-07-23T04:35:47.982Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:47.982Z] Removing intermediate container 89031224140b [2020-07-23T04:35:47.982Z] ---> 9ebf2a167c8a [2020-07-23T04:35:47.982Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:47.982Z] Removing intermediate container ba03ede3ab1e [2020-07-23T04:35:47.982Z] ---> b57d1a3518d8 [2020-07-23T04:35:47.982Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:47.982Z] Removing intermediate container 52732f687dae [2020-07-23T04:35:47.982Z] ---> c46fbd3ecd79 [2020-07-23T04:35:47.982Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:47.982Z] Removing intermediate container 5e0c9f5f83e3 [2020-07-23T04:35:47.982Z] ---> e5d4232fec98 [2020-07-23T04:35:47.982Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:47.982Z] ---> Running in 474ee37a73b5 [2020-07-23T04:35:48.243Z] ---> Running in 4a40299ec122 [2020-07-23T04:35:48.243Z] ---> Running in 6e3eabc98864 [2020-07-23T04:35:48.243Z] ---> Running in 57c349081cda [2020-07-23T04:35:48.243Z] ---> Running in 832c50cc0fc9 [2020-07-23T04:35:50.190Z] Removing intermediate container 4a40299ec122 [2020-07-23T04:35:50.190Z] ---> 0bfe33f8103a [2020-07-23T04:35:50.190Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:35:50.190Z] ---> Running in 893a4607ae52 [2020-07-23T04:35:50.190Z] Removing intermediate container 6e3eabc98864 [2020-07-23T04:35:50.190Z] ---> ddcf0b0fa389 [2020-07-23T04:35:50.190Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:35:50.450Z] ---> Running in 4fddc2ffc1a6 [2020-07-23T04:35:50.710Z] Removing intermediate container 474ee37a73b5 [2020-07-23T04:35:50.710Z] ---> b1cda17ff617 [2020-07-23T04:35:50.710Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:35:50.971Z] Removing intermediate container 832c50cc0fc9 [2020-07-23T04:35:50.971Z] ---> 53f05280648c [2020-07-23T04:35:50.971Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:35:50.971Z] ---> Running in 15927427614b [2020-07-23T04:35:50.971Z] Removing intermediate container 57c349081cda [2020-07-23T04:35:50.971Z] ---> 0c80caeb0911 [2020-07-23T04:35:50.971Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:35:50.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:51.232Z] ---> Running in 9be51ccddad5 [2020-07-23T04:35:51.232Z] ---> Running in 94291e4c89ba [2020-07-23T04:35:51.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:51.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:51.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:51.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:51.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:51.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:52.069Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:52.069Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:52.069Z] OK: 12749 distinct packages available [2020-07-23T04:35:52.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:52.330Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:52.330Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:52.330Z] OK: 12749 distinct packages available [2020-07-23T04:35:52.330Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:52.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:52.592Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:52.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:52.860Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:52.860Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:52.860Z] OK: 12749 distinct packages available [2020-07-23T04:35:52.860Z] Removing intermediate container 893a4607ae52 [2020-07-23T04:35:52.860Z] ---> 45aa4bd20db3 [2020-07-23T04:35:52.860Z] Step 6/26 : COPY go.mod . [2020-07-23T04:35:52.860Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:52.860Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:52.860Z] OK: 12749 distinct packages available [2020-07-23T04:35:53.122Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:53.122Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:53.122Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:53.122Z] OK: 12749 distinct packages available [2020-07-23T04:35:53.122Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:53.386Z] Removing intermediate container 4fddc2ffc1a6 [2020-07-23T04:35:53.386Z] ---> babc77238076 [2020-07-23T04:35:53.386Z] Step 6/20 : COPY go.mod . [2020-07-23T04:35:53.386Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:53.386Z] ---> b5d9b642dfca [2020-07-23T04:35:53.386Z] Step 7/26 : RUN go mod download [2020-07-23T04:35:53.654Z] ---> Running in ff27c9371137 [2020-07-23T04:35:53.654Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:53.654Z] ---> 282543099f1d [2020-07-23T04:35:53.654Z] Step 7/20 : RUN go mod download [2020-07-23T04:35:53.917Z] Removing intermediate container 15927427614b [2020-07-23T04:35:53.917Z] ---> e9f55c5ba782 [2020-07-23T04:35:53.917Z] Step 6/26 : COPY go.mod . [2020-07-23T04:35:53.917Z] ---> Running in 10acd66150ff [2020-07-23T04:35:54.195Z] Removing intermediate container 9be51ccddad5 [2020-07-23T04:35:54.195Z] ---> 1af44895d06d [2020-07-23T04:35:54.195Z] Step 6/22 : COPY go.mod . [2020-07-23T04:35:54.458Z] ---> e80a170ca1c4 [2020-07-23T04:35:54.458Z] Step 7/26 : RUN go mod download [2020-07-23T04:35:54.720Z] ---> Running in aa85c962ce5a [2020-07-23T04:35:54.720Z] ---> daa3747a066a [2020-07-23T04:35:54.720Z] Step 7/22 : RUN go mod download [2020-07-23T04:35:54.720Z] Removing intermediate container 94291e4c89ba [2020-07-23T04:35:54.720Z] ---> f2b14617f906 [2020-07-23T04:35:54.720Z] Step 6/21 : COPY go.mod . [2020-07-23T04:35:54.720Z] ---> Running in fbd27ee8aeb1 [2020-07-23T04:35:54.983Z] ---> b56d84fa8c75 [2020-07-23T04:35:54.983Z] Step 7/21 : RUN go mod download [2020-07-23T04:35:55.260Z] ---> Running in 49f7d99ba951 [2020-07-23T04:35:55.844Z] Removing intermediate container ff27c9371137 [2020-07-23T04:35:55.844Z] ---> 74f45aa7b0a8 [2020-07-23T04:35:55.844Z] Step 8/26 : COPY . . [2020-07-23T04:35:56.105Z] Removing intermediate container 10acd66150ff [2020-07-23T04:35:56.105Z] ---> 9ceb648331b8 [2020-07-23T04:35:56.105Z] Step 8/20 : COPY . . [2020-07-23T04:36:00.353Z] Removing intermediate container aa85c962ce5a [2020-07-23T04:36:00.353Z] ---> c2fc2d41f0f8 [2020-07-23T04:36:00.353Z] Step 8/26 : COPY . . [2020-07-23T04:36:00.353Z] Removing intermediate container fbd27ee8aeb1 [2020-07-23T04:36:00.353Z] ---> 2389886a69d1 [2020-07-23T04:36:00.353Z] Step 8/22 : COPY . . [2020-07-23T04:36:04.870Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-691 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-07-23T04:36:04.939Z] Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout [2020-07-23T04:36:07.015Z] Removing intermediate container 49f7d99ba951 [2020-07-23T04:36:07.015Z] ---> 602d111eaa52 [2020-07-23T04:36:07.015Z] Step 8/21 : COPY . . [2020-07-23T04:36:10.356Z] using credential edgex-jenkins-ssh [2020-07-23T04:36:10.459Z] Cloning the remote Git repository [2020-07-23T04:36:10.459Z] Cloning with configured refspecs honoured and without tags [2020-07-23T04:36:10.516Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:36:10.622Z] > git init /w/workspace/edgex-go/23 # timeout=10 [2020-07-23T04:36:10.692Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:36:10.693Z] > git --version # timeout=10 [2020-07-23T04:36:10.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:36:10.769Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:36:33.756Z] ---> 935e3345b5f4 [2020-07-23T04:36:33.756Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 5ef7c79910df [2020-07-23T04:36:33.756Z] ---> 6b5639557262 [2020-07-23T04:36:33.756Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setupStep 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:36:33.756Z] [2020-07-23T04:36:33.756Z] [2020-07-23T04:36:33.756Z] ---> c1751983472b [2020-07-23T04:36:33.756Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-23T04:36:33.756Z] ---> Running in 590c8aee9309 [2020-07-23T04:36:33.756Z] ---> Running in 07f07f703b38 [2020-07-23T04:36:33.756Z] ---> Running in 9f789378c17e [2020-07-23T04:36:33.756Z] ---> ca82003bb8cb [2020-07-23T04:36:33.756Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:36:33.756Z] ---> Running in 3063387b226c [2020-07-23T04:36:33.756Z] ---> Running in 7173b0e4c495 [2020-07-23T04:36:34.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:36:34.717Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:36:34.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:36:34.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:36:34.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:36:35.083Z] Fetching without tags [2020-07-23T04:36:35.709Z] Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-07-23T04:36:34.988Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:36:35.010Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-07-23T04:36:35.029Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:36:35.050Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:36:35.143Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:36:35.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:36:35.159Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:36:35.725Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:36:35.755Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-07-23T04:36:36.069Z] > git remote # timeout=10 [2020-07-23T04:36:36.087Z] > git config --get remote.origin.url # timeout=10 [2020-07-23T04:36:36.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:36:36.109Z] > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [2020-07-23T04:36:36.244Z] Merge succeeded, producing 7bd648dfa0284ec4fa72813f73bbe119ec37fc06 [2020-07-23T04:36:36.245Z] Checking out Revision 7bd648dfa0284ec4fa72813f73bbe119ec37fc06 (PR-2574) [2020-07-23T04:36:36.223Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-23T04:36:36.248Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:36:36.267Z] > git checkout -f 7bd648dfa0284ec4fa72813f73bbe119ec37fc06 # timeout=10 [2020-07-23T04:36:40.569Z] Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" [2020-07-23T04:36:40.592Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-23T04:36:40.571Z] > git rev-list --no-walk 2f39f0a06e0444173243fec1449d0bddaa062083 # timeout=10 [Pipeline] echo [2020-07-23T04:36:52.016Z] ========================================================= [2020-07-23T04:36:52.017Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-23T04:36:52.017Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:36:52.790Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-23T04:36:57.102Z] Sending build context to Docker daemon 323.3MB [2020-07-23T04:36:57.102Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:36:57.102Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:36:57.102Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-23T04:36:57.102Z] b538f80385f9: Pulling fs layer [2020-07-23T04:36:57.102Z] 74f711af9a0d: Pulling fs layer [2020-07-23T04:36:57.102Z] 99f96fe45779: Pulling fs layer [2020-07-23T04:36:57.102Z] fd7a069fd194: Pulling fs layer [2020-07-23T04:36:57.102Z] 66aa3694b03b: Pulling fs layer [2020-07-23T04:36:57.102Z] 170f70906a0f: Pulling fs layer [2020-07-23T04:36:57.102Z] ad7c5574e4b9: Pulling fs layer [2020-07-23T04:36:57.102Z] e772456be8f7: Pulling fs layer [2020-07-23T04:36:57.102Z] c890913d741a: Pulling fs layer [2020-07-23T04:36:57.102Z] 2480fcc9aa5a: Pulling fs layer [2020-07-23T04:36:57.102Z] 09adf4765672: Pulling fs layer [2020-07-23T04:36:57.102Z] fd7a069fd194: Waiting [2020-07-23T04:36:57.102Z] 66aa3694b03b: Waiting [2020-07-23T04:36:57.102Z] 170f70906a0f: Waiting [2020-07-23T04:36:57.102Z] ad7c5574e4b9: Waiting [2020-07-23T04:36:57.102Z] 2480fcc9aa5a: Waiting [2020-07-23T04:36:57.102Z] 09adf4765672: Waiting [2020-07-23T04:36:57.102Z] e772456be8f7: Waiting [2020-07-23T04:36:57.102Z] c890913d741a: Waiting [2020-07-23T04:36:57.102Z] 99f96fe45779: Download complete [2020-07-23T04:36:57.102Z] 74f711af9a0d: Verifying Checksum [2020-07-23T04:36:57.102Z] 74f711af9a0d: Download complete [2020-07-23T04:36:57.102Z] 66aa3694b03b: Verifying Checksum [2020-07-23T04:36:57.102Z] 66aa3694b03b: Download complete [2020-07-23T04:36:57.102Z] b538f80385f9: Verifying Checksum [2020-07-23T04:36:57.102Z] b538f80385f9: Download complete [2020-07-23T04:36:57.377Z] 170f70906a0f: Verifying Checksum [2020-07-23T04:36:57.377Z] 170f70906a0f: Download complete [2020-07-23T04:36:57.979Z] b538f80385f9: Pull complete [2020-07-23T04:36:58.583Z] 74f711af9a0d: Pull complete [2020-07-23T04:36:58.856Z] 99f96fe45779: Pull complete [2020-07-23T04:37:01.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:37:01.491Z] ad7c5574e4b9: Verifying Checksum [2020-07-23T04:37:01.491Z] ad7c5574e4b9: Download complete [2020-07-23T04:37:01.491Z] c890913d741a: Verifying Checksum [2020-07-23T04:37:01.491Z] c890913d741a: Download complete [2020-07-23T04:37:03.478Z] 2480fcc9aa5a: Verifying Checksum [2020-07-23T04:37:03.478Z] 2480fcc9aa5a: Download complete [2020-07-23T04:37:03.754Z] 09adf4765672: Verifying Checksum [2020-07-23T04:37:03.754Z] 09adf4765672: Download complete [2020-07-23T04:37:04.733Z] e772456be8f7: Verifying Checksum [2020-07-23T04:37:04.733Z] fd7a069fd194: Verifying Checksum [2020-07-23T04:37:04.733Z] fd7a069fd194: Download complete [2020-07-23T04:37:04.811Z] Removing intermediate container 9f789378c17e [2020-07-23T04:37:04.811Z] ---> ea7d8c3b3bbd [2020-07-23T04:37:04.811Z] [2020-07-23T04:37:04.811Z] Step 10/20 : FROM alpine [2020-07-23T04:37:04.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-23T04:37:04.811Z] latest: Pulling from library/alpine [2020-07-23T04:37:05.084Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:37:05.084Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:37:05.084Z] ---> a24bb4013296 [2020-07-23T04:37:05.084Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:37:08.399Z] ---> Running in 88820e9ba51a [2020-07-23T04:37:08.399Z] Removing intermediate container 7173b0e4c495 [2020-07-23T04:37:08.399Z] ---> 71116c76001b [2020-07-23T04:37:08.399Z] [2020-07-23T04:37:08.399Z] Step 10/21 : FROM scratch [2020-07-23T04:37:08.399Z] ---> [2020-07-23T04:37:08.399Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:37:08.399Z] Removing intermediate container 07f07f703b38 [2020-07-23T04:37:08.399Z] ---> 547178f39303 [2020-07-23T04:37:08.399Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:37:08.986Z] ---> Running in 82b2c1dd47e2 [2020-07-23T04:37:08.986Z] ---> Running in 710dbcd67129 [2020-07-23T04:37:09.251Z] Removing intermediate container 82b2c1dd47e2 [2020-07-23T04:37:09.251Z] ---> d79be9db5317 [2020-07-23T04:37:09.251Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:37:09.251Z] ---> Running in ba72aa594326 [2020-07-23T04:37:09.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:09.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:09.774Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:09.774Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:09.774Z] OK: 12749 distinct packages available [2020-07-23T04:37:10.044Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:37:10.044Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:37:10.044Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:37:10.044Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:37:10.044Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:10.044Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:37:10.044Z] OK: 7 MiB in 18 packages [2020-07-23T04:37:10.320Z] Removing intermediate container ba72aa594326 [2020-07-23T04:37:10.320Z] ---> 28632b15ac17 [2020-07-23T04:37:10.320Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:37:10.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:37:11.163Z] ---> Running in 529f97672751 [2020-07-23T04:37:11.739Z] Removing intermediate container 3063387b226c [2020-07-23T04:37:11.739Z] ---> 30ebecb2cb59 [2020-07-23T04:37:11.739Z] [2020-07-23T04:37:11.739Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:37:12.000Z] Removing intermediate container 529f97672751 [2020-07-23T04:37:12.000Z] ---> 5571f4cadb3f [2020-07-23T04:37:12.000Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:37:12.575Z] 3.10: Pulling from library/alpine [2020-07-23T04:37:14.881Z] fd7a069fd194: Pull complete [2020-07-23T04:37:15.128Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:37:15.128Z] ---> af6d61ee07f2 [2020-07-23T04:37:15.128Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:37:15.158Z] 66aa3694b03b: Pull complete [2020-07-23T04:37:15.394Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:37:15.394Z] ---> be4e4bea2c2e [2020-07-23T04:37:15.394Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:37:15.394Z] Removing intermediate container 88820e9ba51a [2020-07-23T04:37:15.394Z] ---> efa0fc9b53ba [2020-07-23T04:37:15.394Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:37:15.754Z] 170f70906a0f: Pull complete [2020-07-23T04:37:16.778Z] ---> Running in 3b7d1f3ba00e [2020-07-23T04:37:16.778Z] ---> Running in b108c39113c8 [2020-07-23T04:37:17.392Z] ---> 34bca07ada3f [2020-07-23T04:37:17.392Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:37:17.392Z] Removing intermediate container 710dbcd67129 [2020-07-23T04:37:17.392Z] ---> 28255d25049d [2020-07-23T04:37:17.392Z] [2020-07-23T04:37:17.392Z] Step 11/26 : FROM docker:latest [2020-07-23T04:37:17.392Z] ---> 81f5749c9058 [2020-07-23T04:37:17.392Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:37:17.750Z] Removing intermediate container 590c8aee9309 [2020-07-23T04:37:17.750Z] ---> 5f4aace97714 [2020-07-23T04:37:17.750Z] [2020-07-23T04:37:17.750Z] Step 10/22 : FROM alpine [2020-07-23T04:37:17.750Z] ---> a24bb4013296 [2020-07-23T04:37:17.750Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:37:17.750Z] ---> Running in cd7b45d7953f [2020-07-23T04:37:17.750Z] Removing intermediate container 3b7d1f3ba00e [2020-07-23T04:37:17.750Z] ---> f3fcb856c324 [2020-07-23T04:37:17.750Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:37:17.750Z] ---> Running in 4f6f302d8592 [2020-07-23T04:37:18.090Z] ---> Running in 3163f43ea7f9 [2020-07-23T04:37:18.090Z] Removing intermediate container 4f6f302d8592 [2020-07-23T04:37:18.090Z] ---> cb3769d1ce24 [2020-07-23T04:37:18.090Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:37:18.387Z] ---> aac9684a3cb1 [2020-07-23T04:37:18.387Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:18.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:18.387Z] ---> Running in f30eb8fdd3a4 [2020-07-23T04:37:18.387Z] Removing intermediate container 3163f43ea7f9 [2020-07-23T04:37:18.387Z] ---> 1fe93637d337 [2020-07-23T04:37:18.387Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:37:18.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:18.655Z] Removing intermediate container f30eb8fdd3a4 [2020-07-23T04:37:18.655Z] ---> bf63f74c78f3 [2020-07-23T04:37:18.655Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:37:18.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:18.655Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:37:18.655Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:37:18.655Z] OK: 10346 distinct packages available [2020-07-23T04:37:18.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:18.655Z] ---> Running in 0adb0b729f3a [2020-07-23T04:37:18.655Z] ---> 61e82a58507e [2020-07-23T04:37:18.655Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:37:18.915Z] ---> 29430cb79cbb [2020-07-23T04:37:18.915Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:37:18.915Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:37:18.915Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:37:18.915Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:37:18.915Z] ---> Running in b487cd2f15a2 [2020-07-23T04:37:18.915Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:37:18.916Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:37:18.916Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:37:18.916Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:18.916Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:37:18.916Z] OK: 12 MiB in 22 packages [2020-07-23T04:37:18.916Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:37:18.916Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:37:18.916Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:37:19.159Z] ad7c5574e4b9: Pull complete [2020-07-23T04:37:19.494Z] OK: 7 MiB in 19 packages [2020-07-23T04:37:19.495Z] Removing intermediate container 0adb0b729f3a [2020-07-23T04:37:19.495Z] ---> 2e714b2dcda9 [2020-07-23T04:37:19.495Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:19.764Z] ---> Running in 6585a8b8fc89 [2020-07-23T04:37:19.764Z] ---> bbe840fd58e9 [2020-07-23T04:37:19.764Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:37:19.764Z] Removing intermediate container b487cd2f15a2 [2020-07-23T04:37:19.764Z] ---> ec8bc9ae11af [2020-07-23T04:37:19.764Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:37:20.025Z] ---> Running in 9cedaae93cbd [2020-07-23T04:37:20.025Z] ---> Running in 3135e5b974fd [2020-07-23T04:37:20.975Z] Removing intermediate container 9cedaae93cbd [2020-07-23T04:37:20.975Z] ---> 6e215dea6834 [2020-07-23T04:37:20.975Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:37:20.975Z] Removing intermediate container 3135e5b974fd [2020-07-23T04:37:20.975Z] ---> a05fc1c81334 [2020-07-23T04:37:20.975Z] Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:37:21.237Z] Removing intermediate container cd7b45d7953f [2020-07-23T04:37:21.237Z] ---> a3995b60afbb [2020-07-23T04:37:21.237Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:37:22.176Z] Removing intermediate container b108c39113c8 [2020-07-23T04:37:22.176Z] ---> 7ef5993efbb8 [2020-07-23T04:37:22.176Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:37:22.176Z] ---> Running in eb67ee4fb845 [2020-07-23T04:37:22.176Z] ---> Running in f4796ba4440d [2020-07-23T04:37:22.176Z] ---> Running in 405cb26157a2 [2020-07-23T04:37:22.176Z] ---> Running in 735690e45eb0 [2020-07-23T04:37:22.748Z] Removing intermediate container f4796ba4440d [2020-07-23T04:37:22.748Z] ---> a3c99d34da76 [2020-07-23T04:37:22.748Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:37:22.748Z] Removing intermediate container 735690e45eb0 [2020-07-23T04:37:22.748Z] ---> 50e159c20a06 [2020-07-23T04:37:22.748Z] Step 13/26 : WORKDIR / [2020-07-23T04:37:22.748Z] Removing intermediate container eb67ee4fb845 [2020-07-23T04:37:22.748Z] ---> 5e51a460ad7b [2020-07-23T04:37:22.748Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:37:22.748Z] Removing intermediate container 6585a8b8fc89 [2020-07-23T04:37:22.748Z] ---> 0ae467fa2768 [2020-07-23T04:37:22.748Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:37:23.010Z] ---> Running in 07fd05c640b2 [2020-07-23T04:37:23.010Z] ---> Running in 7d70ab679c28 [2020-07-23T04:37:23.010Z] ---> Running in ca70509341a7 [2020-07-23T04:37:23.010Z] ---> Running in 449de96cc4c7 [2020-07-23T04:37:23.271Z] Removing intermediate container 7d70ab679c28 [2020-07-23T04:37:23.271Z] ---> 6199952af98a [2020-07-23T04:37:23.271Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-23T04:37:23.473Z] e772456be8f7: Pull complete [2020-07-23T04:37:23.533Z] Removing intermediate container 07fd05c640b2 [2020-07-23T04:37:23.533Z] ---> de14019cd839 [2020-07-23T04:37:23.533Z] [2020-07-23T04:37:23.533Z] Removing intermediate container ca70509341a7 [2020-07-23T04:37:23.533Z] ---> 4705a4765f2c [2020-07-23T04:37:23.533Z] Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:37:23.533Z] Successfully built de14019cd839 [2020-07-23T04:37:23.533Z] ---> Running in d20552795649 [2020-07-23T04:37:23.750Z] c890913d741a: Pull complete [2020-07-23T04:37:23.799Z] Successfully tagged docker-support-logging-go:latest [2020-07-23T04:37:23.799Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-07-23T04:37:23.799Z] ---> e883c1206184 [2020-07-23T04:37:23.799Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-23T04:37:23.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:23.799Z] Removing intermediate container 405cb26157a2 [2020-07-23T04:37:23.799Z] ---> b83306200ced [2020-07-23T04:37:23.799Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:37:23.799Z] Removing intermediate container d20552795649 [2020-07-23T04:37:23.799Z] ---> 9e7f9b319873 [2020-07-23T04:37:23.799Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:37:24.068Z] ---> Running in dabe3acfd3c2 [2020-07-23T04:37:24.068Z] ---> Running in 8169de37a205 [2020-07-23T04:37:24.068Z] ---> 7df1e4523e58 [2020-07-23T04:37:24.068Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:24.332Z] Removing intermediate container dabe3acfd3c2 [2020-07-23T04:37:24.332Z] ---> 6550959d0c4e [2020-07-23T04:37:24.332Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:37:24.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:24.594Z] ---> Running in def7cdd45144 [2020-07-23T04:37:24.594Z] Removing intermediate container 8169de37a205 [2020-07-23T04:37:24.594Z] ---> 5aae3b281f77 [2020-07-23T04:37:24.594Z] [2020-07-23T04:37:24.856Z] ---> 09b784e7d50a [2020-07-23T04:37:24.856Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:37:24.856Z] Successfully built 5aae3b281f77 [2020-07-23T04:37:24.856Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-23T04:37:24.856Z] Building docker-core-command-go [2020-07-23T04:37:25.121Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container def7cdd45144 [2020-07-23T04:37:25.121Z] ---> 6232bc70f00e [2020-07-23T04:37:25.121Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:37:25.121Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:37:25.121Z] ---> Running in 21e3eb525254 [2020-07-23T04:37:26.370Z] 2480fcc9aa5a: Pull complete [2020-07-23T04:37:26.522Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:37:26.644Z] 09adf4765672: Pull complete [2020-07-23T04:37:26.644Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-23T04:37:26.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-23T04:37:26.644Z] ---> 2248a725d1cf [2020-07-23T04:37:26.644Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-23T04:37:26.783Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:37:26.783Z] ---> 1494d08cb337 [2020-07-23T04:37:26.783Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:37:27.046Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:37:27.623Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:37:27.623Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:28.196Z] OK: 8 MiB in 19 packages [2020-07-23T04:37:30.759Z] ---> da92d5932b7f [2020-07-23T04:37:30.759Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:37:30.759Z] Removing intermediate container 21e3eb525254 [2020-07-23T04:37:30.759Z] ---> f834ef42578d [2020-07-23T04:37:30.759Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:37:33.346Z] ---> Running in f2eed49eb427 [2020-07-23T04:37:34.079Z] Removing intermediate container 449de96cc4c7 [2020-07-23T04:37:34.079Z] ---> f5d475025df7 [2020-07-23T04:37:34.079Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:37:34.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:37:35.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:37:36.281Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:37:36.552Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:37:36.825Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:37:36.825Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:37:37.413Z] ---> 2dfff7d8108b [2020-07-23T04:37:37.413Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:37:37.413Z] ---> dcdb2fe51441 [2020-07-23T04:37:37.413Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:37.997Z] ---> 1e8129b3599f [2020-07-23T04:37:37.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:37:39.389Z] ---> af9b96b0fdbe [2020-07-23T04:37:39.389Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:37:39.660Z] ---> bbd582b46a7b [2020-07-23T04:37:39.660Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:37:40.200Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:37:40.200Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:37:40.237Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:40.237Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:40.237Z] ---> 547f04256aa3 [2020-07-23T04:37:40.237Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:37:40.237Z] ---> Using cache [2020-07-23T04:37:40.237Z] ---> e5d4232fec98 [2020-07-23T04:37:40.237Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:40.237Z] ---> Using cache [2020-07-23T04:37:40.237Z] ---> 53f05280648c [2020-07-23T04:37:40.237Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:37:40.470Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:37:40.470Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:37:40.470Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:37:40.740Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:37:40.740Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:37:41.012Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:37:41.012Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:41.012Z] OK: 217 MiB in 51 packages [2020-07-23T04:37:41.188Z] ---> 1a4c193fe789 [2020-07-23T04:37:41.188Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:41.759Z] ---> Running in 50e0aab31782 [2020-07-23T04:37:41.759Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:41.759Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:42.019Z] ---> 547f04256aa3 [2020-07-23T04:37:42.019Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:37:42.019Z] ---> Using cache [2020-07-23T04:37:42.019Z] ---> e5d4232fec98 [2020-07-23T04:37:42.019Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:42.019Z] ---> Using cache [2020-07-23T04:37:42.019Z] ---> 53f05280648c [2020-07-23T04:37:42.019Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:37:42.590Z] ---> 27e10b907169 [2020-07-23T04:37:42.590Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:37:42.590Z] ---> 84386e1b46a9 [2020-07-23T04:37:42.590Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:37:42.852Z] ---> Running in 3c5c5889bbc3 [2020-07-23T04:37:42.852Z] ---> 6a83046aa432 [2020-07-23T04:37:42.852Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:37:42.852Z] ---> Running in c24f57747dc5 [2020-07-23T04:37:43.117Z] ---> Running in 561b1422725c [2020-07-23T04:37:43.117Z] ---> Running in 6252aeda9322 [2020-07-23T04:37:43.378Z] Removing intermediate container 6252aeda9322 [2020-07-23T04:37:43.378Z] ---> 6fa315ed1d7b [2020-07-23T04:37:43.378Z] Step 20/22 : LABEL arch=x86_64 [2020-07-23T04:37:43.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:43.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:44.213Z] ---> Running in d8e2325acf94 [2020-07-23T04:37:44.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:44.481Z] Removing intermediate container d8e2325acf94 [2020-07-23T04:37:44.481Z] ---> 2990e3c7aaba [2020-07-23T04:37:44.481Z] Step 21/22 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:37:44.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:44.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:44.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:44.481Z] ---> Running in 1df5cbd65ea9 [2020-07-23T04:37:44.745Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:37:44.745Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:37:44.745Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:37:44.745Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:37:44.745Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:37:44.745Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:37:44.745Z] Removing intermediate container 1df5cbd65ea9 [2020-07-23T04:37:44.745Z] ---> 41a4f24899f2 [2020-07-23T04:37:44.745Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:37:44.745Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:37:45.027Z] ---> Running in 323f706c88d4 [2020-07-23T04:37:45.027Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:45.027Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:45.027Z] OK: 12749 distinct packages available [2020-07-23T04:37:45.027Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:45.027Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:45.027Z] OK: 12749 distinct packages available [2020-07-23T04:37:45.290Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:45.290Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:45.318Z] Removing intermediate container f2eed49eb427 [2020-07-23T04:37:45.318Z] ---> c43dc283a918 [2020-07-23T04:37:45.318Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:37:45.591Z] ---> Running in d7d7806c61c1 [2020-07-23T04:37:46.182Z] Removing intermediate container d7d7806c61c1 [2020-07-23T04:37:46.182Z] ---> 077df108833b [2020-07-23T04:37:46.182Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:37:46.454Z] latest: Pulling from library/docker [2020-07-23T04:37:46.454Z] b538f80385f9: Already exists [2020-07-23T04:37:46.454Z] 259a493cd78d: Pulling fs layer [2020-07-23T04:37:46.454Z] b8e66b5100f5: Pulling fs layer [2020-07-23T04:37:46.454Z] 39dc9c94d07c: Pulling fs layer [2020-07-23T04:37:46.454Z] 551b823b3b82: Pulling fs layer [2020-07-23T04:37:46.454Z] 3c52a74df98c: Pulling fs layer [2020-07-23T04:37:46.454Z] 6c9b121b6998: Pulling fs layer [2020-07-23T04:37:46.454Z] 551b823b3b82: Waiting [2020-07-23T04:37:46.454Z] 3c52a74df98c: Waiting [2020-07-23T04:37:46.454Z] 6c9b121b6998: Waiting [2020-07-23T04:37:46.732Z] b8e66b5100f5: Download complete [2020-07-23T04:37:46.732Z] 259a493cd78d: Verifying Checksum [2020-07-23T04:37:46.732Z] 551b823b3b82: Verifying Checksum [2020-07-23T04:37:46.732Z] 551b823b3b82: Download complete [2020-07-23T04:37:47.011Z] 3c52a74df98c: Verifying Checksum [2020-07-23T04:37:47.011Z] 3c52a74df98c: Download complete [2020-07-23T04:37:47.011Z] 6c9b121b6998: Verifying Checksum [2020-07-23T04:37:47.011Z] 6c9b121b6998: Download complete [2020-07-23T04:37:47.610Z] 259a493cd78d: Pull complete [2020-07-23T04:37:47.881Z] b8e66b5100f5: Pull complete [2020-07-23T04:37:47.882Z] 39dc9c94d07c: Verifying Checksum [2020-07-23T04:37:47.882Z] 39dc9c94d07c: Download complete [2020-07-23T04:37:48.599Z] Removing intermediate container 323f706c88d4 [2020-07-23T04:37:48.599Z] ---> 437437613ef1 [2020-07-23T04:37:48.599Z] [2020-07-23T04:37:48.599Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:37:48.599Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:37:48.599Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:37:48.599Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:37:48.599Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:37:48.599Z] Successfully built 437437613ef1 [2020-07-23T04:37:48.599Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:37:48.599Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:37:48.599Z] Successfully tagged docker-core-data-go:latest [2020-07-23T04:37:48.599Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-07-23T04:37:48.599Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:37:48.599Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:37:48.861Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:37:49.123Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:37:49.123Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:37:49.123Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:37:49.123Z] Removing intermediate container 561b1422725c [2020-07-23T04:37:49.123Z] ---> dc0449cd7ea1 [2020-07-23T04:37:49.123Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:37:49.123Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:37:50.067Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:37:51.007Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:37:51.271Z] 39dc9c94d07c: Pull complete [2020-07-23T04:37:51.545Z] 551b823b3b82: Pull complete [2020-07-23T04:37:51.819Z] 3c52a74df98c: Pull complete [2020-07-23T04:37:52.098Z] 6c9b121b6998: Pull complete [2020-07-23T04:37:52.098Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:37:52.098Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:37:52.397Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:37:52.656Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:37:54.044Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:37:54.044Z] Removing intermediate container 50e0aab31782 [2020-07-23T04:37:54.044Z] ---> c84cf1113f30 [2020-07-23T04:37:54.044Z] Step 6/20 : COPY go.mod . [2020-07-23T04:37:54.044Z] Removing intermediate container 3c5c5889bbc3 [2020-07-23T04:37:54.044Z] ---> c935943030c9 [2020-07-23T04:37:54.044Z] Step 6/21 : COPY go.mod . [2020-07-23T04:37:54.315Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:37:54.315Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:37:54.315Z] ---> Running in 4c7131a7fba2 [2020-07-23T04:37:54.315Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:37:54.315Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:37:54.579Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:37:54.579Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:37:54.579Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:37:55.259Z] ---> c172c975c260 [2020-07-23T04:37:55.259Z] Step 7/20 : RUN go mod download [2020-07-23T04:37:55.830Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:55.830Z] OK: 71 MiB in 55 packages [2020-07-23T04:37:56.400Z] ---> 257e7b47c15f [2020-07-23T04:37:56.400Z] Step 6/7 : COPY go.mod . [2020-07-23T04:37:56.674Z] ---> 6aad91d9066f [2020-07-23T04:37:56.674Z] Step 7/7 : RUN go mod download [2020-07-23T04:37:56.808Z] ---> 0e4cf1fad0fb [2020-07-23T04:37:56.808Z] Step 7/21 : RUN go mod download [2020-07-23T04:37:56.954Z] ---> Running in bb9c6f170849 [2020-07-23T04:37:57.758Z] ---> Running in 28515e2d29bc [2020-07-23T04:37:57.759Z] Removing intermediate container 4c7131a7fba2 [2020-07-23T04:37:57.759Z] ---> a28e06666a06 [2020-07-23T04:37:57.759Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:37:58.025Z] ---> Running in 1d2c62277f14 [2020-07-23T04:37:58.973Z] ---> Running in 431421a9e57b [2020-07-23T04:38:00.333Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:38:00.333Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:38:00.333Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:38:00.333Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:38:00.333Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:38:00.333Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:38:00.333Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:38:00.333Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:38:00.333Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:38:00.333Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:38:00.333Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:38:00.333Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:38:00.333Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:38:00.333Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:38:00.333Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:38:00.333Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:38:00.333Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:38:00.333Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:38:00.333Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:38:00.333Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:38:00.333Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:38:00.333Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:38:00.333Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:38:00.333Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:38:00.333Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:38:00.604Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:38:00.604Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:38:00.604Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:38:00.604Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:38:00.604Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:38:00.604Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:38:00.604Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:38:00.604Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:38:00.604Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:38:00.604Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:38:00.604Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:38:00.604Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:38:00.874Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:38:00.906Z] Removing intermediate container 431421a9e57b [2020-07-23T04:38:00.906Z] ---> bfdc943be90e [2020-07-23T04:38:00.906Z] Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:38:01.145Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:38:01.146Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:38:01.146Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:38:01.146Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:38:01.146Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:38:01.146Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:38:01.146Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:38:01.146Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:38:01.146Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:38:01.146Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:38:01.146Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:38:01.167Z] ---> Running in 8d862359d95a [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:38:01.418Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:38:01.418Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:38:01.418Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:38:01.418Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:38:01.418Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:38:01.418Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:38:01.689Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:38:01.689Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:38:01.689Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:38:01.689Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:38:01.689Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:38:01.689Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:38:01.689Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:38:01.689Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:38:01.689Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:38:01.689Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:38:01.689Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:38:01.748Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:01.748Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:01.748Z] ---> 547f04256aa3 [2020-07-23T04:38:01.748Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:38:01.748Z] ---> Using cache [2020-07-23T04:38:01.748Z] ---> e5d4232fec98 [2020-07-23T04:38:01.748Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:01.748Z] ---> Using cache [2020-07-23T04:38:01.748Z] ---> 53f05280648c [2020-07-23T04:38:01.748Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:38:01.964Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:38:01.964Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:38:01.964Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:38:01.964Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:38:01.964Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:38:01.964Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:38:01.964Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:38:01.964Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:38:01.964Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:38:01.964Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:38:02.688Z] Removing intermediate container 8d862359d95a [2020-07-23T04:38:02.688Z] ---> 908cddd2b338 [2020-07-23T04:38:02.688Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:38:02.948Z] ---> Running in 49140761e5c5 [2020-07-23T04:38:03.520Z] ---> Running in 85b2ce079dd5 [2020-07-23T04:38:04.904Z] Removing intermediate container 85b2ce079dd5 [2020-07-23T04:38:04.904Z] ---> cb339e11580b [2020-07-23T04:38:04.904Z] [2020-07-23T04:38:05.212Z] Successfully built cb339e11580b [2020-07-23T04:38:05.495Z] Removing intermediate container 28515e2d29bc [2020-07-23T04:38:05.495Z] ---> 9324396c9cc3 [2020-07-23T04:38:05.495Z] Step 8/20 : COPY . . [2020-07-23T04:38:05.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:06.401Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-23T04:38:06.401Z] Building docker-security-secrets-setup-go [2020-07-23T04:38:06.401Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1d2c62277f14 [2020-07-23T04:38:06.401Z] ---> 20a46bb776ce [2020-07-23T04:38:06.401Z] Step 8/21 : COPY . . [2020-07-23T04:38:06.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:07.008Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:07.008Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:07.008Z] OK: 12749 distinct packages available [2020-07-23T04:38:12.036Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:20.268Z] Removing intermediate container bb9c6f170849 [2020-07-23T04:38:20.268Z] ---> ef9bc179c6c0 [2020-07-23T04:38:20.268Z] Successfully built ef9bc179c6c0 [2020-07-23T04:38:20.268Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:38:20.999Z] + docker inspect -f . ci-base-image-arm64 [2020-07-23T04:38:20.999Z] . [Pipeline] withDockerContainer [2020-07-23T04:38:21.289Z] prd-ubuntu18.04-docker-arm64-4c-16g-691 does not seem to be running inside a container [2020-07-23T04:38:21.363Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-23T04:38:22.056Z] Removing intermediate container 49140761e5c5 [2020-07-23T04:38:22.056Z] ---> d07ffa44c99d [2020-07-23T04:38:22.056Z] Step 6/23 : COPY go.mod . [2020-07-23T04:38:22.056Z] Removing intermediate container c24f57747dc5 [2020-07-23T04:38:22.056Z] ---> df953ea8494a [2020-07-23T04:38:22.056Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:38:22.810Z] $ docker top d41a3339567a9db16e78957dac042b79179ae51087f97ea4eea1fa8046681346 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:38:23.873Z] + go version [2020-07-23T04:38:23.873Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-23T04:38:23.893Z] ========================================================= [2020-07-23T04:38:23.893Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:38:23.893Z] ========================================================= [Pipeline] sh [2020-07-23T04:38:24.539Z] + make test raml_verify [2020-07-23T04:38:24.539Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:38:24.616Z] ---> Running in ee96f164a43e [2020-07-23T04:38:25.566Z] ---> a6e55149a4a6 [2020-07-23T04:38:25.566Z] Step 7/23 : RUN go mod download [2020-07-23T04:38:26.520Z] ---> Running in 3d610e9eae9a [2020-07-23T04:38:27.163Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:38:31.838Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:31.838Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:38:31.838Z] ---> 547f04256aa3 [2020-07-23T04:38:31.838Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:38:31.838Z] ---> Using cache [2020-07-23T04:38:31.838Z] ---> e5d4232fec98 [2020-07-23T04:38:31.838Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:38:34.384Z] ---> Running in f1a47459e65f [2020-07-23T04:38:35.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:35.583Z] Removing intermediate container 3d610e9eae9a [2020-07-23T04:38:35.583Z] ---> d17c5449946d [2020-07-23T04:38:35.583Z] Step 8/23 : COPY . . [2020-07-23T04:38:35.842Z] Collecting docker-compose==1.23.2 [2020-07-23T04:38:35.842Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:38:36.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:36.694Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:36.694Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:36.694Z] OK: 12749 distinct packages available [2020-07-23T04:38:36.958Z] OK: 233 MiB in 51 packages [2020-07-23T04:38:37.217Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-23T04:38:37.789Z] ---> 17e081d4f1c2 [2020-07-23T04:38:37.789Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:38:37.789Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:38:37.789Z] ---> 085c288f3694 [2020-07-23T04:38:37.789Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:38:37.789Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:38:41.109Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:38:41.109Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:38:41.109Z] ---> Running in 18822e64bf96 [2020-07-23T04:38:41.680Z] ---> Running in ecbdd4016e66 [2020-07-23T04:38:41.942Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:38:41.942Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:38:43.862Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:38:43.862Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:38:43.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:38:44.144Z] Removing intermediate container f1a47459e65f [2020-07-23T04:38:44.144Z] ---> c06a8af3b955 [2020-07-23T04:38:44.144Z] Step 5/29 : COPY go.mod . [2020-07-23T04:38:44.144Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:38:44.144Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:38:44.144Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:38:44.417Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:38:44.417Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:38:44.690Z] ---> 1fa0fbf2cd9b [2020-07-23T04:38:44.690Z] Step 6/29 : RUN go mod download [2020-07-23T04:38:44.690Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:38:44.690Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:38:44.690Z] ---> Running in 6e4a45a56672 [2020-07-23T04:38:45.675Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:38:45.675Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:38:45.953Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:38:45.953Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:38:48.561Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:38:48.561Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:38:49.968Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:38:49.968Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:38:49.968Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-23T04:38:49.968Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-23T04:38:50.557Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:38:50.557Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:38:50.557Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:38:50.557Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:38:50.557Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:38:50.557Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:38:50.837Z] Installing collected packages: texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, dockerpty, cached-property, docopt, jsonschema, PyYAML, docker-compose [2020-07-23T04:38:50.837Z] Running setup.py install for texttable: started [2020-07-23T04:38:51.819Z] Removing intermediate container 6e4a45a56672 [2020-07-23T04:38:51.819Z] ---> 037a5201f3eb [2020-07-23T04:38:51.819Z] Step 7/29 : COPY . . [2020-07-23T04:38:51.819Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:38:53.757Z] ---> 32254990958a [2020-07-23T04:38:53.757Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:38:54.339Z] Attempting uninstall: idna [2020-07-23T04:38:54.339Z] Found existing installation: idna 2.9 [2020-07-23T04:38:54.339Z] Uninstalling idna-2.9: [2020-07-23T04:38:54.617Z] Successfully uninstalled idna-2.9 [2020-07-23T04:38:55.216Z] Attempting uninstall: urllib3 [2020-07-23T04:38:55.216Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:38:55.216Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:38:55.809Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:38:58.445Z] Attempting uninstall: requests [2020-07-23T04:38:58.445Z] Found existing installation: requests 2.23.0 [2020-07-23T04:38:58.445Z] Uninstalling requests-2.23.0: [2020-07-23T04:38:58.445Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:38:58.445Z] ---> Running in 43b69f807ba3 [2020-07-23T04:38:59.040Z] Running setup.py install for dockerpty: started [2020-07-23T04:38:59.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:38:59.544Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:38:59.607Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:38:59.607Z] Running setup.py install for docopt: started [2020-07-23T04:39:01.009Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:39:03.610Z] Running setup.py install for PyYAML: started [2020-07-23T04:39:05.016Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:39:06.043Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-23T04:39:14.680Z] ---> c39c7803cf98 [2020-07-23T04:39:14.680Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:39:14.680Z] Removing intermediate container ee96f164a43e [2020-07-23T04:39:14.680Z] ---> 1c386c31fa2f [2020-07-23T04:39:14.680Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:39:14.680Z] ---> Running in 3b64295f7799 [2020-07-23T04:39:14.945Z] ---> Running in d812549831a9 [2020-07-23T04:39:15.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:39:15.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:15.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:16.179Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:39:16.179Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:39:16.179Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:39:16.179Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:39:16.179Z] OK: 72 MiB in 58 packages [2020-07-23T04:39:17.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:39:17.891Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:39:17.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:39:17.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:39:17.891Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-07-23T04:39:17.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:39:17.892Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:39:17.892Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:39:17.892Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:39:18.167Z] Removing intermediate container d812549831a9 [2020-07-23T04:39:18.167Z] ---> caae4f26f4a3 [2020-07-23T04:39:18.167Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:19.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:39:19.349Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:39:19.349Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:39:19.349Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:39:20.111Z] ---> Running in 7651c40dd292 [2020-07-23T04:39:21.555Z] Removing intermediate container ecbdd4016e66 [2020-07-23T04:39:21.555Z] ---> 70b2baffbd31 [2020-07-23T04:39:21.555Z] [2020-07-23T04:39:21.555Z] Step 10/21 : FROM scratch [2020-07-23T04:39:21.555Z] ---> [2020-07-23T04:39:21.555Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:39:21.555Z] Removing intermediate container 18822e64bf96 [2020-07-23T04:39:21.555Z] ---> 0ee4d70d20d2 [2020-07-23T04:39:21.555Z] [2020-07-23T04:39:21.555Z] Step 10/20 : FROM scratch [2020-07-23T04:39:21.555Z] ---> [2020-07-23T04:39:21.555Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:39:21.555Z] Removing intermediate container 7651c40dd292 [2020-07-23T04:39:21.555Z] ---> 83da113d8a9c [2020-07-23T04:39:21.555Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:39:21.825Z] ---> Running in 641003dc8252 [2020-07-23T04:39:21.825Z] ---> Running in 06e9d706f169 [2020-07-23T04:39:21.825Z] ---> Running in 8c5008ba83cf [2020-07-23T04:39:22.093Z] Removing intermediate container 641003dc8252 [2020-07-23T04:39:22.093Z] ---> 3cc4fab2755a [2020-07-23T04:39:22.093Z] Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:39:22.093Z] ---> Running in 4ba4399f9564 [2020-07-23T04:39:22.093Z] Removing intermediate container 06e9d706f169 [2020-07-23T04:39:22.093Z] ---> 9413633f4aa1 [2020-07-23T04:39:22.093Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:39:22.093Z] Removing intermediate container 8c5008ba83cf [2020-07-23T04:39:22.093Z] ---> e7497a25b0d3 [2020-07-23T04:39:22.093Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:39:22.093Z] ---> Running in a4b6caf7be7f [2020-07-23T04:39:22.363Z] ---> Running in 697c7e849bdf [2020-07-23T04:39:22.363Z] Removing intermediate container 4ba4399f9564 [2020-07-23T04:39:22.363Z] ---> cd237a7182d5 [2020-07-23T04:39:22.363Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:39:22.363Z] ---> Running in ba7c2dd7c44d [2020-07-23T04:39:22.363Z] Removing intermediate container a4b6caf7be7f [2020-07-23T04:39:22.363Z] ---> 38ade177b8b1 [2020-07-23T04:39:22.363Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:39:22.677Z] ---> Running in 3bd2fc1d4fad [2020-07-23T04:39:22.677Z] Removing intermediate container 697c7e849bdf [2020-07-23T04:39:22.677Z] ---> 0979b2ae29dd [2020-07-23T04:39:22.677Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:39:22.677Z] ---> Running in ec5fe4e9a89f [2020-07-23T04:39:22.677Z] Removing intermediate container ba7c2dd7c44d [2020-07-23T04:39:22.677Z] ---> 95a0c6bf0a8a [2020-07-23T04:39:22.677Z] [2020-07-23T04:39:22.951Z] Removing intermediate container 3bd2fc1d4fad [2020-07-23T04:39:22.951Z] ---> 60b2acb69976 [2020-07-23T04:39:22.951Z] Step 14/21 : WORKDIR / [2020-07-23T04:39:23.896Z] Successfully built 95a0c6bf0a8a [2020-07-23T04:39:23.896Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-23T04:39:23.896Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-07-23T04:39:23.896Z] ---> Running in 8151963a99aa [2020-07-23T04:39:24.176Z] Removing intermediate container ec5fe4e9a89f [2020-07-23T04:39:24.176Z] ---> f30898093a2b [2020-07-23T04:39:24.176Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:39:24.463Z] Removing intermediate container 8151963a99aa [2020-07-23T04:39:24.463Z] ---> 039ee4ef1b73 [2020-07-23T04:39:24.463Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:39:25.077Z] ---> 84b67624db40 [2020-07-23T04:39:25.077Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:39:25.077Z] ---> 47c8fbb8f440 [2020-07-23T04:39:25.077Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:39:29.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.163s coverage: 46.6% of statements [2020-07-23T04:39:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:39:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:39:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:39:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:39:29.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:39:33.250Z] ---> 327a276c4a06 [2020-07-23T04:39:33.250Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:33.821Z] ---> 5a5e21d77673 [2020-07-23T04:39:33.821Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:34.776Z] Removing intermediate container 43b69f807ba3 [2020-07-23T04:39:34.776Z] ---> e1067c93c8d8 [2020-07-23T04:39:34.776Z] [2020-07-23T04:39:34.776Z] Step 10/23 : FROM scratch [2020-07-23T04:39:34.776Z] ---> [2020-07-23T04:39:34.776Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:39:35.725Z] ---> Using cache [2020-07-23T04:39:35.725Z] ---> d79be9db5317 [2020-07-23T04:39:35.725Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:39:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.150s coverage: 27.4% of statements [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:39:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:39:36.246Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements [2020-07-23T04:39:36.246Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:39:37.677Z] ---> 69cf3a184be1 [2020-07-23T04:39:37.678Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:38.256Z] ---> Running in 15a5765d07fe [2020-07-23T04:39:38.516Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:39:38.516Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:39:38.516Z] ---> 547f04256aa3 [2020-07-23T04:39:38.516Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:39:38.516Z] ---> Using cache [2020-07-23T04:39:38.516Z] ---> e5d4232fec98 [2020-07-23T04:39:38.516Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:39:38.516Z] ---> Using cache [2020-07-23T04:39:38.516Z] ---> 53f05280648c [2020-07-23T04:39:38.516Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:39:38.516Z] ---> Using cache [2020-07-23T04:39:38.516Z] ---> c935943030c9 [2020-07-23T04:39:38.516Z] Step 6/21 : COPY go.mod . [2020-07-23T04:39:38.516Z] ---> Using cache [2020-07-23T04:39:38.516Z] ---> 0e4cf1fad0fb [2020-07-23T04:39:38.516Z] Step 7/21 : RUN go mod download [2020-07-23T04:39:38.516Z] ---> Using cache [2020-07-23T04:39:38.516Z] ---> 20a46bb776ce [2020-07-23T04:39:38.516Z] Step 8/21 : COPY . . [2020-07-23T04:39:38.516Z] ---> Using cache [2020-07-23T04:39:38.516Z] ---> 17e081d4f1c2 [2020-07-23T04:39:38.516Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:39:39.457Z] ---> ab6aa28c7db9 [2020-07-23T04:39:39.457Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:39.457Z] ---> Running in aa51f0f0906f [2020-07-23T04:39:39.457Z] ---> Running in 3196cb4e759c [2020-07-23T04:39:39.720Z] ---> Running in e8cf13d8436f [2020-07-23T04:39:39.720Z] Removing intermediate container 15a5765d07fe [2020-07-23T04:39:39.720Z] ---> 379b23e5dfa3 [2020-07-23T04:39:39.720Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:39:39.979Z] ---> Running in 7baceaf20ded [2020-07-23T04:39:39.979Z] Removing intermediate container aa51f0f0906f [2020-07-23T04:39:39.979Z] ---> 1221189324f1 [2020-07-23T04:39:39.979Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:39:39.979Z] Removing intermediate container e8cf13d8436f [2020-07-23T04:39:39.979Z] ---> 8cf026ff079f [2020-07-23T04:39:39.979Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:39:40.242Z] ---> Running in f9d1c326f6cd [2020-07-23T04:39:40.242Z] ---> Running in 188f079724ee [2020-07-23T04:39:40.242Z] Removing intermediate container 7baceaf20ded [2020-07-23T04:39:40.242Z] ---> 13a04a662c1d [2020-07-23T04:39:40.242Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:39:40.510Z] Removing intermediate container f9d1c326f6cd [2020-07-23T04:39:40.510Z] ---> 45697e40026b [2020-07-23T04:39:40.510Z] Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:39:40.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:39:40.770Z] ---> Running in b2a153a80f46 [2020-07-23T04:39:40.770Z] Removing intermediate container 188f079724ee [2020-07-23T04:39:40.770Z] ---> 1e8fafa773d0 [2020-07-23T04:39:40.770Z] Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:39:41.348Z] ---> b1296754977e [2020-07-23T04:39:41.348Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:39:41.348Z] ---> Running in cb15ce31b65f [2020-07-23T04:39:41.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.288s coverage: 29.3% of statements [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:39:41.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.054s coverage: 100.0% of statements [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:39:41.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:39:41.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 89.8% of statements [2020-07-23T04:39:41.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:39:41.934Z] Removing intermediate container b2a153a80f46 [2020-07-23T04:39:41.934Z] ---> 663ac43e26c3 [2020-07-23T04:39:41.934Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:39:42.900Z] ---> Running in be3ca54c4dd7 [2020-07-23T04:39:42.900Z] Removing intermediate container cb15ce31b65f [2020-07-23T04:39:42.900Z] ---> c4b0dd0db4e3 [2020-07-23T04:39:42.900Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:39:42.900Z] ---> 4608fc2e7e81 [2020-07-23T04:39:42.900Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:39:42.900Z] Removing intermediate container 3b64295f7799 [2020-07-23T04:39:42.900Z] ---> 97b5a4dfe1ec [2020-07-23T04:39:42.900Z] [2020-07-23T04:39:42.900Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:39:42.900Z] ---> a24bb4013296 [2020-07-23T04:39:42.900Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-23T04:39:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.201s coverage: 97.5% of statements [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:39:43.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.114s coverage: 100.0% of statements [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:39:43.100Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:39:43.101Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:39:43.101Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2020-07-23T04:39:43.177Z] ---> Running in 59d76181e8f4 [2020-07-23T04:39:43.177Z] ---> Running in 79c9483a18cd [2020-07-23T04:39:43.177Z] Removing intermediate container be3ca54c4dd7 [2020-07-23T04:39:43.177Z] ---> 0a79289db0ff [2020-07-23T04:39:43.177Z] [2020-07-23T04:39:43.438Z] Removing intermediate container 59d76181e8f4 [2020-07-23T04:39:43.438Z] ---> eb727be3124c [2020-07-23T04:39:43.438Z] [2020-07-23T04:39:45.370Z] Successfully built 0a79289db0ff [2020-07-23T04:39:45.370Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-23T04:39:45.370Z]  Building docker-support-scheduler-go ... done Successfully built eb727be3124c [2020-07-23T04:39:45.370Z] Successfully tagged docker-core-command-go:latest [2020-07-23T04:39:45.370Z]  Building docker-core-command-go ... done Removing intermediate container 79c9483a18cd [2020-07-23T04:39:45.370Z] ---> ad3098d0b942 [2020-07-23T04:39:45.370Z] Step 11/29 : USER root [2020-07-23T04:39:45.653Z] ---> ef62e7798152 [2020-07-23T04:39:45.653Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:39:45.653Z] ---> Running in d3a6ceb7c00c [2020-07-23T04:39:45.922Z] Removing intermediate container d3a6ceb7c00c [2020-07-23T04:39:45.922Z] ---> 866cf57e16fb [2020-07-23T04:39:45.922Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:39:45.922Z] ---> Running in fd06a85ffa82 [2020-07-23T04:39:46.193Z] ---> fb196bcbc602 [2020-07-23T04:39:46.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:39:46.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2020-07-23T04:39:46.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:39:46.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:39:46.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-07-23T04:39:46.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.026s coverage: 92.3% of statements [2020-07-23T04:39:47.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2020-07-23T04:39:47.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.112s coverage: 73.7% of statements [2020-07-23T04:39:47.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:47.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:47.176Z] ---> 21acb9145de6 [2020-07-23T04:39:47.176Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:47.467Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:39:47.467Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:39:47.467Z] OK: 12749 distinct packages available [2020-07-23T04:39:47.750Z] ---> 8b059c7ab4c4 [2020-07-23T04:39:47.750Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:47.750Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:39:47.750Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:39:47.750Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:39:48.024Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:39:48.024Z] ---> Running in 43c80573dea7 [2020-07-23T04:39:48.024Z] OK: 6 MiB in 16 packages [2020-07-23T04:39:48.300Z] Removing intermediate container 43c80573dea7 [2020-07-23T04:39:48.300Z] ---> 5e7edf8389ef [2020-07-23T04:39:48.300Z] Step 21/23 : LABEL arch=x86_64 [2020-07-23T04:39:48.300Z] ---> Running in 46673973464d [2020-07-23T04:39:48.890Z] Removing intermediate container 46673973464d [2020-07-23T04:39:48.890Z] ---> 99ca2c05c1aa [2020-07-23T04:39:48.890Z] Step 22/23 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:39:49.470Z] ---> Running in 5ba4200edf9e [2020-07-23T04:39:49.470Z] Removing intermediate container fd06a85ffa82 [2020-07-23T04:39:49.470Z] ---> 2e3f0009afbe [2020-07-23T04:39:49.470Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:39:49.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2020-07-23T04:39:49.740Z] Removing intermediate container 5ba4200edf9e [2020-07-23T04:39:49.740Z] ---> 74d82ca2749b [2020-07-23T04:39:49.740Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:39:49.740Z] ---> Running in 1fc23b8fe0ee [2020-07-23T04:39:50.012Z] ---> Running in c7e6db659dce [2020-07-23T04:39:50.012Z] Removing intermediate container 1fc23b8fe0ee [2020-07-23T04:39:50.012Z] ---> ae49687a1437 [2020-07-23T04:39:50.012Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:39:50.287Z] ---> Running in 817f10338f01 [2020-07-23T04:39:50.287Z] Removing intermediate container c7e6db659dce [2020-07-23T04:39:50.287Z] ---> c4caad0255f8 [2020-07-23T04:39:50.287Z] [2020-07-23T04:39:50.554Z] Successfully built c4caad0255f8 [2020-07-23T04:39:50.554Z] Successfully tagged docker-support-notifications-go:latest [2020-07-23T04:39:50.554Z]  Building docker-support-notifications-go ... done Removing intermediate container 817f10338f01 [2020-07-23T04:39:50.554Z] ---> cd0a10a16860 [2020-07-23T04:39:50.554Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:39:50.818Z] ---> Running in e1c3bccbc5e0 [2020-07-23T04:39:51.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.315s coverage: 55.9% of statements [2020-07-23T04:39:51.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:39:51.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:39:51.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:39:51.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:39:52.736Z] Removing intermediate container e1c3bccbc5e0 [2020-07-23T04:39:52.736Z] ---> 352d240d413d [2020-07-23T04:39:52.736Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:39:52.995Z] ---> 427fdf6b1865 [2020-07-23T04:39:52.995Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:39:52.995Z] ---> 704d338e0b37 [2020-07-23T04:39:52.995Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:39:53.565Z] ---> 68f49ce5d2ca [2020-07-23T04:39:53.565Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:39:53.825Z] ---> 1059bd015a28 [2020-07-23T04:39:53.825Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:39:54.085Z] ---> 45e6efe4323f [2020-07-23T04:39:54.085Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:39:54.085Z] ---> Running in 0dc77804c52c [2020-07-23T04:39:56.000Z] Removing intermediate container 3196cb4e759c [2020-07-23T04:39:56.000Z] ---> 6e687f4d4090 [2020-07-23T04:39:56.000Z] [2020-07-23T04:39:56.000Z] Step 10/21 : FROM scratch [2020-07-23T04:39:56.000Z] ---> [2020-07-23T04:39:56.000Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:39:56.260Z] ---> Using cache [2020-07-23T04:39:56.260Z] ---> e7497a25b0d3 [2020-07-23T04:39:56.260Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:39:56.260Z] ---> Running in 8b72005c9ab7 [2020-07-23T04:39:56.260Z] Removing intermediate container 0dc77804c52c [2020-07-23T04:39:56.260Z] ---> a23e2469fc61 [2020-07-23T04:39:56.260Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:39:56.260Z] Removing intermediate container 8b72005c9ab7 [2020-07-23T04:39:56.260Z] ---> 034d3e3c6654 [2020-07-23T04:39:56.260Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:39:56.520Z] ---> Running in 8a605b78d227 [2020-07-23T04:39:56.520Z] ---> 02d3955eb449 [2020-07-23T04:39:56.520Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:39:56.520Z] ---> Running in a8b6c317e240 [2020-07-23T04:39:56.520Z] Removing intermediate container 8a605b78d227 [2020-07-23T04:39:56.520Z] ---> 94c996b41248 [2020-07-23T04:39:56.520Z] Step 14/21 : WORKDIR / [2020-07-23T04:39:56.781Z] ---> Running in 3ecdcf476b8e [2020-07-23T04:39:57.044Z] Removing intermediate container 3ecdcf476b8e [2020-07-23T04:39:57.044Z] ---> 4b3432d69eee [2020-07-23T04:39:57.044Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:39:57.044Z] ---> 60a160d0edae [2020-07-23T04:39:57.044Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:39:57.616Z] Removing intermediate container a8b6c317e240 [2020-07-23T04:39:57.616Z] ---> 56943a50a669 [2020-07-23T04:39:57.616Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:39:57.616Z] ---> Running in 34f4d1ac2a98 [2020-07-23T04:39:57.616Z] ---> 9983bcecf67f [2020-07-23T04:39:57.616Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:57.876Z] ---> 31de60f89770 [2020-07-23T04:39:57.876Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:58.187Z] ---> Running in d6139592d1dd [2020-07-23T04:39:58.187Z] Removing intermediate container d6139592d1dd [2020-07-23T04:39:58.187Z] ---> 6511f39fe9c5 [2020-07-23T04:39:58.187Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:39:58.187Z] ---> Running in 540834e06407 [2020-07-23T04:39:58.470Z] Removing intermediate container 540834e06407 [2020-07-23T04:39:58.470Z] ---> d83f04bb8bde [2020-07-23T04:39:58.470Z] Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:39:59.041Z] ---> Running in 7f5c0cad85b9 [2020-07-23T04:39:59.041Z] Removing intermediate container 34f4d1ac2a98 [2020-07-23T04:39:59.041Z] ---> a55ee6c55cae [2020-07-23T04:39:59.041Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:39:59.041Z] ---> Running in b2ca64268288 [2020-07-23T04:39:59.041Z] Removing intermediate container 7f5c0cad85b9 [2020-07-23T04:39:59.041Z] ---> 4470ea21c873 [2020-07-23T04:39:59.041Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:39:59.306Z] ---> Running in 76de93568d6d [2020-07-23T04:39:59.306Z] Removing intermediate container b2ca64268288 [2020-07-23T04:39:59.306Z] ---> abc044bd8191 [2020-07-23T04:39:59.306Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:39:59.306Z] ---> Running in 77a3f059f716 [2020-07-23T04:39:59.306Z] Removing intermediate container 76de93568d6d [2020-07-23T04:39:59.306Z] ---> 38b4c9b7a7f6 [2020-07-23T04:39:59.306Z] [2020-07-23T04:39:59.565Z] Successfully built 38b4c9b7a7f6 [2020-07-23T04:39:59.565Z] Successfully tagged docker-core-metadata-go:latest [2020-07-23T04:39:59.565Z]  Building docker-core-metadata-go ... done Removing intermediate container 77a3f059f716 [2020-07-23T04:39:59.565Z] ---> be17720fa621 [2020-07-23T04:39:59.565Z] Step 27/29 : LABEL arch=x86_64 [2020-07-23T04:39:59.565Z] ---> Running in d90e22999e84 [2020-07-23T04:39:59.825Z] Removing intermediate container d90e22999e84 [2020-07-23T04:39:59.825Z] ---> 42bc4703c7a0 [2020-07-23T04:39:59.825Z] Step 28/29 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:39:59.825Z] ---> Running in 44fa33bd0dab [2020-07-23T04:40:00.084Z] Removing intermediate container 44fa33bd0dab [2020-07-23T04:40:00.084Z] ---> c671ce5401d7 [2020-07-23T04:40:00.084Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:40:00.084Z] ---> Running in 538e03883d04 [2020-07-23T04:40:00.084Z] Removing intermediate container 538e03883d04 [2020-07-23T04:40:00.084Z] ---> 8e71c2acd63a [2020-07-23T04:40:00.084Z] [2020-07-23T04:40:00.343Z] Successfully built 8e71c2acd63a [2020-07-23T04:40:00.343Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-23T04:40:01.305Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-23T04:40:01.370Z] $ docker stop --time=1 512b87315770086a25534a2a398744e1c67e1f856546e118047c0a49577a8145 [2020-07-23T04:40:03.271Z] $ docker rm -f 512b87315770086a25534a2a398744e1c67e1f856546e118047c0a49577a8145 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:40:03.795Z] + docker images [2020-07-23T04:40:03.795Z] + grep docker [2020-07-23T04:40:03.795Z] docker-security-secrets-setup-go latest 8e71c2acd63a 3 seconds ago 25.1MB [2020-07-23T04:40:03.795Z] docker-core-metadata-go latest 38b4c9b7a7f6 4 seconds ago 14.4MB [2020-07-23T04:40:03.795Z] docker-support-notifications-go latest c4caad0255f8 13 seconds ago 14.4MB [2020-07-23T04:40:03.795Z] docker-core-command-go latest eb727be3124c 20 seconds ago 13MB [2020-07-23T04:40:03.795Z] docker-support-scheduler-go latest 0a79289db0ff 21 seconds ago 13.1MB [2020-07-23T04:40:03.795Z] docker-sys-mgmt-agent-go latest 95a0c6bf0a8a 41 seconds ago 284MB [2020-07-23T04:40:03.795Z] docker-security-secretstore-setup-go latest cb339e11580b About a minute ago 33.9MB [2020-07-23T04:40:03.795Z] docker-core-data-go latest 437437613ef1 2 minutes ago 23.8MB [2020-07-23T04:40:03.795Z] docker-security-proxy-setup-go latest 5aae3b281f77 2 minutes ago 16.4MB [2020-07-23T04:40:03.795Z] docker-support-logging-go latest de14019cd839 2 minutes ago 11.8MB [2020-07-23T04:40:03.795Z] docker latest 81f5749c9058 3 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-07-23T04:40:30.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.147s coverage: 86.3% of statements [2020-07-23T04:40:30.739Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:40:30.739Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.008s coverage: 72.2% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.063s coverage: 28.8% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 33.7% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.1% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 43.1% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.036s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.056s coverage: 83.8% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.094s coverage: 46.1% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.384s coverage: 29.1% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:40:30.740Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-07-23T04:40:30.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.026s coverage: 100.0% of statements [2020-07-23T04:40:30.740Z] GO111MODULE=on go vet ./... [2020-07-23T04:40:45.840Z] gofmt -l . [2020-07-23T04:40:48.450Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:40:51.057Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:40:51.330Z] ./bin/test-attribution-txt.sh [2020-07-23T04:40:54.706Z] docker run --rm --privileged \ [2020-07-23T04:40:54.706Z] -v /w/workspace/edgex-go/23:/raml-verification -w /raml-verification \ [2020-07-23T04:40:54.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-23T04:40:54.706Z] /scripts/raml-verify.sh [2020-07-23T04:40:54.706Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-23T04:40:54.706Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:40:54.706Z] 29e5d40040c1: Pulling fs layer [2020-07-23T04:40:54.706Z] 8c46fbeab2c7: Pulling fs layer [2020-07-23T04:40:54.706Z] 8ba552a4e5fe: Pulling fs layer [2020-07-23T04:40:54.706Z] 1fb62381901b: Pulling fs layer [2020-07-23T04:40:54.706Z] 147fb30a95d9: Pulling fs layer [2020-07-23T04:40:54.706Z] 3ccc99ad11dc: Pulling fs layer [2020-07-23T04:40:54.706Z] 147fb30a95d9: Waiting [2020-07-23T04:40:54.706Z] 3ccc99ad11dc: Waiting [2020-07-23T04:40:54.706Z] 1fb62381901b: Waiting [2020-07-23T04:40:54.706Z] 8ba552a4e5fe: Verifying Checksum [2020-07-23T04:40:54.706Z] 8ba552a4e5fe: Download complete [2020-07-23T04:40:54.706Z] 1fb62381901b: Verifying Checksum [2020-07-23T04:40:54.706Z] 1fb62381901b: Download complete [2020-07-23T04:40:54.706Z] 29e5d40040c1: Verifying Checksum [2020-07-23T04:40:54.706Z] 29e5d40040c1: Download complete [2020-07-23T04:40:54.706Z] 3ccc99ad11dc: Verifying Checksum [2020-07-23T04:40:54.706Z] 3ccc99ad11dc: Download complete [2020-07-23T04:40:54.706Z] 147fb30a95d9: Verifying Checksum [2020-07-23T04:40:54.706Z] 147fb30a95d9: Download complete [2020-07-23T04:40:55.300Z] 29e5d40040c1: Pull complete [2020-07-23T04:40:55.300Z] 8c46fbeab2c7: Verifying Checksum [2020-07-23T04:40:55.300Z] 8c46fbeab2c7: Download complete [2020-07-23T04:40:59.600Z] 8c46fbeab2c7: Pull complete [2020-07-23T04:40:59.874Z] 8ba552a4e5fe: Pull complete [2020-07-23T04:41:00.145Z] 1fb62381901b: Pull complete [2020-07-23T04:41:05.540Z] 147fb30a95d9: Pull complete [2020-07-23T04:41:05.540Z] 3ccc99ad11dc: Pull complete [2020-07-23T04:41:05.540Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-23T04:41:05.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-23T04:41:08.139Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:41:11.516Z] OK [2020-07-23T04:41:11.516Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:41:19.778Z] OK [2020-07-23T04:41:19.778Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:41:22.383Z] OK [2020-07-23T04:41:22.383Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:41:25.757Z] OK [2020-07-23T04:41:25.757Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:41:31.136Z] OK [2020-07-23T04:41:31.136Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:41:36.523Z] OK [2020-07-23T04:41:36.523Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:41:38.497Z] OK [Pipeline] sh [2020-07-23T04:41:39.752Z] + ls -al . [2020-07-23T04:41:39.752Z] total 596 [2020-07-23T04:41:39.752Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:40 . [2020-07-23T04:41:39.752Z] drwxr-xr-x 4 root root 4096 Jul 23 04:38 .. [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:36 .dockerignore [2020-07-23T04:41:39.752Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 .git [2020-07-23T04:41:39.752Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .github [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:36 .gitignore [2020-07-23T04:41:39.752Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:36 .semver [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:36 .sonarcloud.properties [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:36 CONTRIBUTING.md [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:36 Dockerfile.build [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:36 Jenkinsfile [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:36 LICENSE [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:36 Makefile [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:36 README.md [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:36 SECURITY.md [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:32 VERSION [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:36 ZMQWindows.md [2020-07-23T04:41:39.752Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 api [2020-07-23T04:41:39.752Z] drwxrwxr-x 2 1001 1001 4096 Jul 23 04:36 bin [2020-07-23T04:41:39.752Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:36 cmd [2020-07-23T04:41:39.752Z] -rw-r--r-- 1 root root 465277 Jul 23 04:40 coverage.out [2020-07-23T04:41:39.752Z] -rw-r--r-- 1 root root 1075 Jul 23 04:40 go.mod [2020-07-23T04:41:39.752Z] -rw-r--r-- 1 root root 18146 Jul 23 04:40 go.sum [2020-07-23T04:41:39.752Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:36 internal [2020-07-23T04:41:39.752Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:36 snap [2020-07-23T04:41:39.752Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:36 version.go [Pipeline] sh [2020-07-23T04:41:40.405Z] + '[' -e coverage.out ] [2020-07-23T04:41:40.405Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:41:40.457Z] Warning: overwriting stash ‘coverage-report’ [2020-07-23T04:41:41.709Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:41:42.499Z] + make build [2020-07-23T04:41:42.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:42:04.867Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:42:13.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:42:18.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:42:23.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:42:32.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:42:33.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:42:39.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:42:44.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:42:49.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:42:56.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:43:00.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:43:06.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-23T04:43:10.550Z] $ docker stop --time=1 d41a3339567a9db16e78957dac042b79179ae51087f97ea4eea1fa8046681346 [2020-07-23T04:43:13.056Z] $ docker rm -f d41a3339567a9db16e78957dac042b79179ae51087f97ea4eea1fa8046681346 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:43:14.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:14.959Z] [2020-07-23T04:43:14.959Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:43:15.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:15.641Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-23T04:43:15.641Z] 29e5d40040c1: Already exists [2020-07-23T04:43:15.641Z] 1ce36da41761: Pulling fs layer [2020-07-23T04:43:15.641Z] 25b303627fd3: Pulling fs layer [2020-07-23T04:43:16.237Z] 1ce36da41761: Verifying Checksum [2020-07-23T04:43:16.237Z] 1ce36da41761: Download complete [2020-07-23T04:43:17.212Z] 1ce36da41761: Pull complete [2020-07-23T04:43:17.806Z] 25b303627fd3: Verifying Checksum [2020-07-23T04:43:17.806Z] 25b303627fd3: Download complete [2020-07-23T04:43:27.943Z] 25b303627fd3: Pull complete [2020-07-23T04:43:27.944Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-23T04:43:27.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:27.944Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-23T04:43:28.245Z] prd-ubuntu18.04-docker-arm64-4c-16g-691 does not seem to be running inside a container [2020-07-23T04:43:28.315Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-23T04:43:32.570Z] $ docker top 192348596d05252a0efc0806f45b90ad52e932f060bdc5e574e7d2c65280fd3b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:43:34.037Z] + docker-compose build+ --helpgrep [2020-07-23T04:43:34.037Z] parallel [2020-07-23T04:43:38.324Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:43:38.328Z] $ docker stop --time=1 192348596d05252a0efc0806f45b90ad52e932f060bdc5e574e7d2c65280fd3b [2020-07-23T04:43:40.329Z] $ docker rm -f 192348596d05252a0efc0806f45b90ad52e932f060bdc5e574e7d2c65280fd3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:43:41.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:43:41.258Z] . [Pipeline] withDockerContainer [2020-07-23T04:43:41.549Z] prd-ubuntu18.04-docker-arm64-4c-16g-691 does not seem to be running inside a container [2020-07-23T04:43:41.609Z] $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-23T04:43:43.194Z] $ docker top d3fef32b2b537fafa2332d450bea7342cb59df62dec9506a036a36c94762d98c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:43:44.446Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:43:51.138Z] Building docker-core-command-go ... [2020-07-23T04:43:51.138Z] Building docker-core-data-go ... [2020-07-23T04:43:51.138Z] Building docker-core-metadata-go ... [2020-07-23T04:43:51.138Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:43:51.138Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:43:51.138Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:43:51.138Z] Building docker-support-logging-go ... [2020-07-23T04:43:51.138Z] Building docker-support-notifications-go ... [2020-07-23T04:43:51.138Z] Building docker-support-scheduler-go ... [2020-07-23T04:43:51.138Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:43:51.138Z] Building docker-support-notifications-go [2020-07-23T04:43:51.138Z] Building docker-core-metadata-go [2020-07-23T04:43:51.138Z] Building docker-security-proxy-setup-go [2020-07-23T04:43:51.138Z] Building docker-security-secrets-setup-go [2020-07-23T04:43:51.138Z] Building docker-security-secretstore-setup-go [2020-07-23T04:45:42.947Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:42.947Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:45:42.947Z] ---> ef9bc179c6c0 [2020-07-23T04:45:42.947Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:45:42.947Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:42.947Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:45:42.947Z] ---> ef9bc179c6c0 [2020-07-23T04:45:42.947Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:45:42.947Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:42.947Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:45:42.947Z] ---> ef9bc179c6c0 [2020-07-23T04:45:42.947Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:45:42.947Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:42.948Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:45:42.948Z] ---> ef9bc179c6c0 [2020-07-23T04:45:42.948Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:45:42.948Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:42.948Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:45:42.948Z] ---> ef9bc179c6c0 [2020-07-23T04:45:42.948Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:45:42.948Z] ---> Running in dab9101a301c [2020-07-23T04:45:42.948Z] ---> Running in ce36f5fc28ec [2020-07-23T04:45:42.948Z] ---> Running in b8178a18e9e8 [2020-07-23T04:45:42.948Z] ---> Running in 5e66eb0c7524 [2020-07-23T04:45:42.948Z] ---> Running in 480c1f911200 [2020-07-23T04:45:42.948Z] Removing intermediate container dab9101a301c [2020-07-23T04:45:42.948Z] ---> 93860543b276 [2020-07-23T04:45:42.948Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:45:42.948Z] Removing intermediate container 480c1f911200 [2020-07-23T04:45:42.948Z] ---> 720b97f5a9bf [2020-07-23T04:45:42.948Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:45:42.948Z] Removing intermediate container 5e66eb0c7524 [2020-07-23T04:45:42.948Z] ---> 2a12b22ace4b [2020-07-23T04:45:42.948Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:45:42.948Z] Removing intermediate container b8178a18e9e8 [2020-07-23T04:45:42.948Z] ---> a8257bba622d [2020-07-23T04:45:42.948Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:45:42.948Z] Removing intermediate container ce36f5fc28ec [2020-07-23T04:45:42.948Z] ---> ade2a1762d55 [2020-07-23T04:45:42.948Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:45:42.948Z] ---> Running in dab19ff6151b [2020-07-23T04:45:42.948Z] ---> Running in db7c44e8859c [2020-07-23T04:45:42.948Z] ---> Running in 0bc56df73d53 [2020-07-23T04:45:42.948Z] ---> Running in ef33c07d4d50 [2020-07-23T04:45:42.948Z] ---> Running in 7ea7a89af9bb [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] Removing intermediate container dab19ff6151b [2020-07-23T04:45:42.948Z] ---> cf9d1a5b71f3 [2020-07-23T04:45:42.948Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:45:42.948Z] ---> Running in e32e135ad392 [2020-07-23T04:45:42.948Z] Removing intermediate container db7c44e8859c [2020-07-23T04:45:42.948Z] ---> a77c8584afef [2020-07-23T04:45:42.948Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:45:42.948Z] ---> Running in 5bdc93bcd12e [2020-07-23T04:45:42.948Z] Removing intermediate container 7ea7a89af9bb [2020-07-23T04:45:42.948Z] ---> e4954e36cd83 [2020-07-23T04:45:42.948Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:45:42.948Z] Removing intermediate container 0bc56df73d53 [2020-07-23T04:45:42.948Z] ---> 373e7fce8ef4 [2020-07-23T04:45:42.948Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:45:42.948Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:42.948Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:42.948Z] OK: 12620 distinct packages available [2020-07-23T04:45:42.948Z] ---> Running in 0a3a4d0eda1d [2020-07-23T04:45:42.948Z] ---> Running in 9cb1801f8ceb [2020-07-23T04:45:42.948Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] Removing intermediate container ef33c07d4d50 [2020-07-23T04:45:42.948Z] ---> 6b9cc6848850 [2020-07-23T04:45:42.948Z] Step 5/29 : COPY go.mod . [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:42.948Z] ---> 243a7f1cabe2 [2020-07-23T04:45:42.948Z] Step 6/29 : RUN go mod download [2020-07-23T04:45:42.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:43.220Z] ---> Running in e3e037280837 [2020-07-23T04:45:43.220Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:43.220Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:43.220Z] OK: 12620 distinct packages available [2020-07-23T04:45:43.515Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:43.515Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:43.515Z] OK: 12620 distinct packages available [2020-07-23T04:45:44.110Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:44.110Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:44.110Z] OK: 12620 distinct packages available [2020-07-23T04:45:44.110Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:44.387Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:44.387Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:44.387Z] OK: 12620 distinct packages available [2020-07-23T04:45:44.663Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:45.259Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:45.533Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:46.134Z] Removing intermediate container 5bdc93bcd12e [2020-07-23T04:45:46.134Z] ---> 635a8b029165 [2020-07-23T04:45:46.134Z] Step 6/21 : COPY go.mod . [2020-07-23T04:45:46.411Z] Removing intermediate container 0a3a4d0eda1d [2020-07-23T04:45:46.411Z] ---> 5c5477bf6bfc [2020-07-23T04:45:46.411Z] Step 6/20 : COPY go.mod . [2020-07-23T04:45:47.398Z] Removing intermediate container 9cb1801f8ceb [2020-07-23T04:45:47.398Z] ---> 708df1ba1bbe [2020-07-23T04:45:47.398Z] Step 6/23 : COPY go.mod . [2020-07-23T04:45:47.398Z] ---> 7527426573be [2020-07-23T04:45:47.398Z] Step 7/21 : RUN go mod download [2020-07-23T04:45:47.398Z] Removing intermediate container e32e135ad392 [2020-07-23T04:45:47.398Z] ---> 85c4ed0d9b1d [2020-07-23T04:45:47.398Z] Step 6/26 : COPY go.mod . [2020-07-23T04:45:47.676Z] ---> Running in d196d36bca05 [2020-07-23T04:45:47.676Z] Removing intermediate container e3e037280837 [2020-07-23T04:45:47.676Z] ---> 2d463de4f2fb [2020-07-23T04:45:47.676Z] Step 7/29 : COPY . . [2020-07-23T04:45:47.676Z] ---> 1f233dbf764f [2020-07-23T04:45:47.676Z] Step 7/20 : RUN go mod download [2020-07-23T04:45:47.953Z] ---> Running in ae4094f85fc5 [2020-07-23T04:45:48.554Z] ---> 8beea407944d [2020-07-23T04:45:48.554Z] Step 7/23 : RUN go mod download [2020-07-23T04:45:48.554Z] ---> Running in 2f944adcbf85 [2020-07-23T04:45:48.835Z] ---> 9fe14f58c89b [2020-07-23T04:45:48.835Z] Step 7/26 : RUN go mod download [2020-07-23T04:45:49.818Z] ---> Running in f508396adf6d [2020-07-23T04:45:54.158Z] Removing intermediate container d196d36bca05 [2020-07-23T04:45:54.158Z] ---> 0195f98edc4d [2020-07-23T04:45:54.158Z] Step 8/21 : COPY . . [2020-07-23T04:45:54.158Z] Removing intermediate container ae4094f85fc5 [2020-07-23T04:45:54.158Z] ---> 819e65e9dda4 [2020-07-23T04:45:54.158Z] Step 8/20 : COPY . . [2020-07-23T04:45:54.455Z] Removing intermediate container 2f944adcbf85 [2020-07-23T04:45:54.455Z] ---> 1bf9c5194146 [2020-07-23T04:45:54.455Z] Step 8/23 : COPY . . [2020-07-23T04:45:55.900Z] Removing intermediate container f508396adf6d [2020-07-23T04:45:55.900Z] ---> 727c83e9ba09 [2020-07-23T04:45:55.900Z] Step 8/26 : COPY . . [2020-07-23T04:46:28.266Z] ---> 8ae6b3a73b1f [2020-07-23T04:46:28.266Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:46:28.266Z] ---> c30bc52c973f [2020-07-23T04:46:28.266Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:46:28.266Z] ---> Running in c6ccb60aa80e [2020-07-23T04:46:28.266Z] ---> d5ff17511f14 [2020-07-23T04:46:28.266Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-23T04:46:28.266Z] ---> Running in 77ec33934b44 [2020-07-23T04:46:28.266Z] ---> 7806ac9870c8 [2020-07-23T04:46:28.266Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:46:28.266Z] ---> 55aba99ad277 [2020-07-23T04:46:28.266Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:46:28.266Z] ---> Running in 0fe3494e8cde [2020-07-23T04:46:28.266Z] ---> Running in 573d1885f40d [2020-07-23T04:46:28.266Z] ---> Running in 21860ca2f1b3 [2020-07-23T04:46:28.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:46:28.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:46:28.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:46:28.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:46:28.266Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:48:05.097Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:48:05.097Z] Removing intermediate container c6ccb60aa80e [2020-07-23T04:48:05.097Z] ---> 08204367d5ab [2020-07-23T04:48:05.097Z] [2020-07-23T04:48:05.097Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:48:05.097Z] Removing intermediate container 573d1885f40d [2020-07-23T04:48:05.097Z] ---> 22cfadadc9d6 [2020-07-23T04:48:05.097Z] [2020-07-23T04:48:05.097Z] Step 10/20 : FROM alpine [2020-07-23T04:48:05.097Z] latest: Pulling from library/alpine [2020-07-23T04:48:05.097Z] latest: Pulling from library/alpine [2020-07-23T04:48:05.097Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:48:05.097Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:48:05.097Z] ---> 62ee0e9f8440 [2020-07-23T04:48:05.097Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-23T04:48:05.097Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:48:05.097Z] Status: Image is up to date for alpine:latest [2020-07-23T04:48:05.097Z] ---> 62ee0e9f8440 [2020-07-23T04:48:05.097Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:48:05.097Z] ---> Running in 6820b7b738c2 [2020-07-23T04:48:05.097Z] ---> Running in 22525efaf1bc [2020-07-23T04:48:05.097Z] Removing intermediate container 6820b7b738c2 [2020-07-23T04:48:05.097Z] ---> ce6bc6c29196 [2020-07-23T04:48:05.097Z] Step 11/29 : USER root [2020-07-23T04:48:05.097Z] ---> Running in 54e7f6026224 [2020-07-23T04:48:05.097Z] Removing intermediate container 54e7f6026224 [2020-07-23T04:48:05.097Z] ---> 20d3fccabb88 [2020-07-23T04:48:05.097Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:48:05.097Z] ---> Running in b8c11e3c9822 [2020-07-23T04:48:05.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:05.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:05.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-23T04:48:06.580Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:06.580Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:06.580Z] OK: 12620 distinct packages available [2020-07-23T04:48:07.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:07.781Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:48:07.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:07.781Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:48:07.781Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:48:07.781Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:48:07.781Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:08.056Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:48:08.331Z] OK: 7 MiB in 18 packages [2020-07-23T04:48:08.608Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:08.608Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:08.608Z] OK: 12620 distinct packages available [2020-07-23T04:48:09.609Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:48:09.892Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:48:09.892Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:09.892Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:48:10.498Z] OK: 6 MiB in 16 packages [2020-07-23T04:48:11.483Z] Removing intermediate container 22525efaf1bc [2020-07-23T04:48:11.483Z] ---> 3ef8b8ec9300 [2020-07-23T04:48:11.483Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:48:11.759Z] ---> Running in aed0d2c86478 [2020-07-23T04:48:12.762Z] Removing intermediate container aed0d2c86478 [2020-07-23T04:48:12.762Z] ---> 497b242cf53a [2020-07-23T04:48:12.762Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:48:13.035Z] ---> Running in 4d8fd81e2f9f [2020-07-23T04:48:13.312Z] Removing intermediate container b8c11e3c9822 [2020-07-23T04:48:13.312Z] ---> 3a768e7287a2 [2020-07-23T04:48:13.312Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:48:13.589Z] ---> Running in 318d9325b5b8 [2020-07-23T04:48:13.589Z] Removing intermediate container 4d8fd81e2f9f [2020-07-23T04:48:13.589Z] ---> 761f42128660 [2020-07-23T04:48:13.589Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:48:14.592Z] Removing intermediate container 318d9325b5b8 [2020-07-23T04:48:14.592Z] ---> 6ad8d33fa0b6 [2020-07-23T04:48:14.592Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:48:14.869Z] ---> Running in 7436601c2eca [2020-07-23T04:48:14.869Z] ---> f3e8ae00c68a [2020-07-23T04:48:14.869Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:48:15.861Z] Removing intermediate container 7436601c2eca [2020-07-23T04:48:15.861Z] ---> 51713c74cd13 [2020-07-23T04:48:15.861Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:48:16.455Z] ---> Running in a714c6d6bcb9 [2020-07-23T04:48:17.100Z] ---> b2b1197bb01a [2020-07-23T04:48:17.100Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:48:17.385Z] ---> Running in 6010667b7e2f [2020-07-23T04:48:18.386Z] Removing intermediate container 6010667b7e2f [2020-07-23T04:48:18.386Z] ---> 6732be90cb93 [2020-07-23T04:48:18.665Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:48:18.665Z] ---> Running in 9f5676a56d37 [2020-07-23T04:48:20.119Z] Removing intermediate container 9f5676a56d37 [2020-07-23T04:48:20.119Z] ---> 8fb3b4d8afb2 [2020-07-23T04:48:20.119Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:48:20.406Z] ---> Running in f25b52dd60d3 [2020-07-23T04:48:21.856Z] Removing intermediate container f25b52dd60d3 [2020-07-23T04:48:21.856Z] ---> 30a88fa49030 [2020-07-23T04:48:21.856Z] Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:48:22.142Z] Removing intermediate container a714c6d6bcb9 [2020-07-23T04:48:22.142Z] ---> 6d28bc80ea81 [2020-07-23T04:48:22.142Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:48:22.428Z] ---> Running in 4de5b28ad343 [2020-07-23T04:48:23.431Z] Removing intermediate container 0fe3494e8cde [2020-07-23T04:48:23.431Z] ---> adf24533ddc8 [2020-07-23T04:48:23.431Z] [2020-07-23T04:48:23.431Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:48:23.431Z] Removing intermediate container 4de5b28ad343 [2020-07-23T04:48:23.431Z] ---> f393245f65f8 [2020-07-23T04:48:23.431Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:48:23.707Z] 3.10: Pulling from library/alpine [2020-07-23T04:48:23.707Z] ---> Running in 78b1c28dc0df [2020-07-23T04:48:24.697Z] ---> 3daea6c4dd54 [2020-07-23T04:48:24.697Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:48:24.697Z] Removing intermediate container 78b1c28dc0df [2020-07-23T04:48:24.697Z] ---> 20739203df50 [2020-07-23T04:48:24.697Z] [2020-07-23T04:48:25.693Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:48:25.693Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:48:25.693Z] ---> 536a684cf733 [2020-07-23T04:48:25.693Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:48:25.693Z] Successfully built 20739203df50 [2020-07-23T04:48:25.971Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-23T04:48:25.971Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-07-23T04:48:25.971Z] ---> Running in 92811ce672d0 [2020-07-23T04:48:26.246Z] ---> 377cdcdde9a5 [2020-07-23T04:48:26.246Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:48:28.892Z] ---> 63f92cfb1556 [2020-07-23T04:48:28.892Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:48:29.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:29.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:30.081Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:48:30.081Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:48:30.081Z] OK: 10167 distinct packages available [2020-07-23T04:48:30.697Z] ---> e03b49d8666c [2020-07-23T04:48:30.697Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:48:30.697Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:48:30.697Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:48:30.976Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:48:30.976Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:48:30.976Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:48:30.976Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:48:30.976Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:48:31.255Z] OK: 7 MiB in 19 packages [2020-07-23T04:48:34.685Z] ---> 9714c528c7c5 [2020-07-23T04:48:34.685Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:48:34.965Z] ---> Running in 4a189681f588 [2020-07-23T04:48:35.291Z] Removing intermediate container 21860ca2f1b3 [2020-07-23T04:48:35.291Z] ---> 038b9443ead4 [2020-07-23T04:48:35.291Z] [2020-07-23T04:48:35.291Z] Step 10/23 : FROM scratch [2020-07-23T04:48:35.291Z] ---> [2020-07-23T04:48:35.291Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:48:35.881Z] ---> Running in 6ff473e486ec [2020-07-23T04:48:36.155Z] Removing intermediate container 92811ce672d0 [2020-07-23T04:48:36.155Z] ---> 8d7796c397bc [2020-07-23T04:48:36.155Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:48:36.432Z] ---> Running in f47ca1c18e10 [2020-07-23T04:48:36.432Z] Removing intermediate container 6ff473e486ec [2020-07-23T04:48:36.432Z] ---> 528f688bf935 [2020-07-23T04:48:36.432Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:48:37.032Z] ---> Running in 6f21aedb1ff4 [2020-07-23T04:48:37.659Z] Removing intermediate container f47ca1c18e10 [2020-07-23T04:48:37.659Z] ---> 6dd92e11da1b [2020-07-23T04:48:37.659Z] Step 13/26 : WORKDIR / [2020-07-23T04:48:37.955Z] Removing intermediate container 6f21aedb1ff4 [2020-07-23T04:48:37.955Z] ---> b78b1914836b [2020-07-23T04:48:37.955Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:48:38.936Z] ---> Running in 88e166facf20 [2020-07-23T04:48:39.209Z] ---> Running in 701e926bf41d [2020-07-23T04:48:39.801Z] Removing intermediate container 77ec33934b44 [2020-07-23T04:48:39.801Z] ---> 92339dc94d60 [2020-07-23T04:48:39.801Z] [2020-07-23T04:48:39.801Z] Step 10/21 : FROM scratch [2020-07-23T04:48:39.801Z] ---> [2020-07-23T04:48:39.801Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:48:40.075Z] Removing intermediate container 701e926bf41d [2020-07-23T04:48:40.075Z] ---> 4615caa67af7 [2020-07-23T04:48:40.075Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:48:40.666Z] ---> Running in 1381c7944daa [2020-07-23T04:48:40.666Z] Removing intermediate container 4a189681f588 [2020-07-23T04:48:40.666Z] ---> 0d9f6958c5a3 [2020-07-23T04:48:40.666Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:48:40.666Z] Removing intermediate container 88e166facf20 [2020-07-23T04:48:40.666Z] ---> c927f0bd3568 [2020-07-23T04:48:40.666Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-23T04:48:40.945Z] ---> 85b393ff9036 [2020-07-23T04:48:40.945Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:48:41.223Z] Removing intermediate container 1381c7944daa [2020-07-23T04:48:41.223Z] ---> 2bffde0fadb3 [2020-07-23T04:48:41.223Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:48:41.819Z] ---> Running in e3a9407273bd [2020-07-23T04:48:42.101Z] ---> f7560f17d1aa [2020-07-23T04:48:42.101Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:48:42.101Z] ---> 991241c47aac [2020-07-23T04:48:42.101Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-23T04:48:42.378Z] ---> Running in 7587722f8b0a [2020-07-23T04:48:42.652Z] ---> 57f890cf2d5e [2020-07-23T04:48:42.652Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:48:42.652Z] Removing intermediate container e3a9407273bd [2020-07-23T04:48:42.653Z] ---> 30ba8a0cbdb5 [2020-07-23T04:48:42.653Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:48:43.258Z] ---> Running in 1a4d6e456c6e [2020-07-23T04:48:43.531Z] ---> 7b28c75bb852 [2020-07-23T04:48:43.532Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:44.139Z] Removing intermediate container 1a4d6e456c6e [2020-07-23T04:48:44.139Z] ---> 6152fa188b0a [2020-07-23T04:48:44.139Z] Step 14/21 : WORKDIR / [2020-07-23T04:48:44.424Z] ---> Running in cb15069e91c8 [2020-07-23T04:48:45.016Z] ---> dce3c7765907 [2020-07-23T04:48:45.016Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:48:45.609Z] ---> 9e0926aa16cf [2020-07-23T04:48:45.609Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:48:45.879Z] Removing intermediate container cb15069e91c8 [2020-07-23T04:48:45.879Z] ---> 04b860ae6045 [2020-07-23T04:48:45.879Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:48:46.492Z] ---> d80bc21fa316 [2020-07-23T04:48:46.492Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:48:47.135Z] ---> e80c7478b9b7 [2020-07-23T04:48:47.135Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:48:47.405Z] ---> e8ca887481d8 [2020-07-23T04:48:47.405Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:48:47.675Z] Removing intermediate container 7587722f8b0a [2020-07-23T04:48:47.675Z] ---> 3bce8b78b807 [2020-07-23T04:48:47.675Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:48:48.316Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:48:48.316Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:48:48.316Z] ---> ef9bc179c6c0 [2020-07-23T04:48:48.316Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:48:48.316Z] ---> Using cache [2020-07-23T04:48:48.316Z] ---> ade2a1762d55 [2020-07-23T04:48:48.316Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:48:48.316Z] ---> Running in 86c53ca3b5c0 [2020-07-23T04:48:48.596Z] ---> ef5bbc98623d [2020-07-23T04:48:48.596Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:48.596Z] ---> Running in 6fe700e550d0 [2020-07-23T04:48:48.869Z] ---> d495dfb474a5 [2020-07-23T04:48:48.869Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:48:49.470Z] ---> 8455139c1ade [2020-07-23T04:48:49.470Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:50.068Z] ---> 7337aa12071a [2020-07-23T04:48:50.068Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:48:50.068Z] ---> Running in 6b785de9956b [2020-07-23T04:48:50.674Z] ---> 5b67b0806f61 [2020-07-23T04:48:50.674Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:48:51.270Z] Removing intermediate container 6b785de9956b [2020-07-23T04:48:51.270Z] ---> 764fff35f1e1 [2020-07-23T04:48:51.270Z] Step 21/23 : LABEL arch=arm64 [2020-07-23T04:48:51.270Z] ---> ea370c5079d0 [2020-07-23T04:48:51.270Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:48:51.270Z] ---> Running in 37c125217c4f [2020-07-23T04:48:51.542Z] ---> Running in 35bc6c93754c [2020-07-23T04:48:52.151Z] ---> d838f4ca8889 [2020-07-23T04:48:52.151Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:48:52.151Z] Removing intermediate container 37c125217c4f [2020-07-23T04:48:52.151Z] ---> d2333b725896 [2020-07-23T04:48:52.151Z] Step 22/23 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:48:52.151Z] Removing intermediate container 35bc6c93754c [2020-07-23T04:48:52.151Z] ---> 82b397bd6f71 [2020-07-23T04:48:52.151Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:48:52.426Z] ---> Running in 341260d47fa9 [2020-07-23T04:48:52.705Z] ---> Running in 9194eef7a51b [2020-07-23T04:48:52.705Z] Removing intermediate container 6fe700e550d0 [2020-07-23T04:48:52.705Z] ---> 7c5fe7b8f130 [2020-07-23T04:48:52.705Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:48:52.705Z] Removing intermediate container 86c53ca3b5c0 [2020-07-23T04:48:52.705Z] ---> 5efee606b1e2 [2020-07-23T04:48:52.705Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:48:52.980Z] ---> Running in c07b91445dab [2020-07-23T04:48:52.980Z] ---> Running in a0e50e6d071e [2020-07-23T04:48:52.980Z] Removing intermediate container 341260d47fa9 [2020-07-23T04:48:52.980Z] ---> fd13f9a0e79e [2020-07-23T04:48:52.980Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:48:53.254Z] ---> Running in c1bd5234c85e [2020-07-23T04:48:53.254Z] Removing intermediate container 9194eef7a51b [2020-07-23T04:48:53.254Z] ---> 8477b5e38ab6 [2020-07-23T04:48:53.254Z] Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:48:53.533Z] ---> 6f9c5f53b8c3 [2020-07-23T04:48:53.533Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:48:53.533Z] ---> Running in 59df7c683694 [2020-07-23T04:48:53.533Z] ---> Running in 49d5f8664d2a [2020-07-23T04:48:53.809Z] Removing intermediate container a0e50e6d071e [2020-07-23T04:48:53.809Z] ---> 921a9dbc8d3d [2020-07-23T04:48:53.810Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:48:54.084Z] ---> Running in 3b90e614796c [2020-07-23T04:48:54.084Z] Removing intermediate container c1bd5234c85e [2020-07-23T04:48:54.084Z] ---> 98e57daa68b3 [2020-07-23T04:48:54.084Z] [2020-07-23T04:48:54.356Z] Removing intermediate container 49d5f8664d2a [2020-07-23T04:48:54.356Z] ---> 491cdbcf65c3 [2020-07-23T04:48:54.356Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:48:54.627Z] ---> Running in e7203534dcfc [2020-07-23T04:48:54.906Z] Successfully built 98e57daa68b3 [2020-07-23T04:48:54.906Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-23T04:48:54.906Z] Building docker-support-scheduler-go [2020-07-23T04:48:54.906Z]  Building docker-support-notifications-go ... done Removing intermediate container 3b90e614796c [2020-07-23T04:48:54.906Z] ---> 5f2971667281 [2020-07-23T04:48:54.906Z] Step 27/29 : LABEL arch=arm64 [2020-07-23T04:48:55.179Z] ---> Running in c2435e987244 [2020-07-23T04:48:55.452Z] Removing intermediate container e7203534dcfc [2020-07-23T04:48:55.452Z] ---> fe552187da41 [2020-07-23T04:48:55.452Z] [2020-07-23T04:48:55.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:55.726Z] Removing intermediate container c2435e987244 [2020-07-23T04:48:55.726Z] ---> cd49db02203a [2020-07-23T04:48:55.726Z] Step 28/29 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:48:56.003Z] Successfully built fe552187da41 [2020-07-23T04:48:56.003Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-23T04:48:56.003Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-07-23T04:48:56.275Z] ---> Running in 51b774ac2897 [2020-07-23T04:48:56.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:56.875Z] Removing intermediate container 51b774ac2897 [2020-07-23T04:48:56.875Z] ---> 40a23a0851f7 [2020-07-23T04:48:56.875Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:48:57.157Z] ---> Running in 7bd1ad7a6683 [2020-07-23T04:48:57.157Z] Removing intermediate container 59df7c683694 [2020-07-23T04:48:57.157Z] ---> 51408a866170 [2020-07-23T04:48:57.157Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:48:57.438Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:57.438Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:57.438Z] OK: 12620 distinct packages available [2020-07-23T04:48:58.444Z] ---> Running in b91b60cdbcdc [2020-07-23T04:48:58.444Z] OK: 217 MiB in 51 packages [2020-07-23T04:48:58.720Z] Removing intermediate container 7bd1ad7a6683 [2020-07-23T04:48:58.720Z] ---> 72fc6cacd2f1 [2020-07-23T04:48:58.720Z] [2020-07-23T04:48:59.326Z] Successfully built 72fc6cacd2f1 [2020-07-23T04:48:59.326Z] OK: 217 MiB in 51 packages [2020-07-23T04:48:59.326Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-23T04:48:59.326Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:48:59.326Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container b91b60cdbcdc [2020-07-23T04:48:59.326Z] ---> 556e7bc8075b [2020-07-23T04:48:59.326Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:48:59.920Z] ---> Running in be1773431f4c [2020-07-23T04:49:00.901Z] Removing intermediate container be1773431f4c [2020-07-23T04:49:00.901Z] ---> 5f24e06ad28a [2020-07-23T04:49:00.901Z] Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:49:01.175Z] Removing intermediate container c07b91445dab [2020-07-23T04:49:01.175Z] ---> 77e50642a2d0 [2020-07-23T04:49:01.175Z] Step 6/21 : COPY go.mod . [2020-07-23T04:49:01.774Z] ---> Running in 9dfb9ab7a8dc [2020-07-23T04:49:03.217Z] ---> c4ba32583b9c [2020-07-23T04:49:03.217Z] Step 7/21 : RUN go mod download [2020-07-23T04:49:05.193Z] Removing intermediate container 9dfb9ab7a8dc [2020-07-23T04:49:05.193Z] ---> a338c165486f [2020-07-23T04:49:05.193Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:49:05.193Z] ---> Running in c848ff825120 [2020-07-23T04:49:06.631Z] ---> Running in 937cbf34953f [2020-07-23T04:49:07.614Z] Removing intermediate container 937cbf34953f [2020-07-23T04:49:07.614Z] ---> 3e7ab7d2f633 [2020-07-23T04:49:07.614Z] [2020-07-23T04:49:08.218Z] Successfully built 3e7ab7d2f633 [2020-07-23T04:49:08.218Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-23T04:49:08.218Z] Building docker-core-data-go [2020-07-23T04:49:10.832Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c848ff825120 [2020-07-23T04:49:10.832Z] ---> 987cc8621eb2 [2020-07-23T04:49:10.832Z] Step 8/21 : COPY . . [2020-07-23T04:49:37.607Z] ---> 017d3652c5cc [2020-07-23T04:49:37.607Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:49:37.607Z] ---> Running in ba5c84937e6c [2020-07-23T04:49:37.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:49:59.792Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:49:59.792Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:49:59.792Z] ---> ef9bc179c6c0 [2020-07-23T04:49:59.792Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:49:59.792Z] ---> Using cache [2020-07-23T04:49:59.792Z] ---> ade2a1762d55 [2020-07-23T04:49:59.792Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:49:59.792Z] ---> Using cache [2020-07-23T04:49:59.792Z] ---> 7c5fe7b8f130 [2020-07-23T04:49:59.792Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:50:01.229Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:50:01.507Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:50:01.507Z] ---> ef9bc179c6c0 [2020-07-23T04:50:01.507Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:50:01.507Z] ---> Using cache [2020-07-23T04:50:01.507Z] ---> ade2a1762d55 [2020-07-23T04:50:01.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:50:01.507Z] ---> Using cache [2020-07-23T04:50:01.507Z] ---> 7c5fe7b8f130 [2020-07-23T04:50:01.507Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:50:04.906Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:50:04.906Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:50:04.906Z] ---> ef9bc179c6c0 [2020-07-23T04:50:04.906Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:50:04.906Z] ---> Using cache [2020-07-23T04:50:04.906Z] ---> ade2a1762d55 [2020-07-23T04:50:04.906Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:50:04.906Z] ---> Using cache [2020-07-23T04:50:04.906Z] ---> 7c5fe7b8f130 [2020-07-23T04:50:04.906Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:50:06.890Z] ---> Running in 75f992e38c07 [2020-07-23T04:50:06.890Z] ---> Running in 35bc8cfccda6 [2020-07-23T04:50:06.890Z] ---> Running in 54030eff4b45 [2020-07-23T04:50:10.289Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:50:10.289Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:50:10.289Z] ---> ef9bc179c6c0 [2020-07-23T04:50:10.289Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:50:10.289Z] ---> Using cache [2020-07-23T04:50:10.289Z] ---> ade2a1762d55 [2020-07-23T04:50:10.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:50:10.289Z] ---> Using cache [2020-07-23T04:50:10.289Z] ---> 7c5fe7b8f130 [2020-07-23T04:50:10.289Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:50:10.566Z] ---> Running in e0671bb72e21 [2020-07-23T04:50:10.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:10.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:11.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:11.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:11.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:11.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:12.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:12.863Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:12.863Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:12.863Z] OK: 12620 distinct packages available [2020-07-23T04:50:13.137Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:13.137Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:13.137Z] OK: 12620 distinct packages available [2020-07-23T04:50:13.137Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:13.137Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:13.137Z] OK: 12620 distinct packages available [2020-07-23T04:50:13.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:13.733Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:13.733Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:14.011Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:15.007Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:50:15.007Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:50:15.007Z] OK: 12620 distinct packages available [2020-07-23T04:50:15.613Z] Removing intermediate container 35bc8cfccda6 [2020-07-23T04:50:15.613Z] ---> 1ad1f318fea5 [2020-07-23T04:50:15.613Z] Step 6/26 : COPY go.mod . [2020-07-23T04:50:15.613Z] OK: 217 MiB in 51 packages [2020-07-23T04:50:15.926Z] Removing intermediate container 54030eff4b45 [2020-07-23T04:50:15.926Z] ---> 11e71cb78464 [2020-07-23T04:50:15.926Z] Step 6/21 : COPY go.mod . [2020-07-23T04:50:15.926Z] Removing intermediate container 75f992e38c07 [2020-07-23T04:50:15.926Z] ---> 4b931bcca11d [2020-07-23T04:50:15.926Z] Step 6/20 : COPY go.mod . [2020-07-23T04:50:17.195Z] ---> afd256aa05f8 [2020-07-23T04:50:17.195Z] Step 7/26 : RUN go mod download [2020-07-23T04:50:17.512Z] ---> Running in ad8973d1b3fb [2020-07-23T04:50:17.512Z] ---> d1806283ee7e [2020-07-23T04:50:17.512Z] Step 7/21 : RUN go mod download [2020-07-23T04:50:17.829Z] Removing intermediate container e0671bb72e21 [2020-07-23T04:50:17.829Z] ---> 4967d7df87cf [2020-07-23T04:50:17.829Z] Step 6/22 : COPY go.mod . [2020-07-23T04:50:17.829Z] ---> 060781fb33a3 [2020-07-23T04:50:17.829Z] Step 7/20 : RUN go mod download [2020-07-23T04:50:17.829Z] ---> Running in c7c794a68e84 [2020-07-23T04:50:18.227Z] ---> Running in 99845ad4151e [2020-07-23T04:50:19.757Z] ---> 6729274ffe98 [2020-07-23T04:50:19.757Z] Step 7/22 : RUN go mod download [2020-07-23T04:50:19.757Z] ---> Running in e060b1acd2a3 [2020-07-23T04:50:24.423Z] Removing intermediate container ad8973d1b3fb [2020-07-23T04:50:24.423Z] ---> 9543c9759a21 [2020-07-23T04:50:24.423Z] Step 8/26 : COPY . . [2020-07-23T04:50:25.035Z] Removing intermediate container 99845ad4151e [2020-07-23T04:50:25.035Z] ---> 1433928c2477 [2020-07-23T04:50:25.035Z] Step 8/20 : COPY . . [2020-07-23T04:50:25.308Z] Removing intermediate container c7c794a68e84 [2020-07-23T04:50:25.308Z] ---> bf41f837276a [2020-07-23T04:50:25.308Z] Step 8/21 : COPY . . [2020-07-23T04:50:25.579Z] Removing intermediate container e060b1acd2a3 [2020-07-23T04:50:25.579Z] ---> b9d8982a565b [2020-07-23T04:50:25.579Z] Step 8/22 : COPY . . [2020-07-23T04:50:26.567Z] Removing intermediate container ba5c84937e6c [2020-07-23T04:50:26.567Z] ---> e4a0efca9dee [2020-07-23T04:50:26.567Z] [2020-07-23T04:50:26.567Z] Step 10/21 : FROM scratch [2020-07-23T04:50:26.567Z] ---> [2020-07-23T04:50:26.567Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:50:26.567Z] ---> Using cache [2020-07-23T04:50:26.567Z] ---> 528f688bf935 [2020-07-23T04:50:26.567Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:50:29.955Z] ---> Running in 3612dbd9d7ed [2020-07-23T04:50:34.263Z] Removing intermediate container 3612dbd9d7ed [2020-07-23T04:50:34.263Z] ---> 1dcd1d65cc2a [2020-07-23T04:50:34.263Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:50:35.726Z] ---> Running in 57c4d79ad250 [2020-07-23T04:50:37.173Z] Removing intermediate container 57c4d79ad250 [2020-07-23T04:50:37.173Z] ---> ae3bf5e9c7fb [2020-07-23T04:50:37.173Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:50:39.155Z] ---> 9bb66677bf38 [2020-07-23T04:50:39.155Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:50:42.672Z] ---> 5ba8d10510b3 [2020-07-23T04:50:42.672Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:50:46.967Z] ---> f1c05c7536f2 [2020-07-23T04:50:46.967Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:50:48.392Z] ---> 048a8d2ba322 [2020-07-23T04:50:48.392Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:50:48.662Z] ---> Running in 1b11aeac2997 [2020-07-23T04:50:48.940Z] ---> 9de798a25989 [2020-07-23T04:50:48.940Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:50:49.217Z] ---> 6ee83d72e083 [2020-07-23T04:50:49.217Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:50:49.217Z] ---> 68d3481bb2b9 [2020-07-23T04:50:49.217Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:50:49.217Z] ---> Running in d5e1a7daf134 [2020-07-23T04:50:49.493Z] ---> Running in 4c8ca0c26713 [2020-07-23T04:50:49.493Z] ---> Running in 24f57ad01a1d [2020-07-23T04:50:49.493Z] Removing intermediate container 1b11aeac2997 [2020-07-23T04:50:49.493Z] ---> b4d63c5cc115 [2020-07-23T04:50:49.493Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:50:49.775Z] ---> 6847b527b38f [2020-07-23T04:50:49.775Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:50:49.775Z] ---> Running in 16ab146ff7ad [2020-07-23T04:50:50.057Z] ---> Running in b6bdf32501c0 [2020-07-23T04:50:50.666Z] Removing intermediate container 16ab146ff7ad [2020-07-23T04:50:50.666Z] ---> f8ab9dacf0f2 [2020-07-23T04:50:50.666Z] Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:50:50.666Z] ---> Running in 8fa1148fde42 [2020-07-23T04:50:51.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:50:51.650Z] Removing intermediate container 8fa1148fde42 [2020-07-23T04:50:51.650Z] ---> 43538cca10d0 [2020-07-23T04:50:51.650Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:50:51.650Z] ---> Running in b9c69351dc6e [2020-07-23T04:50:51.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:50:52.202Z] Removing intermediate container b9c69351dc6e [2020-07-23T04:50:52.202Z] ---> 452a9de78e5f [2020-07-23T04:50:52.202Z] [2020-07-23T04:50:52.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:50:52.487Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:50:53.096Z] Successfully built 452a9de78e5f [2020-07-23T04:50:53.096Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-23T04:52:14.885Z]  Building docker-support-logging-go ... done Removing intermediate container d5e1a7daf134 [2020-07-23T04:52:14.885Z] ---> 820e379e2fb9 [2020-07-23T04:52:14.885Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:52:14.885Z] ---> Running in 4faaf7b1fca7 [2020-07-23T04:52:14.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:52:14.885Z] Removing intermediate container 4faaf7b1fca7 [2020-07-23T04:52:14.885Z] ---> 375254b2abba [2020-07-23T04:52:14.885Z] [2020-07-23T04:52:14.885Z] Step 11/26 : FROM docker:latest [2020-07-23T04:52:14.885Z] ---> ce9d55ae87f1 [2020-07-23T04:52:14.885Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:52:14.885Z] ---> Running in 06a02617ea67 [2020-07-23T04:52:16.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:17.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:17.745Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:52:17.745Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:52:18.020Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:52:18.020Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:52:18.020Z] OK: 12 MiB in 22 packages [2020-07-23T04:52:20.018Z] Removing intermediate container 06a02617ea67 [2020-07-23T04:52:20.018Z] ---> aa7dc0128422 [2020-07-23T04:52:20.018Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:52:20.301Z] ---> Running in 13fb8b8cb43d [2020-07-23T04:52:25.699Z] Removing intermediate container 13fb8b8cb43d [2020-07-23T04:52:25.699Z] ---> c0a338d6b919 [2020-07-23T04:52:25.699Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:52:25.699Z] ---> Running in 3cd03a8cd959 [2020-07-23T04:52:25.699Z] Removing intermediate container 4c8ca0c26713 [2020-07-23T04:52:25.699Z] ---> ac0813752848 [2020-07-23T04:52:25.699Z] [2020-07-23T04:52:25.699Z] Step 10/20 : FROM scratch [2020-07-23T04:52:25.699Z] ---> [2020-07-23T04:52:25.699Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:52:25.699Z] ---> Using cache [2020-07-23T04:52:25.699Z] ---> 2bffde0fadb3 [2020-07-23T04:52:25.699Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:52:25.699Z] Removing intermediate container 24f57ad01a1d [2020-07-23T04:52:25.699Z] ---> dfbee66927de [2020-07-23T04:52:25.699Z] [2020-07-23T04:52:25.699Z] Step 10/21 : FROM scratch [2020-07-23T04:52:25.699Z] ---> [2020-07-23T04:52:25.699Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:52:25.699Z] ---> Running in 1ff9076b13fb [2020-07-23T04:52:25.699Z] ---> Using cache [2020-07-23T04:52:25.699Z] ---> 2bffde0fadb3 [2020-07-23T04:52:25.699Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:52:25.699Z] Removing intermediate container 3cd03a8cd959 [2020-07-23T04:52:25.699Z] ---> ff1a79e61c0f [2020-07-23T04:52:25.699Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:52:25.970Z] ---> Running in 51ad3eb0360a [2020-07-23T04:52:25.970Z] Removing intermediate container 1ff9076b13fb [2020-07-23T04:52:25.970Z] ---> 7d165053f8fd [2020-07-23T04:52:25.970Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:52:25.970Z] ---> Running in 66eced7524d4 [2020-07-23T04:52:25.970Z] ---> Running in 647861d6e790 [2020-07-23T04:52:26.561Z] Removing intermediate container 51ad3eb0360a [2020-07-23T04:52:26.561Z] ---> 98c49220693a [2020-07-23T04:52:26.561Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:52:26.561Z] ---> Running in 948dc6e1722a [2020-07-23T04:52:26.561Z] Removing intermediate container 647861d6e790 [2020-07-23T04:52:26.561Z] ---> a37dd549558d [2020-07-23T04:52:26.561Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:52:26.561Z] Removing intermediate container 66eced7524d4 [2020-07-23T04:52:26.561Z] ---> e1a55793de37 [2020-07-23T04:52:26.561Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:52:26.832Z] ---> Running in 293412391d58 [2020-07-23T04:52:27.105Z] Removing intermediate container 948dc6e1722a [2020-07-23T04:52:27.105Z] ---> 55b8a9361b85 [2020-07-23T04:52:27.105Z] Step 14/21 : WORKDIR / [2020-07-23T04:52:27.105Z] ---> Running in ca4b8dccd272 [2020-07-23T04:52:27.384Z] Removing intermediate container 293412391d58 [2020-07-23T04:52:27.384Z] ---> 9d431ab86762 [2020-07-23T04:52:27.384Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:52:27.660Z] ---> 0f63f1931e6b [2020-07-23T04:52:27.660Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:52:27.660Z] Removing intermediate container ca4b8dccd272 [2020-07-23T04:52:27.936Z] ---> 6490edd29874 [2020-07-23T04:52:27.936Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:52:29.374Z] ---> e3c1e4d965b9 [2020-07-23T04:52:29.374Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:52:29.374Z] ---> 494d014d2f3b [2020-07-23T04:52:29.374Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:29.374Z] ---> 2bfacecc7619 [2020-07-23T04:52:29.374Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:30.349Z] ---> bf3cd9b9f6b0 [2020-07-23T04:52:30.349Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:52:30.621Z] ---> 816c782423ad [2020-07-23T04:52:30.621Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:52:30.621Z] ---> 34451ac50515 [2020-07-23T04:52:30.621Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:30.621Z] ---> Running in 1774002995ab [2020-07-23T04:52:31.212Z] Removing intermediate container 1774002995ab [2020-07-23T04:52:31.212Z] ---> 27776e0aed82 [2020-07-23T04:52:31.212Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:52:31.482Z] ---> Running in 9400c5a0aa47 [2020-07-23T04:52:31.763Z] ---> 680868609d83 [2020-07-23T04:52:31.763Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:52:31.763Z] ---> ca8afa4bc042 [2020-07-23T04:52:31.763Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:52:31.763Z] ---> Running in abdcfbf7cd66 [2020-07-23T04:52:31.763Z] ---> Running in 8eabe1452041 [2020-07-23T04:52:32.039Z] Removing intermediate container 9400c5a0aa47 [2020-07-23T04:52:32.039Z] ---> 2632e05d17d9 [2020-07-23T04:52:32.039Z] Step 19/20 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:52:32.330Z] ---> Running in a87686eba35b [2020-07-23T04:52:32.330Z] Removing intermediate container abdcfbf7cd66 [2020-07-23T04:52:32.330Z] ---> 4e56d2712d3d [2020-07-23T04:52:32.330Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:52:32.603Z] ---> Running in 56fc39923a58 [2020-07-23T04:52:32.874Z] Removing intermediate container a87686eba35b [2020-07-23T04:52:32.874Z] ---> 6ae642ca2fd1 [2020-07-23T04:52:32.874Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:52:33.147Z] ---> Running in 1a9d1d9deb8b [2020-07-23T04:52:33.147Z] Removing intermediate container 56fc39923a58 [2020-07-23T04:52:33.147Z] ---> fb50a3540b0b [2020-07-23T04:52:33.147Z] Step 20/21 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:52:33.418Z] ---> Running in 88e22b3b6126 [2020-07-23T04:52:33.697Z] Removing intermediate container 1a9d1d9deb8b [2020-07-23T04:52:33.697Z] ---> 65e339ec8bcc [2020-07-23T04:52:33.697Z] [2020-07-23T04:52:33.697Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:33.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:33.971Z] Removing intermediate container 88e22b3b6126 [2020-07-23T04:52:33.971Z] ---> ccc0bfd0a09c [2020-07-23T04:52:33.971Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:52:34.244Z] Successfully built 65e339ec8bcc [2020-07-23T04:52:34.244Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-23T04:52:34.244Z]  Building docker-support-scheduler-go ... done  ---> Running in 78ef7c7cb80a [2020-07-23T04:52:34.522Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:52:34.522Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:52:34.522Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:52:34.522Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:52:34.522Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:52:34.522Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:52:34.522Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:52:35.498Z] Removing intermediate container 78ef7c7cb80a [2020-07-23T04:52:35.498Z] ---> b79cc8085abc [2020-07-23T04:52:35.498Z] [2020-07-23T04:52:36.098Z] Successfully built b79cc8085abc [2020-07-23T04:52:36.098Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-23T04:52:36.694Z]  Building docker-core-command-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:52:36.694Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:52:36.694Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:52:36.694Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:52:36.694Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:52:36.694Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:52:36.694Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:52:36.694Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:52:36.694Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:52:36.694Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:52:36.694Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:52:36.965Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:52:36.965Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:52:36.965Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:52:36.965Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:52:36.965Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:52:36.965Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:52:36.965Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:52:36.965Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:52:36.965Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:52:36.965Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:52:36.965Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:52:36.965Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:52:36.965Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:52:36.965Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:52:36.965Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:52:37.238Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:52:37.238Z] OK: 71 MiB in 55 packages [2020-07-23T04:52:39.210Z] Removing intermediate container b6bdf32501c0 [2020-07-23T04:52:39.210Z] ---> d148230d18c8 [2020-07-23T04:52:39.210Z] [2020-07-23T04:52:39.210Z] Step 10/22 : FROM alpine [2020-07-23T04:52:39.210Z] ---> 62ee0e9f8440 [2020-07-23T04:52:39.210Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:52:39.210Z] ---> Running in 90a6c84c1974 [2020-07-23T04:52:39.799Z] Removing intermediate container 90a6c84c1974 [2020-07-23T04:52:39.799Z] ---> 7a78b28aa89e [2020-07-23T04:52:39.799Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:52:40.073Z] ---> Running in 9599028e2171 [2020-07-23T04:52:40.664Z] Removing intermediate container 9599028e2171 [2020-07-23T04:52:40.664Z] ---> c433e46f347c [2020-07-23T04:52:40.664Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:52:40.939Z] ---> Running in e8d3a07db53f [2020-07-23T04:52:41.547Z] Removing intermediate container e8d3a07db53f [2020-07-23T04:52:41.547Z] ---> 6b44c66814db [2020-07-23T04:52:41.547Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:52:41.547Z] ---> Running in e70635213c75 [2020-07-23T04:52:44.156Z] Removing intermediate container 8eabe1452041 [2020-07-23T04:52:44.156Z] ---> 531593f608b6 [2020-07-23T04:52:44.156Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:52:44.156Z] ---> Running in cf8cb2de0a63 [2020-07-23T04:52:44.426Z] Removing intermediate container e70635213c75 [2020-07-23T04:52:44.426Z] ---> 06f4571b4674 [2020-07-23T04:52:44.426Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:52:44.426Z] ---> Running in 4e2460d40170 [2020-07-23T04:52:45.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:46.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:52:47.407Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:52:47.407Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:52:47.677Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:52:47.946Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:52:47.946Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:52:47.947Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:52:48.219Z] OK: 8 MiB in 19 packages [2020-07-23T04:52:49.195Z] Removing intermediate container 4e2460d40170 [2020-07-23T04:52:49.195Z] ---> 14646f44cbea [2020-07-23T04:52:49.195Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:52:49.469Z] Collecting docker-compose==1.23.2 [2020-07-23T04:52:49.469Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:52:50.061Z] ---> 991c190f9adf [2020-07-23T04:52:50.061Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:52:51.037Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:52:51.307Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:52:51.307Z] ---> 419facb2b13c [2020-07-23T04:52:51.307Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:52:51.902Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:52:51.902Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:52:51.902Z] ---> e3e8a7f49bf1 [2020-07-23T04:52:51.902Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:52:52.172Z] ---> Running in bb561ed72f57 [2020-07-23T04:52:52.446Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:52:52.446Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:52:52.446Z] Removing intermediate container bb561ed72f57 [2020-07-23T04:52:52.446Z] ---> 025e46150f66 [2020-07-23T04:52:52.719Z] Step 20/22 : LABEL arch=arm64 [2020-07-23T04:52:52.719Z] ---> Running in 6db24ba51b3b [2020-07-23T04:52:52.719Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-23T04:52:52.992Z] Removing intermediate container 6db24ba51b3b [2020-07-23T04:52:53.268Z] ---> 02597e0cb06e [2020-07-23T04:52:53.268Z] Step 21/22 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:52:53.268Z] ---> Running in 75366d4f8c01 [2020-07-23T04:52:53.268Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:52:53.268Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:52:53.858Z] Removing intermediate container 75366d4f8c01 [2020-07-23T04:52:53.858Z] ---> ee8c1f07da05 [2020-07-23T04:52:53.858Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:52:53.858Z] ---> Running in 0ed5d705c787 [2020-07-23T04:52:54.450Z] Removing intermediate container 0ed5d705c787 [2020-07-23T04:52:54.450Z] ---> 38a977e4c6b8 [2020-07-23T04:52:54.450Z] [2020-07-23T04:52:54.722Z] Successfully built 38a977e4c6b8 [2020-07-23T04:52:54.722Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-23T04:52:56.689Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:52:56.689Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:52:58.650Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:52:58.650Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:53:00.613Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:53:00.613Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:53:00.883Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:53:00.883Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:53:02.839Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:53:03.112Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:53:03.112Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-23T04:53:03.384Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:53:03.384Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:53:03.976Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:53:03.976Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:53:03.976Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-23T04:53:04.247Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:53:04.247Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:53:04.247Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:53:04.248Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:53:04.248Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:53:04.248Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:53:05.244Z] Installing collected packages: idna, urllib3, requests, cached-property, websocket-client, PyYAML, docopt, texttable, docker-pycreds, docker, dockerpty, jsonschema, docker-compose [2020-07-23T04:53:05.244Z] Attempting uninstall: idna [2020-07-23T04:53:05.244Z] Found existing installation: idna 2.9 [2020-07-23T04:53:05.244Z] Uninstalling idna-2.9: [2020-07-23T04:53:05.244Z] Successfully uninstalled idna-2.9 [2020-07-23T04:53:05.841Z] Attempting uninstall: urllib3 [2020-07-23T04:53:05.841Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:53:05.841Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:53:05.841Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:53:06.438Z] Attempting uninstall: requests [2020-07-23T04:53:06.438Z] Found existing installation: requests 2.23.0 [2020-07-23T04:53:06.438Z] Uninstalling requests-2.23.0: [2020-07-23T04:53:06.713Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:53:07.307Z] Running setup.py install for PyYAML: started [2020-07-23T04:53:09.289Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:53:09.289Z] Running setup.py install for docopt: started [2020-07-23T04:53:11.263Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:53:11.263Z] Running setup.py install for texttable: started [2020-07-23T04:53:13.230Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:53:13.824Z] Running setup.py install for dockerpty: started [2020-07-23T04:53:15.791Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:53:16.764Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-23T04:53:20.152Z] Removing intermediate container cf8cb2de0a63 [2020-07-23T04:53:20.152Z] ---> 5e73e48f5eb8 [2020-07-23T04:53:20.152Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:53:20.426Z] ---> Running in 9080e689cca2 [2020-07-23T04:53:21.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:53:22.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:53:22.718Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:53:22.718Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:53:22.718Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:53:22.718Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:53:22.718Z] OK: 71 MiB in 58 packages [2020-07-23T04:53:24.150Z] Removing intermediate container 9080e689cca2 [2020-07-23T04:53:24.150Z] ---> ed07cde9cea6 [2020-07-23T04:53:24.150Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:53:24.150Z] ---> Running in 878cc79b782d [2020-07-23T04:53:24.422Z] Removing intermediate container 878cc79b782d [2020-07-23T04:53:24.422Z] ---> 2bb0cf5c5b5a [2020-07-23T04:53:24.422Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:53:24.695Z] ---> Running in 7654744bebae [2020-07-23T04:53:24.971Z] Removing intermediate container 7654744bebae [2020-07-23T04:53:24.972Z] ---> c9808ba1234f [2020-07-23T04:53:24.972Z] Step 25/26 : LABEL git_sha=81c082e430debda7cc183784e13e915cab83d37c [2020-07-23T04:53:25.246Z] ---> Running in c6f7f6e0aa5d [2020-07-23T04:53:25.519Z] Removing intermediate container c6f7f6e0aa5d [2020-07-23T04:53:25.519Z] ---> f0c0b7d7985d [2020-07-23T04:53:25.519Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:53:25.793Z] ---> Running in d56b88d23d5a [2020-07-23T04:53:26.069Z] Removing intermediate container d56b88d23d5a [2020-07-23T04:53:26.069Z] ---> aba2d634bcfd [2020-07-23T04:53:26.069Z] [2020-07-23T04:53:26.665Z] Successfully built aba2d634bcfd [2020-07-23T04:53:26.665Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-23T04:53:26.952Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-23T04:53:26.923Z] $ docker stop --time=1 d3fef32b2b537fafa2332d450bea7342cb59df62dec9506a036a36c94762d98c [2020-07-23T04:53:28.818Z] $ docker rm -f d3fef32b2b537fafa2332d450bea7342cb59df62dec9506a036a36c94762d98c [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:53:29.533Z] + + grep docker [2020-07-23T04:53:29.533Z] docker images [2020-07-23T04:53:29.802Z] docker-sys-mgmt-agent-go-arm64 latest aba2d634bcfd 4 seconds ago 266MB [2020-07-23T04:53:29.802Z] docker-core-data-go-arm64 latest 38a977e4c6b8 36 seconds ago 22.6MB [2020-07-23T04:53:29.802Z] docker-core-command-go-arm64 latest b79cc8085abc 55 seconds ago 12.4MB [2020-07-23T04:53:29.802Z] docker-support-scheduler-go-arm64 latest 65e339ec8bcc 56 seconds ago 12.6MB [2020-07-23T04:53:29.802Z] docker-support-logging-go-arm64 latest 452a9de78e5f 2 minutes ago 11.4MB [2020-07-23T04:53:29.802Z] docker-security-secretstore-setup-go-arm64 latest 3e7ab7d2f633 4 minutes ago 32.6MB [2020-07-23T04:53:29.802Z] docker-security-secrets-setup-go-arm64 latest 72fc6cacd2f1 4 minutes ago 24.2MB [2020-07-23T04:53:29.802Z] docker-core-metadata-go-arm64 latest fe552187da41 4 minutes ago 13.8MB [2020-07-23T04:53:29.802Z] docker-support-notifications-go-arm64 latest 98e57daa68b3 4 minutes ago 13.9MB [2020-07-23T04:53:29.802Z] docker-security-proxy-setup-go-arm64 latest 20739203df50 5 minutes ago 15.8MB [2020-07-23T04:53:29.802Z] docker latest ce9d55ae87f1 3 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-23T04:53:31.660Z] provisioning config files... [2020-07-23T04:53:31.674Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config2538538017595076985tmp [Pipeline] { [Pipeline] sh [2020-07-23T04:53:32.043Z] + curl -s https://codecov.io/bash [2020-07-23T04:53:32.043Z] + bash -s - -t @/w/workspace/edgex-go/23@tmp/config2538538017595076985tmp [Pipeline] } [2020-07-23T04:53:32.312Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:33.724Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:34.604Z] ---> package-listing.sh [2020-07-23T04:53:34.604Z] ++ facter osfamily [2020-07-23T04:53:34.604Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T04:53:34.604Z] + OS_FAMILY=redhat [2020-07-23T04:53:34.604Z] + workspace=/w/workspace/edgex-go/23 [2020-07-23T04:53:34.604Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T04:53:34.604Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T04:53:34.604Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T04:53:34.604Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T04:53:34.604Z] + '[' /w/workspace/edgex-go/23 ']' [2020-07-23T04:53:34.604Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T04:53:34.604Z] + case "${OS_FAMILY}" in [2020-07-23T04:53:34.604Z] + rpm -qa [2020-07-23T04:53:34.604Z] + sort [2020-07-23T04:53:38.810Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T04:53:38.810Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T04:53:38.810Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T04:53:38.810Z] + '[' /w/workspace/edgex-go/23 ']' [2020-07-23T04:53:38.810Z] + mkdir -p /w/workspace/edgex-go/23/archives/ [2020-07-23T04:53:38.810Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:53:39.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:53:39.187Z] [2020-07-23T04:53:39.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:53:39.535Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:53:39.535Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T04:53:39.535Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T04:53:39.535Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T04:53:39.535Z] 756a868c4378: Pulling fs layer [2020-07-23T04:53:39.535Z] 444b2fc9a129: Pulling fs layer [2020-07-23T04:53:39.535Z] ea15f1150254: Pulling fs layer [2020-07-23T04:53:39.535Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T04:53:39.535Z] 28c525ee5125: Pulling fs layer [2020-07-23T04:53:39.535Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T04:53:39.535Z] 138eaada9080: Pulling fs layer [2020-07-23T04:53:39.535Z] 0622d0fa9048: Pulling fs layer [2020-07-23T04:53:39.535Z] 28c525ee5125: Waiting [2020-07-23T04:53:39.535Z] 444b2fc9a129: Waiting [2020-07-23T04:53:39.535Z] 41b27a9f41bf: Waiting [2020-07-23T04:53:39.535Z] 0622d0fa9048: Waiting [2020-07-23T04:53:39.535Z] 138eaada9080: Waiting [2020-07-23T04:53:39.535Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-23T04:53:39.535Z] 2cc5ad85d9ab: Download complete [2020-07-23T04:53:39.535Z] 444b2fc9a129: Verifying Checksum [2020-07-23T04:53:39.535Z] 444b2fc9a129: Download complete [2020-07-23T04:53:39.535Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T04:53:39.535Z] ea15f1150254: Verifying Checksum [2020-07-23T04:53:39.535Z] ea15f1150254: Download complete [2020-07-23T04:53:39.810Z] 28c525ee5125: Verifying Checksum [2020-07-23T04:53:39.810Z] 28c525ee5125: Download complete [2020-07-23T04:53:39.810Z] 756a868c4378: Verifying Checksum [2020-07-23T04:53:39.810Z] 756a868c4378: Download complete [2020-07-23T04:53:40.076Z] c9b1b535fdd9: Pull complete [2020-07-23T04:53:40.076Z] 138eaada9080: Verifying Checksum [2020-07-23T04:53:40.076Z] 138eaada9080: Download complete [2020-07-23T04:53:40.076Z] 0622d0fa9048: Verifying Checksum [2020-07-23T04:53:40.076Z] 0622d0fa9048: Download complete [2020-07-23T04:53:40.076Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T04:53:40.076Z] 094b1ea09ed8: Download complete [2020-07-23T04:53:40.338Z] 2cc5ad85d9ab: Pull complete [2020-07-23T04:53:40.600Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T04:53:40.600Z] 41b27a9f41bf: Download complete [2020-07-23T04:53:41.992Z] 756a868c4378: Pull complete [2020-07-23T04:53:41.993Z] 444b2fc9a129: Pull complete [2020-07-23T04:53:42.254Z] ea15f1150254: Pull complete [2020-07-23T04:53:48.909Z] 41b27a9f41bf: Pull complete [2020-07-23T04:53:48.909Z] 28c525ee5125: Pull complete [2020-07-23T04:53:50.825Z] 094b1ea09ed8: Pull complete [2020-07-23T04:53:50.825Z] 138eaada9080: Pull complete [2020-07-23T04:53:51.094Z] 0622d0fa9048: Pull complete [2020-07-23T04:53:51.094Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T04:53:51.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:53:51.094Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T04:53:51.195Z] prd-centos7-docker-4c-2g-683 does not seem to be running inside a container [2020-07-23T04:53:51.246Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-23T04:53:55.403Z] $ docker top d16561480a2dda11c38e0824f3d4786ea41f9534dfd316449b88a31af616a7fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T04:53:55.639Z] provisioning config files... [2020-07-23T04:53:55.653Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config8616111587626538529tmp [Pipeline] { [Pipeline] echo [2020-07-23T04:53:55.718Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:56.061Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T04:53:56.080Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:56.421Z] ---> logs-deploy.sh [2020-07-23T04:53:56.421Z] + ARCHIVE_ARTIFACTS= [2020-07-23T04:53:56.421Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T04:53:56.421Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T04:53:56.421Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T04:53:56.421Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/23 [2020-07-23T04:53:56.421Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/23/ [2020-07-23T04:53:56.421Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/23 /w/workspace/edgex-go/23 [2020-07-23T04:53:57.362Z] Archives upload complete. [2020-07-23T04:53:57.362Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/23 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/23/