Pull request #2627 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4e0bf0319480625e5379d8d5fd7b212abf0b0714 rather than c418ffc0c7b42ed538e1172430ee2010f4f90629 Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1413 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit c418ffc0c7b42ed538e1172430ee2010f4f90629 Merge succeeded, producing c418ffc0c7b42ed538e1172430ee2010f4f90629 Checking out Revision c418ffc0c7b42ed538e1172430ee2010f4f90629 (PR-2627) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c418ffc0c7b42ed538e1172430ee2010f4f90629 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c418ffc0c7b42ed538e1172430ee2010f4f90629 # timeout=10 Commit message: "feat(metadata): Modify Swagger to use BaseWithIdResponse" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T10:09:11.544Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T10:09:11.756Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T10:09:11.830Z] ========================================================= [2020-07-29T10:09:11.830Z] EdgeX Global Pipelines Version Info [2020-07-29T10:09:11.830Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5ad73813599a52c11f5f5210ca694cdbede328d4 # timeout=10 [2020-07-29T10:09:14.567Z] ------------------- [2020-07-29T10:09:14.567Z] stable info: [2020-07-29T10:09:14.567Z] ------------------- [2020-07-29T10:09:14.567Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T10:09:14.567Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T10:09:14.567Z] Message: update stable to v1.0.106 [2020-07-29T10:09:16.033Z] ------------------- [2020-07-29T10:09:16.033Z] experimental info: [2020-07-29T10:09:16.033Z] ------------------- [2020-07-29T10:09:16.033Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T10:09:16.033Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T10:09:16.033Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T10:09:17.558Z] ++ 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-29T10:09:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.558Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T10:09:17.558Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.558Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T10:09:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.558Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T10:09:17.558Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.558Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T10:09:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.558Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T10:09:17.558Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.558Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T10:09:17.558Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.558Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T10:09:17.558Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T10:09:17.559Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.559Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T10:09:17.559Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T10:09:17.559Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.559Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T10:09:17.559Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T10:09:17.559Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.559Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T10:09:17.559Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T10:09:17.559Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.559Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T10:09:17.559Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T10:09:17.559Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.559Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T10:09:17.559Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T10:09:17.559Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T10:09:17.559Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T10:09:17.559Z] ++ cut -d/ -f2 [2020-07-29T10:09:17.559Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T10:09:17.712Z] 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-29T10:09:18.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T10:09:19.333Z] [2020-07-29T10:09:19.333Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:09:19.816Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T10:09:19.816Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T10:09:19.816Z] 31603596830f: Pulling fs layer [2020-07-29T10:09:19.816Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T10:09:19.816Z] 6ca5941a6612: Pulling fs layer [2020-07-29T10:09:19.816Z] ecc8261a40a4: Pulling fs layer [2020-07-29T10:09:19.816Z] ecc8261a40a4: Waiting [2020-07-29T10:09:20.152Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T10:09:20.152Z] 2a8b12db71e7: Download complete [2020-07-29T10:09:20.461Z] 31603596830f: Verifying Checksum [2020-07-29T10:09:20.461Z] 31603596830f: Download complete [2020-07-29T10:09:20.461Z] 6ca5941a6612: Verifying Checksum [2020-07-29T10:09:20.461Z] 6ca5941a6612: Download complete [2020-07-29T10:09:20.461Z] ecc8261a40a4: Verifying Checksum [2020-07-29T10:09:20.461Z] ecc8261a40a4: Download complete [2020-07-29T10:09:21.430Z] 31603596830f: Pull complete [2020-07-29T10:09:21.430Z] 2a8b12db71e7: Pull complete [2020-07-29T10:09:22.867Z] 6ca5941a6612: Pull complete [2020-07-29T10:09:23.136Z] ecc8261a40a4: Pull complete [2020-07-29T10:09:23.136Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T10:09:23.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T10:09:23.136Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T10:09:23.280Z] prd-centos7-docker-4c-2g-1413 does not seem to be running inside a container [2020-07-29T10:09:23.472Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T10:09:26.093Z] $ docker top cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T10:09:26.379Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T10:09:26.379Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T10:09:26.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T10:09:26.702Z] $ docker exec cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b ssh-agent [2020-07-29T10:09:27.052Z] SSH_AUTH_SOCK=/tmp/ssh-bWWjSv59pgX1/agent.11 [2020-07-29T10:09:27.052Z] SSH_AGENT_PID=16 [2020-07-29T10:09:27.077Z] Running ssh-add (command line suppressed) [2020-07-29T10:09:27.392Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_723676149352273167.key (/w/workspace/edgex-go/17@tmp/private_key_723676149352273167.key) [2020-07-29T10:09:27.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T10:09:27.982Z] + git describe --exact-match --tags HEAD [2020-07-29T10:09:27.982Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T10:09:28.073Z] $ docker exec --env ******** --env ******** cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b ssh-agent -k [2020-07-29T10:09:28.356Z] unset SSH_AUTH_SOCK; [2020-07-29T10:09:28.359Z] unset SSH_AGENT_PID; [2020-07-29T10:09:28.359Z] echo Agent pid 16 killed; [2020-07-29T10:09:28.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T10:09:28.518Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T10:09:28.518Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T10:09:28.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T10:09:28.592Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T10:09:28.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T10:09:28.886Z] $ docker exec cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b ssh-agent [2020-07-29T10:09:29.155Z] SSH_AUTH_SOCK=/tmp/ssh-V37JMf9HfdCD/agent.44 [2020-07-29T10:09:29.155Z] SSH_AGENT_PID=49 [2020-07-29T10:09:29.163Z] Running ssh-add (command line suppressed) [2020-07-29T10:09:29.401Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_9219143757559113863.key (/w/workspace/edgex-go/17@tmp/private_key_9219143757559113863.key) [2020-07-29T10:09:29.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T10:09:29.828Z] + git semver init [2020-07-29T10:09:29.828Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T10:09:29.828Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2020-07-29T10:09:29.828Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2020-07-29T10:09:29.828Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T10:09:29.828Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T10:09:29.828Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T10:09:29.828Z] # $SEMVER_BRANCH = PR-2627 [2020-07-29T10:09:29.828Z] # $SEMVER_TEMP = /tmp/semver-188371858 [2020-07-29T10:09:29.828Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T10:10:17.173Z] # '/tmp/semver-188371858' -> '/w/workspace/edgex-go/17/.semver' [2020-07-29T10:10:17.173Z] # -> Force: false [2020-07-29T10:10:17.173Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2020-07-29T10:10:17.186Z] $ docker exec --env ******** --env ******** cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b ssh-agent -k [2020-07-29T10:10:17.505Z] unset SSH_AUTH_SOCK; [2020-07-29T10:10:17.506Z] unset SSH_AGENT_PID; [2020-07-29T10:10:17.506Z] echo Agent pid 49 killed; [2020-07-29T10:10:17.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T10:10:18.440Z] + git semver [Pipeline] } [2020-07-29T10:10:18.471Z] $ docker stop --time=1 cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b [2020-07-29T10:10:20.156Z] $ docker rm -f cf200c57430aa91f85bd34d04efe8e9100feba48818f1450d9697e4606b3332b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T10:10:44.331Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T10:10:44.333Z] [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-29T10:10:45.413Z] ========================================================= [2020-07-29T10:10:45.413Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T10:10:45.413Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:10:46.158Z] + 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-29T10:10:52.139Z] Sending build context to Docker daemon 323.2MB [2020-07-29T10:10:52.139Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T10:10:52.139Z] Step 2/7 : FROM ${BASE} [2020-07-29T10:10:52.139Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T10:10:52.139Z] df20fa9351a1: Pulling fs layer [2020-07-29T10:10:52.139Z] ed8968b2872e: Pulling fs layer [2020-07-29T10:10:52.139Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T10:10:52.139Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T10:10:52.139Z] 1e091d79d1de: Pulling fs layer [2020-07-29T10:10:52.139Z] 481702a1767f: Pulling fs layer [2020-07-29T10:10:52.139Z] f64a6f60c768: Pulling fs layer [2020-07-29T10:10:52.139Z] e78d2573fc39: Pulling fs layer [2020-07-29T10:10:52.139Z] e876d2f968b6: Pulling fs layer [2020-07-29T10:10:52.139Z] ce8a83651883: Pulling fs layer [2020-07-29T10:10:52.139Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T10:10:52.139Z] 1e091d79d1de: Waiting [2020-07-29T10:10:52.139Z] 481702a1767f: Waiting [2020-07-29T10:10:52.139Z] f64a6f60c768: Waiting [2020-07-29T10:10:52.139Z] e78d2573fc39: Waiting [2020-07-29T10:10:52.139Z] e876d2f968b6: Waiting [2020-07-29T10:10:52.139Z] ce8a83651883: Waiting [2020-07-29T10:10:52.139Z] 07967f4d0e4b: Waiting [2020-07-29T10:10:52.139Z] 2dd03ba5bac4: Waiting [2020-07-29T10:10:52.139Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T10:10:52.139Z] a92cc7c5fd73: Download complete [2020-07-29T10:10:52.139Z] ed8968b2872e: Verifying Checksum [2020-07-29T10:10:52.139Z] ed8968b2872e: Download complete [2020-07-29T10:10:52.139Z] 1e091d79d1de: Verifying Checksum [2020-07-29T10:10:52.139Z] 1e091d79d1de: Download complete [2020-07-29T10:10:52.139Z] 481702a1767f: Verifying Checksum [2020-07-29T10:10:52.139Z] 481702a1767f: Download complete [2020-07-29T10:10:52.139Z] df20fa9351a1: Verifying Checksum [2020-07-29T10:10:52.139Z] df20fa9351a1: Download complete [2020-07-29T10:10:52.893Z] df20fa9351a1: Pull complete [2020-07-29T10:10:53.338Z] ed8968b2872e: Pull complete [2020-07-29T10:10:53.817Z] a92cc7c5fd73: Pull complete [2020-07-29T10:10:57.503Z] f64a6f60c768: Verifying Checksum [2020-07-29T10:10:57.503Z] f64a6f60c768: Download complete [2020-07-29T10:10:57.814Z] e876d2f968b6: Verifying Checksum [2020-07-29T10:10:57.814Z] e876d2f968b6: Download complete [2020-07-29T10:10:57.814Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T10:10:57.814Z] 2dd03ba5bac4: Download complete [2020-07-29T10:10:58.498Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T10:10:58.498Z] 07967f4d0e4b: Download complete [2020-07-29T10:10:58.498Z] e78d2573fc39: Verifying Checksum [2020-07-29T10:10:58.498Z] e78d2573fc39: Download complete [2020-07-29T10:10:58.775Z] ce8a83651883: Verifying Checksum [2020-07-29T10:10:58.775Z] ce8a83651883: Download complete [2020-07-29T10:10:59.635Z] Still waiting to schedule task [2020-07-29T10:10:59.635Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-29T10:11:11.369Z] 2dd03ba5bac4: Pull complete [2020-07-29T10:11:11.369Z] 1e091d79d1de: Pull complete [2020-07-29T10:11:11.369Z] 481702a1767f: Pull complete [2020-07-29T10:11:14.966Z] f64a6f60c768: Pull complete [2020-07-29T10:11:19.388Z] e78d2573fc39: Pull complete [2020-07-29T10:11:19.388Z] e876d2f968b6: Pull complete [2020-07-29T10:11:21.407Z] ce8a83651883: Pull complete [2020-07-29T10:11:21.677Z] 07967f4d0e4b: Pull complete [2020-07-29T10:11:21.677Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T10:11:21.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T10:11:21.677Z] ---> 5d7c900382c6 [2020-07-29T10:11:21.677Z] 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-29T10:11:22.279Z] ---> Running in be3b14205de9 [2020-07-29T10:11:22.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:11:23.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:11:24.168Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T10:11:24.168Z] (2/12) Installing file (5.38-r0) [2020-07-29T10:11:24.456Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T10:11:24.456Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T10:11:28.801Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T10:11:28.801Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T10:11:28.801Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T10:11:28.801Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T10:11:28.801Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T10:11:28.801Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T10:11:28.801Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T10:11:28.801Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T10:11:28.801Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:11:28.801Z] OK: 233 MiB in 51 packages [2020-07-29T10:11:33.065Z] Removing intermediate container be3b14205de9 [2020-07-29T10:11:33.065Z] ---> 518eaca3789d [2020-07-29T10:11:33.065Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T10:11:33.065Z] ---> Running in dd3355c30162 [2020-07-29T10:11:33.065Z] Removing intermediate container dd3355c30162 [2020-07-29T10:11:33.065Z] ---> 9bdbe006d7f1 [2020-07-29T10:11:33.065Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T10:11:33.065Z] latest: Pulling from library/docker [2020-07-29T10:11:33.065Z] df20fa9351a1: Already exists [2020-07-29T10:11:33.065Z] 25ad7478873d: Pulling fs layer [2020-07-29T10:11:33.066Z] 4684f6177b5d: Pulling fs layer [2020-07-29T10:11:33.066Z] 46e300cec669: Pulling fs layer [2020-07-29T10:11:33.066Z] 63038576ad94: Pulling fs layer [2020-07-29T10:11:33.066Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T10:11:33.066Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T10:11:33.066Z] 0fdb76c4706c: Waiting [2020-07-29T10:11:33.066Z] 63038576ad94: Waiting [2020-07-29T10:11:33.066Z] cb7edeffdfd5: Waiting [2020-07-29T10:11:33.373Z] 4684f6177b5d: Verifying Checksum [2020-07-29T10:11:33.373Z] 4684f6177b5d: Download complete [2020-07-29T10:11:33.373Z] 25ad7478873d: Verifying Checksum [2020-07-29T10:11:33.373Z] 25ad7478873d: Download complete [2020-07-29T10:11:33.373Z] 63038576ad94: Verifying Checksum [2020-07-29T10:11:33.373Z] 63038576ad94: Download complete [2020-07-29T10:11:33.644Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T10:11:33.644Z] cb7edeffdfd5: Download complete [2020-07-29T10:11:33.644Z] 25ad7478873d: Pull complete [2020-07-29T10:11:33.909Z] 4684f6177b5d: Pull complete [2020-07-29T10:11:34.501Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T10:11:34.501Z] 0fdb76c4706c: Download complete [2020-07-29T10:11:35.536Z] 46e300cec669: Verifying Checksum [2020-07-29T10:11:35.536Z] 46e300cec669: Download complete [2020-07-29T10:11:39.842Z] 46e300cec669: Pull complete [2020-07-29T10:11:39.842Z] 63038576ad94: Pull complete [2020-07-29T10:11:39.842Z] 0fdb76c4706c: Pull complete [2020-07-29T10:11:40.116Z] cb7edeffdfd5: Pull complete [2020-07-29T10:11:40.116Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T10:11:40.116Z] Status: Downloaded newer image for docker:latest [2020-07-29T10:11:42.312Z] ---> 7ece6bea3ec1 [2020-07-29T10:11:42.312Z] Step 6/7 : COPY go.mod . [2020-07-29T10:11:42.609Z] ---> 47128126a71e [2020-07-29T10:11:42.609Z] Step 7/7 : RUN go mod download [2020-07-29T10:11:42.609Z] ---> Running in 8afd59e75ca9 [2020-07-29T10:11:46.340Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T10:11:46.340Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T10:11:46.340Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T10:11:46.340Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T10:11:46.340Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T10:11:46.340Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T10:11:46.340Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T10:11:46.340Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T10:11:46.340Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T10:11:46.340Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T10:11:46.340Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T10:11:46.340Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T10:11:46.340Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T10:11:46.340Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T10:11:46.340Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T10:11:46.340Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T10:11:46.340Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T10:11:46.340Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T10:11:46.614Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T10:11:46.614Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T10:11:46.614Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T10:11:46.614Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T10:11:46.614Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T10:11:46.614Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T10:11:46.614Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T10:11:46.614Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T10:11:46.614Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T10:11:46.614Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T10:11:46.614Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T10:11:46.614Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T10:11:46.900Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T10:11:46.900Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T10:11:46.901Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T10:11:46.901Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T10:11:47.169Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T10:11:47.169Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T10:11:47.169Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T10:11:47.169Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T10:11:47.169Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T10:11:47.519Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T10:11:47.519Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T10:11:47.519Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T10:11:47.519Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T10:11:47.519Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T10:11:47.519Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T10:11:47.519Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T10:11:47.519Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T10:11:47.519Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T10:11:47.519Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T10:11:47.863Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T10:11:47.863Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T10:11:47.863Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T10:11:47.863Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T10:11:47.863Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T10:11:47.863Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T10:11:47.863Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T10:11:47.863Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T10:11:47.863Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T10:11:47.863Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T10:11:47.863Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T10:11:47.863Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T10:11:48.193Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T10:11:48.193Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T10:11:48.193Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T10:11:48.193Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T10:11:48.193Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T10:11:48.193Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T10:11:48.193Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T10:11:48.193Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T10:11:48.193Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T10:11:48.193Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T10:11:48.461Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T10:11:48.461Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T10:11:48.461Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T10:11:48.461Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T10:11:48.461Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T10:11:48.461Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T10:11:48.461Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T10:11:48.461Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T10:12:03.712Z] Removing intermediate container 8afd59e75ca9 [2020-07-29T10:12:03.712Z] ---> 2dc9602fd3b6 [2020-07-29T10:12:03.712Z] Successfully built 2dc9602fd3b6 [2020-07-29T10:12:03.712Z] 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-29T10:12:04.398Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T10:12:04.398Z] . [Pipeline] withDockerContainer [2020-07-29T10:12:04.599Z] prd-centos7-docker-4c-2g-1413 does not seem to be running inside a container [2020-07-29T10:12:04.686Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-29T10:12:05.888Z] $ docker top a6db80e1974774bc6fc272eb26506d77cf29f36f24a45175beb53fbe3d41eaef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T10:12:06.497Z] + go version [2020-07-29T10:12:06.497Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T10:12:06.519Z] ========================================================= [2020-07-29T10:12:06.519Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T10:12:06.519Z] ========================================================= [Pipeline] sh [2020-07-29T10:12:06.825Z] + make test [2020-07-29T10:12:06.825Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T10:12:12.339Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T10:12:27.909Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T10:12:40.674Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T10:12:40.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T10:12:41.279Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T10:12:41.557Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T10:12:41.841Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T10:12:41.841Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T10:12:41.841Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T10:12:50.338Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-07-29T10:12:50.338Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T10:12:50.338Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T10:12:50.338Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T10:12:50.338Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T10:12:50.338Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T10:12:52.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.135s coverage: 27.4% of statements [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T10:12:52.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T10:12:52.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.014s coverage: 100.0% of statements [2020-07-29T10:12:52.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T10:12:53.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.228s coverage: 29.3% of statements [2020-07-29T10:12:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T10:12:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T10:12:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T10:12:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T10:12:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T10:12:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements [2020-07-29T10:12:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T10:12:54.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2020-07-29T10:12:54.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T10:12:57.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.077s coverage: 89.8% of statements [2020-07-29T10:12:57.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T10:12:57.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.073s coverage: 97.5% of statements [2020-07-29T10:12:57.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T10:12:57.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T10:12:57.354Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T10:12:57.354Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2020-07-29T10:12:59.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.060s coverage: 63.5% of statements [2020-07-29T10:12:59.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T10:12:59.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T10:12:59.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-07-29T10:13:00.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 55.9% of statements [2020-07-29T10:13:00.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T10:13:00.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T10:13:00.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T10:13:00.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.547s coverage: 86.3% of statements [2020-07-29T10:13:05.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.457s coverage: 72.2% of statements [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.201s coverage: 72.1% of statements [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.020s coverage: 82.4% of statements [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.093s coverage: 48.4% of statements [2020-07-29T10:13:05.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T10:13:05.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T10:13:05.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements [2020-07-29T10:13:05.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T10:13:05.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements [2020-07-29T10:13:05.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T10:13:06.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 26.9% of statements [2020-07-29T10:13:06.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T10:13:06.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T10:13:06.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.193s coverage: 84.1% of statements [2020-07-29T10:13:06.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2020-07-29T10:13:06.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 43.1% of statements [2020-07-29T10:13:06.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T10:13:06.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T10:13:07.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-07-29T10:13:07.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T10:13:07.823Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements [2020-07-29T10:13:07.823Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T10:13:11.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.067s coverage: 46.1% of statements [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T10:13:11.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.019s coverage: 100.0% of statements [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T10:13:11.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T10:13:11.288Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.020s coverage: 100.0% of statements [2020-07-29T10:13:11.288Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T10:13:14.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.256s coverage: 29.1% of statements [2020-07-29T10:13:14.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T10:13:14.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T10:13:14.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T10:13:14.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T10:13:14.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T10:13:14.160Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements [2020-07-29T10:13:14.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T10:13:14.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2020-07-29T10:13:14.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T10:13:14.659Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements [2020-07-29T10:13:14.659Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T10:13:16.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements [2020-07-29T10:13:16.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T10:13:16.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T10:13:16.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T10:13:16.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T10:13:16.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements [2020-07-29T10:13:16.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T10:13:16.134Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T10:13:16.134Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2020-07-29T10:13:17.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements [2020-07-29T10:13:17.827Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.039s coverage: 100.0% of statements [2020-07-29T10:13:18.144Z] GO111MODULE=on go vet ./... [2020-07-29T10:13:26.534Z] gofmt -l . [2020-07-29T10:13:28.020Z] [ "`gofmt -l .`" = "" ] [2020-07-29T10:13:29.493Z] ./bin/test-go-mod-tidy.sh [2020-07-29T10:13:30.459Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T10:13:33.069Z] + ls -al . [2020-07-29T10:13:33.069Z] total 556 [2020-07-29T10:13:33.069Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 10:13 . [2020-07-29T10:13:33.069Z] drwxr-xr-x 4 root root 30 Jul 29 10:12 .. [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 10:09 .dockerignore [2020-07-29T10:13:33.069Z] drwxrwxr-x 8 1001 1001 179 Jul 29 10:09 .git [2020-07-29T10:13:33.069Z] drwxrwxr-x 3 1001 1001 60 Jul 29 10:09 .github [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 10:09 .gitignore [2020-07-29T10:13:33.069Z] drwx------ 3 1001 1001 47 Jul 29 10:10 .semver [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 10:09 .sonarcloud.properties [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 10:09 CONTRIBUTING.md [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 10:09 Dockerfile.build [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 10:09 Jenkinsfile [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 10:09 LICENSE [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 10:09 Makefile [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 10:09 README.md [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 10:09 SECURITY.md [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 10:10 VERSION [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 10:09 ZMQWindows.md [2020-07-29T10:13:33.069Z] drwxrwxr-x 4 1001 1001 33 Jul 29 10:09 api [2020-07-29T10:13:33.069Z] drwxrwxr-x 2 1001 1001 117 Jul 29 10:09 bin [2020-07-29T10:13:33.069Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 10:09 cmd [2020-07-29T10:13:33.069Z] -rw-r--r-- 1 root root 456067 Jul 29 10:13 coverage.out [2020-07-29T10:13:33.069Z] -rw-r--r-- 1 root root 1019 Jul 29 10:13 go.mod [2020-07-29T10:13:33.069Z] -rw-r--r-- 1 root root 18146 Jul 29 10:13 go.sum [2020-07-29T10:13:33.069Z] drwxrwxr-x 8 1001 1001 127 Jul 29 10:09 internal [2020-07-29T10:13:33.069Z] drwxrwxr-x 4 1001 1001 71 Jul 29 10:09 snap [2020-07-29T10:13:33.069Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 10:09 version.go [Pipeline] sh [2020-07-29T10:13:33.431Z] + '[' -e coverage.out ] [2020-07-29T10:13:33.431Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T10:13:33.667Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T10:13:34.084Z] + make build [2020-07-29T10:13:34.084Z] 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-29T10:13:44.457Z] 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-29T10:13:49.952Z] 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-29T10:13:52.718Z] 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-29T10:13:54.976Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1416 in /w/workspace/edgexfoundry_edgex-go_PR-2627 [Pipeline] { [Pipeline] ws [2020-07-29T10:13:55.019Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-07-29T10:13:57.132Z] 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-29T10:13:59.220Z] 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-29T10:13:59.946Z] using credential edgex-jenkins-ssh [2020-07-29T10:13:59.994Z] Cloning the remote Git repository [2020-07-29T10:13:59.994Z] Cloning with configured refspecs honoured and without tags [2020-07-29T10:14:00.036Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T10:14:00.139Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-07-29T10:14:01.056Z] 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-29T10:14:00.225Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T10:14:00.226Z] > git --version # timeout=10 [2020-07-29T10:14:00.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T10:14:00.300Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T10:14:04.289Z] 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-29T10:14:07.884Z] 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-29T10:14:11.381Z] 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-29T10:14:14.148Z] 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-29T10:14:15.722Z] Fetching without tags [2020-07-29T10:14:16.207Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:14:16.598Z] Merge succeeded, producing c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:14:16.598Z] Checking out Revision c418ffc0c7b42ed538e1172430ee2010f4f90629 (PR-2627) [2020-07-29T10:14:15.631Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T10:14:15.650Z] > git config --add remote.origin.fetch +refs/pull/2627/head:refs/remotes/origin/PR-2627 # timeout=10 [2020-07-29T10:14:15.666Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T10:14:15.688Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T10:14:15.725Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T10:14:15.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T10:14:15.737Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2627/head:refs/remotes/origin/PR-2627 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T10:14:16.218Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T10:14:16.233Z] > git checkout -f c418ffc0c7b42ed538e1172430ee2010f4f90629 # timeout=10 [2020-07-29T10:14:16.511Z] > git remote # timeout=10 [2020-07-29T10:14:16.536Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T10:14:16.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T10:14:16.555Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T10:14:16.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T10:14:16.598Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T10:14:16.612Z] > git checkout -f c418ffc0c7b42ed538e1172430ee2010f4f90629 # timeout=10 [2020-07-29T10:14:17.747Z] 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-29T10:14:19.842Z] 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-29T10:14:21.004Z] Commit message: "feat(metadata): Modify Swagger to use BaseWithIdResponse" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] } [2020-07-29T10:14:23.659Z] $ docker stop --time=1 a6db80e1974774bc6fc272eb26506d77cf29f36f24a45175beb53fbe3d41eaef [2020-07-29T10:14:25.482Z] $ docker rm -f a6db80e1974774bc6fc272eb26506d77cf29f36f24a45175beb53fbe3d41eaef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:14:28.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T10:14:28.727Z] [2020-07-29T10:14:28.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:14:29.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T10:14:29.314Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T10:14:29.314Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T10:14:29.314Z] ca9280d653b3: Pulling fs layer [2020-07-29T10:14:29.314Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T10:14:30.152Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-29T10:14:30.153Z] cbdbe7a5bc2a: Download complete [2020-07-29T10:14:30.671Z] cbdbe7a5bc2a: Pull complete [2020-07-29T10:14:31.064Z] ca9280d653b3: Verifying Checksum [2020-07-29T10:14:31.064Z] ca9280d653b3: Download complete [2020-07-29T10:14:32.699Z] 7e9c9ca2126c: Verifying Checksum [2020-07-29T10:14:32.699Z] 7e9c9ca2126c: Download complete [Pipeline] echo [2020-07-29T10:14:33.137Z] ========================================================= [2020-07-29T10:14:33.137Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T10:14:33.137Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:14:33.694Z] ca9280d653b3: Pull complete [2020-07-29T10:14:33.970Z] + 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-29T10:14:38.287Z] Sending build context to Docker daemon 323.2MB [2020-07-29T10:14:38.287Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T10:14:38.287Z] Step 2/7 : FROM ${BASE} [2020-07-29T10:14:38.287Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T10:14:38.287Z] b538f80385f9: Pulling fs layer [2020-07-29T10:14:38.287Z] 74f711af9a0d: Pulling fs layer [2020-07-29T10:14:38.287Z] 99f96fe45779: Pulling fs layer [2020-07-29T10:14:38.287Z] fd7a069fd194: Pulling fs layer [2020-07-29T10:14:38.287Z] 66aa3694b03b: Pulling fs layer [2020-07-29T10:14:38.287Z] 170f70906a0f: Pulling fs layer [2020-07-29T10:14:38.287Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T10:14:38.287Z] e772456be8f7: Pulling fs layer [2020-07-29T10:14:38.287Z] c890913d741a: Pulling fs layer [2020-07-29T10:14:38.287Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T10:14:38.287Z] 09adf4765672: Pulling fs layer [2020-07-29T10:14:38.287Z] fd7a069fd194: Waiting [2020-07-29T10:14:38.287Z] 66aa3694b03b: Waiting [2020-07-29T10:14:38.287Z] 170f70906a0f: Waiting [2020-07-29T10:14:38.287Z] ad7c5574e4b9: Waiting [2020-07-29T10:14:38.287Z] e772456be8f7: Waiting [2020-07-29T10:14:38.287Z] 2480fcc9aa5a: Waiting [2020-07-29T10:14:38.287Z] c890913d741a: Waiting [2020-07-29T10:14:38.287Z] 99f96fe45779: Verifying Checksum [2020-07-29T10:14:38.287Z] 99f96fe45779: Download complete [2020-07-29T10:14:38.287Z] 74f711af9a0d: Verifying Checksum [2020-07-29T10:14:38.287Z] 74f711af9a0d: Download complete [2020-07-29T10:14:38.287Z] 66aa3694b03b: Verifying Checksum [2020-07-29T10:14:38.287Z] 66aa3694b03b: Download complete [2020-07-29T10:14:38.287Z] 170f70906a0f: Verifying Checksum [2020-07-29T10:14:38.287Z] 170f70906a0f: Download complete [2020-07-29T10:14:38.287Z] b538f80385f9: Verifying Checksum [2020-07-29T10:14:38.892Z] b538f80385f9: Pull complete [2020-07-29T10:14:39.494Z] 74f711af9a0d: Pull complete [2020-07-29T10:14:40.091Z] 99f96fe45779: Pull complete [2020-07-29T10:14:41.525Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T10:14:41.525Z] ad7c5574e4b9: Download complete [2020-07-29T10:14:41.525Z] c890913d741a: Download complete [2020-07-29T10:14:41.984Z] 7e9c9ca2126c: Pull complete [2020-07-29T10:14:41.984Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T10:14:41.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T10:14:41.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T10:14:42.120Z] prd-centos7-docker-4c-2g-1413 does not seem to be running inside a container [2020-07-29T10:14:42.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T10:14:43.494Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T10:14:43.494Z] 2480fcc9aa5a: Download complete [2020-07-29T10:14:43.494Z] 09adf4765672: Verifying Checksum [2020-07-29T10:14:43.494Z] 09adf4765672: Download complete [2020-07-29T10:14:43.765Z] e772456be8f7: Verifying Checksum [2020-07-29T10:14:43.765Z] e772456be8f7: Download complete [2020-07-29T10:14:43.911Z] $ docker top c5558a4158b9fdfc2ff3c6820fc6e042b4bc9f7780012859dec6f8ba993316bd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T10:14:44.355Z] fd7a069fd194: Verifying Checksum [2020-07-29T10:14:44.355Z] fd7a069fd194: Download complete [2020-07-29T10:14:44.513Z] + docker-compose build --help [2020-07-29T10:14:44.513Z] + grep parallel [2020-07-29T10:14:45.910Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T10:14:45.935Z] $ docker stop --time=1 c5558a4158b9fdfc2ff3c6820fc6e042b4bc9f7780012859dec6f8ba993316bd [2020-07-29T10:14:47.440Z] $ docker rm -f c5558a4158b9fdfc2ff3c6820fc6e042b4bc9f7780012859dec6f8ba993316bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:14:48.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T10:14:48.121Z] . [Pipeline] withDockerContainer [2020-07-29T10:14:48.435Z] prd-centos7-docker-4c-2g-1413 does not seem to be running inside a container [2020-07-29T10:14:48.525Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-29T10:14:49.250Z] $ docker top 6a0ca6ba2cca4d33cff7e25ec09b6a6d7f7f50e0b9d6fbde30a603a2d857ea70 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T10:14:49.792Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T10:14:51.235Z] Building docker-core-command-go ... [2020-07-29T10:14:51.235Z] Building docker-core-data-go ... [2020-07-29T10:14:51.235Z] Building docker-core-metadata-go ... [2020-07-29T10:14:51.235Z] Building docker-security-proxy-setup-go ... [2020-07-29T10:14:51.235Z] Building docker-security-secrets-setup-go ... [2020-07-29T10:14:51.235Z] Building docker-security-secretstore-setup-go ... [2020-07-29T10:14:51.235Z] Building docker-support-logging-go ... [2020-07-29T10:14:51.235Z] Building docker-support-notifications-go ... [2020-07-29T10:14:51.235Z] Building docker-support-scheduler-go ... [2020-07-29T10:14:51.235Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T10:14:51.235Z] Building docker-core-data-go [2020-07-29T10:14:51.235Z] Building docker-core-command-go [2020-07-29T10:14:51.235Z] Building docker-security-secrets-setup-go [2020-07-29T10:14:51.501Z] Building docker-security-proxy-setup-go [2020-07-29T10:14:51.501Z] Building docker-support-notifications-go [2020-07-29T10:14:56.800Z] fd7a069fd194: Pull complete [2020-07-29T10:14:56.800Z] 66aa3694b03b: Pull complete [2020-07-29T10:14:56.800Z] 170f70906a0f: Pull complete [2020-07-29T10:15:00.210Z] ad7c5574e4b9: Pull complete [2020-07-29T10:15:04.534Z] e772456be8f7: Pull complete [2020-07-29T10:15:04.806Z] c890913d741a: Pull complete [2020-07-29T10:15:07.423Z] 2480fcc9aa5a: Pull complete [2020-07-29T10:15:07.699Z] 09adf4765672: Pull complete [2020-07-29T10:15:07.699Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T10:15:07.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T10:15:07.699Z] ---> 2248a725d1cf [2020-07-29T10:15:07.699Z] 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-29T10:15:14.419Z] ---> Running in 3ce2e99fc48d [2020-07-29T10:15:15.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:15:16.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:15:17.885Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T10:15:17.885Z] (2/12) Installing file (5.38-r0) [2020-07-29T10:15:17.885Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T10:15:18.159Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T10:15:30.525Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T10:15:30.525Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T10:15:30.525Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T10:15:30.525Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T10:15:30.525Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T10:15:30.525Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T10:15:30.525Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T10:15:30.525Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T10:15:30.525Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:15:30.526Z] OK: 217 MiB in 51 packages [2020-07-29T10:15:34.835Z] Removing intermediate container 3ce2e99fc48d [2020-07-29T10:15:34.835Z] ---> 212caeb6d704 [2020-07-29T10:15:34.835Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T10:15:34.835Z] ---> Running in 687f7b3850e4 [2020-07-29T10:15:35.105Z] Removing intermediate container 687f7b3850e4 [2020-07-29T10:15:35.105Z] ---> bd0d56ebe92d [2020-07-29T10:15:35.105Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T10:15:35.376Z] latest: Pulling from library/docker [2020-07-29T10:15:35.654Z] b538f80385f9: Already exists [2020-07-29T10:15:35.654Z] 259a493cd78d: Pulling fs layer [2020-07-29T10:15:35.654Z] b8e66b5100f5: Pulling fs layer [2020-07-29T10:15:35.654Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T10:15:35.654Z] 551b823b3b82: Pulling fs layer [2020-07-29T10:15:35.654Z] 3c52a74df98c: Pulling fs layer [2020-07-29T10:15:35.654Z] 6c9b121b6998: Pulling fs layer [2020-07-29T10:15:35.654Z] 3c52a74df98c: Waiting [2020-07-29T10:15:35.654Z] 6c9b121b6998: Waiting [2020-07-29T10:15:35.654Z] 551b823b3b82: Waiting [2020-07-29T10:15:35.654Z] b8e66b5100f5: Verifying Checksum [2020-07-29T10:15:35.654Z] b8e66b5100f5: Download complete [2020-07-29T10:15:35.933Z] 259a493cd78d: Verifying Checksum [2020-07-29T10:15:35.933Z] 551b823b3b82: Verifying Checksum [2020-07-29T10:15:35.933Z] 551b823b3b82: Download complete [2020-07-29T10:15:35.933Z] 3c52a74df98c: Verifying Checksum [2020-07-29T10:15:35.933Z] 3c52a74df98c: Download complete [2020-07-29T10:15:35.933Z] 6c9b121b6998: Verifying Checksum [2020-07-29T10:15:35.933Z] 6c9b121b6998: Download complete [2020-07-29T10:15:36.533Z] 259a493cd78d: Pull complete [2020-07-29T10:15:36.806Z] b8e66b5100f5: Pull complete [2020-07-29T10:15:37.079Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T10:15:37.079Z] 39dc9c94d07c: Download complete [2020-07-29T10:15:40.459Z] 39dc9c94d07c: Pull complete [2020-07-29T10:15:40.459Z] 551b823b3b82: Pull complete [2020-07-29T10:15:40.733Z] 3c52a74df98c: Pull complete [2020-07-29T10:15:41.009Z] 6c9b121b6998: Pull complete [2020-07-29T10:15:41.009Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T10:15:41.009Z] Status: Downloaded newer image for docker:latest [2020-07-29T10:15:45.317Z] ---> f2ba2fd96a18 [2020-07-29T10:15:45.317Z] Step 6/7 : COPY go.mod . [2020-07-29T10:15:45.317Z] ---> 3526bd0e84f8 [2020-07-29T10:15:45.317Z] Step 7/7 : RUN go mod download [2020-07-29T10:15:45.591Z] ---> Running in 6d1254f08219 [2020-07-29T10:15:48.967Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T10:15:48.967Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T10:15:48.967Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T10:15:48.967Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T10:15:48.967Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T10:15:48.967Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T10:15:48.967Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T10:15:48.967Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T10:15:48.967Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T10:15:48.967Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T10:15:48.967Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T10:15:48.967Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T10:15:48.967Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T10:15:48.967Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T10:15:48.967Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T10:15:48.967Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T10:15:48.967Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T10:15:48.967Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T10:15:48.967Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T10:15:48.967Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T10:15:48.967Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T10:15:48.967Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T10:15:48.967Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T10:15:48.967Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T10:15:48.967Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T10:15:49.237Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T10:15:49.237Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T10:15:49.237Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T10:15:49.237Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T10:15:49.237Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T10:15:49.237Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T10:15:49.237Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T10:15:49.237Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T10:15:49.237Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T10:15:49.237Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T10:15:49.237Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T10:15:49.508Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T10:15:49.708Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:15:49.709Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:15:49.709Z] ---> 2dc9602fd3b6 [2020-07-29T10:15:49.709Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T10:15:49.709Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:15:49.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:15:49.709Z] ---> 2dc9602fd3b6 [2020-07-29T10:15:49.709Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T10:15:49.709Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:15:49.709Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:15:49.709Z] ---> 2dc9602fd3b6 [2020-07-29T10:15:49.709Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T10:15:49.709Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:15:49.709Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:15:49.709Z] ---> 2dc9602fd3b6 [2020-07-29T10:15:49.709Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T10:15:49.709Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:15:49.709Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T10:15:49.709Z] ---> 2dc9602fd3b6 [2020-07-29T10:15:49.709Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T10:15:49.709Z] ---> Running in 3d41e8d79e08 [2020-07-29T10:15:49.709Z] ---> Running in 7f1295b94ade [2020-07-29T10:15:49.709Z] ---> Running in 6cd2fac147e3 [2020-07-29T10:15:49.709Z] ---> Running in 4eb7c0f8524e [2020-07-29T10:15:49.709Z] ---> Running in 64f70f8b708d [2020-07-29T10:15:49.709Z] Removing intermediate container 3d41e8d79e08 [2020-07-29T10:15:49.709Z] ---> e4649284f76f [2020-07-29T10:15:49.709Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:15:49.709Z] Removing intermediate container 6cd2fac147e3 [2020-07-29T10:15:49.709Z] ---> fc49bfdbfc94 [2020-07-29T10:15:49.709Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:15:49.709Z] Removing intermediate container 64f70f8b708d [2020-07-29T10:15:49.709Z] ---> daf963ca7ffa [2020-07-29T10:15:49.709Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:15:49.709Z] Removing intermediate container 4eb7c0f8524e [2020-07-29T10:15:49.709Z] ---> 379011f1d701 [2020-07-29T10:15:49.709Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T10:15:49.709Z] Removing intermediate container 7f1295b94ade [2020-07-29T10:15:49.709Z] ---> 5203b4ce776a [2020-07-29T10:15:49.709Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:15:49.709Z] ---> Running in 699714b884e0 [2020-07-29T10:15:49.709Z] ---> Running in bdca7819c884 [2020-07-29T10:15:49.709Z] ---> Running in b9017455a9eb [2020-07-29T10:15:49.709Z] ---> Running in 529cbb70b6a7 [2020-07-29T10:15:49.709Z] ---> Running in ef07de436938 [2020-07-29T10:15:49.778Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T10:15:49.778Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T10:15:49.778Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T10:15:49.778Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T10:15:49.778Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T10:15:49.778Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T10:15:49.778Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T10:15:49.778Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T10:15:49.778Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T10:15:49.778Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T10:15:49.778Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T10:15:50.048Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T10:15:50.048Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T10:15:50.048Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T10:15:50.318Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T10:15:50.318Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T10:15:50.318Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T10:15:50.318Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T10:15:50.318Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T10:15:50.318Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T10:15:50.318Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T10:15:50.318Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T10:15:50.318Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T10:15:50.318Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T10:15:50.318Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T10:15:50.318Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T10:15:50.589Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T10:15:50.589Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T10:15:50.589Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T10:15:50.589Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T10:15:50.589Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T10:15:50.589Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T10:15:50.589Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T10:15:50.589Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T10:15:50.589Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T10:15:50.589Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T10:15:50.589Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T10:15:50.860Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T10:15:51.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:52.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:52.797Z] Removing intermediate container b9017455a9eb [2020-07-29T10:15:52.797Z] ---> d8b11b076584 [2020-07-29T10:15:52.797Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T10:15:52.797Z] Removing intermediate container 699714b884e0 [2020-07-29T10:15:52.797Z] ---> 72f145761d7c [2020-07-29T10:15:52.797Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T10:15:52.797Z] ---> Running in b6441532cda1 [2020-07-29T10:15:52.797Z] ---> Running in b474bc2c9acb [2020-07-29T10:15:53.259Z] Removing intermediate container bdca7819c884 [2020-07-29T10:15:53.259Z] ---> 55cb3361b2a1 [2020-07-29T10:15:53.259Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T10:15:53.259Z] Removing intermediate container ef07de436938 [2020-07-29T10:15:53.259Z] ---> 247a05e17a70 [2020-07-29T10:15:53.259Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T10:15:53.259Z] ---> Running in 52f516c8b61d [2020-07-29T10:15:53.259Z] ---> Running in 16caaf0f1007 [2020-07-29T10:15:54.548Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:15:54.548Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:15:54.548Z] OK: 12749 distinct packages available [2020-07-29T10:15:54.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:55.272Z] OK: 233 MiB in 51 packages [2020-07-29T10:15:55.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:55.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:55.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:55.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:56.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:56.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:56.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:15:56.933Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:15:56.933Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:15:56.933Z] OK: 12749 distinct packages available [2020-07-29T10:15:56.933Z] Removing intermediate container 529cbb70b6a7 [2020-07-29T10:15:56.933Z] ---> 00c485090545 [2020-07-29T10:15:56.933Z] Step 5/29 : COPY go.mod . [2020-07-29T10:15:57.231Z] OK: 233 MiB in 51 packages [2020-07-29T10:15:57.231Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:15:57.231Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:15:57.231Z] OK: 12749 distinct packages available [2020-07-29T10:15:57.231Z] ---> e0dade23109c [2020-07-29T10:15:57.231Z] Step 6/29 : RUN go mod download [2020-07-29T10:15:57.796Z] ---> Running in e2c90c457ee4 [2020-07-29T10:15:57.796Z] OK: 233 MiB in 51 packages [2020-07-29T10:15:57.796Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:15:57.796Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:15:57.796Z] OK: 12749 distinct packages available [2020-07-29T10:15:58.193Z] OK: 233 MiB in 51 packages [2020-07-29T10:15:58.490Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:15:58.490Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:15:58.490Z] OK: 12749 distinct packages available [2020-07-29T10:15:58.826Z] Removing intermediate container b6441532cda1 [2020-07-29T10:15:58.826Z] ---> 85bf58f642c7 [2020-07-29T10:15:58.826Z] Step 6/20 : COPY go.mod . [2020-07-29T10:15:58.826Z] OK: 233 MiB in 51 packages [2020-07-29T10:15:59.232Z] Removing intermediate container 16caaf0f1007 [2020-07-29T10:15:59.232Z] ---> 78595f575c09 [2020-07-29T10:15:59.232Z] Step 6/23 : COPY go.mod . [2020-07-29T10:15:59.596Z] ---> caec6539a9a8 [2020-07-29T10:15:59.596Z] Step 7/20 : RUN go mod download [2020-07-29T10:15:59.938Z] ---> Running in 097efb4dc760 [2020-07-29T10:16:00.225Z] Removing intermediate container b474bc2c9acb [2020-07-29T10:16:00.225Z] ---> 4e8ae11fb108 [2020-07-29T10:16:00.225Z] Step 6/21 : COPY go.mod . [2020-07-29T10:16:00.503Z] ---> d4fa3cf49954 [2020-07-29T10:16:00.503Z] Step 7/23 : RUN go mod download [2020-07-29T10:16:00.503Z] ---> Running in d52fbb3a58d8 [2020-07-29T10:16:00.503Z] Removing intermediate container 52f516c8b61d [2020-07-29T10:16:00.503Z] ---> fb50aa5bc49c [2020-07-29T10:16:00.503Z] Step 6/22 : COPY go.mod . [2020-07-29T10:16:00.773Z] ---> adf3e78108b0 [2020-07-29T10:16:00.773Z] Step 7/21 : RUN go mod download [2020-07-29T10:16:01.095Z] ---> Running in beeb8cf3c667 [2020-07-29T10:16:01.395Z] ---> 400ec682cd1b [2020-07-29T10:16:01.395Z] Step 7/22 : RUN go mod download [2020-07-29T10:16:01.395Z] ---> Running in c141a06757e3 [2020-07-29T10:16:02.398Z] Removing intermediate container e2c90c457ee4 [2020-07-29T10:16:02.398Z] ---> d1cc2885068b [2020-07-29T10:16:02.398Z] Step 7/29 : COPY . . [2020-07-29T10:16:07.072Z] Removing intermediate container 097efb4dc760 [2020-07-29T10:16:07.072Z] ---> 48511ccc68a4 [2020-07-29T10:16:07.072Z] Step 8/20 : COPY . . [2020-07-29T10:16:07.401Z] Removing intermediate container d52fbb3a58d8 [2020-07-29T10:16:07.401Z] ---> dd8a48f9ce4f [2020-07-29T10:16:07.401Z] Step 8/23 : COPY . . [2020-07-29T10:16:09.167Z] Removing intermediate container 6d1254f08219 [2020-07-29T10:16:09.167Z] ---> 55acbc1710f9 [2020-07-29T10:16:09.167Z] Successfully built 55acbc1710f9 [2020-07-29T10:16:09.167Z] 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-29T10:16:09.867Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T10:16:09.867Z] . [Pipeline] withDockerContainer [2020-07-29T10:16:10.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-1416 does not seem to be running inside a container [2020-07-29T10:16:10.226Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-29T10:16:11.635Z] $ docker top c66ced9d88c6c502da7362475c7b023f46a8bec13eb4cf8b8f8397b7cf9c67e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T10:16:12.611Z] + go version [2020-07-29T10:16:12.612Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T10:16:12.632Z] ========================================================= [2020-07-29T10:16:12.632Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T10:16:12.632Z] ========================================================= [Pipeline] sh [2020-07-29T10:16:12.840Z] Removing intermediate container beeb8cf3c667 [2020-07-29T10:16:12.840Z] ---> 366799ceff98 [2020-07-29T10:16:12.840Z] Step 8/21 : COPY . . [2020-07-29T10:16:13.282Z] + make test [2020-07-29T10:16:13.282Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T10:16:15.903Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T10:16:21.859Z] Removing intermediate container c141a06757e3 [2020-07-29T10:16:21.859Z] ---> 1310e218b4b2 [2020-07-29T10:16:21.859Z] Step 8/22 : COPY . . [2020-07-29T10:16:48.262Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T10:17:00.699Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.084s [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T10:17:00.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T10:17:02.162Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T10:17:03.164Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T10:17:03.442Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T10:17:03.442Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T10:17:03.442Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T10:17:13.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.178s coverage: 46.6% of statements [2020-07-29T10:17:13.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T10:17:13.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T10:17:13.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T10:17:13.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T10:17:13.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T10:17:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.4% of statements [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T10:17:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T10:17:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2020-07-29T10:17:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T10:17:22.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.324s coverage: 29.3% of statements [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T10:17:22.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T10:17:22.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2020-07-29T10:17:22.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T10:17:24.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.058s coverage: 89.8% of statements [2020-07-29T10:17:24.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T10:17:25.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T10:17:25.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.039s coverage: 100.0% of statements [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T10:17:25.522Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T10:17:25.522Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2020-07-29T10:17:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements [2020-07-29T10:17:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T10:17:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T10:17:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.022s coverage: 100.0% of statements [2020-07-29T10:17:29.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 55.9% of statements [2020-07-29T10:17:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T10:17:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T10:17:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T10:17:29.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T10:17:31.349Z] ---> 58be7fec41b4 [2020-07-29T10:17:31.349Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T10:17:31.349Z] ---> e654ad56e8d5 [2020-07-29T10:17:31.349Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T10:17:31.349Z] ---> a4a3ab269ebc [2020-07-29T10:17:31.349Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T10:17:31.349Z] ---> Running in c1675b39422f [2020-07-29T10:17:31.349Z] ---> f64b3a5a747d [2020-07-29T10:17:31.349Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T10:17:31.350Z] ---> Running in d2efc3d340e1 [2020-07-29T10:17:31.350Z] ---> Running in a6a1eb319746 [2020-07-29T10:17:31.350Z] ---> Running in c91c6012bd7d [2020-07-29T10:17:31.350Z] ---> 660e60e4e9a1 [2020-07-29T10:17:31.350Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T10:17:31.350Z] ---> Running in f740302d01cc [2020-07-29T10:17:31.350Z] 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-29T10:17:31.350Z] 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-29T10:17:31.350Z] 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-29T10:17:31.350Z] 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-29T10:17:31.350Z] 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-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 28.826s coverage: 86.3% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.890s coverage: 72.2% of statements [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.337s coverage: 72.1% of statements [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.054s coverage: 96.8% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 26.9% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.1% of statements [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 43.1% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 46.1% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T10:18:02.208Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements [2020-07-29T10:18:02.208Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.261s coverage: 29.1% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.058s coverage: 99.0% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T10:18:02.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T10:18:02.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements [2020-07-29T10:18:02.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-07-29T10:18:03.398Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-07-29T10:18:03.991Z] GO111MODULE=on go vet ./... [2020-07-29T10:18:19.675Z] Removing intermediate container a6a1eb319746 [2020-07-29T10:18:19.675Z] ---> 5444f156fad4 [2020-07-29T10:18:19.675Z] [2020-07-29T10:18:19.675Z] Step 10/20 : FROM alpine [2020-07-29T10:18:19.675Z] Removing intermediate container c1675b39422f [2020-07-29T10:18:19.675Z] ---> 253cb5de87a7 [2020-07-29T10:18:19.675Z] [2020-07-29T10:18:19.675Z] Step 9/29 : FROM alpine:latest [2020-07-29T10:18:19.675Z] latest: Pulling from library/alpine [2020-07-29T10:18:19.675Z] latest: Pulling from library/alpine [2020-07-29T10:18:19.675Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T10:18:19.675Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T10:18:19.675Z] Status: Downloaded newer image for alpine:latest [2020-07-29T10:18:19.675Z] ---> a24bb4013296 [2020-07-29T10:18:19.675Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T10:18:19.675Z] Status: Downloaded newer image for alpine:latest [2020-07-29T10:18:19.675Z] ---> a24bb4013296 [2020-07-29T10:18:19.675Z] 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-29T10:18:19.675Z] ---> Running in 8b672aa673f5 [2020-07-29T10:18:19.675Z] ---> Running in 4db0719d2de3 [2020-07-29T10:18:19.675Z] Removing intermediate container 8b672aa673f5 [2020-07-29T10:18:19.675Z] ---> 4fdd930b3390 [2020-07-29T10:18:19.675Z] Step 11/29 : USER root [2020-07-29T10:18:19.675Z] ---> Running in dc5d4a5e688e [2020-07-29T10:18:19.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:18:21.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:18:21.833Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:18:21.833Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:18:21.833Z] OK: 12749 distinct packages available [2020-07-29T10:18:21.833Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T10:18:22.184Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T10:18:22.184Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T10:18:22.340Z] gofmt -l . [2020-07-29T10:18:22.340Z] [ "`gofmt -l .`" = "" ] [2020-07-29T10:18:22.547Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T10:18:22.547Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:18:22.547Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T10:18:22.822Z] OK: 7 MiB in 18 packages [2020-07-29T10:18:23.108Z] Removing intermediate container dc5d4a5e688e [2020-07-29T10:18:23.108Z] ---> 33531423581b [2020-07-29T10:18:23.108Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T10:18:24.079Z] ---> Running in 4ac10be69ced [2020-07-29T10:18:24.079Z] Removing intermediate container d2efc3d340e1 [2020-07-29T10:18:24.079Z] ---> 79f99b70d1a6 [2020-07-29T10:18:24.079Z] [2020-07-29T10:18:24.079Z] Step 10/23 : FROM scratch [2020-07-29T10:18:24.079Z] ---> [2020-07-29T10:18:24.079Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T10:18:24.302Z] ./bin/test-go-mod-tidy.sh [2020-07-29T10:18:24.462Z] ---> Running in 3834895e5522 [2020-07-29T10:18:24.462Z] Removing intermediate container c91c6012bd7d [2020-07-29T10:18:24.462Z] ---> 3284cb17940c [2020-07-29T10:18:24.462Z] [2020-07-29T10:18:24.462Z] Step 10/21 : FROM scratch [2020-07-29T10:18:24.462Z] ---> [2020-07-29T10:18:24.462Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:18:24.903Z] ./bin/test-attribution-txt.sh [2020-07-29T10:18:25.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:18:25.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:18:25.396Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:18:25.396Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:18:25.396Z] OK: 12749 distinct packages available [2020-07-29T10:18:26.017Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T10:18:26.017Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T10:18:26.017Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:18:26.017Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T10:18:26.017Z] Removing intermediate container 4db0719d2de3 [2020-07-29T10:18:26.017Z] ---> b7723459acc2 [2020-07-29T10:18:26.017Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T10:18:26.281Z] OK: 6 MiB in 16 packages [2020-07-29T10:18:26.546Z] ---> Running in ba7d639b8266 [2020-07-29T10:18:26.546Z] ---> Running in fe1754e248a4 [2020-07-29T10:18:26.546Z] Removing intermediate container 3834895e5522 [2020-07-29T10:18:26.546Z] ---> 8b54e3977040 [2020-07-29T10:18:26.546Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T10:18:27.548Z] ---> Running in 01de432d157d [2020-07-29T10:18:27.548Z] Removing intermediate container ba7d639b8266 [2020-07-29T10:18:27.548Z] ---> 4d1896f4465b [2020-07-29T10:18:27.548Z] Step 12/21 : ENV APP_PORT=48082 [Pipeline] sh [2020-07-29T10:18:28.926Z] + ls -al . [2020-07-29T10:18:28.926Z] total 588 [2020-07-29T10:18:28.926Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 10:18 . [2020-07-29T10:18:28.926Z] drwxr-xr-x 4 root root 4096 Jul 29 10:16 .. [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 10:14 .dockerignore [2020-07-29T10:18:28.926Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 10:14 .git [2020-07-29T10:18:28.926Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 10:14 .github [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 10:14 .gitignore [2020-07-29T10:18:28.926Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 10:14 .semver [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 10:14 .sonarcloud.properties [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 10:14 CONTRIBUTING.md [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 10:14 Dockerfile.build [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 10:14 Jenkinsfile [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 10:14 LICENSE [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 10:14 Makefile [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 10:14 README.md [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 10:14 SECURITY.md [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 10:10 VERSION [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 10:14 ZMQWindows.md [2020-07-29T10:18:28.926Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 10:14 api [2020-07-29T10:18:28.926Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 10:14 bin [2020-07-29T10:18:28.926Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 10:14 cmd [2020-07-29T10:18:28.926Z] -rw-r--r-- 1 root root 456067 Jul 29 10:18 coverage.out [2020-07-29T10:18:28.926Z] -rw-r--r-- 1 root root 1019 Jul 29 10:18 go.mod [2020-07-29T10:18:28.926Z] -rw-r--r-- 1 root root 18146 Jul 29 10:18 go.sum [2020-07-29T10:18:28.926Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 10:14 internal [2020-07-29T10:18:28.926Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 10:14 snap [2020-07-29T10:18:28.926Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 10:14 version.go [Pipeline] sh [2020-07-29T10:18:29.022Z] Removing intermediate container fe1754e248a4 [2020-07-29T10:18:29.022Z] ---> 1a0d2257a053 [2020-07-29T10:18:29.022Z] Step 13/20 : WORKDIR /edgex [2020-07-29T10:18:29.022Z] ---> Running in f70e31ffaa6b [2020-07-29T10:18:29.022Z] Removing intermediate container 01de432d157d [2020-07-29T10:18:29.022Z] ---> bf57d2eeedca [2020-07-29T10:18:29.022Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T10:18:29.022Z] ---> Running in abb8e61d4663 [2020-07-29T10:18:29.022Z] Removing intermediate container 4ac10be69ced [2020-07-29T10:18:29.022Z] ---> 7e55ed309590 [2020-07-29T10:18:29.022Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T10:18:29.355Z] ---> Running in 1c07127eb924 [2020-07-29T10:18:29.355Z] Removing intermediate container f740302d01cc [2020-07-29T10:18:29.355Z] ---> 041bfc08e9f0 [2020-07-29T10:18:29.355Z] [2020-07-29T10:18:29.355Z] Step 10/22 : FROM alpine [2020-07-29T10:18:29.355Z] ---> a24bb4013296 [2020-07-29T10:18:29.355Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:18:29.355Z] ---> Running in 8928cbc41a1b [2020-07-29T10:18:29.355Z] ---> Running in a06c8300bca4 [2020-07-29T10:18:29.355Z] Removing intermediate container f70e31ffaa6b [2020-07-29T10:18:29.355Z] ---> 160047d9d692 [2020-07-29T10:18:29.355Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T10:18:29.355Z] Removing intermediate container abb8e61d4663 [2020-07-29T10:18:29.355Z] ---> fa91944e1e3a [2020-07-29T10:18:29.355Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T10:18:29.578Z] + '[' -e coverage.out ] [2020-07-29T10:18:29.578Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T10:18:29.634Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T10:18:29.679Z] ---> Running in 8ac167c81512 [2020-07-29T10:18:29.679Z] Removing intermediate container 1c07127eb924 [2020-07-29T10:18:29.679Z] ---> defc197de009 [2020-07-29T10:18:29.679Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T10:18:29.679Z] Removing intermediate container a06c8300bca4 [2020-07-29T10:18:29.679Z] ---> 63654e17d837 [2020-07-29T10:18:29.679Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T10:18:30.010Z] Removing intermediate container 8928cbc41a1b [2020-07-29T10:18:30.010Z] ---> 7283e4e79482 [2020-07-29T10:18:30.010Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T10:18:30.010Z] Removing intermediate container 8ac167c81512 [2020-07-29T10:18:30.010Z] ---> c0dd804dd706 [2020-07-29T10:18:30.010Z] Step 14/21 : WORKDIR / [2020-07-29T10:18:30.010Z] ---> Running in b9e179ef8dd3 [2020-07-29T10:18:30.010Z] ---> Running in 2850ec22e5ca [2020-07-29T10:18:30.611Z] ---> Running in 0ff476904732 [2020-07-29T10:18:30.611Z] ---> f14ed2715451 [2020-07-29T10:18:30.611Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T10:18:30.611Z] ---> c8d33ad19685 [2020-07-29T10:18:30.611Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T10:18:30.707Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T10:18:30.890Z] Removing intermediate container 2850ec22e5ca [2020-07-29T10:18:30.890Z] ---> 5c187f708ca2 [2020-07-29T10:18:30.890Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T10:18:30.890Z] Removing intermediate container b9e179ef8dd3 [2020-07-29T10:18:30.890Z] ---> 882536290615 [2020-07-29T10:18:30.890Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T10:18:30.890Z] Removing intermediate container 0ff476904732 [2020-07-29T10:18:30.890Z] ---> ddce6c436e2e [2020-07-29T10:18:30.890Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T10:18:30.890Z] ---> Running in da94c67480c4 [2020-07-29T10:18:31.406Z] + make build [2020-07-29T10:18:31.406Z] 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-29T10:18:31.593Z] ---> Running in 6915085891ac [2020-07-29T10:18:31.593Z] ---> c7c736b4e231 [2020-07-29T10:18:31.593Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T10:18:32.744Z] ---> 5e8b2207dfd9 [2020-07-29T10:18:32.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T10:18:32.744Z] ---> Running in a84f916d3270 [2020-07-29T10:18:32.744Z] Removing intermediate container da94c67480c4 [2020-07-29T10:18:32.744Z] ---> e0431421fdce [2020-07-29T10:18:32.744Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:18:32.744Z] ---> 6ae94a825ac3 [2020-07-29T10:18:32.744Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T10:18:32.744Z] ---> Running in 6f3711c8f2d0 [2020-07-29T10:18:33.178Z] Removing intermediate container a84f916d3270 [2020-07-29T10:18:33.178Z] ---> aa360cdeb78a [2020-07-29T10:18:33.178Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T10:18:34.100Z] ---> Running in d8407907117b [2020-07-29T10:18:34.100Z] Removing intermediate container 6915085891ac [2020-07-29T10:18:34.100Z] ---> 1ba119f562f6 [2020-07-29T10:18:34.100Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T10:18:34.100Z] ---> ffbc28309707 [2020-07-29T10:18:34.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T10:18:34.100Z] ---> 884b9a8b7187 [2020-07-29T10:18:34.100Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T10:18:34.758Z] Removing intermediate container d8407907117b [2020-07-29T10:18:34.758Z] ---> 3ee593b116dc [2020-07-29T10:18:34.758Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T10:18:34.758Z] ---> Running in 022030d74664 [2020-07-29T10:18:34.758Z] ---> 86b0d5071709 [2020-07-29T10:18:34.758Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:18:34.758Z] ---> 27b5e8e6b81a [2020-07-29T10:18:34.758Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T10:18:34.758Z] ---> 3cf4f4ff8440 [2020-07-29T10:18:34.758Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T10:18:35.051Z] ---> Running in be96550347ee [2020-07-29T10:18:35.327Z] Removing intermediate container 6f3711c8f2d0 [2020-07-29T10:18:35.327Z] ---> 6d8e7c03e3f3 [2020-07-29T10:18:35.327Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T10:18:35.327Z] Removing intermediate container 022030d74664 [2020-07-29T10:18:35.327Z] ---> 375fe7f238ac [2020-07-29T10:18:35.327Z] Step 19/20 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:18:35.606Z] ---> Running in 8e1c5d4e0f70 [2020-07-29T10:18:35.606Z] ---> Running in 56a84b89d73e [2020-07-29T10:18:35.606Z] Removing intermediate container be96550347ee [2020-07-29T10:18:35.606Z] ---> 4a3864c580c6 [2020-07-29T10:18:35.606Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T10:18:35.606Z] ---> 739950b56cf5 [2020-07-29T10:18:35.606Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T10:18:35.948Z] ---> Running in dd68f03efcfc [2020-07-29T10:18:35.948Z] ---> 4d8c110b12e2 [2020-07-29T10:18:35.948Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T10:18:36.220Z] Removing intermediate container 56a84b89d73e [2020-07-29T10:18:36.220Z] ---> e40c89ff3ec5 [2020-07-29T10:18:36.220Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T10:18:36.541Z] ---> 0da572fb477b [2020-07-29T10:18:36.541Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T10:18:36.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:18:36.541Z] ---> Running in fb16a3ac9bce [2020-07-29T10:18:36.541Z] Removing intermediate container dd68f03efcfc [2020-07-29T10:18:36.541Z] ---> aff348e25721 [2020-07-29T10:18:36.541Z] Step 20/21 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:18:36.541Z] ---> 950b90033fa0 [2020-07-29T10:18:36.541Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:18:36.935Z] ---> Running in 709f6f1e145d [2020-07-29T10:18:36.935Z] ---> Running in 7dad517a9547 [2020-07-29T10:18:37.207Z] Removing intermediate container fb16a3ac9bce [2020-07-29T10:18:37.207Z] ---> 6822b3173b63 [2020-07-29T10:18:37.207Z] [2020-07-29T10:18:37.207Z] ---> ae08237213ca [2020-07-29T10:18:37.207Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T10:18:37.207Z] Removing intermediate container 709f6f1e145d [2020-07-29T10:18:37.207Z] ---> 4fcc03d2acd2 [2020-07-29T10:18:37.207Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T10:18:37.207Z] Removing intermediate container 7dad517a9547 [2020-07-29T10:18:37.207Z] ---> 9cfc96920cbf [2020-07-29T10:18:37.207Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T10:18:37.470Z] ---> Running in 3a96bd9ec87e [2020-07-29T10:18:37.470Z] ---> Running in e79431c15444 [2020-07-29T10:18:37.470Z] Successfully built 6822b3173b63 [2020-07-29T10:18:37.470Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T10:18:37.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:18:37.470Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-07-29T10:18:37.734Z] ---> 066e5983b4ee [2020-07-29T10:18:37.734Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T10:18:37.734Z] Removing intermediate container 3a96bd9ec87e [2020-07-29T10:18:37.734Z] ---> 0ed793d355b1 [2020-07-29T10:18:37.734Z] [2020-07-29T10:18:38.002Z] Removing intermediate container e79431c15444 [2020-07-29T10:18:38.002Z] ---> 4efe2a980bff [2020-07-29T10:18:38.002Z] Step 22/23 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:18:38.002Z] Successfully built 0ed793d355b1 [2020-07-29T10:18:38.002Z] Successfully tagged docker-core-command-go:latest [2020-07-29T10:18:38.002Z] Building docker-sys-mgmt-agent-go [2020-07-29T10:18:38.002Z]  Building docker-core-command-go ... done  ---> Running in 985bdac7d11c [2020-07-29T10:18:38.279Z] ---> Running in 01f9e286fa75 [2020-07-29T10:18:38.875Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T10:18:38.875Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T10:18:38.875Z] Removing intermediate container 01f9e286fa75 [2020-07-29T10:18:38.875Z] ---> b6e12447208b [2020-07-29T10:18:38.875Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T10:18:39.141Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T10:18:39.414Z] ---> Running in 7473b3139d4b [2020-07-29T10:18:39.692Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T10:18:40.340Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T10:18:40.971Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:18:40.971Z] OK: 8 MiB in 19 packages [2020-07-29T10:18:41.592Z] Removing intermediate container 7473b3139d4b [2020-07-29T10:18:41.592Z] ---> 1e4b4ae56009 [2020-07-29T10:18:41.592Z] [2020-07-29T10:18:42.053Z] Successfully built 1e4b4ae56009 [2020-07-29T10:18:43.652Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T10:18:43.652Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-07-29T10:18:43.652Z] Removing intermediate container 985bdac7d11c [2020-07-29T10:18:43.652Z] ---> e6d6c207363f [2020-07-29T10:18:43.652Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T10:18:47.065Z] Removing intermediate container 8e1c5d4e0f70 [2020-07-29T10:18:47.065Z] ---> 4515c4135665 [2020-07-29T10:18:47.065Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T10:18:47.065Z] ---> 61d714710d22 [2020-07-29T10:18:47.065Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T10:18:47.065Z] ---> Running in ddc150b8daf4 [2020-07-29T10:18:47.683Z] ---> 357c7a57fc71 [2020-07-29T10:18:47.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T10:18:49.727Z] ---> 125c22975d9a [2020-07-29T10:18:49.727Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T10:18:49.942Z] 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-29T10:18:51.805Z] ---> 97d67c9c029f [2020-07-29T10:18:51.806Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:18:52.918Z] ---> Running in 2b1c70c8a19d [2020-07-29T10:18:54.495Z] Removing intermediate container ddc150b8daf4 [2020-07-29T10:18:54.495Z] ---> 3bf7fa16ca3d [2020-07-29T10:18:54.495Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T10:18:55.487Z] Removing intermediate container 2b1c70c8a19d [2020-07-29T10:18:55.487Z] ---> 144467ef13b5 [2020-07-29T10:18:55.487Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T10:18:55.487Z] ---> Running in 45cde2af56f1 [2020-07-29T10:18:56.930Z] ---> Running in 45753da9bf15 [2020-07-29T10:18:57.933Z] Removing intermediate container 45753da9bf15 [2020-07-29T10:18:57.933Z] ---> 9575dae63b16 [2020-07-29T10:18:57.933Z] Step 21/22 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:18:58.556Z] ---> Running in 8a2afcd6bfd6 [2020-07-29T10:18:59.146Z] Removing intermediate container 8a2afcd6bfd6 [2020-07-29T10:18:59.146Z] ---> 3743e0cb9e27 [2020-07-29T10:18:59.146Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T10:19:00.070Z] 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-29T10:19:01.285Z] ---> Running in 8d40bf1bd0cb [2020-07-29T10:19:03.398Z] Removing intermediate container 8d40bf1bd0cb [2020-07-29T10:19:03.398Z] ---> bdb1f2939df7 [2020-07-29T10:19:03.398Z] [2020-07-29T10:19:03.678Z] Removing intermediate container 45cde2af56f1 [2020-07-29T10:19:03.678Z] ---> b078c81dfed6 [2020-07-29T10:19:03.678Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T10:19:04.716Z] Successfully built bdb1f2939df7 [2020-07-29T10:19:05.062Z] Successfully tagged docker-core-data-go:latest [2020-07-29T10:19:05.464Z] 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-29T10:19:05.575Z] Building docker-support-scheduler-go [2020-07-29T10:19:05.881Z]  Building docker-core-data-go ... done  ---> Running in 09f2b8e6ce1f [2020-07-29T10:19:08.046Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:19:08.046Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:19:08.046Z] ---> 2dc9602fd3b6 [2020-07-29T10:19:08.046Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T10:19:08.660Z] ---> Using cache [2020-07-29T10:19:08.660Z] ---> 5203b4ce776a [2020-07-29T10:19:08.660Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:19:08.660Z] ---> Using cache [2020-07-29T10:19:08.660Z] ---> 247a05e17a70 [2020-07-29T10:19:08.660Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T10:19:08.932Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:19:08.932Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:19:09.211Z] ---> 2dc9602fd3b6 [2020-07-29T10:19:09.211Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T10:19:09.211Z] ---> Using cache [2020-07-29T10:19:09.211Z] ---> 5203b4ce776a [2020-07-29T10:19:09.211Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:19:09.211Z] ---> Using cache [2020-07-29T10:19:09.211Z] ---> 247a05e17a70 [2020-07-29T10:19:09.211Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T10:19:09.771Z] 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-29T10:19:09.813Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:19:09.813Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:19:09.813Z] ---> 2dc9602fd3b6 [2020-07-29T10:19:09.813Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T10:19:09.813Z] ---> Using cache [2020-07-29T10:19:09.813Z] ---> 5203b4ce776a [2020-07-29T10:19:09.813Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:19:09.813Z] ---> Using cache [2020-07-29T10:19:09.813Z] ---> 247a05e17a70 [2020-07-29T10:19:09.813Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T10:19:10.554Z] Removing intermediate container 09f2b8e6ce1f [2020-07-29T10:19:10.554Z] ---> 9089df56ed94 [2020-07-29T10:19:10.554Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T10:19:10.554Z] ---> Running in f0dd25e8fc4a [2020-07-29T10:19:10.852Z] ---> Running in d7b75840b4e2 [2020-07-29T10:19:10.852Z] ---> Running in d046960c39e4 [2020-07-29T10:19:10.852Z] ---> Running in 44435d4b6c01 [2020-07-29T10:19:12.286Z] Removing intermediate container 44435d4b6c01 [2020-07-29T10:19:12.286Z] ---> 42269466d0be [2020-07-29T10:19:12.286Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T10:19:12.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:19:13.221Z] ---> Running in 40cafbcc02d8 [2020-07-29T10:19:13.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:19:13.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:19:13.788Z] Removing intermediate container 40cafbcc02d8 [2020-07-29T10:19:13.789Z] ---> 208e7f43cb78 [2020-07-29T10:19:13.789Z] Step 28/29 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:19:13.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:19:14.096Z] ---> Running in d9a8a71b09b2 [2020-07-29T10:19:14.363Z] Removing intermediate container d9a8a71b09b2 [2020-07-29T10:19:14.363Z] ---> 4193e0600fed [2020-07-29T10:19:14.363Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T10:19:14.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:19:14.363Z] ---> Running in 44ed16c3d922 [2020-07-29T10:19:14.969Z] Removing intermediate container 44ed16c3d922 [2020-07-29T10:19:14.969Z] ---> 8de1cf5ce5ec [2020-07-29T10:19:14.969Z] [2020-07-29T10:19:14.969Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:19:14.969Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:19:14.969Z] OK: 12749 distinct packages available [2020-07-29T10:19:14.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:19:15.258Z] OK: 233 MiB in 51 packages [2020-07-29T10:19:15.258Z] Successfully built 8de1cf5ce5ec [2020-07-29T10:19:15.258Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T10:19:15.258Z] Building docker-security-secretstore-setup-go [2020-07-29T10:19:15.545Z]  Building docker-security-secrets-setup-go ... done v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:19:15.545Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:19:15.545Z] OK: 12749 distinct packages available [2020-07-29T10:19:15.545Z] OK: 233 MiB in 51 packages [2020-07-29T10:19:15.830Z] OK: 233 MiB in 51 packages [2020-07-29T10:19:16.476Z] 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-29T10:19:17.351Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:19:17.351Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:19:17.351Z] OK: 12749 distinct packages available [2020-07-29T10:19:18.149Z] OK: 233 MiB in 51 packages [2020-07-29T10:19:18.446Z] 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-29T10:19:22.746Z] 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-29T10:19:22.822Z] Removing intermediate container f0dd25e8fc4a [2020-07-29T10:19:22.822Z] ---> 2f3624e791f0 [2020-07-29T10:19:22.822Z] Step 6/21 : COPY go.mod . [2020-07-29T10:19:23.908Z] Removing intermediate container d7b75840b4e2 [2020-07-29T10:19:23.908Z] ---> e79986cc6884 [2020-07-29T10:19:23.908Z] Step 6/21 : COPY go.mod . [2020-07-29T10:19:24.173Z] Removing intermediate container d046960c39e4 [2020-07-29T10:19:24.173Z] ---> 10d96b73cb64 [2020-07-29T10:19:24.173Z] Step 6/26 : COPY go.mod . [2020-07-29T10:19:24.447Z] ---> b9c95266cfa3 [2020-07-29T10:19:24.447Z] Step 7/21 : RUN go mod download [2020-07-29T10:19:25.035Z] ---> a002fcb96caa [2020-07-29T10:19:25.035Z] Step 7/21 : RUN go mod download [2020-07-29T10:19:25.301Z] ---> Running in 14e602e4e638 [2020-07-29T10:19:25.885Z] ---> Running in 602d8fdc208f [2020-07-29T10:19:25.885Z] ---> 500b4b7f737e [2020-07-29T10:19:25.885Z] Step 7/26 : RUN go mod download [2020-07-29T10:19:26.901Z] ---> Running in c37130eb10bc [2020-07-29T10:19:28.136Z] 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-29T10:19:28.865Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:19:28.865Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:19:28.865Z] ---> 2dc9602fd3b6 [2020-07-29T10:19:28.865Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T10:19:28.865Z] ---> Using cache [2020-07-29T10:19:28.865Z] ---> 5203b4ce776a [2020-07-29T10:19:28.865Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:19:28.865Z] ---> Using cache [2020-07-29T10:19:28.865Z] ---> 247a05e17a70 [2020-07-29T10:19:28.865Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T10:19:28.865Z] ---> Using cache [2020-07-29T10:19:28.865Z] ---> e79986cc6884 [2020-07-29T10:19:28.865Z] Step 6/20 : COPY go.mod . [2020-07-29T10:19:28.865Z] ---> Using cache [2020-07-29T10:19:28.865Z] ---> a002fcb96caa [2020-07-29T10:19:28.865Z] Step 7/20 : RUN go mod download [2020-07-29T10:19:30.788Z] ---> Running in 80c0b157aa26 [2020-07-29T10:19:32.433Z] 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-29T10:19:36.743Z] 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-29T10:19:39.404Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:19:39.404Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:19:39.404Z] ---> 2dc9602fd3b6 [2020-07-29T10:19:39.404Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T10:19:39.404Z] ---> Using cache [2020-07-29T10:19:39.404Z] ---> 5203b4ce776a [2020-07-29T10:19:39.404Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:19:39.404Z] ---> Using cache [2020-07-29T10:19:39.404Z] ---> 247a05e17a70 [2020-07-29T10:19:39.404Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T10:19:39.404Z] ---> Using cache [2020-07-29T10:19:39.404Z] ---> e79986cc6884 [2020-07-29T10:19:39.404Z] Step 6/26 : COPY go.mod . [2020-07-29T10:19:39.404Z] ---> Using cache [2020-07-29T10:19:39.404Z] ---> a002fcb96caa [2020-07-29T10:19:39.404Z] Step 7/26 : RUN go mod download [2020-07-29T10:19:40.396Z] ---> Running in 276cea577dac [2020-07-29T10:19:40.668Z] Removing intermediate container 14e602e4e638 [2020-07-29T10:19:40.668Z] ---> 1dec4cdc95e3 [2020-07-29T10:19:40.668Z] Step 8/21 : COPY . . [2020-07-29T10:19:40.668Z] Removing intermediate container 602d8fdc208f [2020-07-29T10:19:40.668Z] ---> c0fe953f0075 [2020-07-29T10:19:40.668Z] Step 8/21 : COPY . . [2020-07-29T10:19:40.668Z] Removing intermediate container c37130eb10bc [2020-07-29T10:19:40.668Z] ---> 75f5fea0adbe [2020-07-29T10:19:40.668Z] Step 8/26 : COPY . . [2020-07-29T10:19:40.668Z] Removing intermediate container 80c0b157aa26 [2020-07-29T10:19:40.668Z] ---> 2f1384f958f7 [2020-07-29T10:19:40.668Z] Step 8/20 : COPY . . [2020-07-29T10:19:41.028Z] 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-29T10:19:44.422Z] 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-29T10:19:47.842Z] $ docker stop --time=1 c66ced9d88c6c502da7362475c7b023f46a8bec13eb4cf8b8f8397b7cf9c67e0 [2020-07-29T10:19:50.269Z] $ docker rm -f c66ced9d88c6c502da7362475c7b023f46a8bec13eb4cf8b8f8397b7cf9c67e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:19:51.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T10:19:51.973Z] [2020-07-29T10:19:51.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:19:52.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T10:19:52.349Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T10:19:52.349Z] 29e5d40040c1: Pulling fs layer [2020-07-29T10:19:52.349Z] 1ce36da41761: Pulling fs layer [2020-07-29T10:19:52.349Z] 25b303627fd3: Pulling fs layer [2020-07-29T10:19:52.629Z] 29e5d40040c1: Verifying Checksum [2020-07-29T10:19:52.629Z] 29e5d40040c1: Download complete [2020-07-29T10:19:52.903Z] 1ce36da41761: Verifying Checksum [2020-07-29T10:19:52.903Z] 1ce36da41761: Download complete [2020-07-29T10:19:53.175Z] 29e5d40040c1: Pull complete [2020-07-29T10:19:54.607Z] 1ce36da41761: Pull complete [2020-07-29T10:19:54.882Z] 25b303627fd3: Verifying Checksum [2020-07-29T10:19:54.882Z] 25b303627fd3: Download complete [2020-07-29T10:19:56.256Z] Removing intermediate container 276cea577dac [2020-07-29T10:19:56.257Z] ---> a3aad96918a0 [2020-07-29T10:19:56.257Z] Step 8/26 : COPY . . [2020-07-29T10:20:05.037Z] 25b303627fd3: Pull complete [2020-07-29T10:20:05.037Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T10:20:05.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T10:20:05.037Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T10:20:05.306Z] prd-ubuntu18.04-docker-arm64-4c-16g-1416 does not seem to be running inside a container [2020-07-29T10:20:05.401Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T10:20:08.594Z] $ docker top 9430db4863f7908a7b0000cfb97a7e48cbaad79bd2058adcc24d3da06786d017 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T10:20:10.038Z] + docker-compose build --help [2020-07-29T10:20:10.038Z] + grep parallel [2020-07-29T10:20:13.416Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T10:20:13.447Z] $ docker stop --time=1 9430db4863f7908a7b0000cfb97a7e48cbaad79bd2058adcc24d3da06786d017 [2020-07-29T10:20:15.327Z] $ docker rm -f 9430db4863f7908a7b0000cfb97a7e48cbaad79bd2058adcc24d3da06786d017 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:20:16.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T10:20:16.031Z] . [Pipeline] withDockerContainer [2020-07-29T10:20:16.252Z] prd-ubuntu18.04-docker-arm64-4c-16g-1416 does not seem to be running inside a container [2020-07-29T10:20:16.342Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-29T10:20:17.649Z] $ docker top f8bf133cec1faf9b1e834c496181a989029d84293f243a667e9e22a3b3a025f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T10:20:18.606Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T10:20:22.889Z] Building docker-core-command-go ... [2020-07-29T10:20:22.889Z] Building docker-core-data-go ... [2020-07-29T10:20:22.889Z] Building docker-core-metadata-go ... [2020-07-29T10:20:22.889Z] Building docker-security-proxy-setup-go ... [2020-07-29T10:20:22.890Z] Building docker-security-secrets-setup-go ... [2020-07-29T10:20:22.890Z] Building docker-security-secretstore-setup-go ... [2020-07-29T10:20:22.890Z] Building docker-support-logging-go ... [2020-07-29T10:20:22.890Z] Building docker-support-notifications-go ... [2020-07-29T10:20:22.890Z] Building docker-support-scheduler-go ... [2020-07-29T10:20:22.890Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T10:20:22.890Z] Building docker-support-scheduler-go [2020-07-29T10:20:22.890Z] Building docker-security-secretstore-setup-go [2020-07-29T10:20:22.890Z] Building docker-support-logging-go [2020-07-29T10:20:22.890Z] Building docker-core-data-go [2020-07-29T10:20:22.890Z] Building docker-support-notifications-go [2020-07-29T10:20:35.654Z] ---> 35c5e36760ee [2020-07-29T10:20:35.654Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T10:20:36.241Z] ---> 1fa48e43b901 [2020-07-29T10:20:36.241Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T10:20:37.476Z] ---> Running in 020a08bb2ef4 [2020-07-29T10:20:37.792Z] ---> Running in f48146b764dd [2020-07-29T10:20:38.102Z] ---> 40f7db6c81e4 [2020-07-29T10:20:38.102Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T10:20:38.102Z] ---> 4905e06a595c [2020-07-29T10:20:38.102Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T10:20:38.377Z] ---> Running in 23a7e87baf23 [2020-07-29T10:20:38.377Z] ---> Running in 262d827b464f [2020-07-29T10:20:41.261Z] 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-29T10:20:41.261Z] 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-29T10:20:41.756Z] 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-29T10:20:41.756Z] 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-29T10:20:47.492Z] ---> 8d23cc700814 [2020-07-29T10:20:47.492Z] 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-29T10:20:47.492Z] ---> Running in d3114803f43d [2020-07-29T10:20:49.047Z] 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-29T10:21:28.708Z] 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-29T10:21:35.647Z] Removing intermediate container f48146b764dd [2020-07-29T10:21:35.647Z] ---> 414353b1256f [2020-07-29T10:21:35.647Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T10:21:35.647Z] Removing intermediate container 262d827b464f [2020-07-29T10:21:35.647Z] ---> de99b2f56dee [2020-07-29T10:21:35.647Z] [2020-07-29T10:21:35.647Z] Step 10/21 : FROM scratch [2020-07-29T10:21:35.647Z] ---> [2020-07-29T10:21:35.647Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T10:21:35.647Z] ---> Running in 2cb3b5ae4cf0 [2020-07-29T10:21:35.647Z] 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-29T10:21:36.811Z] ---> Using cache [2020-07-29T10:21:36.811Z] ---> 8b54e3977040 [2020-07-29T10:21:36.811Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T10:21:36.811Z] 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-29T10:21:39.688Z] ---> Running in a1ba2e85c4ca [2020-07-29T10:21:39.688Z] Removing intermediate container 23a7e87baf23 [2020-07-29T10:21:39.688Z] ---> 384fee7ce1a8 [2020-07-29T10:21:39.688Z] [2020-07-29T10:21:39.688Z] Step 10/20 : FROM scratch [2020-07-29T10:21:39.689Z] ---> [2020-07-29T10:21:39.689Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:21:39.689Z] ---> Using cache [2020-07-29T10:21:39.689Z] ---> 4d1896f4465b [2020-07-29T10:21:39.689Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T10:21:39.689Z] ---> Running in 34fc2befd4e7 [2020-07-29T10:21:39.689Z] Removing intermediate container 020a08bb2ef4 [2020-07-29T10:21:39.689Z] ---> 0b73348d82db [2020-07-29T10:21:39.689Z] [2020-07-29T10:21:39.689Z] Step 10/21 : FROM scratch [2020-07-29T10:21:39.689Z] ---> [2020-07-29T10:21:39.689Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:21:39.689Z] ---> Using cache [2020-07-29T10:21:39.689Z] ---> 4d1896f4465b [2020-07-29T10:21:39.689Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T10:21:40.720Z] Removing intermediate container a1ba2e85c4ca [2020-07-29T10:21:40.720Z] ---> 833d45089416 [2020-07-29T10:21:40.720Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T10:21:40.720Z] ---> Running in 9ba175a46aa0 [2020-07-29T10:21:40.720Z] Removing intermediate container 34fc2befd4e7 [2020-07-29T10:21:40.720Z] ---> 7d443d89971e [2020-07-29T10:21:40.720Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T10:21:40.720Z] ---> Running in 98c60be6680f [2020-07-29T10:21:40.720Z] ---> Running in ea61f3e83f24 [2020-07-29T10:21:40.990Z] Removing intermediate container 9ba175a46aa0 [2020-07-29T10:21:40.990Z] ---> 906148e73f4d [2020-07-29T10:21:40.990Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T10:21:41.300Z] ---> Running in 545041d0da68 [2020-07-29T10:21:41.300Z] Removing intermediate container 98c60be6680f [2020-07-29T10:21:41.300Z] ---> a5d57502ee32 [2020-07-29T10:21:41.300Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T10:21:41.300Z] Removing intermediate container ea61f3e83f24 [2020-07-29T10:21:41.300Z] ---> 205804421ac6 [2020-07-29T10:21:41.300Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T10:21:43.945Z] Removing intermediate container 545041d0da68 [2020-07-29T10:21:43.945Z] ---> 27bb826c8dc1 [2020-07-29T10:21:43.945Z] Step 14/21 : WORKDIR / [2020-07-29T10:21:43.945Z] Removing intermediate container 2cb3b5ae4cf0 [2020-07-29T10:21:43.945Z] ---> b3abb5392ae7 [2020-07-29T10:21:43.945Z] [2020-07-29T10:21:43.945Z] Step 11/26 : FROM docker:latest [2020-07-29T10:21:43.945Z] ---> 81f5749c9058 [2020-07-29T10:21:43.945Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T10:21:44.240Z] ---> 232d3bbcc340 [2020-07-29T10:21:44.240Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T10:21:44.240Z] ---> 1fbf7a1a1bc5 [2020-07-29T10:21:44.240Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T10:21:44.240Z] ---> Running in d38c20dd96d9 [2020-07-29T10:21:44.240Z] ---> Running in 88135edda2fe [2020-07-29T10:21:44.509Z] Removing intermediate container d3114803f43d [2020-07-29T10:21:44.509Z] ---> 552f565c4ffe [2020-07-29T10:21:44.509Z] [2020-07-29T10:21:44.509Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T10:21:44.788Z] Removing intermediate container d38c20dd96d9 [2020-07-29T10:21:44.788Z] ---> 5d5bf4b60f07 [2020-07-29T10:21:44.788Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T10:21:44.788Z] ---> 91276a8cf4ae [2020-07-29T10:21:44.788Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T10:21:44.788Z] 3.10: Pulling from library/alpine [2020-07-29T10:21:45.065Z] ---> da9354d28024 [2020-07-29T10:21:45.065Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T10:21:45.383Z] ---> e58ad14edb7c [2020-07-29T10:21:45.383Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T10:21:45.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:21:45.749Z] ---> aa71c1f70870 [2020-07-29T10:21:45.749Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:21:45.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:21:45.749Z] ---> Running in 0494d36fa71a [2020-07-29T10:21:45.749Z] ---> 82a259c1ec47 [2020-07-29T10:21:45.749Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T10:21:46.021Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T10:21:46.021Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T10:21:46.021Z] ---> be4e4bea2c2e [2020-07-29T10:21:46.021Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T10:21:46.021Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T10:21:46.021Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T10:21:46.021Z] ---> 50b27b552923 [2020-07-29T10:21:46.021Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T10:21:46.021Z] Executing bash-5.0.17-r0.post-install [2020-07-29T10:21:46.021Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:21:46.292Z] ---> Running in a5e5be9d762f [2020-07-29T10:21:46.292Z] OK: 12 MiB in 22 packages [2020-07-29T10:21:46.557Z] Removing intermediate container 0494d36fa71a [2020-07-29T10:21:46.557Z] ---> 673bd0b53482 [2020-07-29T10:21:46.557Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T10:21:46.557Z] ---> 7cee6d56507d [2020-07-29T10:21:46.557Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:21:46.557Z] ---> Running in f2bea55fccf6 [2020-07-29T10:21:47.176Z] ---> 4e36cd5a7c02 [2020-07-29T10:21:47.176Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:21:47.176Z] ---> Running in abde2d625f93 [2020-07-29T10:21:47.176Z] ---> Running in 070d0d46c962 [2020-07-29T10:21:47.176Z] Removing intermediate container f2bea55fccf6 [2020-07-29T10:21:47.176Z] ---> e8a8f719975e [2020-07-29T10:21:47.176Z] Step 19/20 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:21:47.176Z] ---> Running in 96b3cc95102d [2020-07-29T10:21:48.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:21:48.739Z] Removing intermediate container abde2d625f93 [2020-07-29T10:21:48.739Z] ---> b9fcb303c8ac [2020-07-29T10:21:48.739Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T10:21:48.739Z] Removing intermediate container 88135edda2fe [2020-07-29T10:21:48.739Z] ---> 200ff3142962 [2020-07-29T10:21:48.739Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T10:21:48.739Z] Removing intermediate container 070d0d46c962 [2020-07-29T10:21:48.739Z] ---> 10771e74a285 [2020-07-29T10:21:48.739Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T10:21:48.739Z] Removing intermediate container 96b3cc95102d [2020-07-29T10:21:48.739Z] ---> 2459eba9af0a [2020-07-29T10:21:48.739Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T10:21:48.739Z] ---> Running in 7828d6568a62 [2020-07-29T10:21:48.739Z] ---> Running in 0928b6165766 [2020-07-29T10:21:48.739Z] ---> Running in 27aacd564f24 [2020-07-29T10:21:48.739Z] ---> Running in 946fd2aad4fc [2020-07-29T10:21:48.739Z] Removing intermediate container 0928b6165766 [2020-07-29T10:21:48.739Z] ---> 54247e127fa2 [2020-07-29T10:21:48.739Z] Step 20/21 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:21:48.739Z] Removing intermediate container 27aacd564f24 [2020-07-29T10:21:48.739Z] ---> ced799a376ec [2020-07-29T10:21:48.739Z] Step 20/21 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:21:48.739Z] ---> Running in f0bc9589d1ce [2020-07-29T10:21:48.739Z] Removing intermediate container 946fd2aad4fc [2020-07-29T10:21:48.739Z] ---> 08611c40a060 [2020-07-29T10:21:48.739Z] [2020-07-29T10:21:48.739Z] ---> Running in efdd7610d7e4 [2020-07-29T10:21:48.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:21:48.739Z] Successfully built 08611c40a060 [2020-07-29T10:21:49.060Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T10:21:49.060Z]  Building docker-support-scheduler-go ... done Removing intermediate container f0bc9589d1ce [2020-07-29T10:21:49.060Z] ---> 1fb2ba926809 [2020-07-29T10:21:49.060Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T10:21:49.060Z] Removing intermediate container efdd7610d7e4 [2020-07-29T10:21:49.060Z] ---> b86efe0424c0 [2020-07-29T10:21:49.060Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T10:21:49.372Z] ---> Running in fd87fb485d72 [2020-07-29T10:21:49.372Z] ---> Running in 2426cf4f4cf9 [2020-07-29T10:21:49.372Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T10:21:49.372Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T10:21:49.372Z] OK: 10346 distinct packages available [2020-07-29T10:21:49.661Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T10:21:49.661Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T10:21:49.963Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T10:21:49.963Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T10:21:49.963Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T10:21:49.963Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T10:21:49.963Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T10:21:49.963Z] OK: 7 MiB in 19 packages [2020-07-29T10:21:50.606Z] Removing intermediate container fd87fb485d72 [2020-07-29T10:21:50.606Z] ---> 04026d63cb69 [2020-07-29T10:21:50.606Z] [2020-07-29T10:21:50.606Z] Removing intermediate container 7828d6568a62 [2020-07-29T10:21:50.606Z] ---> f2ed2a0f6514 [2020-07-29T10:21:50.606Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T10:21:50.606Z] Successfully built 04026d63cb69 [2020-07-29T10:21:50.923Z] Removing intermediate container 2426cf4f4cf9 [2020-07-29T10:21:50.923Z] ---> a378ff3551c9 [2020-07-29T10:21:50.923Z] [2020-07-29T10:21:50.923Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T10:21:51.265Z]  Building docker-support-logging-go ... done  ---> Running in 7e28d00ff214 [2020-07-29T10:21:51.265Z] Successfully built a378ff3551c9 [2020-07-29T10:21:51.265Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T10:21:51.265Z]  Building docker-core-metadata-go ... done Removing intermediate container 7e28d00ff214 [2020-07-29T10:21:51.265Z] ---> 266b0be02522 [2020-07-29T10:21:51.265Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T10:21:51.559Z] ---> Running in a3d93b148c3a [2020-07-29T10:21:51.849Z] Removing intermediate container a5e5be9d762f [2020-07-29T10:21:51.849Z] ---> 3e743c33ed74 [2020-07-29T10:21:51.849Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T10:21:51.849Z] ---> Running in cac9a13913d5 [2020-07-29T10:21:51.849Z] Removing intermediate container a3d93b148c3a [2020-07-29T10:21:51.849Z] ---> fc9be7d49c8f [2020-07-29T10:21:51.849Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T10:21:52.160Z] ---> Running in 3bf0ca3a6df1 [2020-07-29T10:21:52.514Z] Removing intermediate container cac9a13913d5 [2020-07-29T10:21:52.514Z] ---> 0c584d624566 [2020-07-29T10:21:52.514Z] Step 13/26 : WORKDIR / [2020-07-29T10:21:52.514Z] ---> Running in b2c59f02697a [2020-07-29T10:21:52.514Z] Removing intermediate container 3bf0ca3a6df1 [2020-07-29T10:21:52.514Z] ---> 573d3b8ea1eb [2020-07-29T10:21:52.514Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T10:21:52.877Z] Removing intermediate container b2c59f02697a [2020-07-29T10:21:52.877Z] ---> cdc38b7cb6f9 [2020-07-29T10:21:52.877Z] 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-29T10:21:53.912Z] ---> f2f92b4eb00e [2020-07-29T10:21:53.912Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T10:21:53.912Z] ---> 34829a8f9be0 [2020-07-29T10:21:53.912Z] 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-29T10:21:54.181Z] ---> 3eb016777deb [2020-07-29T10:21:54.181Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T10:21:54.471Z] ---> ceba3a1280a4 [2020-07-29T10:21:54.471Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T10:21:54.471Z] ---> 7d3f1ca2fbeb [2020-07-29T10:21:54.471Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T10:21:54.745Z] ---> Running in 92a6d707e5ff [2020-07-29T10:21:54.745Z] ---> bf2e35e0ee28 [2020-07-29T10:21:54.745Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T10:21:55.358Z] ---> a1889d14bfad [2020-07-29T10:21:55.358Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T10:21:55.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:21:55.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:21:56.210Z] ---> 31ef081e8bff [2020-07-29T10:21:56.210Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T10:21:56.590Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T10:21:56.590Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T10:21:56.590Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T10:21:56.590Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T10:21:56.590Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T10:21:56.590Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T10:21:56.896Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T10:22:00.359Z] ---> 89ef6ae5a87d [2020-07-29T10:22:00.359Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T10:22:00.359Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T10:22:00.359Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T10:22:00.359Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T10:22:00.359Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T10:22:00.359Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T10:22:00.359Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T10:22:00.359Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T10:22:00.359Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T10:22:00.359Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T10:22:00.637Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T10:22:00.637Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T10:22:00.637Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T10:22:00.637Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T10:22:00.637Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T10:22:00.637Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T10:22:00.637Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T10:22:00.637Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T10:22:00.637Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T10:22:01.003Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T10:22:02.166Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T10:22:02.166Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T10:22:02.166Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T10:22:02.166Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T10:22:02.166Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T10:22:02.166Z] ---> 27a17ca20eec [2020-07-29T10:22:02.166Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T10:22:02.166Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T10:22:02.166Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T10:22:02.462Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:22:02.462Z] OK: 71 MiB in 55 packages [2020-07-29T10:22:03.088Z] ---> 7771453e6d6f [2020-07-29T10:22:03.088Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T10:22:03.400Z] ---> Running in a390a3b1ce0f [2020-07-29T10:22:08.902Z] Removing intermediate container 92a6d707e5ff [2020-07-29T10:22:08.902Z] ---> 5069816290a1 [2020-07-29T10:22:08.902Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T10:22:08.902Z] Removing intermediate container a390a3b1ce0f [2020-07-29T10:22:08.902Z] ---> cb54f90129b0 [2020-07-29T10:22:08.902Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T10:22:08.902Z] ---> Running in 6ff429f42833 [2020-07-29T10:22:08.902Z] ---> Running in 77e1a6b18234 [2020-07-29T10:22:08.902Z] Removing intermediate container 6ff429f42833 [2020-07-29T10:22:08.902Z] ---> 96339f584357 [2020-07-29T10:22:08.902Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T10:22:08.902Z] ---> Running in c1105a663b87 [2020-07-29T10:22:08.902Z] Removing intermediate container c1105a663b87 [2020-07-29T10:22:08.902Z] ---> 3a563ba63b19 [2020-07-29T10:22:08.902Z] Step 25/26 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:22:09.168Z] ---> Running in c781802634e5 [2020-07-29T10:22:09.168Z] Removing intermediate container c781802634e5 [2020-07-29T10:22:09.168Z] ---> 390e7c2ed021 [2020-07-29T10:22:09.168Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T10:22:09.436Z] ---> Running in ad02bd1cf079 [2020-07-29T10:22:09.699Z] Removing intermediate container ad02bd1cf079 [2020-07-29T10:22:09.699Z] ---> 4ce8abc41c30 [2020-07-29T10:22:09.699Z] [2020-07-29T10:22:09.699Z] Successfully built 4ce8abc41c30 [2020-07-29T10:22:09.699Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T10:22:09.962Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-29T10:22:09.962Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T10:22:10.227Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T10:22:10.227Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T10:22:10.500Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T10:22:10.500Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T10:22:11.108Z] 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-29T10:22:11.376Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T10:22:11.376Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T10:22:11.659Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T10:22:12.700Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T10:22:12.966Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T10:22:12.966Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T10:22:13.230Z] Collecting PyYAML<4,>=3.10 [2020-07-29T10:22:13.230Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T10:22:14.308Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T10:22:14.308Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T10:22:14.597Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T10:22:14.597Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T10:22:14.685Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:22:14.685Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:22:14.685Z] ---> 55acbc1710f9 [2020-07-29T10:22:14.685Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T10:22:14.685Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:22:14.685Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:22:14.685Z] ---> 55acbc1710f9 [2020-07-29T10:22:14.685Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T10:22:14.685Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:22:14.685Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:22:14.685Z] ---> 55acbc1710f9 [2020-07-29T10:22:14.685Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T10:22:14.685Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:22:14.685Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:22:14.685Z] ---> 55acbc1710f9 [2020-07-29T10:22:14.685Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T10:22:14.685Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:22:14.685Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:22:14.685Z] ---> 55acbc1710f9 [2020-07-29T10:22:14.685Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T10:22:14.685Z] ---> Running in 01016fb6b21c [2020-07-29T10:22:14.685Z] ---> Running in 0ff3c98487f7 [2020-07-29T10:22:14.685Z] ---> Running in 7867f6a79fce [2020-07-29T10:22:14.685Z] ---> Running in 68b4401233f4 [2020-07-29T10:22:14.685Z] ---> Running in e608f3d3a771 [2020-07-29T10:22:15.279Z] Removing intermediate container e608f3d3a771 [2020-07-29T10:22:15.279Z] ---> 3e195831bf0f [2020-07-29T10:22:15.279Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:22:15.279Z] Removing intermediate container 0ff3c98487f7 [2020-07-29T10:22:15.279Z] ---> f0a306b02fe7 [2020-07-29T10:22:15.279Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:22:15.550Z] Removing intermediate container 7867f6a79fce [2020-07-29T10:22:15.550Z] ---> 0cd8aa21023b [2020-07-29T10:22:15.550Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:22:15.550Z] Removing intermediate container 01016fb6b21c [2020-07-29T10:22:15.550Z] ---> ad1975fbdb68 [2020-07-29T10:22:15.550Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:22:15.550Z] Removing intermediate container 68b4401233f4 [2020-07-29T10:22:15.550Z] ---> 3612e04c4604 [2020-07-29T10:22:15.550Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:22:15.550Z] ---> Running in 37581f756ff9 [2020-07-29T10:22:15.550Z] ---> Running in 4349af845d08 [2020-07-29T10:22:15.739Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T10:22:15.739Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T10:22:16.145Z] ---> Running in 01476b2f293d [2020-07-29T10:22:16.145Z] ---> Running in 9c1afbb0f241 [2020-07-29T10:22:16.145Z] ---> Running in 717494ee4276 [2020-07-29T10:22:16.386Z] 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-29T10:22:16.692Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T10:22:16.692Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T10:22:16.692Z] Collecting idna<2.8,>=2.5 [2020-07-29T10:22:16.692Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T10:22:16.692Z] 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-29T10:22:16.979Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T10:22:16.979Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T10:22:16.979Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T10:22:16.979Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T10:22:16.979Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T10:22:16.979Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T10:22:17.273Z] Installing collected packages: urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, cached-property, PyYAML, jsonschema, docopt, dockerpty, docker-compose [2020-07-29T10:22:17.273Z] Attempting uninstall: urllib3 [2020-07-29T10:22:17.273Z] Found existing installation: urllib3 1.25.9 [2020-07-29T10:22:17.273Z] Uninstalling urllib3-1.25.9: [2020-07-29T10:22:17.273Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T10:22:17.877Z] Attempting uninstall: idna [2020-07-29T10:22:17.877Z] Found existing installation: idna 2.9 [2020-07-29T10:22:17.877Z] Uninstalling idna-2.9: [2020-07-29T10:22:17.877Z] Successfully uninstalled idna-2.9 [2020-07-29T10:22:18.154Z] Attempting uninstall: requests [2020-07-29T10:22:18.154Z] Found existing installation: requests 2.23.0 [2020-07-29T10:22:18.154Z] Uninstalling requests-2.23.0: [2020-07-29T10:22:18.154Z] Successfully uninstalled requests-2.23.0 [2020-07-29T10:22:18.154Z] Running setup.py install for texttable: started [2020-07-29T10:22:19.191Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T10:22:19.783Z] Running setup.py install for PyYAML: started [2020-07-29T10:22:20.452Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T10:22:20.458Z] Removing intermediate container 37581f756ff9 [2020-07-29T10:22:20.458Z] ---> fc3b8f2b9f84 [2020-07-29T10:22:20.458Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T10:22:20.733Z] ---> Running in f47d2a31de53 [2020-07-29T10:22:20.751Z] Running setup.py install for docopt: started [2020-07-29T10:22:21.333Z] Removing intermediate container 4349af845d08 [2020-07-29T10:22:21.333Z] ---> e004247d6763 [2020-07-29T10:22:21.333Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T10:22:21.333Z] Removing intermediate container 01476b2f293d [2020-07-29T10:22:21.333Z] ---> c1d4fa9553df [2020-07-29T10:22:21.333Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T10:22:21.333Z] Removing intermediate container 717494ee4276 [2020-07-29T10:22:21.333Z] ---> ead471bc475f [2020-07-29T10:22:21.333Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T10:22:21.333Z] Removing intermediate container 9c1afbb0f241 [2020-07-29T10:22:21.333Z] ---> ae8844a23408 [2020-07-29T10:22:21.333Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T10:22:21.333Z] ---> Running in f213eeb31d37 [2020-07-29T10:22:21.334Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T10:22:21.334Z] Running setup.py install for dockerpty: started [2020-07-29T10:22:21.936Z] ---> Running in e59ca9911f8f [2020-07-29T10:22:21.936Z] ---> Running in aab98fe07ca4 [2020-07-29T10:22:21.936Z] ---> Running in daf36f03e716 [2020-07-29T10:22:22.310Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T10:22:22.892Z] 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-29T10:22:23.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:23.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:24.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:24.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:24.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:24.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:25.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:25.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:25.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:25.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:22:25.495Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:22:25.495Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:22:25.495Z] OK: 12620 distinct packages available [2020-07-29T10:22:26.088Z] OK: 217 MiB in 51 packages [2020-07-29T10:22:26.343Z] Removing intermediate container 77e1a6b18234 [2020-07-29T10:22:26.343Z] ---> 35657abca478 [2020-07-29T10:22:26.343Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T10:22:26.343Z] ---> Running in 28333787190b [2020-07-29T10:22:26.362Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:22:26.362Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:22:26.362Z] OK: 12620 distinct packages available [2020-07-29T10:22:26.634Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:22:26.634Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:22:26.634Z] OK: 12620 distinct packages available [2020-07-29T10:22:26.634Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:22:26.634Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:22:26.634Z] OK: 12620 distinct packages available [2020-07-29T10:22:26.907Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:22:26.907Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:22:26.907Z] OK: 12620 distinct packages available [2020-07-29T10:22:27.182Z] OK: 217 MiB in 51 packages [2020-07-29T10:22:27.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T10:22:27.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T10:22:27.456Z] OK: 217 MiB in 51 packages [2020-07-29T10:22:27.456Z] OK: 217 MiB in 51 packages [2020-07-29T10:22:27.724Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T10:22:27.751Z] OK: 217 MiB in 51 packages [2020-07-29T10:22:28.047Z] OK: 217 MiB in 51 packages [2020-07-29T10:22:28.319Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T10:22:28.319Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T10:22:28.319Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:22:28.319Z] OK: 72 MiB in 58 packages [2020-07-29T10:22:29.492Z] Removing intermediate container f47d2a31de53 [2020-07-29T10:22:29.492Z] ---> 635cf9b68fd8 [2020-07-29T10:22:29.492Z] Step 6/21 : COPY go.mod . [2020-07-29T10:22:29.492Z] Removing intermediate container f213eeb31d37 [2020-07-29T10:22:29.492Z] ---> 1f079463abc6 [2020-07-29T10:22:29.492Z] Step 6/20 : COPY go.mod . [2020-07-29T10:22:29.513Z] Removing intermediate container 28333787190b [2020-07-29T10:22:29.513Z] ---> f61086dd18ed [2020-07-29T10:22:29.513Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:22:29.840Z] ---> Running in 6b1ae8a87ff5 [2020-07-29T10:22:30.092Z] Removing intermediate container daf36f03e716 [2020-07-29T10:22:30.092Z] ---> 5e168f773d37 [2020-07-29T10:22:30.092Z] Step 6/22 : COPY go.mod . [2020-07-29T10:22:30.092Z] Removing intermediate container aab98fe07ca4 [2020-07-29T10:22:30.092Z] ---> 5747442a08dd [2020-07-29T10:22:30.092Z] Step 6/26 : COPY go.mod . [2020-07-29T10:22:30.092Z] ---> 3b33f4e6095d [2020-07-29T10:22:30.092Z] Step 7/21 : RUN go mod download [2020-07-29T10:22:30.092Z] Removing intermediate container e59ca9911f8f [2020-07-29T10:22:30.092Z] ---> d26ae70b864f [2020-07-29T10:22:30.365Z] Step 6/23 : COPY go.mod . [2020-07-29T10:22:30.365Z] ---> 8f9c3d05f7b2 [2020-07-29T10:22:30.365Z] Step 7/20 : RUN go mod download [2020-07-29T10:22:30.365Z] ---> Running in c1abab1f4309 [2020-07-29T10:22:30.482Z] Removing intermediate container 6b1ae8a87ff5 [2020-07-29T10:22:30.482Z] ---> 2480c28a4bc1 [2020-07-29T10:22:30.482Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T10:22:30.482Z] ---> Running in fad1e0e526f6 [2020-07-29T10:22:30.640Z] ---> Running in b873f2923042 [2020-07-29T10:22:30.767Z] Removing intermediate container fad1e0e526f6 [2020-07-29T10:22:30.767Z] ---> e0502a553143 [2020-07-29T10:22:30.767Z] Step 25/26 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:22:30.767Z] ---> Running in 25e5b5e438a3 [2020-07-29T10:22:30.913Z] ---> 82fa51da8136 [2020-07-29T10:22:30.913Z] Step 7/22 : RUN go mod download [2020-07-29T10:22:31.186Z] ---> Running in b6deca2cd2c6 [2020-07-29T10:22:31.369Z] Removing intermediate container 25e5b5e438a3 [2020-07-29T10:22:31.369Z] ---> ac8b02f12034 [2020-07-29T10:22:31.369Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T10:22:31.369Z] ---> Running in a1fb0135c824 [2020-07-29T10:22:31.468Z] ---> 188f441ff5cc [2020-07-29T10:22:31.468Z] Step 7/26 : RUN go mod download [2020-07-29T10:22:31.468Z] ---> 557f744d8a1b [2020-07-29T10:22:31.468Z] Step 7/23 : RUN go mod download [2020-07-29T10:22:31.468Z] ---> Running in 8ee83ca56b71 [2020-07-29T10:22:31.468Z] ---> Running in aaf6581167fa [2020-07-29T10:22:31.653Z] Removing intermediate container a1fb0135c824 [2020-07-29T10:22:31.653Z] ---> 4a7512409e03 [2020-07-29T10:22:31.653Z] [2020-07-29T10:22:31.653Z] Successfully built 4a7512409e03 [2020-07-29T10:22:31.653Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T10:22:32.259Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T10:22:32.281Z] $ docker stop --time=1 6a0ca6ba2cca4d33cff7e25ec09b6a6d7f7f50e0b9d6fbde30a603a2d857ea70 [2020-07-29T10:22:34.458Z] $ docker rm -f 6a0ca6ba2cca4d33cff7e25ec09b6a6d7f7f50e0b9d6fbde30a603a2d857ea70 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T10:22:35.058Z] + docker images [2020-07-29T10:22:35.058Z] + grep docker [2020-07-29T10:22:35.342Z] docker-sys-mgmt-agent-go latest 4a7512409e03 4 seconds ago 284MB [2020-07-29T10:22:35.342Z] docker-security-secretstore-setup-go latest 4ce8abc41c30 26 seconds ago 33.9MB [2020-07-29T10:22:35.342Z] docker-support-logging-go latest 04026d63cb69 46 seconds ago 11.8MB [2020-07-29T10:22:35.342Z] docker-core-metadata-go latest a378ff3551c9 46 seconds ago 14.4MB [2020-07-29T10:22:35.342Z] docker-support-scheduler-go latest 08611c40a060 47 seconds ago 13.1MB [2020-07-29T10:22:35.342Z] docker-security-secrets-setup-go latest 8de1cf5ce5ec 3 minutes ago 25.1MB [2020-07-29T10:22:35.342Z] docker-core-data-go latest bdb1f2939df7 3 minutes ago 23.8MB [2020-07-29T10:22:35.342Z] docker-support-notifications-go latest 1e4b4ae56009 3 minutes ago 14.4MB [2020-07-29T10:22:35.342Z] docker-core-command-go latest 0ed793d355b1 3 minutes ago 13MB [2020-07-29T10:22:35.342Z] docker-security-proxy-setup-go latest 6822b3173b63 3 minutes ago 16.4MB [2020-07-29T10:22:35.342Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T10:22:36.886Z] Removing intermediate container c1abab1f4309 [2020-07-29T10:22:36.886Z] ---> ad3fa0b31204 [2020-07-29T10:22:36.886Z] Step 8/21 : COPY . . [2020-07-29T10:22:36.886Z] Removing intermediate container b873f2923042 [2020-07-29T10:22:36.886Z] ---> 670268d2dad4 [2020-07-29T10:22:36.886Z] Step 8/20 : COPY . . [2020-07-29T10:22:36.886Z] Removing intermediate container b6deca2cd2c6 [2020-07-29T10:22:36.886Z] ---> a8e693891af4 [2020-07-29T10:22:36.886Z] Step 8/22 : COPY . . [2020-07-29T10:22:36.886Z] Removing intermediate container 8ee83ca56b71 [2020-07-29T10:22:36.886Z] ---> 64ab5210b8e2 [2020-07-29T10:22:36.886Z] Step 8/23 : COPY . . [2020-07-29T10:22:36.886Z] Removing intermediate container aaf6581167fa [2020-07-29T10:22:36.886Z] ---> 18c5f50fee0b [2020-07-29T10:22:36.886Z] Step 8/26 : COPY . . [2020-07-29T10:23:09.252Z] ---> 2243e88ca12d [2020-07-29T10:23:09.252Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T10:23:09.252Z] ---> 023524d1346f [2020-07-29T10:23:09.252Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T10:23:09.252Z] ---> e9bef8ce8819 [2020-07-29T10:23:09.252Z] 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-29T10:23:09.252Z] ---> 576240a8cb91 [2020-07-29T10:23:09.252Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T10:23:09.252Z] ---> 825965e8669b [2020-07-29T10:23:09.252Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T10:23:09.252Z] ---> Running in 983a9c4d9065 [2020-07-29T10:23:09.252Z] ---> Running in 85c98e46671e [2020-07-29T10:23:09.252Z] ---> Running in c1a3609fd449 [2020-07-29T10:23:09.252Z] ---> Running in 58655b3165da [2020-07-29T10:23:09.252Z] ---> Running in dacc7ff649f8 [2020-07-29T10:23:09.857Z] 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-29T10:23:10.469Z] 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-29T10:23:10.814Z] 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-29T10:23:11.525Z] 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-29T10:23:11.525Z] 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-29T10:24:33.421Z] 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-29T10:24:45.842Z] 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-29T10:24:51.275Z] Removing intermediate container 85c98e46671e [2020-07-29T10:24:51.275Z] ---> 2c708c289f66 [2020-07-29T10:24:51.275Z] [2020-07-29T10:24:51.275Z] Step 10/21 : FROM scratch [2020-07-29T10:24:51.275Z] ---> [2020-07-29T10:24:51.275Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T10:24:51.275Z] ---> Running in 86f53fd63d39 [2020-07-29T10:24:51.275Z] Removing intermediate container 86f53fd63d39 [2020-07-29T10:24:51.275Z] ---> 8990527be556 [2020-07-29T10:24:51.275Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T10:24:51.552Z] ---> Running in 04385700f98f [2020-07-29T10:24:52.161Z] Removing intermediate container 04385700f98f [2020-07-29T10:24:52.161Z] ---> 63f0e3e69819 [2020-07-29T10:24:52.161Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T10:24:52.439Z] ---> Running in 9c518af34393 [2020-07-29T10:24:53.042Z] Removing intermediate container 9c518af34393 [2020-07-29T10:24:53.042Z] ---> 38e1728010db [2020-07-29T10:24:53.042Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T10:24:54.516Z] ---> 802f9d584c1b [2020-07-29T10:24:54.516Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T10:24:56.505Z] ---> 584ee9b82687 [2020-07-29T10:24:56.505Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T10:24:57.962Z] Removing intermediate container 58655b3165da [2020-07-29T10:24:57.962Z] ---> 33ded653f5ba [2020-07-29T10:24:57.962Z] [2020-07-29T10:24:57.962Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T10:24:58.574Z] 3.10: Pulling from library/alpine [2020-07-29T10:24:58.863Z] ---> 7a85ad12a6fe [2020-07-29T10:24:58.863Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T10:25:00.310Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T10:25:00.310Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T10:25:00.310Z] ---> 536a684cf733 [2020-07-29T10:25:00.310Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T10:25:00.586Z] ---> 77438c882346 [2020-07-29T10:25:00.586Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:25:01.192Z] ---> Running in a7c36285ac81 [2020-07-29T10:25:01.192Z] ---> Running in bd2b8ef2100a [2020-07-29T10:25:02.181Z] Removing intermediate container bd2b8ef2100a [2020-07-29T10:25:02.181Z] ---> ea4a6e490ff3 [2020-07-29T10:25:02.181Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T10:25:02.454Z] ---> Running in 3d1464ca4e7b [2020-07-29T10:25:03.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:25:03.432Z] Removing intermediate container 3d1464ca4e7b [2020-07-29T10:25:03.432Z] ---> 1c9158f9116b [2020-07-29T10:25:03.432Z] Step 20/21 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:25:03.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:25:03.994Z] ---> Running in cd573b88c3fe [2020-07-29T10:25:03.994Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T10:25:03.994Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T10:25:03.994Z] OK: 10167 distinct packages available [2020-07-29T10:25:04.599Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T10:25:04.599Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T10:25:04.875Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T10:25:04.875Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T10:25:04.875Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T10:25:04.875Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T10:25:04.875Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T10:25:05.148Z] Removing intermediate container cd573b88c3fe [2020-07-29T10:25:05.148Z] ---> 888a53556327 [2020-07-29T10:25:05.148Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T10:25:05.148Z] OK: 7 MiB in 19 packages [2020-07-29T10:25:05.422Z] ---> Running in a048b0c95986 [2020-07-29T10:25:06.413Z] Removing intermediate container dacc7ff649f8 [2020-07-29T10:25:06.413Z] ---> 52f7ad7fae06 [2020-07-29T10:25:06.413Z] [2020-07-29T10:25:06.413Z] Step 10/20 : FROM scratch [2020-07-29T10:25:06.413Z] ---> [2020-07-29T10:25:06.413Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:25:06.413Z] Removing intermediate container c1a3609fd449 [2020-07-29T10:25:06.413Z] ---> 1cdb455bcf5e [2020-07-29T10:25:06.413Z] [2020-07-29T10:25:06.413Z] Step 10/23 : FROM scratch [2020-07-29T10:25:06.413Z] ---> [2020-07-29T10:25:06.413Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T10:25:06.413Z] ---> Using cache [2020-07-29T10:25:06.413Z] ---> 8990527be556 [2020-07-29T10:25:06.413Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T10:25:06.685Z] ---> Running in 5fe32ce94bfe [2020-07-29T10:25:06.685Z] Removing intermediate container a048b0c95986 [2020-07-29T10:25:06.685Z] ---> 1785058ea5f9 [2020-07-29T10:25:06.685Z] [2020-07-29T10:25:06.685Z] ---> Running in f2047d13b9cf [2020-07-29T10:25:07.281Z] Removing intermediate container 5fe32ce94bfe [2020-07-29T10:25:07.281Z] ---> 5d5bf2ce6aff [2020-07-29T10:25:07.281Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T10:25:07.281Z] ---> Running in 73b87f9557ce [2020-07-29T10:25:07.281Z] Successfully built 1785058ea5f9 [2020-07-29T10:25:07.560Z] Removing intermediate container a7c36285ac81 [2020-07-29T10:25:07.560Z] ---> f4134603bd92 [2020-07-29T10:25:07.560Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T10:25:07.560Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T10:25:07.858Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-07-29T10:25:07.858Z] Removing intermediate container f2047d13b9cf [2020-07-29T10:25:07.858Z] ---> c6601c951a19 [2020-07-29T10:25:07.858Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T10:25:08.129Z] ---> Running in ff0ccb89bdc7 [2020-07-29T10:25:08.129Z] Removing intermediate container 73b87f9557ce [2020-07-29T10:25:08.129Z] ---> eb881c583f74 [2020-07-29T10:25:08.129Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T10:25:08.129Z] ---> Running in 669c13a0b045 [2020-07-29T10:25:08.403Z] ---> Running in a0c34066cd40 [2020-07-29T10:25:08.676Z] Removing intermediate container 669c13a0b045 [2020-07-29T10:25:08.676Z] ---> bc604e4f5c11 [2020-07-29T10:25:08.676Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T10:25:08.676Z] Removing intermediate container ff0ccb89bdc7 [2020-07-29T10:25:08.676Z] ---> 64eecd803c79 [2020-07-29T10:25:08.676Z] Step 13/26 : WORKDIR / [2020-07-29T10:25:09.664Z] Removing intermediate container a0c34066cd40 [2020-07-29T10:25:09.664Z] ---> 967d5a8aa07c [2020-07-29T10:25:09.664Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T10:25:09.937Z] ---> Running in 605a62baafb7 [2020-07-29T10:25:10.537Z] ---> 8e05d37ab233 [2020-07-29T10:25:10.537Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T10:25:11.131Z] ---> 86474ac6c7f3 [2020-07-29T10:25:11.131Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T10:25:12.120Z] Removing intermediate container 605a62baafb7 [2020-07-29T10:25:12.120Z] ---> a1be980bfdb6 [2020-07-29T10:25:12.120Z] 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-29T10:25:13.557Z] ---> 7888871228dd [2020-07-29T10:25:13.557Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T10:25:14.176Z] ---> ddf2072322f2 [2020-07-29T10:25:14.176Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T10:25:14.448Z] ---> 079aa071fe73 [2020-07-29T10:25:14.448Z] 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-29T10:25:15.879Z] ---> 69c2eddf0108 [2020-07-29T10:25:15.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T10:25:15.879Z] ---> 8838c5a17126 [2020-07-29T10:25:15.879Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:25:15.879Z] ---> e0d8ba8892e6 [2020-07-29T10:25:15.879Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T10:25:16.154Z] ---> Running in 0d7688ea4139 [2020-07-29T10:25:17.607Z] ---> 1ec632124433 [2020-07-29T10:25:17.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T10:25:17.607Z] Removing intermediate container 0d7688ea4139 [2020-07-29T10:25:17.607Z] ---> f64d6709dd43 [2020-07-29T10:25:17.607Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T10:25:18.221Z] ---> 8ae7de78ca0d [2020-07-29T10:25:18.221Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T10:25:18.833Z] ---> Running in 503e5b5b3e68 [2020-07-29T10:25:20.273Z] ---> 5f76b3c20332 [2020-07-29T10:25:20.273Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T10:25:20.543Z] Removing intermediate container 503e5b5b3e68 [2020-07-29T10:25:20.543Z] ---> 434819743929 [2020-07-29T10:25:20.543Z] Step 19/20 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:25:20.818Z] ---> 32573343eaeb [2020-07-29T10:25:20.818Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T10:25:20.818Z] Removing intermediate container 983a9c4d9065 [2020-07-29T10:25:20.818Z] ---> 7535f8013cf9 [2020-07-29T10:25:20.818Z] [2020-07-29T10:25:20.818Z] Step 10/22 : FROM alpine [2020-07-29T10:25:21.086Z] latest: Pulling from library/alpine [2020-07-29T10:25:21.086Z] ---> Running in 4109cd57100e [2020-07-29T10:25:21.402Z] ---> 8ccbb6a5e4ac [2020-07-29T10:25:21.402Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:25:21.402Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T10:25:21.402Z] Status: Downloaded newer image for alpine:latest [2020-07-29T10:25:21.670Z] ---> 62ee0e9f8440 [2020-07-29T10:25:21.670Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:25:22.263Z] ---> Running in 3b7e69530a20 [2020-07-29T10:25:22.263Z] ---> Running in bcd38650c825 [2020-07-29T10:25:22.535Z] Removing intermediate container 4109cd57100e [2020-07-29T10:25:22.535Z] ---> 91a19ffb9087 [2020-07-29T10:25:22.535Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T10:25:22.824Z] ---> cd348896274b [2020-07-29T10:25:22.824Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T10:25:22.824Z] ---> Running in 55a37600f1bf [2020-07-29T10:25:23.101Z] Removing intermediate container 3b7e69530a20 [2020-07-29T10:25:23.101Z] ---> 27984056c571 [2020-07-29T10:25:23.101Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T10:25:23.374Z] Removing intermediate container bcd38650c825 [2020-07-29T10:25:23.374Z] ---> a41c0be03c41 [2020-07-29T10:25:23.374Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T10:25:23.969Z] ---> Running in 6243eb9bda28 [2020-07-29T10:25:24.562Z] ---> Running in a8dd9d764925 [2020-07-29T10:25:24.562Z] Removing intermediate container 55a37600f1bf [2020-07-29T10:25:24.562Z] ---> 20a79e17d49d [2020-07-29T10:25:24.562Z] [2020-07-29T10:25:25.159Z] Removing intermediate container 6243eb9bda28 [2020-07-29T10:25:25.159Z] ---> 80239d9a43b8 [2020-07-29T10:25:25.159Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T10:25:25.159Z] Successfully built 20a79e17d49d [2020-07-29T10:25:25.432Z] ---> 02bc72db066a [2020-07-29T10:25:25.432Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T10:25:25.432Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T10:25:25.432Z] Building docker-security-proxy-setup-go [2020-07-29T10:25:26.025Z]  Building docker-support-scheduler-go ... done  ---> Running in a065934334e1 [2020-07-29T10:25:26.025Z] Removing intermediate container a8dd9d764925 [2020-07-29T10:25:26.025Z] ---> cb30c5f10308 [2020-07-29T10:25:26.025Z] Step 22/23 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:25:26.297Z] ---> Running in c56556f0d17a [2020-07-29T10:25:26.575Z] Removing intermediate container a065934334e1 [2020-07-29T10:25:26.575Z] ---> 57f228d9f93e [2020-07-29T10:25:26.575Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:25:26.575Z] ---> f8f970e76915 [2020-07-29T10:25:26.575Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T10:25:27.186Z] ---> Running in 4976794664ba [2020-07-29T10:25:27.886Z] Removing intermediate container c56556f0d17a [2020-07-29T10:25:27.886Z] ---> 3f8e73696bc0 [2020-07-29T10:25:27.886Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T10:25:28.483Z] ---> d1d79a93a42c [2020-07-29T10:25:28.483Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T10:25:28.483Z] ---> Running in 3241aa398adc [2020-07-29T10:25:29.090Z] ---> Running in 8402b548e58a [2020-07-29T10:25:29.705Z] Removing intermediate container 3241aa398adc [2020-07-29T10:25:29.705Z] ---> 715fa0e145fd [2020-07-29T10:25:29.705Z] [2020-07-29T10:25:29.977Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:25:29.977Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T10:25:29.977Z] ---> 55acbc1710f9 [2020-07-29T10:25:29.977Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T10:25:29.977Z] ---> Using cache [2020-07-29T10:25:29.977Z] ---> 0cd8aa21023b [2020-07-29T10:25:29.977Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T10:25:30.257Z] ---> Running in 8476a185eba3 [2020-07-29T10:25:30.257Z] Successfully built 715fa0e145fd [2020-07-29T10:25:30.534Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T10:25:30.534Z] Building docker-core-command-go [2020-07-29T10:25:32.526Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:25:32.526Z] Removing intermediate container 4976794664ba [2020-07-29T10:25:32.526Z] ---> a4d33318b0c4 [2020-07-29T10:25:32.526Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T10:25:33.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:25:34.567Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:25:34.567Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:25:34.567Z] OK: 12620 distinct packages available [2020-07-29T10:25:34.567Z] ---> Running in 702cca5e688f [2020-07-29T10:25:35.171Z] OK: 217 MiB in 51 packages [2020-07-29T10:25:37.160Z] Removing intermediate container 8402b548e58a [2020-07-29T10:25:37.160Z] ---> 49d3441453de [2020-07-29T10:25:37.160Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T10:25:37.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:25:37.756Z] ---> Running in 738df523e1df [2020-07-29T10:25:37.756Z] Removing intermediate container 8476a185eba3 [2020-07-29T10:25:37.756Z] ---> 8ae447713cd2 [2020-07-29T10:25:37.756Z] Step 5/29 : COPY go.mod . [2020-07-29T10:25:38.364Z] Removing intermediate container 738df523e1df [2020-07-29T10:25:38.364Z] ---> 927f245c5ab3 [2020-07-29T10:25:38.364Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T10:25:38.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:25:38.637Z] ---> Running in 3c3134d58dc0 [2020-07-29T10:25:38.908Z] ---> f96019baad8b [2020-07-29T10:25:38.908Z] Step 6/29 : RUN go mod download [2020-07-29T10:25:39.505Z] ---> Running in d3638fdad7f6 [2020-07-29T10:25:39.505Z] Removing intermediate container 3c3134d58dc0 [2020-07-29T10:25:39.505Z] ---> 24085ac61ff5 [2020-07-29T10:25:39.505Z] Step 25/26 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:25:39.780Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T10:25:39.780Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T10:25:40.053Z] ---> Running in 572b09474b95 [2020-07-29T10:25:40.053Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T10:25:40.339Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T10:25:40.616Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T10:25:40.616Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:25:40.616Z] OK: 8 MiB in 19 packages [2020-07-29T10:25:40.887Z] Removing intermediate container 572b09474b95 [2020-07-29T10:25:40.887Z] ---> 781c21c11c31 [2020-07-29T10:25:40.887Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T10:25:41.163Z] ---> Running in 262f2230d36b [2020-07-29T10:25:42.154Z] Removing intermediate container 262f2230d36b [2020-07-29T10:25:42.155Z] ---> b2b39e3fa921 [2020-07-29T10:25:42.155Z] [2020-07-29T10:25:42.752Z] Successfully built b2b39e3fa921 [2020-07-29T10:25:42.752Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T10:25:42.752Z] Building docker-core-metadata-go [2020-07-29T10:25:42.752Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 702cca5e688f [2020-07-29T10:25:42.752Z] ---> 960328c3b075 [2020-07-29T10:25:42.752Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T10:25:43.747Z] ---> f420e5078ad7 [2020-07-29T10:25:43.747Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T10:25:44.018Z] Removing intermediate container d3638fdad7f6 [2020-07-29T10:25:44.018Z] ---> d74956278790 [2020-07-29T10:25:44.018Z] Step 7/29 : COPY . . [2020-07-29T10:25:49.413Z] ---> df563cee5c3d [2020-07-29T10:25:49.413Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T10:25:52.821Z] ---> 5e8385430ae0 [2020-07-29T10:25:52.821Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:25:54.254Z] ---> Running in 46ae997a0b8e [2020-07-29T10:25:56.232Z] Removing intermediate container 46ae997a0b8e [2020-07-29T10:25:56.232Z] ---> a867e919dd99 [2020-07-29T10:25:56.232Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T10:25:57.207Z] ---> Running in 015c44842658 [2020-07-29T10:25:58.181Z] Removing intermediate container 015c44842658 [2020-07-29T10:25:58.181Z] ---> c9d28dd36988 [2020-07-29T10:25:58.181Z] Step 21/22 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:25:58.778Z] ---> Running in 220b9f593b4b [2020-07-29T10:25:59.756Z] Removing intermediate container 220b9f593b4b [2020-07-29T10:25:59.756Z] ---> 23c2bf54a490 [2020-07-29T10:25:59.756Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T10:26:00.029Z] ---> Running in 0f9a9aa20fb3 [2020-07-29T10:26:00.635Z] Removing intermediate container 0f9a9aa20fb3 [2020-07-29T10:26:00.635Z] ---> 41c773be26cf [2020-07-29T10:26:00.635Z] [2020-07-29T10:26:01.227Z] Successfully built 41c773be26cf [2020-07-29T10:26:01.820Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T10:26:01.820Z] Building docker-sys-mgmt-agent-go [2020-07-29T10:26:02.101Z]  Building docker-core-data-go ... done  ---> 33d950eedc2c [2020-07-29T10:26:02.101Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T10:26:02.373Z] ---> Running in baa67f323630 [2020-07-29T10:26:04.384Z] 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-29T10:26:11.115Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:26:11.116Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:26:11.116Z] ---> 55acbc1710f9 [2020-07-29T10:26:11.116Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T10:26:11.116Z] ---> Using cache [2020-07-29T10:26:11.116Z] ---> 0cd8aa21023b [2020-07-29T10:26:11.116Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:26:11.116Z] ---> Using cache [2020-07-29T10:26:11.116Z] ---> c1d4fa9553df [2020-07-29T10:26:11.116Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T10:26:11.116Z] ---> Using cache [2020-07-29T10:26:11.116Z] ---> 5747442a08dd [2020-07-29T10:26:11.116Z] Step 6/20 : COPY go.mod . [2020-07-29T10:26:11.116Z] ---> Using cache [2020-07-29T10:26:11.116Z] ---> 188f441ff5cc [2020-07-29T10:26:11.116Z] Step 7/20 : RUN go mod download [2020-07-29T10:26:11.116Z] ---> Using cache [2020-07-29T10:26:11.116Z] ---> 18c5f50fee0b [2020-07-29T10:26:11.116Z] Step 8/20 : COPY . . [2020-07-29T10:26:11.116Z] ---> Using cache [2020-07-29T10:26:11.116Z] ---> e9bef8ce8819 [2020-07-29T10:26:11.116Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T10:26:12.117Z] ---> Running in 812df0515b65 [2020-07-29T10:26:14.755Z] 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-29T10:26:20.194Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:26:20.194Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:26:20.194Z] ---> 55acbc1710f9 [2020-07-29T10:26:20.194Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T10:26:20.194Z] ---> Using cache [2020-07-29T10:26:20.194Z] ---> 0cd8aa21023b [2020-07-29T10:26:20.194Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:26:20.194Z] ---> Using cache [2020-07-29T10:26:20.194Z] ---> c1d4fa9553df [2020-07-29T10:26:20.194Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T10:26:20.194Z] ---> Using cache [2020-07-29T10:26:20.194Z] ---> 5747442a08dd [2020-07-29T10:26:20.194Z] Step 6/21 : COPY go.mod . [2020-07-29T10:26:20.194Z] ---> Using cache [2020-07-29T10:26:20.194Z] ---> 188f441ff5cc [2020-07-29T10:26:20.194Z] Step 7/21 : RUN go mod download [2020-07-29T10:26:20.194Z] ---> Using cache [2020-07-29T10:26:20.194Z] ---> 18c5f50fee0b [2020-07-29T10:26:20.194Z] Step 8/21 : COPY . . [2020-07-29T10:26:20.194Z] ---> Using cache [2020-07-29T10:26:20.194Z] ---> e9bef8ce8819 [2020-07-29T10:26:20.194Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T10:26:22.183Z] ---> Running in eba36e92b3bb [2020-07-29T10:26:24.829Z] 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-29T10:26:43.176Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:26:43.176Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:26:43.176Z] ---> 55acbc1710f9 [2020-07-29T10:26:43.176Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T10:26:43.176Z] ---> Using cache [2020-07-29T10:26:43.176Z] ---> 0cd8aa21023b [2020-07-29T10:26:43.176Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:26:43.176Z] ---> Using cache [2020-07-29T10:26:43.176Z] ---> c1d4fa9553df [2020-07-29T10:26:43.176Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T10:26:43.176Z] ---> Using cache [2020-07-29T10:26:43.177Z] ---> 5747442a08dd [2020-07-29T10:26:43.177Z] Step 6/21 : COPY go.mod . [2020-07-29T10:26:43.177Z] ---> Using cache [2020-07-29T10:26:43.177Z] ---> 188f441ff5cc [2020-07-29T10:26:43.177Z] Step 7/21 : RUN go mod download [2020-07-29T10:26:43.177Z] ---> Using cache [2020-07-29T10:26:43.177Z] ---> 18c5f50fee0b [2020-07-29T10:26:43.177Z] Step 8/21 : COPY . . [2020-07-29T10:26:43.177Z] ---> Using cache [2020-07-29T10:26:43.177Z] ---> e9bef8ce8819 [2020-07-29T10:26:43.177Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T10:26:45.806Z] ---> Running in 4343851abd56 [2020-07-29T10:26:49.207Z] 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-29T10:26:52.598Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T10:26:52.598Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T10:26:52.598Z] ---> 55acbc1710f9 [2020-07-29T10:26:52.598Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T10:26:52.598Z] ---> Using cache [2020-07-29T10:26:52.598Z] ---> 0cd8aa21023b [2020-07-29T10:26:52.598Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T10:26:52.598Z] ---> Using cache [2020-07-29T10:26:52.598Z] ---> c1d4fa9553df [2020-07-29T10:26:52.598Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T10:26:52.598Z] ---> Running in 6d6fccd3cc2f [2020-07-29T10:26:55.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:26:56.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:26:58.189Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:26:58.189Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:26:58.189Z] OK: 12620 distinct packages available [2020-07-29T10:26:58.817Z] OK: 217 MiB in 51 packages [2020-07-29T10:27:01.079Z] Removing intermediate container 6d6fccd3cc2f [2020-07-29T10:27:01.079Z] ---> 09c255aa74e2 [2020-07-29T10:27:01.079Z] Step 6/26 : COPY go.mod . [2020-07-29T10:27:01.700Z] ---> 9986188dfa6d [2020-07-29T10:27:01.700Z] Step 7/26 : RUN go mod download [2020-07-29T10:27:02.010Z] ---> Running in c03057a0e81d [2020-07-29T10:27:07.702Z] Removing intermediate container c03057a0e81d [2020-07-29T10:27:07.702Z] ---> 35945f75884a [2020-07-29T10:27:07.702Z] Step 8/26 : COPY . . [2020-07-29T10:27:12.025Z] Removing intermediate container baa67f323630 [2020-07-29T10:27:12.025Z] ---> f94cb495caa0 [2020-07-29T10:27:12.025Z] [2020-07-29T10:27:12.025Z] Step 9/29 : FROM alpine:latest [2020-07-29T10:27:12.025Z] ---> 62ee0e9f8440 [2020-07-29T10:27:12.025Z] 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-29T10:27:12.301Z] ---> Running in 3c659b1890e3 [2020-07-29T10:27:13.287Z] Removing intermediate container 3c659b1890e3 [2020-07-29T10:27:13.287Z] ---> 48e1a6b3ce4f [2020-07-29T10:27:13.287Z] Step 11/29 : USER root [2020-07-29T10:27:13.900Z] ---> Running in 80a8704e315f [2020-07-29T10:27:15.364Z] Removing intermediate container 80a8704e315f [2020-07-29T10:27:15.364Z] ---> bfd71e088df6 [2020-07-29T10:27:15.364Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T10:27:15.973Z] ---> Running in f4c40fe08eda [2020-07-29T10:27:18.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:27:18.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:27:19.891Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:27:19.891Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:27:19.891Z] OK: 12620 distinct packages available [2020-07-29T10:27:20.878Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T10:27:20.878Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T10:27:20.878Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:27:20.878Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T10:27:21.153Z] OK: 6 MiB in 16 packages [2020-07-29T10:27:25.475Z] Removing intermediate container f4c40fe08eda [2020-07-29T10:27:25.475Z] ---> 86a69629208a [2020-07-29T10:27:25.475Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T10:27:25.760Z] ---> Running in 9c88cede81bd [2020-07-29T10:27:27.206Z] Removing intermediate container 9c88cede81bd [2020-07-29T10:27:27.207Z] ---> 79fb09c8f86b [2020-07-29T10:27:27.207Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T10:27:27.207Z] ---> Running in 5d105c1d5f77 [2020-07-29T10:27:28.652Z] Removing intermediate container 5d105c1d5f77 [2020-07-29T10:27:28.652Z] ---> b3dbd936f100 [2020-07-29T10:27:28.652Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T10:27:28.927Z] ---> Running in b84d22e453c2 [2020-07-29T10:27:35.652Z] Removing intermediate container b84d22e453c2 [2020-07-29T10:27:35.652Z] ---> 49cc5d8e7611 [2020-07-29T10:27:35.652Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T10:27:36.250Z] Removing intermediate container 812df0515b65 [2020-07-29T10:27:36.250Z] ---> dc8d98b45db2 [2020-07-29T10:27:36.250Z] [2020-07-29T10:27:36.250Z] Step 10/20 : FROM alpine [2020-07-29T10:27:36.250Z] ---> 62ee0e9f8440 [2020-07-29T10:27:36.250Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T10:27:36.524Z] ---> Running in 52d5566a313f [2020-07-29T10:27:37.125Z] ---> a7f9d5223f13 [2020-07-29T10:27:37.125Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T10:27:37.125Z] ---> 5aa46fad0e94 [2020-07-29T10:27:37.125Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T10:27:37.400Z] ---> Running in fafd6f4e0be9 [2020-07-29T10:27:39.401Z] ---> d733772a3948 [2020-07-29T10:27:39.401Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T10:27:39.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:27:39.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:27:40.234Z] 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-29T10:27:40.510Z] ---> ce1fa7cee3dd [2020-07-29T10:27:40.510Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T10:27:40.790Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T10:27:40.790Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T10:27:40.790Z] OK: 12620 distinct packages available [2020-07-29T10:27:41.779Z] ---> ebd714ed5c06 [2020-07-29T10:27:41.779Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T10:27:41.779Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T10:27:42.064Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T10:27:42.064Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T10:27:42.064Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T10:27:42.064Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:27:42.064Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T10:27:42.337Z] OK: 7 MiB in 18 packages [2020-07-29T10:27:42.613Z] ---> 46f3a4c7261b [2020-07-29T10:27:42.613Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T10:27:42.886Z] ---> Running in e4bfd73de068 [2020-07-29T10:27:45.517Z] Removing intermediate container 52d5566a313f [2020-07-29T10:27:45.517Z] ---> 37dbcf14962e [2020-07-29T10:27:45.517Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T10:27:45.517Z] ---> Running in 34f4cae8c87c [2020-07-29T10:27:45.790Z] Removing intermediate container 34f4cae8c87c [2020-07-29T10:27:45.790Z] ---> 50f80f204223 [2020-07-29T10:27:45.790Z] Step 13/20 : WORKDIR /edgex [2020-07-29T10:27:46.068Z] ---> Running in eb6b35d89c2a [2020-07-29T10:27:47.058Z] Removing intermediate container eb6b35d89c2a [2020-07-29T10:27:47.058Z] ---> ca349e21d896 [2020-07-29T10:27:47.058Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T10:27:47.652Z] Removing intermediate container e4bfd73de068 [2020-07-29T10:27:47.652Z] ---> 20e12ea7df92 [2020-07-29T10:27:47.652Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T10:27:48.633Z] ---> a4e0eaa93bdb [2020-07-29T10:27:48.633Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T10:27:48.906Z] ---> 351182971402 [2020-07-29T10:27:48.906Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T10:27:49.185Z] ---> Running in 9d2adeba519f [2020-07-29T10:27:50.626Z] ---> 6c43012f8b0f [2020-07-29T10:27:50.626Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T10:27:50.898Z] ---> Running in 758ed2a35b3d [2020-07-29T10:27:51.493Z] Removing intermediate container 758ed2a35b3d [2020-07-29T10:27:51.493Z] ---> 7ec98ca30d14 [2020-07-29T10:27:51.764Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T10:27:51.764Z] ---> Running in e845888684f9 [2020-07-29T10:27:52.747Z] Removing intermediate container e845888684f9 [2020-07-29T10:27:52.747Z] ---> f35ec0a11708 [2020-07-29T10:27:52.747Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T10:27:52.747Z] ---> Running in a43b781ca903 [2020-07-29T10:27:53.724Z] Removing intermediate container a43b781ca903 [2020-07-29T10:27:53.724Z] ---> 9fc0a1cc563f [2020-07-29T10:27:53.724Z] Step 19/20 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:27:53.724Z] ---> Running in 7251901f3f4a [2020-07-29T10:27:53.997Z] Removing intermediate container 9d2adeba519f [2020-07-29T10:27:53.997Z] ---> 301fd98d41a7 [2020-07-29T10:27:53.997Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T10:27:54.273Z] ---> Running in 96ef56bf3e29 [2020-07-29T10:27:54.546Z] Removing intermediate container 7251901f3f4a [2020-07-29T10:27:54.821Z] ---> 6de006ba5108 [2020-07-29T10:27:54.821Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T10:27:54.821Z] ---> Running in 2aa641d29e0f [2020-07-29T10:27:55.833Z] Removing intermediate container 2aa641d29e0f [2020-07-29T10:27:55.833Z] ---> 275805ceba4d [2020-07-29T10:27:55.833Z] [2020-07-29T10:27:56.431Z] Successfully built 275805ceba4d [2020-07-29T10:27:56.431Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T10:27:59.070Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 96ef56bf3e29 [2020-07-29T10:27:59.070Z] ---> 64cb744a9b53 [2020-07-29T10:27:59.070Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T10:27:59.070Z] ---> Running in 09afde8e0693 [2020-07-29T10:27:59.345Z] Removing intermediate container 09afde8e0693 [2020-07-29T10:27:59.345Z] ---> 9e1581bc83ae [2020-07-29T10:27:59.621Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T10:27:59.621Z] ---> Running in da8fb32fa012 [2020-07-29T10:28:00.224Z] Removing intermediate container da8fb32fa012 [2020-07-29T10:28:00.224Z] ---> d6f3262fa10f [2020-07-29T10:28:00.224Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T10:28:00.497Z] ---> Running in 88faa945e08a [2020-07-29T10:28:01.099Z] Removing intermediate container 88faa945e08a [2020-07-29T10:28:01.099Z] ---> fa3aa7ff75ab [2020-07-29T10:28:01.099Z] Step 28/29 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:28:01.099Z] ---> Running in 566c1fd530d9 [2020-07-29T10:28:01.699Z] Removing intermediate container 566c1fd530d9 [2020-07-29T10:28:01.699Z] ---> 7e19874d6340 [2020-07-29T10:28:01.699Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T10:28:01.973Z] ---> Running in 8da004c366f3 [2020-07-29T10:28:02.589Z] Removing intermediate container 8da004c366f3 [2020-07-29T10:28:02.589Z] ---> 4d2705efef71 [2020-07-29T10:28:02.589Z] [2020-07-29T10:28:03.192Z] Successfully built 4d2705efef71 [2020-07-29T10:28:03.192Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T10:28:13.354Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container eba36e92b3bb [2020-07-29T10:28:13.354Z] ---> 77b2dd5e26b5 [2020-07-29T10:28:13.354Z] [2020-07-29T10:28:13.354Z] Step 10/21 : FROM scratch [2020-07-29T10:28:13.354Z] ---> [2020-07-29T10:28:13.354Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:28:13.354Z] ---> Using cache [2020-07-29T10:28:13.354Z] ---> 5d5bf2ce6aff [2020-07-29T10:28:13.354Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T10:28:13.354Z] ---> Running in 71aace2b4c5b [2020-07-29T10:28:13.354Z] Removing intermediate container 71aace2b4c5b [2020-07-29T10:28:13.354Z] ---> ff239202a9ea [2020-07-29T10:28:13.354Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T10:28:13.631Z] ---> Running in c20c01567f04 [2020-07-29T10:28:14.230Z] Removing intermediate container c20c01567f04 [2020-07-29T10:28:14.230Z] ---> 161f2787c49c [2020-07-29T10:28:14.230Z] Step 14/21 : WORKDIR / [2020-07-29T10:28:14.230Z] ---> Running in d82716750a55 [2020-07-29T10:28:14.827Z] Removing intermediate container d82716750a55 [2020-07-29T10:28:14.827Z] ---> dfa42f7b7e45 [2020-07-29T10:28:14.827Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T10:28:15.814Z] ---> 1f69c9939d71 [2020-07-29T10:28:15.814Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T10:28:17.250Z] ---> f5fa2cdfcf90 [2020-07-29T10:28:17.250Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T10:28:18.683Z] ---> b53c8f58f831 [2020-07-29T10:28:18.683Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:28:18.683Z] ---> Running in b718d1c482f0 [2020-07-29T10:28:19.285Z] Removing intermediate container b718d1c482f0 [2020-07-29T10:28:19.285Z] ---> 32e5e6e6efd0 [2020-07-29T10:28:19.285Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T10:28:19.285Z] ---> Running in f6ae8d793177 [2020-07-29T10:28:19.885Z] Removing intermediate container f6ae8d793177 [2020-07-29T10:28:19.885Z] ---> c56a5b175025 [2020-07-29T10:28:19.885Z] Step 20/21 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:28:20.161Z] ---> Running in e0e241bb537c [2020-07-29T10:28:20.784Z] Removing intermediate container e0e241bb537c [2020-07-29T10:28:20.784Z] ---> 3b1a79111e47 [2020-07-29T10:28:20.784Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T10:28:21.064Z] ---> Running in 5d4fd320331a [2020-07-29T10:28:21.338Z] Removing intermediate container 5d4fd320331a [2020-07-29T10:28:21.338Z] ---> 147da8e7512a [2020-07-29T10:28:21.338Z] [2020-07-29T10:28:21.936Z] Successfully built 147da8e7512a [2020-07-29T10:28:22.211Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T10:28:27.613Z]  Building docker-core-command-go ... done Removing intermediate container 4343851abd56 [2020-07-29T10:28:27.613Z] ---> e469fa228e52 [2020-07-29T10:28:27.613Z] [2020-07-29T10:28:27.613Z] Step 10/21 : FROM scratch [2020-07-29T10:28:27.613Z] ---> [2020-07-29T10:28:27.613Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T10:28:27.613Z] ---> Using cache [2020-07-29T10:28:27.613Z] ---> 5d5bf2ce6aff [2020-07-29T10:28:27.613Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T10:28:27.613Z] ---> Running in b2f67baf59e1 [2020-07-29T10:28:27.613Z] Removing intermediate container b2f67baf59e1 [2020-07-29T10:28:27.613Z] ---> e90deff770e8 [2020-07-29T10:28:27.613Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T10:28:27.613Z] ---> Running in e6f4581f93e3 [2020-07-29T10:28:28.204Z] Removing intermediate container e6f4581f93e3 [2020-07-29T10:28:28.204Z] ---> f6914d445472 [2020-07-29T10:28:28.204Z] Step 14/21 : WORKDIR / [2020-07-29T10:28:28.204Z] ---> Running in 6a3989c74c7c [2020-07-29T10:28:28.796Z] Removing intermediate container 6a3989c74c7c [2020-07-29T10:28:28.796Z] ---> a30ca3ba2f1e [2020-07-29T10:28:28.796Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T10:28:29.391Z] ---> 001cb5a1a1e6 [2020-07-29T10:28:29.391Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T10:28:30.815Z] ---> f9a4eab0f321 [2020-07-29T10:28:30.815Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T10:28:31.798Z] ---> 26975adf66a6 [2020-07-29T10:28:31.798Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:28:31.798Z] ---> Running in f4881c3d02eb [2020-07-29T10:28:32.387Z] Removing intermediate container f4881c3d02eb [2020-07-29T10:28:32.387Z] ---> 6a7c7be42d1a [2020-07-29T10:28:32.387Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T10:28:32.664Z] ---> Running in bd4d8872eaf8 [2020-07-29T10:28:33.269Z] Removing intermediate container bd4d8872eaf8 [2020-07-29T10:28:33.269Z] ---> cdfb171a9065 [2020-07-29T10:28:33.269Z] Step 20/21 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:28:33.538Z] ---> Running in f1bce992a7a5 [2020-07-29T10:28:34.140Z] Removing intermediate container f1bce992a7a5 [2020-07-29T10:28:34.140Z] ---> f91afa2b1f6b [2020-07-29T10:28:34.140Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T10:28:34.140Z] Removing intermediate container fafd6f4e0be9 [2020-07-29T10:28:34.140Z] ---> c602b5693ea5 [2020-07-29T10:28:34.140Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T10:28:34.140Z] ---> Running in c1b027fcb066 [2020-07-29T10:28:34.140Z] ---> Running in 443f24d0cd1a [2020-07-29T10:28:34.750Z] Removing intermediate container 443f24d0cd1a [2020-07-29T10:28:34.750Z] ---> 4247ce9bd9e7 [2020-07-29T10:28:34.750Z] [2020-07-29T10:28:35.352Z] Successfully built 4247ce9bd9e7 [2020-07-29T10:28:35.352Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T10:28:35.943Z]  Building docker-core-metadata-go ... done 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-29T10:28:38.551Z] Removing intermediate container c1b027fcb066 [2020-07-29T10:28:38.551Z] ---> b72ba0b18233 [2020-07-29T10:28:38.821Z] [2020-07-29T10:28:38.821Z] Step 11/26 : FROM docker:latest [2020-07-29T10:28:38.821Z] ---> ce9d55ae87f1 [2020-07-29T10:28:38.821Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T10:28:38.821Z] ---> Running in 65d61b2abbc0 [2020-07-29T10:28:40.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:28:40.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:28:41.102Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T10:28:41.102Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T10:28:41.102Z] Executing bash-5.0.17-r0.post-install [2020-07-29T10:28:41.102Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:28:41.102Z] OK: 12 MiB in 22 packages [2020-07-29T10:28:42.532Z] Removing intermediate container 65d61b2abbc0 [2020-07-29T10:28:42.532Z] ---> bf26b2017189 [2020-07-29T10:28:42.532Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T10:28:42.532Z] ---> Running in c739f709204a [2020-07-29T10:28:45.142Z] Removing intermediate container c739f709204a [2020-07-29T10:28:45.142Z] ---> 1fdbd6371ef2 [2020-07-29T10:28:45.142Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T10:28:45.142Z] ---> Running in e5c6311210f8 [2020-07-29T10:28:45.415Z] Removing intermediate container e5c6311210f8 [2020-07-29T10:28:45.415Z] ---> 79d31744c48e [2020-07-29T10:28:45.415Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T10:28:45.415Z] ---> Running in 620edb7d1c7f [2020-07-29T10:28:46.005Z] Removing intermediate container 620edb7d1c7f [2020-07-29T10:28:46.005Z] ---> 3ee71d6683fe [2020-07-29T10:28:46.005Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T10:28:46.005Z] ---> Running in 973ab8da3b5d [2020-07-29T10:28:46.594Z] Removing intermediate container 973ab8da3b5d [2020-07-29T10:28:46.594Z] ---> c2b8a5b18f02 [2020-07-29T10:28:46.594Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T10:28:47.567Z] ---> 8d1d29131c81 [2020-07-29T10:28:47.567Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T10:28:48.539Z] ---> e3e0d72bcbe7 [2020-07-29T10:28:48.539Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T10:28:49.131Z] ---> 675f9a6faa9d [2020-07-29T10:28:49.131Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T10:28:49.402Z] ---> Running in 33ebab28dfb8 [2020-07-29T10:28:50.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:28:51.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:28:51.680Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T10:28:51.680Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T10:28:51.680Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T10:28:51.680Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T10:28:51.680Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T10:28:51.680Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T10:28:51.680Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T10:28:53.638Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T10:28:53.638Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T10:28:53.638Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T10:28:53.638Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T10:28:53.638Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T10:28:53.638Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T10:28:53.638Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T10:28:53.638Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T10:28:53.638Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T10:28:53.638Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T10:28:53.638Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T10:28:53.638Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T10:28:53.638Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T10:28:53.638Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T10:28:53.638Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T10:28:53.638Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T10:28:53.909Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T10:28:53.909Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T10:28:53.909Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T10:28:53.909Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T10:28:53.909Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T10:28:53.909Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T10:28:53.909Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T10:28:53.909Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T10:28:53.909Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T10:28:53.909Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T10:28:54.183Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:28:54.183Z] OK: 71 MiB in 55 packages [2020-07-29T10:29:00.877Z] Removing intermediate container 33ebab28dfb8 [2020-07-29T10:29:00.877Z] ---> 0c864357e506 [2020-07-29T10:29:00.877Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T10:29:00.877Z] ---> Running in c87eb948195d [2020-07-29T10:29:06.264Z] Collecting docker-compose==1.23.2 [2020-07-29T10:29:06.264Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T10:29:06.551Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T10:29:06.551Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T10:29:07.159Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T10:29:07.159Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T10:29:08.604Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T10:29:08.604Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T10:29:08.883Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T10:29:08.883Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T10:29:10.848Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T10:29:10.848Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T10:29:12.821Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T10:29:12.821Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T10:29:12.821Z] 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-29T10:29:13.092Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T10:29:13.092Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T10:29:15.691Z] Collecting PyYAML<4,>=3.10 [2020-07-29T10:29:15.691Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T10:29:18.288Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T10:29:18.289Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T10:29:18.559Z] 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-29T10:29:18.827Z] 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-29T10:29:19.096Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T10:29:19.096Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T10:29:19.364Z] Collecting idna<2.8,>=2.5 [2020-07-29T10:29:19.364Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T10:29:19.632Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T10:29:19.632Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T10:29:19.902Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T10:29:19.902Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T10:29:19.902Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T10:29:19.902Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T10:29:20.489Z] Installing collected packages: websocket-client, jsonschema, urllib3, idna, requests, docopt, dockerpty, cached-property, texttable, PyYAML, docker-pycreds, docker, docker-compose [2020-07-29T10:29:21.076Z] Attempting uninstall: urllib3 [2020-07-29T10:29:21.076Z] Found existing installation: urllib3 1.25.9 [2020-07-29T10:29:21.076Z] Uninstalling urllib3-1.25.9: [2020-07-29T10:29:21.350Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T10:29:21.940Z] Attempting uninstall: idna [2020-07-29T10:29:21.940Z] Found existing installation: idna 2.9 [2020-07-29T10:29:21.940Z] Uninstalling idna-2.9: [2020-07-29T10:29:21.940Z] Successfully uninstalled idna-2.9 [2020-07-29T10:29:22.530Z] Attempting uninstall: requests [2020-07-29T10:29:22.530Z] Found existing installation: requests 2.23.0 [2020-07-29T10:29:22.530Z] Uninstalling requests-2.23.0: [2020-07-29T10:29:22.530Z] Successfully uninstalled requests-2.23.0 [2020-07-29T10:29:22.804Z] Running setup.py install for docopt: started [2020-07-29T10:29:24.768Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T10:29:24.768Z] Running setup.py install for dockerpty: started [2020-07-29T10:29:26.724Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T10:29:26.724Z] Running setup.py install for texttable: started [2020-07-29T10:29:28.693Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T10:29:28.693Z] Running setup.py install for PyYAML: started [2020-07-29T10:29:30.650Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T10:29:32.071Z] 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-29T10:29:36.373Z] Removing intermediate container c87eb948195d [2020-07-29T10:29:36.373Z] ---> 8deb51fb446b [2020-07-29T10:29:36.373Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T10:29:36.373Z] ---> Running in 32615ac5f94a [2020-07-29T10:29:37.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T10:29:37.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T10:29:37.943Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T10:29:37.943Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T10:29:37.943Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T10:29:37.943Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T10:29:37.943Z] OK: 71 MiB in 58 packages [2020-07-29T10:29:39.368Z] Removing intermediate container 32615ac5f94a [2020-07-29T10:29:39.368Z] ---> 0e98b60d95d7 [2020-07-29T10:29:39.368Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T10:29:39.368Z] ---> Running in f53c34e2fdef [2020-07-29T10:29:39.639Z] Removing intermediate container f53c34e2fdef [2020-07-29T10:29:39.639Z] ---> de8e254eecb3 [2020-07-29T10:29:39.639Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T10:29:39.910Z] ---> Running in 3d8eefb05ffc [2020-07-29T10:29:40.181Z] Removing intermediate container 3d8eefb05ffc [2020-07-29T10:29:40.181Z] ---> ee8783a8b097 [2020-07-29T10:29:40.181Z] Step 25/26 : LABEL git_sha=c418ffc0c7b42ed538e1172430ee2010f4f90629 [2020-07-29T10:29:40.454Z] ---> Running in 44f3540a75ce [2020-07-29T10:29:40.735Z] Removing intermediate container 44f3540a75ce [2020-07-29T10:29:40.735Z] ---> 161a69c290b8 [2020-07-29T10:29:40.735Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T10:29:41.009Z] ---> Running in ab5f2bd14d6d [2020-07-29T10:29:41.279Z] Removing intermediate container ab5f2bd14d6d [2020-07-29T10:29:41.279Z] ---> fcd8de6cb23c [2020-07-29T10:29:41.279Z] [2020-07-29T10:29:41.874Z] Successfully built fcd8de6cb23c [2020-07-29T10:29:41.875Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T10:29:42.160Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T10:29:42.191Z] $ docker stop --time=1 f8bf133cec1faf9b1e834c496181a989029d84293f243a667e9e22a3b3a025f7 [2020-07-29T10:29:44.040Z] $ docker rm -f f8bf133cec1faf9b1e834c496181a989029d84293f243a667e9e22a3b3a025f7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T10:29:44.684Z] + docker images [2020-07-29T10:29:44.684Z] + grep docker [2020-07-29T10:29:44.953Z] docker-sys-mgmt-agent-go-arm64 latest fcd8de6cb23c 3 seconds ago 266MB [2020-07-29T10:29:44.953Z] docker-core-metadata-go-arm64 latest 4247ce9bd9e7 About a minute ago 13.8MB [2020-07-29T10:29:44.953Z] docker-core-command-go-arm64 latest 147da8e7512a About a minute ago 12.4MB [2020-07-29T10:29:44.953Z] docker-security-secrets-setup-go-arm64 latest 4d2705efef71 About a minute ago 24.2MB [2020-07-29T10:29:44.953Z] docker-security-proxy-setup-go-arm64 latest 275805ceba4d About a minute ago 15.8MB [2020-07-29T10:29:44.953Z] docker-core-data-go-arm64 latest 41c773be26cf 3 minutes ago 22.6MB [2020-07-29T10:29:44.953Z] docker-security-secretstore-setup-go-arm64 latest b2b39e3fa921 4 minutes ago 32.6MB [2020-07-29T10:29:44.953Z] docker-support-notifications-go-arm64 latest 715fa0e145fd 4 minutes ago 13.9MB [2020-07-29T10:29:44.953Z] docker-support-scheduler-go-arm64 latest 20a79e17d49d 4 minutes ago 12.6MB [2020-07-29T10:29:44.953Z] docker-support-logging-go-arm64 latest 1785058ea5f9 4 minutes ago 11.4MB [2020-07-29T10:29:44.953Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-29T10:29:46.504Z] provisioning config files... [2020-07-29T10:29:46.521Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config2894268082186233218tmp [Pipeline] { [Pipeline] sh [2020-07-29T10:29:46.935Z] + curl -s https://codecov.io/bash [2020-07-29T10:29:46.936Z] + bash -s - -t @/w/workspace/edgex-go/17@tmp/config2894268082186233218tmp [Pipeline] } [2020-07-29T10:32:09.124Z] 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-29T10:32:10.670Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T10:32:11.551Z] ---> package-listing.sh [2020-07-29T10:32:11.551Z] ++ facter osfamily [2020-07-29T10:32:11.551Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T10:32:11.817Z] + OS_FAMILY=redhat [2020-07-29T10:32:11.817Z] + workspace=/w/workspace/edgex-go/17 [2020-07-29T10:32:11.817Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T10:32:11.817Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T10:32:11.817Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T10:32:11.817Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T10:32:11.817Z] + '[' /w/workspace/edgex-go/17 ']' [2020-07-29T10:32:11.817Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T10:32:11.817Z] + case "${OS_FAMILY}" in [2020-07-29T10:32:11.817Z] + rpm -qa [2020-07-29T10:32:11.817Z] + sort [2020-07-29T10:32:17.237Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T10:32:17.237Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T10:32:17.237Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T10:32:17.237Z] + '[' /w/workspace/edgex-go/17 ']' [2020-07-29T10:32:17.237Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2020-07-29T10:32:17.237Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:32:17.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T10:32:18.622Z] [2020-07-29T10:32:18.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T10:32:19.038Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T10:32:19.343Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T10:32:19.343Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T10:32:19.343Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T10:32:19.343Z] 756a868c4378: Pulling fs layer [2020-07-29T10:32:19.343Z] 444b2fc9a129: Pulling fs layer [2020-07-29T10:32:19.343Z] ea15f1150254: Pulling fs layer [2020-07-29T10:32:19.343Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T10:32:19.343Z] 28c525ee5125: Pulling fs layer [2020-07-29T10:32:19.343Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T10:32:19.343Z] 138eaada9080: Pulling fs layer [2020-07-29T10:32:19.343Z] 0622d0fa9048: Pulling fs layer [2020-07-29T10:32:19.343Z] 28c525ee5125: Waiting [2020-07-29T10:32:19.343Z] 094b1ea09ed8: Waiting [2020-07-29T10:32:19.343Z] 138eaada9080: Waiting [2020-07-29T10:32:19.343Z] 0622d0fa9048: Waiting [2020-07-29T10:32:19.343Z] 444b2fc9a129: Waiting [2020-07-29T10:32:19.343Z] ea15f1150254: Waiting [2020-07-29T10:32:19.343Z] 41b27a9f41bf: Waiting [2020-07-29T10:32:19.343Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-29T10:32:19.343Z] 2cc5ad85d9ab: Download complete [2020-07-29T10:32:19.343Z] 444b2fc9a129: Verifying Checksum [2020-07-29T10:32:19.343Z] 444b2fc9a129: Download complete [2020-07-29T10:32:19.629Z] ea15f1150254: Download complete [2020-07-29T10:32:19.629Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T10:32:19.629Z] c9b1b535fdd9: Download complete [2020-07-29T10:32:19.629Z] 28c525ee5125: Download complete [2020-07-29T10:32:20.260Z] 756a868c4378: Verifying Checksum [2020-07-29T10:32:20.260Z] 756a868c4378: Download complete [2020-07-29T10:32:20.617Z] 138eaada9080: Verifying Checksum [2020-07-29T10:32:20.617Z] 138eaada9080: Download complete [2020-07-29T10:32:20.617Z] c9b1b535fdd9: Pull complete [2020-07-29T10:32:20.617Z] 0622d0fa9048: Verifying Checksum [2020-07-29T10:32:20.617Z] 0622d0fa9048: Download complete [2020-07-29T10:32:20.969Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T10:32:20.969Z] 094b1ea09ed8: Download complete [2020-07-29T10:32:21.249Z] 2cc5ad85d9ab: Pull complete [2020-07-29T10:32:21.527Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T10:32:21.527Z] 41b27a9f41bf: Download complete [2020-07-29T10:32:23.570Z] 756a868c4378: Pull complete [2020-07-29T10:32:23.938Z] 444b2fc9a129: Pull complete [2020-07-29T10:32:24.246Z] ea15f1150254: Pull complete [2020-07-29T10:32:29.697Z] 41b27a9f41bf: Pull complete [2020-07-29T10:32:29.697Z] 28c525ee5125: Pull complete [2020-07-29T10:32:34.250Z] 094b1ea09ed8: Pull complete [2020-07-29T10:32:34.531Z] 138eaada9080: Pull complete [2020-07-29T10:32:35.569Z] 0622d0fa9048: Pull complete [2020-07-29T10:32:35.569Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T10:32:35.569Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T10:32:35.569Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T10:32:36.443Z] prd-centos7-docker-4c-2g-1413 does not seem to be running inside a container [2020-07-29T10:32:36.622Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T10:32:41.356Z] $ docker top 3542418a793728a216a5e5f0f2c86797ac2c6ec90b41948f008ecadc62cee4b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T10:32:41.820Z] provisioning config files... [2020-07-29T10:32:41.843Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config3842291641880658035tmp [Pipeline] { [Pipeline] echo [2020-07-29T10:32:41.921Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T10:32:42.582Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T10:32:42.649Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T10:32:43.055Z] ---> logs-deploy.sh [2020-07-29T10:32:43.055Z] + ARCHIVE_ARTIFACTS= [2020-07-29T10:32:43.055Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T10:32:43.055Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T10:32:43.055Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T10:32:43.055Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/17 [2020-07-29T10:32:43.055Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/17/ [2020-07-29T10:32:43.055Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/17 /w/workspace/edgex-go/17 [2020-07-29T10:32:44.529Z] Archives upload complete. [2020-07-29T10:32:44.831Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2627/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2627/17/ [2020-07-29T10:32:46.344Z] ---> uname -a: [2020-07-29T10:32:46.344Z] Linux 3542418a7937 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z] ---> lscpu: [2020-07-29T10:32:46.344Z] Architecture: x86_64 [2020-07-29T10:32:46.344Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-29T10:32:46.344Z] Byte Order: Little Endian [2020-07-29T10:32:46.344Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-29T10:32:46.344Z] CPU(s): 4 [2020-07-29T10:32:46.344Z] On-line CPU(s) list: 0-3 [2020-07-29T10:32:46.344Z] Thread(s) per core: 1 [2020-07-29T10:32:46.344Z] Core(s) per socket: 1 [2020-07-29T10:32:46.344Z] Socket(s): 4 [2020-07-29T10:32:46.344Z] NUMA node(s): 1 [2020-07-29T10:32:46.344Z] Vendor ID: GenuineIntel [2020-07-29T10:32:46.344Z] CPU family: 6 [2020-07-29T10:32:46.344Z] Model: 44 [2020-07-29T10:32:46.344Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-29T10:32:46.344Z] Stepping: 1 [2020-07-29T10:32:46.344Z] CPU MHz: 2933.438 [2020-07-29T10:32:46.344Z] BogoMIPS: 5866.87 [2020-07-29T10:32:46.344Z] Virtualization: VT-x [2020-07-29T10:32:46.344Z] Hypervisor vendor: KVM [2020-07-29T10:32:46.344Z] Virtualization type: full [2020-07-29T10:32:46.344Z] L1d cache: 128 KiB [2020-07-29T10:32:46.344Z] L1i cache: 128 KiB [2020-07-29T10:32:46.344Z] L2 cache: 16 MiB [2020-07-29T10:32:46.344Z] L3 cache: 64 MiB [2020-07-29T10:32:46.344Z] NUMA node0 CPU(s): 0-3 [2020-07-29T10:32:46.344Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-29T10:32:46.344Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-29T10:32:46.344Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-29T10:32:46.344Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-29T10:32:46.344Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-29T10:32:46.344Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-29T10:32:46.344Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-29T10:32:46.344Z] Vulnerability Tsx async abort: Not affected [2020-07-29T10:32:46.344Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z] ---> nproc: [2020-07-29T10:32:46.344Z] 4 [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z] ---> df -h: [2020-07-29T10:32:46.344Z] Filesystem Size Used Available Use% Mounted on [2020-07-29T10:32:46.344Z] overlay 50.0G 13.8G 36.2G 28% / [2020-07-29T10:32:46.344Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-29T10:32:46.344Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-29T10:32:46.344Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-29T10:32:46.344Z] /dev/vda1 50.0G 13.8G 36.2G 28% /etc/resolv.conf [2020-07-29T10:32:46.344Z] /dev/vda1 50.0G 13.8G 36.2G 28% /etc/hostname [2020-07-29T10:32:46.344Z] /dev/vda1 50.0G 13.8G 36.2G 28% /etc/hosts [2020-07-29T10:32:46.344Z] /dev/vda1 50.0G 13.8G 36.2G 28% /var/log/sa [2020-07-29T10:32:46.344Z] /dev/vda1 50.0G 13.8G 36.2G 28% /w/workspace/edgex-go/17 [2020-07-29T10:32:46.344Z] /dev/vda1 50.0G 13.8G 36.2G 28% /w/workspace/edgex-go/17@tmp [2020-07-29T10:32:46.344Z] [2020-07-29T10:32:46.344Z]