Pull request #2597 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 rather than 5972b753fa186a40c398ed4d91801bcf7a85297b Obtained Jenkinsfile from a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1543 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 5972b753fa186a40c398ed4d91801bcf7a85297b > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # 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 a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 Merge succeeded, producing 5972b753fa186a40c398ed4d91801bcf7a85297b Checking out Revision 5972b753fa186a40c398ed4d91801bcf7a85297b (PR-2597) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # timeout=10 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-30T07:16:10.611Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-30T07:16:10.867Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-30T07:16:10.975Z] ========================================================= [2020-07-30T07:16:10.975Z] EdgeX Global Pipelines Version Info [2020-07-30T07:16:10.975Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 [2020-07-30T07:16:12.817Z] ------------------- [2020-07-30T07:16:12.817Z] stable info: [2020-07-30T07:16:12.817Z] ------------------- [2020-07-30T07:16:12.817Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-30T07:16:12.817Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-30T07:16:12.817Z] Message: update stable to v1.0.106 [2020-07-30T07:16:13.389Z] ------------------- [2020-07-30T07:16:13.389Z] experimental info: [2020-07-30T07:16:13.389Z] ------------------- [2020-07-30T07:16:13.389Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-30T07:16:13.389Z] Commit SHA: 8052d86f4e87d6cf935ce8d66320619a0984c2cc [2020-07-30T07:16:13.389Z] Message: update experimental to v1.0.109 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-30T07:16:14.907Z] ++ 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-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/core-command/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/core-data/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-30T07:16:14.908Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-30T07:16:14.908Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-30T07:16:14.908Z] ++ cut -d/ -f2 [2020-07-30T07:16:14.908Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-30T07:16:14.975Z] 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-30T07:16:15.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T07:16:16.221Z] [2020-07-30T07:16:16.221Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:16:16.842Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T07:16:16.842Z] latest: Pulling from edgex-devops/git-semver [2020-07-30T07:16:16.842Z] 31603596830f: Pulling fs layer [2020-07-30T07:16:16.842Z] 2a8b12db71e7: Pulling fs layer [2020-07-30T07:16:16.842Z] 6ca5941a6612: Pulling fs layer [2020-07-30T07:16:16.842Z] ecc8261a40a4: Pulling fs layer [2020-07-30T07:16:16.842Z] ecc8261a40a4: Waiting [2020-07-30T07:16:16.842Z] 2a8b12db71e7: Verifying Checksum [2020-07-30T07:16:16.842Z] 2a8b12db71e7: Download complete [2020-07-30T07:16:17.109Z] 31603596830f: Verifying Checksum [2020-07-30T07:16:17.109Z] 31603596830f: Download complete [2020-07-30T07:16:17.109Z] ecc8261a40a4: Verifying Checksum [2020-07-30T07:16:17.109Z] ecc8261a40a4: Download complete [2020-07-30T07:16:17.109Z] 6ca5941a6612: Verifying Checksum [2020-07-30T07:16:17.109Z] 6ca5941a6612: Download complete [2020-07-30T07:16:17.380Z] 31603596830f: Pull complete [2020-07-30T07:16:17.380Z] 2a8b12db71e7: Pull complete [2020-07-30T07:16:18.326Z] 6ca5941a6612: Pull complete [2020-07-30T07:16:18.326Z] ecc8261a40a4: Pull complete [2020-07-30T07:16:18.326Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-30T07:16:18.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-30T07:16:18.326Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-30T07:16:18.420Z] prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container [2020-07-30T07:16:18.466Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-30T07:16:20.752Z] $ docker top 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-30T07:16:21.082Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T07:16:21.082Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T07:16:21.303Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T07:16:21.307Z] $ docker exec 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent [2020-07-30T07:16:21.481Z] SSH_AUTH_SOCK=/tmp/ssh-YwnjKG6kuExK/agent.11 [2020-07-30T07:16:21.481Z] SSH_AGENT_PID=16 [2020-07-30T07:16:21.492Z] Running ssh-add (command line suppressed) [2020-07-30T07:16:21.627Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_510630460932568747.key (/w/workspace/edgex-go/22@tmp/private_key_510630460932568747.key) [2020-07-30T07:16:21.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T07:16:22.021Z] + git describe --exact-match --tags HEAD [2020-07-30T07:16:22.021Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-30T07:16:22.044Z] $ docker exec --env ******** --env ******** 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent -k [2020-07-30T07:16:22.173Z] unset SSH_AUTH_SOCK; [2020-07-30T07:16:22.173Z] unset SSH_AGENT_PID; [2020-07-30T07:16:22.173Z] echo Agent pid 16 killed; [2020-07-30T07:16:22.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-30T07:16:22.297Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-30T07:16:22.297Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-30T07:16:22.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-30T07:16:22.383Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-30T07:16:22.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-30T07:16:22.561Z] $ docker exec 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent [2020-07-30T07:16:22.736Z] SSH_AUTH_SOCK=/tmp/ssh-n9XJDIAXu7YE/agent.45 [2020-07-30T07:16:22.736Z] SSH_AGENT_PID=51 [2020-07-30T07:16:22.743Z] Running ssh-add (command line suppressed) [2020-07-30T07:16:22.868Z] Identity added: /w/workspace/edgex-go/22@tmp/private_key_8377234505241048347.key (/w/workspace/edgex-go/22@tmp/private_key_8377234505241048347.key) [2020-07-30T07:16:22.922Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-30T07:16:23.248Z] + git semver init [2020-07-30T07:16:23.248Z] # -> Open(): unable to determine branch for HEAD [2020-07-30T07:16:23.248Z] # $GIT_DIR = /w/workspace/edgex-go/22/.git [2020-07-30T07:16:23.248Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/22 [2020-07-30T07:16:23.248Z] # $SEMVER_REMOTE_NAME = origin [2020-07-30T07:16:23.248Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-30T07:16:23.248Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-30T07:16:23.248Z] # $SEMVER_BRANCH = PR-2597 [2020-07-30T07:16:23.248Z] # $SEMVER_TEMP = /tmp/semver-091252486 [2020-07-30T07:16:23.248Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-30T07:16:41.403Z] # '/tmp/semver-091252486' -> '/w/workspace/edgex-go/22/.semver' [2020-07-30T07:16:41.403Z] # -> Force: false [2020-07-30T07:16:41.403Z] # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } [2020-07-30T07:16:41.416Z] $ docker exec --env ******** --env ******** 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 ssh-agent -k [2020-07-30T07:16:41.623Z] unset SSH_AUTH_SOCK; [2020-07-30T07:16:41.624Z] unset SSH_AGENT_PID; [2020-07-30T07:16:41.624Z] echo Agent pid 51 killed; [2020-07-30T07:16:41.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-30T07:16:42.172Z] + git semver [Pipeline] } [2020-07-30T07:16:42.187Z] $ docker stop --time=1 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 [2020-07-30T07:16:44.046Z] $ docker rm -f 2428f30dd404a5aa2063f3db3ded043a43e359a3d14eab6f274209898ab4e188 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-30T07:16:56.956Z] Stashed 28 file(s) [Pipeline] echo [2020-07-30T07:16:56.958Z] [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-30T07:16:57.372Z] ========================================================= [2020-07-30T07:16:57.372Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-30T07:16:57.372Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:16:57.703Z] + 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-30T07:17:01.023Z] Sending build context to Docker daemon 322.9MB [2020-07-30T07:17:01.023Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T07:17:01.023Z] Step 2/7 : FROM ${BASE} [2020-07-30T07:17:01.023Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-30T07:17:01.023Z] df20fa9351a1: Pulling fs layer [2020-07-30T07:17:01.023Z] ed8968b2872e: Pulling fs layer [2020-07-30T07:17:01.023Z] a92cc7c5fd73: Pulling fs layer [2020-07-30T07:17:01.023Z] 2dd03ba5bac4: Pulling fs layer [2020-07-30T07:17:01.023Z] 1e091d79d1de: Pulling fs layer [2020-07-30T07:17:01.023Z] 481702a1767f: Pulling fs layer [2020-07-30T07:17:01.023Z] f64a6f60c768: Pulling fs layer [2020-07-30T07:17:01.023Z] e78d2573fc39: Pulling fs layer [2020-07-30T07:17:01.023Z] e876d2f968b6: Pulling fs layer [2020-07-30T07:17:01.023Z] ce8a83651883: Pulling fs layer [2020-07-30T07:17:01.023Z] 07967f4d0e4b: Pulling fs layer [2020-07-30T07:17:01.023Z] f64a6f60c768: Waiting [2020-07-30T07:17:01.023Z] e78d2573fc39: Waiting [2020-07-30T07:17:01.023Z] e876d2f968b6: Waiting [2020-07-30T07:17:01.023Z] ce8a83651883: Waiting [2020-07-30T07:17:01.023Z] 07967f4d0e4b: Waiting [2020-07-30T07:17:01.023Z] 2dd03ba5bac4: Waiting [2020-07-30T07:17:01.023Z] 1e091d79d1de: Waiting [2020-07-30T07:17:01.023Z] 481702a1767f: Waiting [2020-07-30T07:17:01.023Z] a92cc7c5fd73: Verifying Checksum [2020-07-30T07:17:01.023Z] a92cc7c5fd73: Download complete [2020-07-30T07:17:01.023Z] ed8968b2872e: Verifying Checksum [2020-07-30T07:17:01.023Z] ed8968b2872e: Download complete [2020-07-30T07:17:01.023Z] 1e091d79d1de: Verifying Checksum [2020-07-30T07:17:01.023Z] 1e091d79d1de: Download complete [2020-07-30T07:17:01.023Z] 481702a1767f: Verifying Checksum [2020-07-30T07:17:01.023Z] 481702a1767f: Download complete [2020-07-30T07:17:01.023Z] df20fa9351a1: Verifying Checksum [2020-07-30T07:17:01.023Z] df20fa9351a1: Download complete [2020-07-30T07:17:01.294Z] df20fa9351a1: Pull complete [2020-07-30T07:17:02.252Z] f64a6f60c768: Verifying Checksum [2020-07-30T07:17:02.252Z] f64a6f60c768: Download complete [2020-07-30T07:17:02.516Z] e876d2f968b6: Verifying Checksum [2020-07-30T07:17:02.516Z] e876d2f968b6: Download complete [2020-07-30T07:17:03.101Z] 2dd03ba5bac4: Verifying Checksum [2020-07-30T07:17:03.101Z] 2dd03ba5bac4: Download complete [2020-07-30T07:17:03.101Z] e78d2573fc39: Verifying Checksum [2020-07-30T07:17:03.101Z] e78d2573fc39: Download complete [2020-07-30T07:17:03.101Z] 07967f4d0e4b: Verifying Checksum [2020-07-30T07:17:03.101Z] 07967f4d0e4b: Download complete [2020-07-30T07:17:03.361Z] ce8a83651883: Verifying Checksum [2020-07-30T07:17:03.361Z] ce8a83651883: Download complete [2020-07-30T07:17:03.934Z] ed8968b2872e: Pull complete [2020-07-30T07:17:04.197Z] a92cc7c5fd73: Pull complete [2020-07-30T07:17:09.500Z] 2dd03ba5bac4: Pull complete [2020-07-30T07:17:09.500Z] 1e091d79d1de: Pull complete [2020-07-30T07:17:09.500Z] 481702a1767f: Pull complete [2020-07-30T07:17:12.203Z] Still waiting to schedule task [2020-07-30T07:17:12.203Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-30T07:17:16.105Z] f64a6f60c768: Pull complete [2020-07-30T07:17:18.663Z] e78d2573fc39: Pull complete [2020-07-30T07:17:18.927Z] e876d2f968b6: Pull complete [2020-07-30T07:17:19.870Z] ce8a83651883: Pull complete [2020-07-30T07:17:20.131Z] 07967f4d0e4b: Pull complete [2020-07-30T07:17:20.131Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-30T07:17:20.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-30T07:17:20.131Z] ---> 5d7c900382c6 [2020-07-30T07:17:20.131Z] 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-30T07:17:20.759Z] ---> Running in e6f9d609c2b9 [2020-07-30T07:17:22.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:17:22.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:17:22.980Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T07:17:23.239Z] (2/12) Installing file (5.38-r0) [2020-07-30T07:17:23.239Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T07:17:23.239Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T07:17:26.540Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T07:17:26.540Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T07:17:26.540Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T07:17:26.540Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T07:17:26.540Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T07:17:26.801Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T07:17:26.801Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T07:17:27.065Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T07:17:27.065Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:17:27.065Z] OK: 233 MiB in 51 packages [2020-07-30T07:17:31.287Z] Removing intermediate container e6f9d609c2b9 [2020-07-30T07:17:31.287Z] ---> f5c1e4c52469 [2020-07-30T07:17:31.287Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T07:17:31.287Z] ---> Running in dd317aef1fc4 [2020-07-30T07:17:31.287Z] Removing intermediate container dd317aef1fc4 [2020-07-30T07:17:31.287Z] ---> 63fb3736d44c [2020-07-30T07:17:31.287Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T07:17:31.287Z] latest: Pulling from library/docker [2020-07-30T07:17:31.287Z] df20fa9351a1: Already exists [2020-07-30T07:17:31.287Z] 25ad7478873d: Pulling fs layer [2020-07-30T07:17:31.287Z] 4684f6177b5d: Pulling fs layer [2020-07-30T07:17:31.287Z] 46e300cec669: Pulling fs layer [2020-07-30T07:17:31.287Z] 63038576ad94: Pulling fs layer [2020-07-30T07:17:31.287Z] 0fdb76c4706c: Pulling fs layer [2020-07-30T07:17:31.287Z] cb7edeffdfd5: Pulling fs layer [2020-07-30T07:17:31.287Z] 63038576ad94: Waiting [2020-07-30T07:17:31.287Z] 0fdb76c4706c: Waiting [2020-07-30T07:17:31.287Z] cb7edeffdfd5: Waiting [2020-07-30T07:17:31.551Z] 4684f6177b5d: Verifying Checksum [2020-07-30T07:17:31.551Z] 4684f6177b5d: Download complete [2020-07-30T07:17:31.551Z] 25ad7478873d: Verifying Checksum [2020-07-30T07:17:31.551Z] 25ad7478873d: Download complete [2020-07-30T07:17:31.551Z] 63038576ad94: Download complete [2020-07-30T07:17:31.551Z] 0fdb76c4706c: Verifying Checksum [2020-07-30T07:17:31.551Z] 0fdb76c4706c: Download complete [2020-07-30T07:17:31.816Z] 25ad7478873d: Pull complete [2020-07-30T07:17:31.816Z] cb7edeffdfd5: Verifying Checksum [2020-07-30T07:17:31.816Z] cb7edeffdfd5: Download complete [2020-07-30T07:17:31.816Z] 4684f6177b5d: Pull complete [2020-07-30T07:17:32.078Z] 46e300cec669: Verifying Checksum [2020-07-30T07:17:32.078Z] 46e300cec669: Download complete [2020-07-30T07:17:34.626Z] 46e300cec669: Pull complete [2020-07-30T07:17:34.626Z] 63038576ad94: Pull complete [2020-07-30T07:17:34.626Z] 0fdb76c4706c: Pull complete [2020-07-30T07:17:34.626Z] cb7edeffdfd5: Pull complete [2020-07-30T07:17:34.626Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T07:17:34.626Z] Status: Downloaded newer image for docker:latest [2020-07-30T07:17:36.544Z] ---> f9c7934d9ce2 [2020-07-30T07:17:36.544Z] Step 6/7 : COPY go.mod . [2020-07-30T07:17:36.806Z] ---> 89ee87abe621 [2020-07-30T07:17:36.806Z] Step 7/7 : RUN go mod download [2020-07-30T07:17:36.806Z] ---> Running in 4f439992712b [2020-07-30T07:17:39.359Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T07:17:39.359Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T07:17:39.359Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T07:17:39.359Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T07:17:39.359Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T07:17:39.359Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T07:17:39.359Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T07:17:39.359Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T07:17:39.359Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T07:17:39.359Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T07:17:39.359Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T07:17:39.359Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T07:17:39.359Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T07:17:39.359Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T07:17:39.359Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-30T07:17:39.359Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T07:17:39.359Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T07:17:39.359Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T07:17:39.359Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T07:17:39.359Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T07:17:39.359Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T07:17:39.359Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T07:17:39.359Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T07:17:39.359Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T07:17:39.621Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T07:17:39.621Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T07:17:39.621Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T07:17:39.621Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T07:17:39.621Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T07:17:39.621Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T07:17:39.621Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T07:17:39.621Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T07:17:39.621Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T07:17:39.621Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T07:17:39.621Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T07:17:39.621Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T07:17:39.882Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T07:17:40.145Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T07:17:40.145Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T07:17:40.145Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T07:17:40.145Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T07:17:40.145Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T07:17:40.145Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T07:17:40.145Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T07:17:40.145Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T07:17:40.145Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T07:17:40.145Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T07:17:40.145Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T07:17:40.145Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T07:17:40.145Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T07:17:40.407Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T07:17:40.407Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T07:17:40.407Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T07:17:40.407Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T07:17:40.407Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T07:17:40.407Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T07:17:40.407Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T07:17:40.407Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T07:17:40.407Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T07:17:40.407Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T07:17:40.407Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T07:17:40.668Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T07:17:40.668Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T07:17:40.668Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T07:17:40.668Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T07:17:40.668Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T07:17:40.668Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T07:17:40.668Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T07:17:40.668Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T07:17:40.668Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T07:17:40.668Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T07:17:40.668Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T07:17:40.668Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T07:17:40.931Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T07:17:40.931Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T07:17:40.931Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T07:17:40.931Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T07:17:40.931Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T07:17:40.931Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T07:17:40.931Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T07:17:40.931Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T07:17:55.876Z] Removing intermediate container 4f439992712b [2020-07-30T07:17:55.876Z] ---> 84a0d5743371 [2020-07-30T07:17:55.876Z] Successfully built 84a0d5743371 [2020-07-30T07:17:55.876Z] 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-30T07:17:56.505Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-30T07:17:56.505Z] . [Pipeline] withDockerContainer [2020-07-30T07:17:56.602Z] prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container [2020-07-30T07:17:56.646Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-30T07:17:57.315Z] $ docker top 2705421b4ca8378a6d86a3dafb844b1c13cb2e693a0b5bce5740e809f703aa6e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T07:17:57.804Z] + go version [2020-07-30T07:17:57.804Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-30T07:17:57.816Z] ========================================================= [2020-07-30T07:17:57.816Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T07:17:57.816Z] ========================================================= [Pipeline] sh [2020-07-30T07:17:58.104Z] + make test [2020-07-30T07:17:58.104Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T07:18:00.029Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T07:18:10.136Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T07:18:14.449Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T07:18:14.449Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T07:18:14.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T07:18:14.449Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T07:18:15.864Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s [2020-07-30T07:18:15.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T07:18:15.864Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T07:18:15.864Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T07:18:15.864Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T07:18:16.135Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T07:18:16.398Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T07:18:16.398Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T07:18:16.398Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T07:18:23.043Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-07-30T07:18:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T07:18:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T07:18:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T07:18:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T07:18:23.043Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T07:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.132s coverage: 27.4% of statements [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T07:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T07:18:24.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements [2020-07-30T07:18:24.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T07:18:25.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.121s coverage: 28.6% of statements [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T07:18:25.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.033s coverage: 100.0% of statements [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T07:18:25.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.019s coverage: 100.0% of statements [2020-07-30T07:18:25.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T07:18:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T07:18:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.024s coverage: 97.5% of statements [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T07:18:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T07:18:27.329Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T07:18:27.329Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.004s coverage: 58.8% of statements [2020-07-30T07:18:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.066s coverage: 63.5% of statements [2020-07-30T07:18:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T07:18:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T07:18:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2020-07-30T07:18:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.089s coverage: 55.9% of statements [2020-07-30T07:18:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T07:18:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T07:18:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T07:18:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.931s coverage: 86.3% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.298s coverage: 72.2% of statements [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.095s coverage: 72.1% of statements [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.031s coverage: 26.9% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.094s coverage: 84.1% of statements [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 43.1% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.006s coverage: 100.0% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.010s coverage: 83.8% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.050s coverage: 46.1% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.019s coverage: 100.0% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T07:18:37.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-07-30T07:18:37.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T07:18:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T07:18:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.059s coverage: 99.0% of statements [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T07:18:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T07:18:38.023Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-07-30T07:18:38.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T07:18:38.296Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-07-30T07:18:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T07:18:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T07:18:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T07:18:38.296Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T07:18:38.873Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-07-30T07:18:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T07:18:38.873Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T07:18:38.873Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements [2020-07-30T07:18:39.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-30T07:18:39.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-07-30T07:18:39.659Z] GO111MODULE=on go vet ./... [2020-07-30T07:18:46.321Z] gofmt -l . [2020-07-30T07:18:46.321Z] [ "`gofmt -l .`" = "" ] [2020-07-30T07:18:46.321Z] ./bin/test-go-mod-tidy.sh [2020-07-30T07:18:47.607Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1544 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws [2020-07-30T07:18:47.650Z] Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout [2020-07-30T07:18:47.721Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-30T07:18:49.421Z] + ls -al . [2020-07-30T07:18:49.421Z] total 556 [2020-07-30T07:18:49.421Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 07:18 . [2020-07-30T07:18:49.421Z] drwxr-xr-x 4 root root 30 Jul 30 07:17 .. [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 07:16 .dockerignore [2020-07-30T07:18:49.421Z] drwxrwxr-x 8 1001 1001 179 Jul 30 07:16 .git [2020-07-30T07:18:49.421Z] drwxrwxr-x 3 1001 1001 60 Jul 30 07:16 .github [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 07:16 .gitignore [2020-07-30T07:18:49.421Z] drwx------ 3 1001 1001 47 Jul 30 07:16 .semver [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 07:16 .sonarcloud.properties [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 07:16 CONTRIBUTING.md [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 07:16 Dockerfile.build [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 07:16 Jenkinsfile [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 07:16 LICENSE [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 07:16 Makefile [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 07:16 README.md [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 07:16 SECURITY.md [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 07:16 VERSION [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 07:16 ZMQWindows.md [2020-07-30T07:18:49.421Z] drwxrwxr-x 2 1001 1001 117 Jul 30 07:16 bin [2020-07-30T07:18:49.421Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 07:16 cmd [2020-07-30T07:18:49.421Z] -rw-r--r-- 1 root root 455496 Jul 30 07:18 coverage.out [2020-07-30T07:18:49.421Z] -rw-r--r-- 1 root root 1019 Jul 30 07:18 go.mod [2020-07-30T07:18:49.421Z] -rw-r--r-- 1 root root 18146 Jul 30 07:18 go.sum [2020-07-30T07:18:49.421Z] drwxrwxr-x 8 1001 1001 127 Jul 30 07:16 internal [2020-07-30T07:18:49.421Z] drwxrwxr-x 4 1001 1001 26 Jul 30 07:16 openapi [2020-07-30T07:18:49.421Z] drwxrwxr-x 4 1001 1001 71 Jul 30 07:16 snap [2020-07-30T07:18:49.421Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 07:16 version.go [Pipeline] sh [2020-07-30T07:18:49.748Z] + '[' -e coverage.out ] [2020-07-30T07:18:49.748Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T07:18:49.945Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T07:18:50.390Z] + make build [2020-07-30T07:18:50.390Z] 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-30T07:18:52.639Z] using credential edgex-jenkins-ssh [2020-07-30T07:18:52.688Z] Cloning the remote Git repository [2020-07-30T07:18:52.688Z] Cloning with configured refspecs honoured and without tags [2020-07-30T07:18:52.755Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-30T07:18:52.865Z] > git init /w/workspace/edgex-go/22 # timeout=10 [2020-07-30T07:18:52.934Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T07:18:52.935Z] > git --version # timeout=10 [2020-07-30T07:18:52.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T07:18:53.062Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T07:18:57.059Z] 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-30T07:18:59.602Z] 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-30T07:19:00.996Z] 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-30T07:19:02.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-30T07:19:04.313Z] 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-30T07:19:04.885Z] 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-30T07:19:07.432Z] 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-30T07:19:07.982Z] Fetching without tags [2020-07-30T07:19:07.889Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T07:19:07.905Z] > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 [2020-07-30T07:19:07.925Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T07:19:07.952Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-30T07:19:08.002Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-30T07:19:08.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T07:19:08.013Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-30T07:19:08.501Z] Merging remotes/origin/master commit a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 into PR head commit 5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:19:08.822Z] 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-30T07:19:09.006Z] Merge succeeded, producing 5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:19:09.006Z] Checking out Revision 5972b753fa186a40c398ed4d91801bcf7a85297b (PR-2597) [2020-07-30T07:19:08.525Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T07:19:08.541Z] > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # timeout=10 [2020-07-30T07:19:08.860Z] > git remote # timeout=10 [2020-07-30T07:19:08.882Z] > git config --get remote.origin.url # timeout=10 [2020-07-30T07:19:08.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-30T07:19:08.938Z] > git merge a7fc36b9b3e04c465199d9026bf92f5d2cd5f3b5 # timeout=10 [2020-07-30T07:19:08.978Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-30T07:19:09.017Z] > git config core.sparsecheckout # timeout=10 [2020-07-30T07:19:09.064Z] > git checkout -f 5972b753fa186a40c398ed4d91801bcf7a85297b # timeout=10 [2020-07-30T07:19:10.210Z] 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-30T07:19:11.603Z] 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-30T07:19:12.992Z] 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-30T07:19:13.386Z] Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-30T07:19:14.381Z] 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-30T07:19:15.351Z] $ docker stop --time=1 2705421b4ca8378a6d86a3dafb844b1c13cb2e693a0b5bce5740e809f703aa6e [2020-07-30T07:19:17.838Z] $ docker rm -f 2705421b4ca8378a6d86a3dafb844b1c13cb2e693a0b5bce5740e809f703aa6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:19:20.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T07:19:20.772Z] [2020-07-30T07:19:20.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:19:21.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T07:19:21.167Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-30T07:19:21.167Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-30T07:19:21.167Z] ca9280d653b3: Pulling fs layer [2020-07-30T07:19:21.167Z] 7e9c9ca2126c: Pulling fs layer [2020-07-30T07:19:21.167Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-30T07:19:21.167Z] cbdbe7a5bc2a: Download complete [2020-07-30T07:19:21.435Z] ca9280d653b3: Verifying Checksum [2020-07-30T07:19:21.435Z] ca9280d653b3: Download complete [2020-07-30T07:19:21.703Z] cbdbe7a5bc2a: Pull complete [2020-07-30T07:19:22.658Z] ca9280d653b3: Pull complete [Pipeline] echo [2020-07-30T07:19:25.397Z] ========================================================= [2020-07-30T07:19:25.397Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-30T07:19:25.397Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:19:26.320Z] + 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-30T07:19:30.632Z] Sending build context to Docker daemon 322.9MB [2020-07-30T07:19:30.632Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-30T07:19:30.632Z] Step 2/7 : FROM ${BASE} [2020-07-30T07:19:30.632Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-30T07:19:30.632Z] b538f80385f9: Pulling fs layer [2020-07-30T07:19:30.632Z] 74f711af9a0d: Pulling fs layer [2020-07-30T07:19:30.632Z] 99f96fe45779: Pulling fs layer [2020-07-30T07:19:30.632Z] fd7a069fd194: Pulling fs layer [2020-07-30T07:19:30.632Z] 66aa3694b03b: Pulling fs layer [2020-07-30T07:19:30.632Z] 170f70906a0f: Pulling fs layer [2020-07-30T07:19:30.632Z] ad7c5574e4b9: Pulling fs layer [2020-07-30T07:19:30.632Z] e772456be8f7: Pulling fs layer [2020-07-30T07:19:30.632Z] c890913d741a: Pulling fs layer [2020-07-30T07:19:30.632Z] 2480fcc9aa5a: Pulling fs layer [2020-07-30T07:19:30.632Z] 09adf4765672: Pulling fs layer [2020-07-30T07:19:30.632Z] fd7a069fd194: Waiting [2020-07-30T07:19:30.632Z] 66aa3694b03b: Waiting [2020-07-30T07:19:30.632Z] ad7c5574e4b9: Waiting [2020-07-30T07:19:30.632Z] e772456be8f7: Waiting [2020-07-30T07:19:30.632Z] c890913d741a: Waiting [2020-07-30T07:19:30.632Z] 2480fcc9aa5a: Waiting [2020-07-30T07:19:30.632Z] 09adf4765672: Waiting [2020-07-30T07:19:30.632Z] 170f70906a0f: Waiting [2020-07-30T07:19:30.632Z] 99f96fe45779: Download complete [2020-07-30T07:19:30.632Z] 74f711af9a0d: Verifying Checksum [2020-07-30T07:19:30.632Z] 74f711af9a0d: Download complete [2020-07-30T07:19:30.632Z] 66aa3694b03b: Download complete [2020-07-30T07:19:30.632Z] 170f70906a0f: Verifying Checksum [2020-07-30T07:19:30.632Z] 170f70906a0f: Download complete [2020-07-30T07:19:30.632Z] b538f80385f9: Verifying Checksum [2020-07-30T07:19:30.632Z] b538f80385f9: Download complete [2020-07-30T07:19:30.844Z] 7e9c9ca2126c: Pull complete [2020-07-30T07:19:30.844Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-30T07:19:30.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T07:19:30.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-30T07:19:30.962Z] prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container [2020-07-30T07:19:31.004Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-30T07:19:31.620Z] b538f80385f9: Pull complete [2020-07-30T07:19:31.723Z] $ docker top e80d8efb0b01bd3e2cd3f3cc11cb465a9655f511ae51ed085931ae48af4181f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T07:19:31.896Z] 74f711af9a0d: Pull complete [2020-07-30T07:19:32.169Z] + docker-compose build --help [2020-07-30T07:19:32.169Z] + grep parallel [2020-07-30T07:19:32.502Z] 99f96fe45779: Pull complete [2020-07-30T07:19:33.098Z] ad7c5574e4b9: Verifying Checksum [2020-07-30T07:19:33.098Z] ad7c5574e4b9: Download complete [2020-07-30T07:19:33.098Z] c890913d741a: Verifying Checksum [2020-07-30T07:19:33.098Z] c890913d741a: Download complete [2020-07-30T07:19:33.112Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T07:19:33.127Z] $ docker stop --time=1 e80d8efb0b01bd3e2cd3f3cc11cb465a9655f511ae51ed085931ae48af4181f6 [2020-07-30T07:19:34.475Z] $ docker rm -f e80d8efb0b01bd3e2cd3f3cc11cb465a9655f511ae51ed085931ae48af4181f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:19:35.083Z] 2480fcc9aa5a: Verifying Checksum [2020-07-30T07:19:35.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-30T07:19:35.085Z] . [Pipeline] withDockerContainer [2020-07-30T07:19:35.177Z] prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container [2020-07-30T07:19:35.217Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-30T07:19:35.356Z] 09adf4765672: Download complete [2020-07-30T07:19:35.626Z] e772456be8f7: Download complete [2020-07-30T07:19:35.839Z] $ docker top bdaef92a45fc4370b9a31aeb384442da8c44dadf4141e8f893bb5cbf98c6710e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T07:19:36.222Z] fd7a069fd194: Verifying Checksum [2020-07-30T07:19:36.222Z] fd7a069fd194: Download complete [2020-07-30T07:19:36.307Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T07:19:37.248Z] Building docker-core-command-go ... [2020-07-30T07:19:37.248Z] Building docker-core-data-go ... [2020-07-30T07:19:37.248Z] Building docker-core-metadata-go ... [2020-07-30T07:19:37.248Z] Building docker-security-proxy-setup-go ... [2020-07-30T07:19:37.248Z] Building docker-security-secrets-setup-go ... [2020-07-30T07:19:37.248Z] Building docker-security-secretstore-setup-go ... [2020-07-30T07:19:37.248Z] Building docker-support-logging-go ... [2020-07-30T07:19:37.248Z] Building docker-support-notifications-go ... [2020-07-30T07:19:37.248Z] Building docker-support-scheduler-go ... [2020-07-30T07:19:37.248Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T07:19:37.248Z] Building docker-core-data-go [2020-07-30T07:19:37.248Z] Building docker-core-metadata-go [2020-07-30T07:19:37.248Z] Building docker-security-proxy-setup-go [2020-07-30T07:19:37.248Z] Building docker-security-secrets-setup-go [2020-07-30T07:19:37.248Z] Building docker-security-secretstore-setup-go [2020-07-30T07:19:48.636Z] fd7a069fd194: Pull complete [2020-07-30T07:19:48.636Z] 66aa3694b03b: Pull complete [2020-07-30T07:19:48.636Z] 170f70906a0f: Pull complete [2020-07-30T07:19:52.040Z] ad7c5574e4b9: Pull complete [2020-07-30T07:19:56.373Z] e772456be8f7: Pull complete [2020-07-30T07:19:56.647Z] c890913d741a: Pull complete [2020-07-30T07:19:58.617Z] 2480fcc9aa5a: Pull complete [2020-07-30T07:19:59.208Z] 09adf4765672: Pull complete [2020-07-30T07:19:59.208Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-30T07:19:59.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-30T07:19:59.209Z] ---> 2248a725d1cf [2020-07-30T07:19:59.209Z] 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-30T07:20:05.898Z] ---> Running in a2ec043d9a5d [2020-07-30T07:20:07.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:20:07.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:20:08.889Z] (1/12) Installing libmagic (5.38-r0) [2020-07-30T07:20:09.159Z] (2/12) Installing file (5.38-r0) [2020-07-30T07:20:09.159Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-30T07:20:09.159Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-30T07:20:09.460Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:20:09.460Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:20:09.461Z] ---> 84a0d5743371 [2020-07-30T07:20:09.461Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T07:20:09.461Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:20:09.461Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:20:09.461Z] ---> 84a0d5743371 [2020-07-30T07:20:09.461Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T07:20:09.461Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:20:09.461Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T07:20:09.461Z] ---> 84a0d5743371 [2020-07-30T07:20:09.461Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T07:20:09.461Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:20:09.461Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:20:09.461Z] ---> 84a0d5743371 [2020-07-30T07:20:09.461Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T07:20:09.461Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:20:09.461Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:20:09.461Z] ---> 84a0d5743371 [2020-07-30T07:20:09.461Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T07:20:09.461Z] ---> Running in c54f8e3a9d0c [2020-07-30T07:20:09.461Z] ---> Running in 68f946a00a04 [2020-07-30T07:20:09.461Z] ---> Running in b3138051122a [2020-07-30T07:20:09.461Z] ---> Running in f9659766f2fb [2020-07-30T07:20:09.461Z] ---> Running in cc8a96dd1050 [2020-07-30T07:20:09.723Z] Removing intermediate container c54f8e3a9d0c [2020-07-30T07:20:09.723Z] ---> ccee02613a88 [2020-07-30T07:20:09.723Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T07:20:09.723Z] Removing intermediate container 68f946a00a04 [2020-07-30T07:20:09.723Z] ---> bf4f5a8b4f9d [2020-07-30T07:20:09.723Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:20:09.723Z] Removing intermediate container f9659766f2fb [2020-07-30T07:20:09.723Z] ---> 183b7455d4e9 [2020-07-30T07:20:09.723Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:20:09.723Z] Removing intermediate container cc8a96dd1050 [2020-07-30T07:20:09.723Z] ---> 327610067d41 [2020-07-30T07:20:09.723Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:20:09.723Z] Removing intermediate container b3138051122a [2020-07-30T07:20:09.723Z] ---> 0f967a7eb93a [2020-07-30T07:20:09.723Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:20:09.985Z] ---> Running in 7d691e7720eb [2020-07-30T07:20:09.985Z] ---> Running in 1de1838fc7bd [2020-07-30T07:20:09.985Z] ---> Running in 2a0eea297341 [2020-07-30T07:20:09.985Z] ---> Running in 870d88e8a7a9 [2020-07-30T07:20:09.985Z] ---> Running in 4ad3380716cf [2020-07-30T07:20:11.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:11.665Z] Removing intermediate container 2a0eea297341 [2020-07-30T07:20:11.665Z] ---> 359d0cc77704 [2020-07-30T07:20:11.665Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T07:20:11.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:11.926Z] ---> Running in 8768c563788d [2020-07-30T07:20:11.926Z] Removing intermediate container 1de1838fc7bd [2020-07-30T07:20:11.926Z] ---> 54743470b90f [2020-07-30T07:20:11.926Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T07:20:12.188Z] ---> Running in 2e1cbe6e0627 [2020-07-30T07:20:12.188Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:20:12.188Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:20:12.188Z] OK: 12749 distinct packages available [2020-07-30T07:20:12.450Z] Removing intermediate container 4ad3380716cf [2020-07-30T07:20:12.450Z] ---> d683257cf20f [2020-07-30T07:20:12.450Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T07:20:12.450Z] OK: 233 MiB in 51 packages [2020-07-30T07:20:12.450Z] Removing intermediate container 870d88e8a7a9 [2020-07-30T07:20:12.450Z] ---> 852fada708df [2020-07-30T07:20:12.450Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T07:20:12.717Z] ---> Running in 8a2dd7311e27 [2020-07-30T07:20:12.717Z] ---> Running in 4e83d1562da7 [2020-07-30T07:20:12.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:12.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:13.269Z] Removing intermediate container 7d691e7720eb [2020-07-30T07:20:13.269Z] ---> b1dfc5a23721 [2020-07-30T07:20:13.269Z] Step 5/29 : COPY go.mod . [2020-07-30T07:20:13.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:13.533Z] ---> 7ecd6a7a31fe [2020-07-30T07:20:13.533Z] Step 6/29 : RUN go mod download [2020-07-30T07:20:13.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:13.798Z] ---> Running in 06003ff9ce60 [2020-07-30T07:20:13.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:13.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:14.072Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:20:14.072Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:20:14.072Z] OK: 12749 distinct packages available [2020-07-30T07:20:14.072Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:20:14.072Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:20:14.072Z] OK: 12749 distinct packages available [2020-07-30T07:20:14.351Z] OK: 233 MiB in 51 packages [2020-07-30T07:20:14.351Z] OK: 233 MiB in 51 packages [2020-07-30T07:20:14.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:14.531Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-30T07:20:14.531Z] (6/12) Installing patch (2.7.6-r6) [2020-07-30T07:20:14.532Z] (7/12) Installing build-base (0.5-r2) [2020-07-30T07:20:14.532Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-30T07:20:14.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:20:14.801Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-30T07:20:14.801Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-30T07:20:14.801Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-30T07:20:14.904Z] Removing intermediate container 8768c563788d [2020-07-30T07:20:14.904Z] ---> 29797835ca9f [2020-07-30T07:20:14.904Z] Step 6/22 : COPY go.mod . [2020-07-30T07:20:14.904Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:20:14.904Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:20:14.904Z] OK: 12749 distinct packages available [2020-07-30T07:20:14.904Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:20:14.904Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:20:14.904Z] OK: 12749 distinct packages available [2020-07-30T07:20:14.904Z] Removing intermediate container 2e1cbe6e0627 [2020-07-30T07:20:14.904Z] ---> 50eb9a4a1e3a [2020-07-30T07:20:14.904Z] Step 6/21 : COPY go.mod . [2020-07-30T07:20:15.075Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-30T07:20:15.075Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:20:15.075Z] OK: 217 MiB in 51 packages [2020-07-30T07:20:15.185Z] ---> fbf3c5618829 [2020-07-30T07:20:15.185Z] Step 7/22 : RUN go mod download [2020-07-30T07:20:15.185Z] OK: 233 MiB in 51 packages [2020-07-30T07:20:15.185Z] OK: 233 MiB in 51 packages [2020-07-30T07:20:15.185Z] ---> Running in dc3df927bffa [2020-07-30T07:20:15.449Z] ---> a8bcfc059667 [2020-07-30T07:20:15.449Z] Step 7/21 : RUN go mod download [2020-07-30T07:20:15.449Z] ---> Running in 34cd0b132c00 [2020-07-30T07:20:16.030Z] Removing intermediate container 06003ff9ce60 [2020-07-30T07:20:16.030Z] ---> c5e998cf1b8d [2020-07-30T07:20:16.030Z] Step 7/29 : COPY . . [2020-07-30T07:20:17.430Z] Removing intermediate container 8a2dd7311e27 [2020-07-30T07:20:17.430Z] ---> c523aeebc35c [2020-07-30T07:20:17.430Z] Step 6/26 : COPY go.mod . [2020-07-30T07:20:19.356Z] Removing intermediate container 4e83d1562da7 [2020-07-30T07:20:19.356Z] ---> 205a87f7722c [2020-07-30T07:20:19.356Z] Step 6/20 : COPY go.mod . [2020-07-30T07:20:19.369Z] Removing intermediate container a2ec043d9a5d [2020-07-30T07:20:19.369Z] ---> d8e441c0c3bb [2020-07-30T07:20:19.369Z] Step 4/7 : WORKDIR /edgex-go [2020-07-30T07:20:19.369Z] ---> Running in 84a31991574e [2020-07-30T07:20:19.618Z] ---> 7054911362f3 [2020-07-30T07:20:19.618Z] Step 7/26 : RUN go mod download [2020-07-30T07:20:19.972Z] Removing intermediate container 84a31991574e [2020-07-30T07:20:19.972Z] ---> 9e88bed0abff [2020-07-30T07:20:19.972Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-30T07:20:20.193Z] ---> Running in 2f94e8243287 [2020-07-30T07:20:20.193Z] Removing intermediate container dc3df927bffa [2020-07-30T07:20:20.193Z] ---> 0ec77193e55d [2020-07-30T07:20:20.193Z] Step 8/22 : COPY . . [2020-07-30T07:20:20.244Z] latest: Pulling from library/docker [2020-07-30T07:20:20.454Z] ---> 626bf49c0d63 [2020-07-30T07:20:20.454Z] Step 7/20 : RUN go mod download [2020-07-30T07:20:20.519Z] b538f80385f9: Already exists [2020-07-30T07:20:20.519Z] 259a493cd78d: Pulling fs layer [2020-07-30T07:20:20.519Z] b8e66b5100f5: Pulling fs layer [2020-07-30T07:20:20.519Z] 39dc9c94d07c: Pulling fs layer [2020-07-30T07:20:20.519Z] 551b823b3b82: Pulling fs layer [2020-07-30T07:20:20.519Z] 3c52a74df98c: Pulling fs layer [2020-07-30T07:20:20.519Z] 6c9b121b6998: Pulling fs layer [2020-07-30T07:20:20.519Z] 551b823b3b82: Waiting [2020-07-30T07:20:20.519Z] 3c52a74df98c: Waiting [2020-07-30T07:20:20.519Z] 6c9b121b6998: Waiting [2020-07-30T07:20:20.519Z] b8e66b5100f5: Verifying Checksum [2020-07-30T07:20:20.519Z] b8e66b5100f5: Download complete [2020-07-30T07:20:20.519Z] 259a493cd78d: Verifying Checksum [2020-07-30T07:20:20.519Z] 259a493cd78d: Download complete [2020-07-30T07:20:20.808Z] 551b823b3b82: Verifying Checksum [2020-07-30T07:20:20.808Z] 551b823b3b82: Download complete [2020-07-30T07:20:20.808Z] 3c52a74df98c: Verifying Checksum [2020-07-30T07:20:20.808Z] 3c52a74df98c: Download complete [2020-07-30T07:20:20.808Z] 6c9b121b6998: Verifying Checksum [2020-07-30T07:20:20.808Z] 6c9b121b6998: Download complete [2020-07-30T07:20:21.421Z] 259a493cd78d: Pull complete [2020-07-30T07:20:21.745Z] b8e66b5100f5: Pull complete [2020-07-30T07:20:22.033Z] 39dc9c94d07c: Verifying Checksum [2020-07-30T07:20:22.033Z] 39dc9c94d07c: Download complete [2020-07-30T07:20:22.387Z] ---> Running in 206071b6e300 [2020-07-30T07:20:22.387Z] Removing intermediate container 34cd0b132c00 [2020-07-30T07:20:22.387Z] ---> 75625089ecd5 [2020-07-30T07:20:22.387Z] Step 8/21 : COPY . . [2020-07-30T07:20:25.441Z] 39dc9c94d07c: Pull complete [2020-07-30T07:20:25.713Z] 551b823b3b82: Pull complete [2020-07-30T07:20:25.987Z] 3c52a74df98c: Pull complete [2020-07-30T07:20:26.261Z] 6c9b121b6998: Pull complete [2020-07-30T07:20:26.261Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-30T07:20:26.261Z] Status: Downloaded newer image for docker:latest [2020-07-30T07:20:29.665Z] ---> fb9f528834f3 [2020-07-30T07:20:29.665Z] Step 6/7 : COPY go.mod . [2020-07-30T07:20:30.260Z] ---> b37dea2a85ca [2020-07-30T07:20:30.260Z] Step 7/7 : RUN go mod download [2020-07-30T07:20:30.260Z] ---> Running in e834b6581395 [2020-07-30T07:20:33.651Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-30T07:20:33.651Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-30T07:20:33.651Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-30T07:20:33.651Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-30T07:20:33.651Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-30T07:20:33.651Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-30T07:20:33.652Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-30T07:20:33.652Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-30T07:20:33.652Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-30T07:20:33.652Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-30T07:20:33.652Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-30T07:20:33.652Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-30T07:20:33.652Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-30T07:20:33.652Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-30T07:20:33.652Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-30T07:20:33.652Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-30T07:20:33.652Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-30T07:20:33.652Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-30T07:20:33.652Z] go: finding github.com/fatih/color v1.7.0 [2020-07-30T07:20:33.652Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-30T07:20:33.652Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-30T07:20:33.925Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-30T07:20:33.925Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-30T07:20:33.925Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-30T07:20:33.925Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-30T07:20:33.925Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-30T07:20:33.925Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-30T07:20:33.925Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-30T07:20:33.925Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-30T07:20:33.925Z] go: finding github.com/google/uuid v1.1.0 [2020-07-30T07:20:33.925Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-30T07:20:33.925Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-30T07:20:33.925Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-30T07:20:34.197Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-30T07:20:34.469Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-30T07:20:34.469Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-30T07:20:34.469Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-30T07:20:34.469Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-30T07:20:34.469Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-30T07:20:34.469Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-30T07:20:34.469Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-30T07:20:34.469Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-30T07:20:34.469Z] go: finding github.com/kr/pty v1.1.1 [2020-07-30T07:20:34.469Z] go: finding github.com/kr/text v0.1.0 [2020-07-30T07:20:34.469Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-30T07:20:34.739Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-30T07:20:34.739Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-30T07:20:34.739Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-30T07:20:34.739Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-30T07:20:35.010Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-30T07:20:35.010Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-30T07:20:35.010Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-30T07:20:35.010Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-30T07:20:35.010Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-30T07:20:35.010Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-30T07:20:35.010Z] go: finding github.com/posener/complete v1.1.1 [2020-07-30T07:20:35.010Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-30T07:20:35.010Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-30T07:20:35.010Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-30T07:20:35.010Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-30T07:20:35.280Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-30T07:20:35.280Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-30T07:20:35.280Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-30T07:20:35.280Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-30T07:20:35.280Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-30T07:20:35.280Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-30T07:20:35.280Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-30T07:20:35.280Z] go: finding golang.org/x/text v0.3.2 [2020-07-30T07:20:35.280Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-30T07:20:35.280Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-30T07:20:35.280Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-30T07:20:35.550Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-30T07:20:35.550Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-30T07:20:35.550Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-30T07:20:40.622Z] Removing intermediate container 2f94e8243287 [2020-07-30T07:20:40.622Z] ---> 6d87a8f8a16a [2020-07-30T07:20:40.622Z] Step 8/26 : COPY . . [2020-07-30T07:20:40.622Z] Removing intermediate container 206071b6e300 [2020-07-30T07:20:40.622Z] ---> fd5bf4625977 [2020-07-30T07:20:40.622Z] Step 8/20 : COPY . . [2020-07-30T07:20:46.103Z] ---> 4dee4ceda155 [2020-07-30T07:20:46.103Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T07:20:52.709Z] ---> cf28aa990361 [2020-07-30T07:20:52.709Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T07:20:52.709Z] ---> Running in 0ad11f43439f [2020-07-30T07:20:53.659Z] ---> 73201e1f0eb2 [2020-07-30T07:20:53.659Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T07:20:53.853Z] Removing intermediate container e834b6581395 [2020-07-30T07:20:53.853Z] ---> 6e42d3d0f50f [2020-07-30T07:20:53.853Z] Successfully built 6e42d3d0f50f [2020-07-30T07:20:53.853Z] 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-30T07:20:54.582Z] + docker inspect -f . ci-base-image-arm64 [2020-07-30T07:20:54.582Z] . [Pipeline] withDockerContainer [2020-07-30T07:20:54.818Z] prd-ubuntu18.04-docker-arm64-4c-16g-1544 does not seem to be running inside a container [2020-07-30T07:20:54.897Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-30T07:20:56.213Z] $ docker top 09fb375acf9ae3d2d3317361536657fbfe6909f2f2e933886dfb7b8960338056 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T07:20:56.986Z] ---> Running in b118657d9902 [2020-07-30T07:20:57.222Z] + go version [2020-07-30T07:20:57.222Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-30T07:20:57.240Z] ========================================================= [2020-07-30T07:20:57.240Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-30T07:20:57.240Z] ========================================================= [Pipeline] sh [2020-07-30T07:20:57.250Z] 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-30T07:20:57.521Z] ---> Running in 7516b738aacd [2020-07-30T07:20:57.883Z] + make test [2020-07-30T07:20:57.883Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-30T07:20:58.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-30T07:20:59.537Z] 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-30T07:21:00.513Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-30T07:21:01.494Z] ---> 1d1935db3bea [2020-07-30T07:21:01.494Z] 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-30T07:21:02.457Z] ---> Running in dff4d8a6532b [2020-07-30T07:21:04.414Z] 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-30T07:21:05.881Z] ---> 8521b09bdc68 [2020-07-30T07:21:05.881Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T07:21:06.350Z] ---> Running in e5936d264b01 [2020-07-30T07:21:07.535Z] 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-30T07:21:25.762Z] Removing intermediate container 0ad11f43439f [2020-07-30T07:21:25.762Z] ---> 73310ce321da [2020-07-30T07:21:25.762Z] [2020-07-30T07:21:25.762Z] Step 9/29 : FROM alpine:latest [2020-07-30T07:21:25.762Z] latest: Pulling from library/alpine [2020-07-30T07:21:25.763Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T07:21:25.763Z] Status: Downloaded newer image for alpine:latest [2020-07-30T07:21:25.763Z] ---> a24bb4013296 [2020-07-30T07:21:25.763Z] 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-30T07:21:25.763Z] ---> Running in 270f1f728a85 [2020-07-30T07:21:26.031Z] Removing intermediate container 270f1f728a85 [2020-07-30T07:21:26.031Z] ---> 87b86e33de81 [2020-07-30T07:21:26.031Z] Step 11/29 : USER root [2020-07-30T07:21:26.031Z] ---> Running in fc7a5963bc29 [2020-07-30T07:21:26.301Z] Removing intermediate container fc7a5963bc29 [2020-07-30T07:21:26.301Z] ---> c64f31fc8440 [2020-07-30T07:21:26.301Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T07:21:26.571Z] ---> Running in 018e930722b2 [2020-07-30T07:21:28.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:28.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:28.779Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:21:28.779Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:21:28.779Z] OK: 12749 distinct packages available [2020-07-30T07:21:28.779Z] 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-30T07:21:29.047Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T07:21:29.047Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T07:21:29.048Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:21:29.048Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T07:21:29.048Z] OK: 6 MiB in 16 packages [2020-07-30T07:21:31.638Z] Removing intermediate container 018e930722b2 [2020-07-30T07:21:31.638Z] ---> f13918efbe4a [2020-07-30T07:21:31.638Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T07:21:31.638Z] ---> Running in eecbfec8ce80 [2020-07-30T07:21:31.638Z] Removing intermediate container eecbfec8ce80 [2020-07-30T07:21:31.638Z] ---> 1c69a727d35c [2020-07-30T07:21:31.638Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T07:21:31.905Z] ---> Running in a704545e968e [2020-07-30T07:21:32.923Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-30T07:21:34.463Z] 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-30T07:21:35.855Z] Removing intermediate container a704545e968e [2020-07-30T07:21:35.855Z] ---> 3152cfde30f1 [2020-07-30T07:21:35.855Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T07:21:35.855Z] ---> Running in eee4775d063f [2020-07-30T07:21:35.855Z] Removing intermediate container e5936d264b01 [2020-07-30T07:21:35.855Z] ---> fe8f147101ed [2020-07-30T07:21:35.855Z] [2020-07-30T07:21:35.855Z] Step 10/20 : FROM alpine [2020-07-30T07:21:35.855Z] ---> a24bb4013296 [2020-07-30T07:21:35.855Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T07:21:36.126Z] ---> Running in b435612acc1f [2020-07-30T07:21:37.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:37.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:37.374Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:21:37.374Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:21:37.374Z] OK: 12749 distinct packages available [2020-07-30T07:21:37.636Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T07:21:37.636Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T07:21:37.636Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T07:21:37.636Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T07:21:37.636Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:21:37.636Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T07:21:37.636Z] OK: 7 MiB in 18 packages [2020-07-30T07:21:40.191Z] Removing intermediate container eee4775d063f [2020-07-30T07:21:40.191Z] ---> daa6fdf698ab [2020-07-30T07:21:40.191Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T07:21:40.767Z] Removing intermediate container 7516b738aacd [2020-07-30T07:21:40.767Z] ---> e1813e05fccb [2020-07-30T07:21:40.767Z] [2020-07-30T07:21:40.767Z] Step 10/21 : FROM scratch [2020-07-30T07:21:40.767Z] ---> [2020-07-30T07:21:40.767Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:21:40.767Z] Removing intermediate container dff4d8a6532b [2020-07-30T07:21:40.767Z] ---> 85dcf8c3e619 [2020-07-30T07:21:40.767Z] [2020-07-30T07:21:40.767Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T07:21:41.349Z] 3.10: Pulling from library/alpine [2020-07-30T07:21:41.617Z] ---> Running in ae6bcde8fd50 [2020-07-30T07:21:43.537Z] ---> b290985a6547 [2020-07-30T07:21:43.537Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T07:21:43.798Z] Removing intermediate container b435612acc1f [2020-07-30T07:21:43.798Z] ---> 1047aeea1ebf [2020-07-30T07:21:43.798Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T07:21:44.369Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T07:21:44.630Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T07:21:44.630Z] ---> be4e4bea2c2e [2020-07-30T07:21:44.630Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T07:21:44.630Z] Removing intermediate container ae6bcde8fd50 [2020-07-30T07:21:44.630Z] ---> 7fc6a5d9c33d [2020-07-30T07:21:44.630Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T07:21:44.891Z] ---> Running in 6c4f289bd636 [2020-07-30T07:21:45.155Z] ---> 562a8782b10b [2020-07-30T07:21:45.155Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T07:21:45.155Z] ---> Running in 3257fadd5138 [2020-07-30T07:21:45.155Z] ---> Running in 352b66081e31 [2020-07-30T07:21:45.155Z] Removing intermediate container b118657d9902 [2020-07-30T07:21:45.155Z] ---> dae24796f277 [2020-07-30T07:21:45.155Z] [2020-07-30T07:21:45.155Z] Step 10/22 : FROM alpine [2020-07-30T07:21:45.155Z] ---> a24bb4013296 [2020-07-30T07:21:45.155Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:21:45.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-30T07:21:45.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-30T07:21:45.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-30T07:21:45.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-30T07:21:45.390Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2020-07-30T07:21:45.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-30T07:21:45.390Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-30T07:21:45.417Z] Removing intermediate container 6c4f289bd636 [2020-07-30T07:21:45.417Z] ---> a19eebd0e636 [2020-07-30T07:21:45.417Z] Step 13/20 : WORKDIR /edgex [2020-07-30T07:21:45.417Z] ---> Running in 06453471886c [2020-07-30T07:21:45.417Z] Removing intermediate container 3257fadd5138 [2020-07-30T07:21:45.417Z] ---> 13ac9a15468b [2020-07-30T07:21:45.417Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T07:21:45.665Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-30T07:21:45.680Z] ---> Running in 0e700cd26080 [2020-07-30T07:21:45.680Z] ---> 1903087b9b67 [2020-07-30T07:21:45.680Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T07:21:45.680Z] ---> Running in f5715a76c7bd [2020-07-30T07:21:45.680Z] Removing intermediate container 06453471886c [2020-07-30T07:21:45.680Z] ---> db26befd3e5d [2020-07-30T07:21:45.680Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T07:21:45.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:45.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:45.944Z] ---> Running in 45a3f8e2843b [2020-07-30T07:21:45.944Z] Removing intermediate container f5715a76c7bd [2020-07-30T07:21:45.944Z] ---> b4d08317e8d6 [2020-07-30T07:21:45.944Z] Step 14/21 : WORKDIR / [2020-07-30T07:21:45.944Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T07:21:45.944Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T07:21:45.944Z] OK: 10346 distinct packages available [2020-07-30T07:21:45.944Z] Removing intermediate container 0e700cd26080 [2020-07-30T07:21:45.944Z] ---> 051539e1bf01 [2020-07-30T07:21:45.944Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T07:21:46.205Z] ---> 5b22856e1a80 [2020-07-30T07:21:46.205Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T07:21:46.205Z] ---> Running in d41bb0b78c6e [2020-07-30T07:21:46.205Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T07:21:46.205Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T07:21:46.205Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T07:21:46.205Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T07:21:46.205Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T07:21:46.205Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T07:21:46.205Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T07:21:46.468Z] OK: 7 MiB in 19 packages [2020-07-30T07:21:47.658Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-30T07:21:48.257Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-30T07:21:48.257Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-30T07:21:48.257Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-30T07:21:48.257Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-30T07:21:48.400Z] Removing intermediate container 45a3f8e2843b [2020-07-30T07:21:48.401Z] ---> cdaba84a1ee9 [2020-07-30T07:21:48.401Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T07:21:48.688Z] ---> 1acc648a9c08 [2020-07-30T07:21:48.689Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T07:21:48.689Z] Removing intermediate container d41bb0b78c6e [2020-07-30T07:21:48.689Z] ---> a867e6f5e45e [2020-07-30T07:21:48.689Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T07:21:48.689Z] ---> 02dd3de3d920 [2020-07-30T07:21:48.689Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T07:21:48.689Z] ---> Running in ca7e9100e97e [2020-07-30T07:21:48.689Z] ---> Running in bd06026fa49a [2020-07-30T07:21:49.644Z] Removing intermediate container 352b66081e31 [2020-07-30T07:21:49.644Z] ---> faa05f896db8 [2020-07-30T07:21:49.644Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T07:21:49.644Z] Removing intermediate container ca7e9100e97e [2020-07-30T07:21:49.644Z] ---> a44bebdaf2fe [2020-07-30T07:21:49.644Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:21:49.644Z] ---> f018f45d3194 [2020-07-30T07:21:49.644Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T07:21:49.644Z] ---> Running in 087ff814e0d7 [2020-07-30T07:21:49.644Z] ---> 5b29d5fefbb5 [2020-07-30T07:21:49.644Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T07:21:49.913Z] ---> Running in dca1565f7381 [2020-07-30T07:21:49.913Z] ---> Running in bc325c0f074d [2020-07-30T07:21:50.487Z] Removing intermediate container 087ff814e0d7 [2020-07-30T07:21:50.487Z] ---> a30a7588d2b6 [2020-07-30T07:21:50.487Z] Step 13/26 : WORKDIR / [2020-07-30T07:21:50.748Z] ---> Running in de7f911a1c60 [2020-07-30T07:21:50.748Z] Removing intermediate container bc325c0f074d [2020-07-30T07:21:50.748Z] ---> d1eec8179b00 [2020-07-30T07:21:50.748Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T07:21:50.748Z] ---> 25e6ba77ee15 [2020-07-30T07:21:50.748Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T07:21:50.748Z] ---> Running in 324003840b2a [2020-07-30T07:21:51.008Z] Removing intermediate container de7f911a1c60 [2020-07-30T07:21:51.008Z] ---> cea86c993968 [2020-07-30T07:21:51.008Z] 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-30T07:21:51.008Z] Removing intermediate container bd06026fa49a [2020-07-30T07:21:51.008Z] ---> 3e87342d510f [2020-07-30T07:21:51.008Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T07:21:51.273Z] Removing intermediate container 324003840b2a [2020-07-30T07:21:51.273Z] ---> ec5af8e90a36 [2020-07-30T07:21:51.273Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T07:21:51.273Z] ---> bc7c43938c8c [2020-07-30T07:21:51.273Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:21:51.535Z] ---> Running in a737ab11f4e0 [2020-07-30T07:21:51.535Z] ---> Running in faac79b8c9c0 [2020-07-30T07:21:51.535Z] ---> 2e20a3b01815 [2020-07-30T07:21:51.535Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T07:21:51.535Z] ---> ce80b925049a [2020-07-30T07:21:51.535Z] 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-30T07:21:51.797Z] ---> Running in a00c399e23b7 [2020-07-30T07:21:51.797Z] Removing intermediate container dca1565f7381 [2020-07-30T07:21:51.797Z] ---> 6bced3588944 [2020-07-30T07:21:51.797Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T07:21:51.797Z] Removing intermediate container a737ab11f4e0 [2020-07-30T07:21:51.797Z] ---> 4cc88a008004 [2020-07-30T07:21:51.797Z] Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:21:52.073Z] Removing intermediate container faac79b8c9c0 [2020-07-30T07:21:52.073Z] ---> f373b30b3d8d [2020-07-30T07:21:52.073Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T07:21:52.073Z] ---> 41031936c16d [2020-07-30T07:21:52.073Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T07:21:52.073Z] ---> Running in 7fb31f5a4674 [2020-07-30T07:21:52.073Z] ---> Running in 681a18c77a59 [2020-07-30T07:21:52.073Z] ---> Running in 27d3e15bfb6a [2020-07-30T07:21:52.653Z] ---> 04581f67cc60 [2020-07-30T07:21:52.653Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T07:21:52.653Z] Removing intermediate container 27d3e15bfb6a [2020-07-30T07:21:52.653Z] ---> 1711f12fed99 [2020-07-30T07:21:52.653Z] Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:21:52.653Z] Removing intermediate container 681a18c77a59 [2020-07-30T07:21:52.653Z] ---> cbbf942377c9 [2020-07-30T07:21:52.653Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T07:21:52.653Z] ---> Running in d3f3a7c1bf38 [2020-07-30T07:21:52.653Z] ---> Running in 523e69a4ae2a [2020-07-30T07:21:52.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:52.924Z] ---> ecec446048d4 [2020-07-30T07:21:52.924Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T07:21:53.189Z] Removing intermediate container d3f3a7c1bf38 [2020-07-30T07:21:53.189Z] ---> e8440381508a [2020-07-30T07:21:53.189Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T07:21:53.189Z] Removing intermediate container 523e69a4ae2a [2020-07-30T07:21:53.189Z] ---> a67b9b88a72f [2020-07-30T07:21:53.189Z] [2020-07-30T07:21:53.451Z] ---> Running in 6e3561c96b78 [2020-07-30T07:21:53.451Z] Successfully built a67b9b88a72f [2020-07-30T07:21:53.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:21:53.451Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-30T07:21:53.451Z] Removing intermediate container a00c399e23b7 [2020-07-30T07:21:53.451Z] ---> ce01e44333e8 [2020-07-30T07:21:53.451Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T07:21:53.451Z] ---> bc4e892a1ce3 [2020-07-30T07:21:53.451Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T07:21:53.451Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-07-30T07:21:53.451Z] ---> Running in f09404863280 [2020-07-30T07:21:53.716Z] Removing intermediate container 6e3561c96b78 [2020-07-30T07:21:53.716Z] ---> 20b0cce2b055 [2020-07-30T07:21:53.716Z] [2020-07-30T07:21:53.716Z] Successfully built 20b0cce2b055 [2020-07-30T07:21:53.716Z] Successfully tagged docker-core-metadata-go:latest [2020-07-30T07:21:53.716Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-07-30T07:21:53.989Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T07:21:53.989Z] ---> 2107cd2c407e [2020-07-30T07:21:53.989Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T07:21:53.989Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T07:21:54.252Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T07:21:54.516Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T07:21:54.516Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T07:21:54.784Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:21:54.784Z] OK: 8 MiB in 19 packages [2020-07-30T07:21:55.050Z] ---> 2e1ad76aea43 [2020-07-30T07:21:55.050Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T07:21:56.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.156s coverage: 46.6% of statements [2020-07-30T07:21:56.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-30T07:21:56.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-30T07:21:56.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-30T07:21:56.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-30T07:21:56.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-30T07:22:01.654Z] ---> dfd029adfa50 [2020-07-30T07:22:01.654Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T07:22:01.654Z] Removing intermediate container f09404863280 [2020-07-30T07:22:01.654Z] ---> a372b432d90c [2020-07-30T07:22:01.654Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T07:22:01.654Z] Removing intermediate container 7fb31f5a4674 [2020-07-30T07:22:01.654Z] ---> 96368387c038 [2020-07-30T07:22:01.654Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T07:22:01.654Z] ---> Running in b3609e08a831 [2020-07-30T07:22:01.654Z] ---> Running in c7505ba145b1 [2020-07-30T07:22:03.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.4% of statements [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-30T07:22:03.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-30T07:22:03.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-07-30T07:22:03.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-30T07:22:04.218Z] Removing intermediate container c7505ba145b1 [2020-07-30T07:22:04.218Z] ---> 16500d3a6c79 [2020-07-30T07:22:04.218Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T07:22:05.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.342s coverage: 28.6% of statements [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-30T07:22:05.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.121s coverage: 100.0% of statements [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-30T07:22:05.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2020-07-30T07:22:05.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-30T07:22:06.156Z] ---> 15d1bf3f8d6c [2020-07-30T07:22:06.156Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T07:22:06.421Z] ---> Running in 094979f88da4 [2020-07-30T07:22:06.939Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.061s coverage: 89.8% of statements [2020-07-30T07:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-30T07:22:07.815Z] Removing intermediate container 094979f88da4 [2020-07-30T07:22:07.815Z] ---> 6a34b661ed85 [2020-07-30T07:22:07.815Z] Step 27/29 : LABEL arch=x86_64 [2020-07-30T07:22:08.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-30T07:22:08.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-30T07:22:08.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-30T07:22:09.224Z] ---> 5bca8ccafd3e [2020-07-30T07:22:09.224Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T07:22:09.486Z] ---> Running in fdd001a1a58e [2020-07-30T07:22:09.913Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-07-30T07:22:11.564Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:22:11.564Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:22:11.564Z] ---> 84a0d5743371 [2020-07-30T07:22:11.564Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T07:22:11.832Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:22:11.832Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:22:12.100Z] ---> 84a0d5743371 [2020-07-30T07:22:12.100Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T07:22:12.100Z] Removing intermediate container b3609e08a831 [2020-07-30T07:22:12.100Z] ---> a94f29405ad7 [2020-07-30T07:22:12.100Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T07:22:12.674Z] ---> Using cache [2020-07-30T07:22:12.674Z] ---> bf4f5a8b4f9d [2020-07-30T07:22:12.674Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:22:12.674Z] ---> Using cache [2020-07-30T07:22:12.674Z] ---> bf4f5a8b4f9d [2020-07-30T07:22:12.674Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:22:12.674Z] ---> Using cache [2020-07-30T07:22:12.674Z] ---> 359d0cc77704 [2020-07-30T07:22:12.674Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T07:22:12.674Z] ---> Using cache [2020-07-30T07:22:12.674Z] ---> 359d0cc77704 [2020-07-30T07:22:12.674Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T07:22:12.674Z] Removing intermediate container fdd001a1a58e [2020-07-30T07:22:12.674Z] ---> ae65dac62c2d [2020-07-30T07:22:12.674Z] Step 28/29 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:22:12.935Z] ---> 0079024159b4 [2020-07-30T07:22:12.935Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:22:12.935Z] ---> Running in d22cbc597311 [2020-07-30T07:22:12.935Z] ---> Running in 92cecbe34aac [2020-07-30T07:22:12.935Z] ---> Running in ee6ec598d7db [2020-07-30T07:22:12.935Z] ---> Running in 3cf57730f076 [2020-07-30T07:22:12.935Z] ---> Running in 8c6359d55395 [2020-07-30T07:22:13.195Z] Removing intermediate container 92cecbe34aac [2020-07-30T07:22:13.195Z] ---> ce9fe9f07b41 [2020-07-30T07:22:13.195Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T07:22:13.458Z] Removing intermediate container 3cf57730f076 [2020-07-30T07:22:13.458Z] ---> f104bf5c99d6 [2020-07-30T07:22:13.458Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T07:22:13.458Z] Removing intermediate container 8c6359d55395 [2020-07-30T07:22:13.458Z] ---> dd0e43c0eeec [2020-07-30T07:22:13.458Z] Step 20/22 : LABEL arch=x86_64 [2020-07-30T07:22:13.720Z] ---> Running in f648988f624b [2020-07-30T07:22:13.720Z] ---> Running in 9b980e6802f7 [2020-07-30T07:22:13.720Z] ---> Running in 35c5702616e5 [2020-07-30T07:22:13.981Z] Removing intermediate container f648988f624b [2020-07-30T07:22:13.981Z] ---> 1c583191be56 [2020-07-30T07:22:13.981Z] Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:22:13.981Z] Removing intermediate container 9b980e6802f7 [2020-07-30T07:22:13.981Z] ---> 50eaa60cb63d [2020-07-30T07:22:13.981Z] [2020-07-30T07:22:13.981Z] Removing intermediate container 35c5702616e5 [2020-07-30T07:22:13.981Z] ---> 2cbea9e0f6b3 [2020-07-30T07:22:13.981Z] Step 21/22 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:22:13.981Z] ---> Running in 04225fa47354 [2020-07-30T07:22:13.981Z] Successfully built 50eaa60cb63d [2020-07-30T07:22:14.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2020-07-30T07:22:14.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-30T07:22:14.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-30T07:22:14.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements [2020-07-30T07:22:14.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:14.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:14.241Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-30T07:22:14.241Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-30T07:22:14.241Z] ---> Running in 1f09f4b53024 [2020-07-30T07:22:14.241Z] Removing intermediate container 04225fa47354 [2020-07-30T07:22:14.241Z] ---> 3f416ee133e6 [2020-07-30T07:22:14.241Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T07:22:14.241Z] ---> Running in 8e428da2b7b1 [2020-07-30T07:22:14.500Z] Removing intermediate container 1f09f4b53024 [2020-07-30T07:22:14.500Z] ---> d09c19d7edc8 [2020-07-30T07:22:14.500Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T07:22:14.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 55.9% of statements [2020-07-30T07:22:14.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-30T07:22:14.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-30T07:22:14.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-30T07:22:14.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-30T07:22:14.764Z] ---> Running in 324b224d6d6d [2020-07-30T07:22:14.764Z] Removing intermediate container 8e428da2b7b1 [2020-07-30T07:22:14.764Z] ---> df74e44830a9 [2020-07-30T07:22:14.764Z] [2020-07-30T07:22:14.764Z] Successfully built df74e44830a9 [2020-07-30T07:22:14.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:14.764Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-30T07:22:14.764Z] Building docker-support-notifications-go [2020-07-30T07:22:14.764Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:15.025Z] Removing intermediate container 324b224d6d6d [2020-07-30T07:22:15.025Z] ---> 03a38707ed34 [2020-07-30T07:22:15.025Z] [2020-07-30T07:22:15.025Z] Successfully built 03a38707ed34 [2020-07-30T07:22:15.025Z] Successfully tagged docker-core-data-go:latest [2020-07-30T07:22:15.025Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-07-30T07:22:15.306Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:22:15.306Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:22:15.306Z] OK: 12749 distinct packages available [2020-07-30T07:22:15.574Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:22:15.574Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:22:15.574Z] OK: 12749 distinct packages available [2020-07-30T07:22:16.145Z] OK: 233 MiB in 51 packages [2020-07-30T07:22:16.145Z] OK: 233 MiB in 51 packages [2020-07-30T07:22:16.717Z] OK: 233 MiB in 51 packages [2020-07-30T07:22:23.434Z] Removing intermediate container ee6ec598d7db [2020-07-30T07:22:23.434Z] Removing intermediate container d22cbc597311 [2020-07-30T07:22:23.434Z] ---> e32addad57a9 [2020-07-30T07:22:23.434Z] ---> e7c649770eaf [2020-07-30T07:22:23.434Z] Step 6/20 : COPY go.mod .Step 6/21 : COPY go.mod . [2020-07-30T07:22:23.434Z] [2020-07-30T07:22:25.998Z] ---> ab8e5534549f [2020-07-30T07:22:25.998Z] Step 7/21 : RUN go mod download [2020-07-30T07:22:25.998Z] ---> f0d632aad557 [2020-07-30T07:22:25.998Z] Step 7/20 : RUN go mod download [2020-07-30T07:22:27.926Z] ---> Running in a4321172636f [2020-07-30T07:22:27.926Z] ---> Running in 881b08f99006 [2020-07-30T07:22:34.564Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:22:34.564Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:22:34.564Z] ---> 84a0d5743371 [2020-07-30T07:22:34.564Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> bf4f5a8b4f9d [2020-07-30T07:22:34.564Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> 359d0cc77704 [2020-07-30T07:22:34.564Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T07:22:34.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:22:34.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:22:34.564Z] ---> 84a0d5743371 [2020-07-30T07:22:34.564Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> bf4f5a8b4f9d [2020-07-30T07:22:34.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> 359d0cc77704 [2020-07-30T07:22:34.564Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T07:22:34.564Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:22:34.564Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:22:34.564Z] ---> 84a0d5743371 [2020-07-30T07:22:34.564Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> bf4f5a8b4f9d [2020-07-30T07:22:34.564Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> 359d0cc77704 [2020-07-30T07:22:34.564Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> e32addad57a9 [2020-07-30T07:22:34.564Z] Step 6/21 : COPY go.mod . [2020-07-30T07:22:34.564Z] ---> Using cache [2020-07-30T07:22:34.564Z] ---> f0d632aad557 [2020-07-30T07:22:34.564Z] Step 7/21 : RUN go mod download [2020-07-30T07:22:35.521Z] ---> Running in 44476f1eccd3 [2020-07-30T07:22:35.521Z] ---> Running in da363c93cc86 [2020-07-30T07:22:35.521Z] ---> Running in be0f03ea30fd [2020-07-30T07:22:36.481Z] Removing intermediate container a4321172636f [2020-07-30T07:22:36.481Z] ---> 0d309fce5db4 [2020-07-30T07:22:36.481Z] Step 8/21 : COPY . . [2020-07-30T07:22:36.481Z] Removing intermediate container 881b08f99006 [2020-07-30T07:22:36.481Z] ---> 099ddd07003e [2020-07-30T07:22:36.481Z] Step 8/20 : COPY . . [2020-07-30T07:22:36.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:36.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:37.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:37.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:22:37.716Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:22:37.716Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:22:37.716Z] OK: 12749 distinct packages available [2020-07-30T07:22:37.978Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:22:37.978Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:22:37.978Z] OK: 12749 distinct packages available [2020-07-30T07:22:38.559Z] OK: 233 MiB in 51 packages [2020-07-30T07:22:39.165Z] OK: 233 MiB in 51 packages [2020-07-30T07:22:44.472Z] Removing intermediate container da363c93cc86 [2020-07-30T07:22:44.472Z] ---> 200c4fe9dce1 [2020-07-30T07:22:44.472Z] Step 8/21 : COPY . . [2020-07-30T07:22:51.069Z] Removing intermediate container be0f03ea30fd [2020-07-30T07:22:51.069Z] ---> 140910367042 [2020-07-30T07:22:51.069Z] Step 6/23 : COPY go.mod . [2020-07-30T07:22:51.650Z] Removing intermediate container 44476f1eccd3 [2020-07-30T07:22:51.650Z] ---> 5154bf792e7a [2020-07-30T07:22:51.650Z] Step 6/26 : COPY go.mod . [2020-07-30T07:22:55.867Z] ---> 01395d25245d [2020-07-30T07:22:55.867Z] Step 7/23 : RUN go mod download [2020-07-30T07:22:56.816Z] ---> efe0d0c1c2dc [2020-07-30T07:22:56.816Z] Step 7/26 : RUN go mod download [2020-07-30T07:22:57.763Z] ---> Running in 4346fcd93dee [2020-07-30T07:23:01.081Z] ---> Running in d4deee744f6a [2020-07-30T07:23:01.081Z] ---> 72e66c564b68 [2020-07-30T07:23:01.082Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T07:23:01.082Z] ---> 7095c5f7404d [2020-07-30T07:23:01.082Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.960s coverage: 86.3% of statements [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.900s coverage: 72.2% of statements [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.343s coverage: 72.1% of statements [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.022s coverage: 28.8% of statements [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.1% of statements [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements [2020-07-30T07:23:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.028s coverage: 43.1% of statements [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-30T07:23:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.068s coverage: 83.8% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.099s coverage: 46.1% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.172s coverage: 29.1% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-30T07:23:01.498Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-07-30T07:23:01.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-30T07:23:01.498Z] GO111MODULE=on go vet ./... [2020-07-30T07:23:01.670Z] ---> Running in 0533078b5ba1 [2020-07-30T07:23:01.671Z] ---> Running in 0441558d6f28 [2020-07-30T07:23:03.638Z] 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-30T07:23:03.638Z] 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-30T07:23:06.981Z] ---> d5131ca081d7 [2020-07-30T07:23:06.981Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T07:23:06.981Z] Removing intermediate container 4346fcd93dee [2020-07-30T07:23:06.981Z] ---> 9030ef5ef39f [2020-07-30T07:23:06.981Z] Step 8/23 : COPY . . [2020-07-30T07:23:06.981Z] ---> Running in 131c82611dbc [2020-07-30T07:23:06.981Z] Removing intermediate container d4deee744f6a [2020-07-30T07:23:06.981Z] ---> fd32d21740fc [2020-07-30T07:23:06.981Z] Step 8/26 : COPY . . [2020-07-30T07:23:08.436Z] 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-30T07:23:16.598Z] gofmt -l . [2020-07-30T07:23:18.567Z] [ "`gofmt -l .`" = "" ] [2020-07-30T07:23:20.526Z] ./bin/test-go-mod-tidy.sh [2020-07-30T07:23:21.121Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-30T07:23:25.160Z] + ls -al . [2020-07-30T07:23:25.160Z] total 588 [2020-07-30T07:23:25.160Z] drwxrwxr-x 10 1001 1001 4096 Jul 30 07:23 . [2020-07-30T07:23:25.160Z] drwxr-xr-x 4 root root 4096 Jul 30 07:20 .. [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 11 Jul 30 07:19 .dockerignore [2020-07-30T07:23:25.160Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 07:19 .git [2020-07-30T07:23:25.160Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 07:19 .github [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 932 Jul 30 07:19 .gitignore [2020-07-30T07:23:25.160Z] drwxrwxr-x 3 1001 1001 4096 Jul 30 07:19 .semver [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 166 Jul 30 07:19 .sonarcloud.properties [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 3804 Jul 30 07:19 CONTRIBUTING.md [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 1035 Jul 30 07:19 Dockerfile.build [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 865 Jul 30 07:19 Jenkinsfile [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 10775 Jul 30 07:19 LICENSE [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 6237 Jul 30 07:19 Makefile [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 5652 Jul 30 07:19 README.md [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 7111 Jul 30 07:19 SECURITY.md [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 5 Jul 30 07:16 VERSION [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 4131 Jul 30 07:19 ZMQWindows.md [2020-07-30T07:23:25.160Z] drwxrwxr-x 2 1001 1001 4096 Jul 30 07:19 bin [2020-07-30T07:23:25.160Z] drwxrwxr-x 15 1001 1001 4096 Jul 30 07:19 cmd [2020-07-30T07:23:25.160Z] -rw-r--r-- 1 root root 455496 Jul 30 07:22 coverage.out [2020-07-30T07:23:25.160Z] -rw-r--r-- 1 root root 1019 Jul 30 07:23 go.mod [2020-07-30T07:23:25.160Z] -rw-r--r-- 1 root root 18146 Jul 30 07:23 go.sum [2020-07-30T07:23:25.160Z] drwxrwxr-x 8 1001 1001 4096 Jul 30 07:19 internal [2020-07-30T07:23:25.160Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 07:19 openapi [2020-07-30T07:23:25.160Z] drwxrwxr-x 4 1001 1001 4096 Jul 30 07:19 snap [2020-07-30T07:23:25.160Z] -rw-rw-r-- 1 1001 1001 168 Jul 30 07:19 version.go [Pipeline] sh [2020-07-30T07:23:25.823Z] + '[' -e coverage.out ] [2020-07-30T07:23:25.823Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-30T07:23:25.879Z] Warning: overwriting stash ‘coverage-report’ [2020-07-30T07:23:26.969Z] Stashed 1 file(s) [Pipeline] sh [2020-07-30T07:23:27.642Z] + make build [2020-07-30T07:23:27.643Z] 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-30T07:23:41.368Z] ---> d146f141c2ca [2020-07-30T07:23:41.368Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T07:23:41.368Z] ---> 8f359af3d8b7 [2020-07-30T07:23:41.368Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T07:23:41.368Z] ---> Running in 44300861e478 [2020-07-30T07:23:41.368Z] ---> Running in 1bae2dc1a643 [2020-07-30T07:23:41.368Z] Removing intermediate container 0441558d6f28 [2020-07-30T07:23:41.368Z] ---> f0de3d034735 [2020-07-30T07:23:41.368Z] [2020-07-30T07:23:41.368Z] Step 10/21 : FROM scratch [2020-07-30T07:23:41.368Z] ---> [2020-07-30T07:23:41.368Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T07:23:41.368Z] 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-30T07:23:41.368Z] 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-30T07:23:41.368Z] ---> Running in d682d608f493 [2020-07-30T07:23:41.961Z] Removing intermediate container d682d608f493 [2020-07-30T07:23:41.961Z] ---> 76866400d6d2 [2020-07-30T07:23:41.961Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T07:23:41.961Z] Removing intermediate container 0533078b5ba1 [2020-07-30T07:23:41.961Z] ---> 157a554104ef [2020-07-30T07:23:41.961Z] [2020-07-30T07:23:41.961Z] Step 10/20 : FROM scratch [2020-07-30T07:23:41.961Z] ---> [2020-07-30T07:23:41.961Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:23:42.923Z] ---> Using cache [2020-07-30T07:23:42.923Z] ---> 7fc6a5d9c33d [2020-07-30T07:23:42.923Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T07:23:42.923Z] ---> Running in adb7bfaadedf [2020-07-30T07:23:43.504Z] Removing intermediate container 131c82611dbc [2020-07-30T07:23:43.504Z] ---> 666e34cf6bc2 [2020-07-30T07:23:43.504Z] [2020-07-30T07:23:43.504Z] Step 10/21 : FROM scratch [2020-07-30T07:23:43.504Z] ---> [2020-07-30T07:23:43.504Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:23:43.504Z] ---> Using cache [2020-07-30T07:23:43.504Z] ---> 7fc6a5d9c33d [2020-07-30T07:23:43.504Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T07:23:43.504Z] ---> Running in 8fb195011e78 [2020-07-30T07:23:44.087Z] ---> Running in e1ea027734f6 [2020-07-30T07:23:44.087Z] Removing intermediate container adb7bfaadedf [2020-07-30T07:23:44.087Z] ---> e311b161a583 [2020-07-30T07:23:44.087Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T07:23:44.087Z] Removing intermediate container 8fb195011e78 [2020-07-30T07:23:44.087Z] ---> 1685418b3bf8 [2020-07-30T07:23:44.087Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T07:23:44.354Z] ---> Running in aaf85b839373 [2020-07-30T07:23:44.354Z] ---> Running in ac094907b314 [2020-07-30T07:23:44.354Z] Removing intermediate container e1ea027734f6 [2020-07-30T07:23:44.354Z] ---> 2e1d2414a8eb [2020-07-30T07:23:44.354Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T07:23:44.615Z] ---> Running in cf2377ce7378 [2020-07-30T07:23:44.882Z] Removing intermediate container aaf85b839373 [2020-07-30T07:23:44.882Z] ---> f5f817249f3a [2020-07-30T07:23:44.882Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T07:23:44.882Z] Removing intermediate container ac094907b314 [2020-07-30T07:23:44.882Z] ---> c037500c63b4 [2020-07-30T07:23:44.882Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T07:23:45.156Z] Removing intermediate container cf2377ce7378 [2020-07-30T07:23:45.156Z] ---> 23db65c3e88f [2020-07-30T07:23:45.156Z] Step 14/21 : WORKDIR / [2020-07-30T07:23:45.156Z] ---> Running in 8ae42c41988a [2020-07-30T07:23:45.419Z] ---> e2dd6eec9cbc [2020-07-30T07:23:45.419Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T07:23:45.419Z] ---> d9d227e2836f [2020-07-30T07:23:45.419Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T07:23:45.686Z] Removing intermediate container 8ae42c41988a [2020-07-30T07:23:45.686Z] ---> 8bc7d450679d [2020-07-30T07:23:45.686Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T07:23:45.992Z] 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-30T07:23:47.082Z] ---> 35d971801016 [2020-07-30T07:23:47.082Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T07:23:47.082Z] ---> 0e0de40f431d [2020-07-30T07:23:47.082Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T07:23:47.082Z] ---> f7f46d5a1d71 [2020-07-30T07:23:47.082Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T07:23:49.039Z] ---> 1d2d6c302562 [2020-07-30T07:23:49.039Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:23:49.039Z] ---> c1182128f312 [2020-07-30T07:23:49.039Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T07:23:49.039Z] ---> 4d5ad20cca0c [2020-07-30T07:23:49.039Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T07:23:49.039Z] ---> Running in 138cda403418 [2020-07-30T07:23:49.632Z] Removing intermediate container 138cda403418 [2020-07-30T07:23:49.632Z] ---> 9b4ffd8f2eae [2020-07-30T07:23:49.632Z] Step 18/20 : LABEL arch=x86_64 [2020-07-30T07:23:49.632Z] ---> ea7ca4148c35 [2020-07-30T07:23:49.632Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:23:49.632Z] ---> Running in 76dba5de0acd [2020-07-30T07:23:49.900Z] ---> 7ed105a3dbac [2020-07-30T07:23:49.900Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:23:49.900Z] ---> Running in 857ca7fe7eb4 [2020-07-30T07:23:49.900Z] ---> Running in 5702ff4ab2da [2020-07-30T07:23:50.168Z] Removing intermediate container 76dba5de0acd [2020-07-30T07:23:50.168Z] ---> 9a03218baea3 [2020-07-30T07:23:50.168Z] Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:23:50.431Z] Removing intermediate container 857ca7fe7eb4 [2020-07-30T07:23:50.431Z] ---> 328fdbbe2d61 [2020-07-30T07:23:50.431Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T07:23:50.431Z] ---> Running in f00e780aa3f6 [2020-07-30T07:23:50.431Z] Removing intermediate container 5702ff4ab2da [2020-07-30T07:23:50.431Z] ---> da77e15885d5 [2020-07-30T07:23:50.431Z] Step 19/21 : LABEL arch=x86_64 [2020-07-30T07:23:50.431Z] ---> Running in 27b2951d2ad1 [2020-07-30T07:23:50.693Z] ---> Running in 845c4184cf9c [2020-07-30T07:23:50.693Z] Removing intermediate container f00e780aa3f6 [2020-07-30T07:23:50.693Z] ---> e22e3469eff4 [2020-07-30T07:23:50.693Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T07:23:50.959Z] ---> Running in b0e57d2a8a67 [2020-07-30T07:23:51.231Z] Removing intermediate container 27b2951d2ad1 [2020-07-30T07:23:51.231Z] ---> be665a2b620a [2020-07-30T07:23:51.231Z] Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:23:51.231Z] Removing intermediate container 845c4184cf9c [2020-07-30T07:23:51.231Z] ---> 77f4c2c143c9 [2020-07-30T07:23:51.231Z] Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:23:51.231Z] ---> Running in 158ebfdb424b [2020-07-30T07:23:51.231Z] ---> Running in fdaf58100ad1 [2020-07-30T07:23:51.500Z] Removing intermediate container b0e57d2a8a67 [2020-07-30T07:23:51.500Z] ---> cbf1feca3944 [2020-07-30T07:23:51.500Z] [2020-07-30T07:23:51.770Z] Removing intermediate container fdaf58100ad1 [2020-07-30T07:23:51.770Z] ---> f86189df93d0 [2020-07-30T07:23:51.770Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T07:23:51.770Z] Successfully built cbf1feca3944 [2020-07-30T07:23:51.770Z] Removing intermediate container 158ebfdb424b [2020-07-30T07:23:51.770Z] ---> d1fc0badee36 [2020-07-30T07:23:51.770Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T07:23:51.770Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-30T07:23:52.040Z]  Building docker-support-scheduler-go ... done  ---> Running in cb56a19688e8 [2020-07-30T07:23:52.040Z] ---> Running in 0f3ed4abfb8b [2020-07-30T07:23:52.319Z] Removing intermediate container cb56a19688e8 [2020-07-30T07:23:52.320Z] ---> a95639b1e7ad [2020-07-30T07:23:52.320Z] [2020-07-30T07:23:52.320Z] Successfully built a95639b1e7ad [2020-07-30T07:23:52.320Z] Removing intermediate container 0f3ed4abfb8b [2020-07-30T07:23:52.320Z] ---> 19a36e5444d2 [2020-07-30T07:23:52.320Z] [2020-07-30T07:23:52.320Z] Successfully tagged docker-support-logging-go:latest [2020-07-30T07:23:52.588Z]  Building docker-support-logging-go ... done Successfully built 19a36e5444d2 [2020-07-30T07:23:52.588Z] Successfully tagged docker-core-command-go:latest [2020-07-30T07:23:57.944Z]  Building docker-core-command-go ... done Removing intermediate container 44300861e478 [2020-07-30T07:23:57.944Z] ---> 1eb496802da7 [2020-07-30T07:23:57.944Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T07:23:57.944Z] ---> Running in fc28caa00398 [2020-07-30T07:23:57.944Z] 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-30T07:23:58.366Z] 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-30T07:23:59.860Z] Removing intermediate container 1bae2dc1a643 [2020-07-30T07:23:59.860Z] ---> 3dd399b3bf9d [2020-07-30T07:23:59.860Z] [2020-07-30T07:23:59.860Z] Step 10/23 : FROM scratch [2020-07-30T07:23:59.860Z] ---> [2020-07-30T07:23:59.860Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T07:23:59.860Z] ---> Using cache [2020-07-30T07:23:59.860Z] ---> 76866400d6d2 [2020-07-30T07:23:59.860Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T07:23:59.860Z] ---> Running in 21e9d7cb01d0 [2020-07-30T07:23:59.860Z] Removing intermediate container 21e9d7cb01d0 [2020-07-30T07:23:59.860Z] ---> 5ea602563eed [2020-07-30T07:23:59.860Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T07:23:59.860Z] ---> Running in 785370ec15bf [2020-07-30T07:24:00.121Z] Removing intermediate container 785370ec15bf [2020-07-30T07:24:00.121Z] ---> 0a153756f984 [2020-07-30T07:24:00.121Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T07:24:00.381Z] ---> 4d5574bf9dda [2020-07-30T07:24:00.381Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T07:24:00.381Z] Removing intermediate container fc28caa00398 [2020-07-30T07:24:00.381Z] ---> 64aacc9fa58b [2020-07-30T07:24:00.381Z] [2020-07-30T07:24:00.381Z] Step 11/26 : FROM docker:latest [2020-07-30T07:24:00.381Z] ---> 81f5749c9058 [2020-07-30T07:24:00.381Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T07:24:00.381Z] ---> Running in a9ebe082bc55 [2020-07-30T07:24:00.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:24:00.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:24:01.218Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T07:24:01.218Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T07:24:01.218Z] Executing bash-5.0.17-r0.post-install [2020-07-30T07:24:01.218Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:24:01.218Z] OK: 12 MiB in 22 packages [2020-07-30T07:24:01.482Z] ---> b675d2db922a [2020-07-30T07:24:01.482Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T07:24:02.056Z] Removing intermediate container a9ebe082bc55 [2020-07-30T07:24:02.056Z] ---> a480135407b2 [2020-07-30T07:24:02.056Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T07:24:02.056Z] ---> Running in fb931c80560e [2020-07-30T07:24:02.056Z] ---> 5ccb0cf3a06d [2020-07-30T07:24:02.056Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T07:24:02.316Z] ---> dd92ab7a6a97 [2020-07-30T07:24:02.316Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T07:24:02.663Z] 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-30T07:24:02.889Z] ---> 80e902c0dcea [2020-07-30T07:24:02.889Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T07:24:02.889Z] Removing intermediate container fb931c80560e [2020-07-30T07:24:02.889Z] ---> 464b6fccded4 [2020-07-30T07:24:02.889Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T07:24:04.274Z] ---> Running in e7b9c9f83cf8 [2020-07-30T07:24:04.274Z] ---> dc381035433a [2020-07-30T07:24:04.274Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:24:04.274Z] ---> Running in 68c7902c29c4 [2020-07-30T07:24:04.274Z] Removing intermediate container e7b9c9f83cf8 [2020-07-30T07:24:04.274Z] ---> 66e6809b7290 [2020-07-30T07:24:04.274Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T07:24:04.534Z] ---> Running in 7cba894e3538 [2020-07-30T07:24:04.534Z] Removing intermediate container 68c7902c29c4 [2020-07-30T07:24:04.534Z] ---> 0605ff3f080a [2020-07-30T07:24:04.534Z] Step 21/23 : LABEL arch=x86_64 [2020-07-30T07:24:04.801Z] ---> Running in 6eb836ebac16 [2020-07-30T07:24:04.801Z] Removing intermediate container 7cba894e3538 [2020-07-30T07:24:04.801Z] ---> f968785f85bc [2020-07-30T07:24:04.801Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T07:24:04.801Z] ---> Running in 361c10f2b661 [2020-07-30T07:24:04.801Z] Removing intermediate container 6eb836ebac16 [2020-07-30T07:24:04.801Z] ---> 1baa8e33d9a1 [2020-07-30T07:24:04.801Z] Step 22/23 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:24:05.062Z] ---> Running in 9d2e406f139c [2020-07-30T07:24:05.062Z] Removing intermediate container 361c10f2b661 [2020-07-30T07:24:05.062Z] ---> 803b60ad92fd [2020-07-30T07:24:05.062Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T07:24:05.062Z] Removing intermediate container 9d2e406f139c [2020-07-30T07:24:05.062Z] ---> b3e2bb43e20c [2020-07-30T07:24:05.062Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T07:24:05.322Z] ---> Running in d1351b67c121 [2020-07-30T07:24:05.587Z] Removing intermediate container d1351b67c121 [2020-07-30T07:24:05.587Z] ---> 1fdd06b58dae [2020-07-30T07:24:05.587Z] [2020-07-30T07:24:05.587Z] ---> 997d4a4b952a [2020-07-30T07:24:05.587Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T07:24:05.587Z] Successfully built 1fdd06b58dae [2020-07-30T07:24:05.587Z] Successfully tagged docker-support-notifications-go:latest [2020-07-30T07:24:05.847Z]  Building docker-support-notifications-go ... done  ---> 6848f2144017 [2020-07-30T07:24:05.847Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T07:24:06.108Z] ---> 5a2f8623558f [2020-07-30T07:24:06.108Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T07:24:06.108Z] ---> Running in 540d6fbe3617 [2020-07-30T07:24:06.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:24:06.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:24:06.630Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T07:24:06.630Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T07:24:06.630Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T07:24:06.630Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T07:24:06.630Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T07:24:06.630Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T07:24:06.630Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T07:24:07.570Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T07:24:07.570Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T07:24:07.570Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T07:24:07.570Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T07:24:07.570Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T07:24:07.570Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T07:24:07.570Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T07:24:07.830Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T07:24:07.830Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T07:24:07.830Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T07:24:07.830Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T07:24:07.830Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T07:24:07.830Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T07:24:07.830Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T07:24:07.830Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T07:24:07.830Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T07:24:07.830Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T07:24:07.831Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T07:24:07.831Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T07:24:07.831Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T07:24:07.831Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T07:24:07.831Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T07:24:07.831Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T07:24:07.831Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T07:24:07.831Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T07:24:07.831Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T07:24:08.059Z] 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-30T07:24:08.094Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:24:08.094Z] OK: 71 MiB in 55 packages [2020-07-30T07:24:13.443Z] 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-30T07:24:15.409Z] 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-30T07:24:18.097Z] Removing intermediate container 540d6fbe3617 [2020-07-30T07:24:18.097Z] ---> 8f869c08971e [2020-07-30T07:24:18.097Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T07:24:18.097Z] ---> Running in fd8eb82b372d [2020-07-30T07:24:19.038Z] Collecting docker-compose==1.23.2 [2020-07-30T07:24:19.038Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T07:24:19.298Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T07:24:19.298Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T07:24:19.558Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T07:24:19.558Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T07:24:20.138Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T07:24:20.138Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T07:24:20.138Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T07:24:20.138Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T07:24:20.710Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T07:24:20.710Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T07:24:20.971Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T07:24:20.971Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T07:24:20.971Z] 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-30T07:24:20.971Z] Collecting PyYAML<4,>=3.10 [2020-07-30T07:24:20.971Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T07:24:21.130Z] 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-30T07:24:21.912Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T07:24:21.912Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T07:24:21.912Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T07:24:21.912Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T07:24:22.483Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T07:24:22.484Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T07:24:22.484Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T07:24:22.484Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T07:24:22.484Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-30T07:24:22.744Z] Collecting idna<2.8,>=2.5 [2020-07-30T07:24:22.744Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T07:24:22.744Z] 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-30T07:24:22.744Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T07:24:22.744Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T07:24:22.744Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T07:24:22.744Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T07:24:22.744Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, cached-property, jsonschema, PyYAML, docopt, docker-compose [2020-07-30T07:24:23.005Z] Attempting uninstall: urllib3 [2020-07-30T07:24:23.005Z] Found existing installation: urllib3 1.25.9 [2020-07-30T07:24:23.005Z] Uninstalling urllib3-1.25.9: [2020-07-30T07:24:23.005Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T07:24:23.266Z] Attempting uninstall: idna [2020-07-30T07:24:23.266Z] Found existing installation: idna 2.9 [2020-07-30T07:24:23.266Z] Uninstalling idna-2.9: [2020-07-30T07:24:23.266Z] Successfully uninstalled idna-2.9 [2020-07-30T07:24:23.266Z] Attempting uninstall: requests [2020-07-30T07:24:23.266Z] Found existing installation: requests 2.23.0 [2020-07-30T07:24:23.266Z] Uninstalling requests-2.23.0: [2020-07-30T07:24:23.526Z] Successfully uninstalled requests-2.23.0 [2020-07-30T07:24:23.787Z] Running setup.py install for texttable: started [2020-07-30T07:24:24.357Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T07:24:24.357Z] Running setup.py install for dockerpty: started [2020-07-30T07:24:24.616Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T07:24:24.882Z] Running setup.py install for PyYAML: started [2020-07-30T07:24:25.435Z] 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-30T07:24:25.459Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T07:24:25.459Z] Running setup.py install for docopt: started [2020-07-30T07:24:25.719Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T07:24:25.979Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-30T07:24:28.610Z] Removing intermediate container fd8eb82b372d [2020-07-30T07:24:28.610Z] ---> 3a5ca8ba55a7 [2020-07-30T07:24:28.610Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T07:24:28.610Z] ---> Running in c54afb7515fc [2020-07-30T07:24:29.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-30T07:24:29.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-30T07:24:29.440Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T07:24:29.440Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T07:24:29.440Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T07:24:29.440Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:24:29.440Z] OK: 72 MiB in 58 packages [2020-07-30T07:24:29.705Z] Removing intermediate container c54afb7515fc [2020-07-30T07:24:29.705Z] ---> e10fc9aa7b14 [2020-07-30T07:24:29.705Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:24:29.705Z] ---> Running in c3fa9d683c86 [2020-07-30T07:24:29.726Z] 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-30T07:24:29.967Z] Removing intermediate container c3fa9d683c86 [2020-07-30T07:24:29.967Z] ---> 2b47d0c5ad66 [2020-07-30T07:24:29.967Z] Step 24/26 : LABEL arch=x86_64 [2020-07-30T07:24:29.967Z] ---> Running in bf75ab778d5f [2020-07-30T07:24:30.228Z] Removing intermediate container bf75ab778d5f [2020-07-30T07:24:30.228Z] ---> da82893721c2 [2020-07-30T07:24:30.228Z] Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:24:30.228Z] ---> Running in 57fba2a279cd [2020-07-30T07:24:30.490Z] Removing intermediate container 57fba2a279cd [2020-07-30T07:24:30.490Z] ---> 9c22afac2108 [2020-07-30T07:24:30.490Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T07:24:30.490Z] ---> Running in cec85a4b42b5 [2020-07-30T07:24:30.751Z] Removing intermediate container cec85a4b42b5 [2020-07-30T07:24:30.751Z] ---> d46fd184c8cb [2020-07-30T07:24:30.751Z] [2020-07-30T07:24:30.751Z] Successfully built d46fd184c8cb [2020-07-30T07:24:30.751Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-30T07:24:32.158Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-30T07:24:32.200Z] $ docker stop --time=1 bdaef92a45fc4370b9a31aeb384442da8c44dadf4141e8f893bb5cbf98c6710e [2020-07-30T07:24:33.904Z] $ docker rm -f bdaef92a45fc4370b9a31aeb384442da8c44dadf4141e8f893bb5cbf98c6710e [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T07:24:34.408Z] + docker images [2020-07-30T07:24:34.409Z] + grep docker [2020-07-30T07:24:34.409Z] docker-sys-mgmt-agent-go latest d46fd184c8cb 4 seconds ago 284MB [2020-07-30T07:24:34.409Z] docker-support-notifications-go latest 1fdd06b58dae 29 seconds ago 14.4MB [2020-07-30T07:24:34.409Z] docker-core-command-go latest 19a36e5444d2 42 seconds ago 13MB [2020-07-30T07:24:34.409Z] docker-support-logging-go latest a95639b1e7ad 43 seconds ago 11.8MB [2020-07-30T07:24:34.409Z] docker-support-scheduler-go latest cbf1feca3944 43 seconds ago 13.1MB [2020-07-30T07:24:34.409Z] docker-security-secretstore-setup-go latest df74e44830a9 2 minutes ago 33.9MB [2020-07-30T07:24:34.409Z] docker-core-data-go latest 03a38707ed34 2 minutes ago 23.8MB [2020-07-30T07:24:34.409Z] docker-security-secrets-setup-go latest 50eaa60cb63d 2 minutes ago 25.1MB [2020-07-30T07:24:34.409Z] docker-core-metadata-go latest 20b0cce2b055 2 minutes ago 14.4MB [2020-07-30T07:24:34.409Z] docker-security-proxy-setup-go latest a67b9b88a72f 2 minutes ago 16.4MB [2020-07-30T07:24:34.409Z] 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-30T07:24:35.107Z] 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-30T07:24:39.403Z] 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-30T07:24:43.692Z] 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-30T07:24:47.996Z] $ docker stop --time=1 09fb375acf9ae3d2d3317361536657fbfe6909f2f2e933886dfb7b8960338056 [2020-07-30T07:24:50.409Z] $ docker rm -f 09fb375acf9ae3d2d3317361536657fbfe6909f2f2e933886dfb7b8960338056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:24:52.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T07:24:52.327Z] [2020-07-30T07:24:52.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:24:52.695Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T07:24:52.968Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-30T07:24:52.968Z] 29e5d40040c1: Pulling fs layer [2020-07-30T07:24:52.968Z] 1ce36da41761: Pulling fs layer [2020-07-30T07:24:52.968Z] 25b303627fd3: Pulling fs layer [2020-07-30T07:24:52.968Z] 29e5d40040c1: Verifying Checksum [2020-07-30T07:24:52.968Z] 29e5d40040c1: Download complete [2020-07-30T07:24:53.571Z] 29e5d40040c1: Pull complete [2020-07-30T07:24:54.163Z] 1ce36da41761: Verifying Checksum [2020-07-30T07:24:54.163Z] 1ce36da41761: Download complete [2020-07-30T07:24:55.138Z] 25b303627fd3: Verifying Checksum [2020-07-30T07:24:55.138Z] 25b303627fd3: Download complete [2020-07-30T07:24:55.138Z] 1ce36da41761: Pull complete [2020-07-30T07:25:05.275Z] 25b303627fd3: Pull complete [2020-07-30T07:25:05.275Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-30T07:25:05.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T07:25:05.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-30T07:25:05.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-1544 does not seem to be running inside a container [2020-07-30T07:25:05.581Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-30T07:25:09.197Z] $ docker top b3bfced6d124a905916fa06f73f3216d504e81f834fb4bd26ad53dfdc8ed9e24 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T07:25:10.567Z] + docker-compose build --help [2020-07-30T07:25:10.567Z] + grep parallel [2020-07-30T07:25:13.938Z] --parallel Build images in parallel. [Pipeline] } [2020-07-30T07:25:14.221Z] $ docker stop --time=1 b3bfced6d124a905916fa06f73f3216d504e81f834fb4bd26ad53dfdc8ed9e24 [2020-07-30T07:25:16.211Z] $ docker rm -f b3bfced6d124a905916fa06f73f3216d504e81f834fb4bd26ad53dfdc8ed9e24 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:25:17.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-30T07:25:17.005Z] . [Pipeline] withDockerContainer [2020-07-30T07:25:17.270Z] prd-ubuntu18.04-docker-arm64-4c-16g-1544 does not seem to be running inside a container [2020-07-30T07:25:17.337Z] $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-30T07:25:18.764Z] $ docker top 7e0edf278e7d53c7107914e7eea5c0bae37ffc108855999fd6ebc151fdeb6b2a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-30T07:25:19.743Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-30T07:25:23.109Z] Building docker-core-command-go ... [2020-07-30T07:25:23.109Z] Building docker-core-data-go ... [2020-07-30T07:25:23.109Z] Building docker-core-metadata-go ... [2020-07-30T07:25:23.109Z] Building docker-security-proxy-setup-go ... [2020-07-30T07:25:23.109Z] Building docker-security-secrets-setup-go ... [2020-07-30T07:25:23.109Z] Building docker-security-secretstore-setup-go ... [2020-07-30T07:25:23.109Z] Building docker-support-logging-go ... [2020-07-30T07:25:23.109Z] Building docker-support-notifications-go ... [2020-07-30T07:25:23.109Z] Building docker-support-scheduler-go ... [2020-07-30T07:25:23.109Z] Building docker-sys-mgmt-agent-go ... [2020-07-30T07:25:23.109Z] Building docker-security-secretstore-setup-go [2020-07-30T07:25:23.109Z] Building docker-core-command-go [2020-07-30T07:25:23.109Z] Building docker-security-secrets-setup-go [2020-07-30T07:25:23.109Z] Building docker-support-notifications-go [2020-07-30T07:25:23.109Z] Building docker-sys-mgmt-agent-go [2020-07-30T07:27:29.930Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:27:29.930Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:27:29.930Z] ---> 6e42d3d0f50f [2020-07-30T07:27:29.930Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T07:27:29.930Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:27:29.930Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-30T07:27:29.930Z] ---> 6e42d3d0f50f [2020-07-30T07:27:29.930Z] Step 3/29 : WORKDIR /edgex-go [2020-07-30T07:27:29.930Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:27:29.930Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:27:29.930Z] ---> 6e42d3d0f50f [2020-07-30T07:27:29.930Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T07:27:29.930Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:27:29.930Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:27:29.930Z] ---> 6e42d3d0f50f [2020-07-30T07:27:29.930Z] Step 3/23 : WORKDIR /edgex-go [2020-07-30T07:27:29.930Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:27:29.930Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:27:29.930Z] ---> 6e42d3d0f50f [2020-07-30T07:27:29.930Z] Step 3/26 : WORKDIR /edgex-go [2020-07-30T07:27:29.930Z] ---> Running in ed955ab47dfe [2020-07-30T07:27:29.930Z] ---> Running in 7dac778dfaac [2020-07-30T07:27:29.930Z] ---> Running in 531efb8e6830 [2020-07-30T07:27:29.930Z] ---> Running in b684ce9ecf7d [2020-07-30T07:27:29.930Z] ---> Running in b4df9c993819 [2020-07-30T07:27:29.930Z] Removing intermediate container 531efb8e6830 [2020-07-30T07:27:29.930Z] ---> 44f08926eefa [2020-07-30T07:27:29.930Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:27:29.930Z] Removing intermediate container b684ce9ecf7d [2020-07-30T07:27:29.930Z] ---> 4dd6167b49a1 [2020-07-30T07:27:29.930Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:27:29.930Z] Removing intermediate container 7dac778dfaac [2020-07-30T07:27:29.930Z] Removing intermediate container b4df9c993819 [2020-07-30T07:27:29.930Z] ---> b131095156e4 [2020-07-30T07:27:29.930Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:27:29.930Z] ---> a481261e103b [2020-07-30T07:27:29.930Z] Step 4/29 : RUN apk update && apk add make git [2020-07-30T07:27:29.930Z] Removing intermediate container ed955ab47dfe [2020-07-30T07:27:29.930Z] ---> 2b964b24d256 [2020-07-30T07:27:29.930Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:27:29.930Z] ---> Running in 44a3b768a735 [2020-07-30T07:27:29.930Z] ---> Running in 9d88fc7986a3 [2020-07-30T07:27:29.930Z] ---> Running in 7452390805e0 [2020-07-30T07:27:29.930Z] ---> Running in 25e84cb48520 [2020-07-30T07:27:29.930Z] ---> Running in 68b0c9b1f389 [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] Removing intermediate container 44a3b768a735 [2020-07-30T07:27:29.930Z] ---> bd402279877a [2020-07-30T07:27:29.930Z] Step 5/26 : RUN apk update && apk add make git [2020-07-30T07:27:29.930Z] ---> Running in 54f81cd52bc6 [2020-07-30T07:27:29.930Z] Removing intermediate container 9d88fc7986a3 [2020-07-30T07:27:29.930Z] ---> 1aa017dca009 [2020-07-30T07:27:29.930Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T07:27:29.930Z] Removing intermediate container 7452390805e0 [2020-07-30T07:27:29.930Z] ---> 640525c6d194 [2020-07-30T07:27:29.930Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-30T07:27:29.930Z] ---> Running in c33c7eb46f0b [2020-07-30T07:27:29.930Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:27:29.930Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:27:29.930Z] OK: 12620 distinct packages available [2020-07-30T07:27:29.930Z] ---> Running in f31c354ff932 [2020-07-30T07:27:29.930Z] Removing intermediate container 68b0c9b1f389 [2020-07-30T07:27:29.930Z] ---> 369fc9be154a [2020-07-30T07:27:29.930Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-30T07:27:29.930Z] ---> Running in 6f6b4527ea15 [2020-07-30T07:27:29.930Z] OK: 217 MiB in 51 packages [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] Removing intermediate container 25e84cb48520 [2020-07-30T07:27:29.930Z] ---> fdbf2394839b [2020-07-30T07:27:29.930Z] Step 5/29 : COPY go.mod . [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:27:29.930Z] ---> 1846142e1ff7 [2020-07-30T07:27:29.930Z] Step 6/29 : RUN go mod download [2020-07-30T07:27:29.930Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:27:29.930Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:27:29.930Z] OK: 12620 distinct packages available [2020-07-30T07:27:29.930Z] ---> Running in 54815ccd04f6 [2020-07-30T07:27:29.930Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:27:29.930Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:27:29.930Z] OK: 12620 distinct packages available [2020-07-30T07:27:29.930Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:27:29.930Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:27:29.930Z] OK: 12620 distinct packages available [2020-07-30T07:27:29.930Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:27:29.930Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:27:29.930Z] OK: 12620 distinct packages available [2020-07-30T07:27:29.930Z] OK: 217 MiB in 51 packages [2020-07-30T07:27:30.529Z] OK: 217 MiB in 51 packages [2020-07-30T07:27:30.808Z] OK: 217 MiB in 51 packages [2020-07-30T07:27:30.808Z] OK: 217 MiB in 51 packages [2020-07-30T07:27:32.263Z] Removing intermediate container 54f81cd52bc6 [2020-07-30T07:27:32.263Z] ---> 8f02ceeaeb29 [2020-07-30T07:27:32.263Z] Step 6/26 : COPY go.mod . [2020-07-30T07:27:32.263Z] Removing intermediate container c33c7eb46f0b [2020-07-30T07:27:32.263Z] ---> eed3cf53e880 [2020-07-30T07:27:32.263Z] Step 6/21 : COPY go.mod . [2020-07-30T07:27:32.541Z] Removing intermediate container f31c354ff932 [2020-07-30T07:27:32.541Z] ---> fb6febca3eae [2020-07-30T07:27:32.541Z] Step 6/26 : COPY go.mod . [2020-07-30T07:27:32.816Z] Removing intermediate container 6f6b4527ea15 [2020-07-30T07:27:32.816Z] ---> 44238bc8c176 [2020-07-30T07:27:32.816Z] Step 6/23 : COPY go.mod . [2020-07-30T07:27:33.089Z] ---> e1c9b5b6c3fa [2020-07-30T07:27:33.089Z] Step 7/26 : RUN go mod download [2020-07-30T07:27:33.361Z] ---> Running in 12b4cf07ec9c [2020-07-30T07:27:33.633Z] ---> d7b826b30150 [2020-07-30T07:27:33.633Z] Step 7/21 : RUN go mod download [2020-07-30T07:27:33.633Z] ---> 46d28db9f687 [2020-07-30T07:27:33.633Z] Step 7/26 : RUN go mod download [2020-07-30T07:27:33.633Z] Removing intermediate container 54815ccd04f6 [2020-07-30T07:27:33.633Z] ---> 462d95c5d33d [2020-07-30T07:27:33.633Z] Step 7/29 : COPY . . [2020-07-30T07:27:33.914Z] ---> Running in a770dbdd752f [2020-07-30T07:27:33.914Z] ---> 474396b68fa7 [2020-07-30T07:27:33.914Z] Step 7/23 : RUN go mod download [2020-07-30T07:27:33.914Z] ---> Running in c525f26017c8 [2020-07-30T07:27:34.193Z] ---> Running in 1436bac45d29 [2020-07-30T07:27:40.916Z] Removing intermediate container 12b4cf07ec9c [2020-07-30T07:27:40.916Z] ---> 46c65b3677df [2020-07-30T07:27:40.916Z] Step 8/26 : COPY . . [2020-07-30T07:27:41.513Z] Removing intermediate container a770dbdd752f [2020-07-30T07:27:41.513Z] ---> f80e07d0313d [2020-07-30T07:27:41.513Z] Step 8/21 : COPY . . [2020-07-30T07:27:42.947Z] Removing intermediate container c525f26017c8 [2020-07-30T07:27:42.947Z] ---> 1df989ee2eef [2020-07-30T07:27:42.947Z] Step 8/26 : COPY . . [2020-07-30T07:27:43.559Z] Removing intermediate container 1436bac45d29 [2020-07-30T07:27:43.559Z] ---> 15a21f47c38f [2020-07-30T07:27:43.559Z] Step 8/23 : COPY . . [2020-07-30T07:28:10.373Z] ---> b5296542bb0e [2020-07-30T07:28:10.373Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-30T07:28:10.373Z] ---> 5f24587607a6 [2020-07-30T07:28:10.373Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-30T07:28:10.373Z] ---> 00f0e426ff8b [2020-07-30T07:28:10.373Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-30T07:28:10.373Z] ---> Running in bb72027abdd2 [2020-07-30T07:28:10.373Z] ---> 183f153718d5 [2020-07-30T07:28:10.373Z] 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-30T07:28:10.373Z] ---> 564f4565eabd [2020-07-30T07:28:10.373Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-30T07:28:10.373Z] ---> Running in be51bc827885 [2020-07-30T07:28:10.373Z] ---> Running in 756769d47e2d [2020-07-30T07:28:10.373Z] ---> Running in 9b2f6a710511 [2020-07-30T07:28:10.373Z] ---> Running in 073d939970f9 [2020-07-30T07:28:11.805Z] 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-30T07:28:12.077Z] 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-30T07:28:12.358Z] 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-30T07:28:12.358Z] 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-30T07:28:12.631Z] 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-30T07:29:34.409Z] 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-30T07:29:34.409Z] Removing intermediate container bb72027abdd2 [2020-07-30T07:29:34.409Z] ---> a9195aa7fa6a [2020-07-30T07:29:34.409Z] [2020-07-30T07:29:34.409Z] Step 9/29 : FROM alpine:latest [2020-07-30T07:29:34.409Z] latest: Pulling from library/alpine [2020-07-30T07:29:34.409Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-30T07:29:34.409Z] Status: Downloaded newer image for alpine:latest [2020-07-30T07:29:34.409Z] ---> 62ee0e9f8440 [2020-07-30T07:29:34.409Z] 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-30T07:29:34.409Z] ---> Running in 5bba935ae6d7 [2020-07-30T07:29:34.409Z] Removing intermediate container 5bba935ae6d7 [2020-07-30T07:29:34.409Z] ---> 6f1bc580e2be [2020-07-30T07:29:34.409Z] Step 11/29 : USER root [2020-07-30T07:29:34.409Z] ---> Running in 985e2eca277a [2020-07-30T07:29:34.689Z] Removing intermediate container 985e2eca277a [2020-07-30T07:29:34.689Z] ---> fdd5b8fa0afb [2020-07-30T07:29:34.689Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-30T07:29:34.689Z] ---> Running in 15375c5a14c1 [2020-07-30T07:29:37.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:29:37.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:29:38.573Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:29:38.573Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:29:38.573Z] OK: 12620 distinct packages available [2020-07-30T07:29:39.559Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-30T07:29:39.559Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-30T07:29:39.559Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:29:39.559Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T07:29:39.833Z] OK: 6 MiB in 16 packages [2020-07-30T07:29:40.439Z] 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-30T07:29:42.442Z] Removing intermediate container 15375c5a14c1 [2020-07-30T07:29:42.442Z] ---> 247f30d6f1fe [2020-07-30T07:29:42.442Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-30T07:29:42.720Z] ---> Running in 7279d129abc6 [2020-07-30T07:29:43.737Z] Removing intermediate container 7279d129abc6 [2020-07-30T07:29:43.737Z] ---> aa0e511d3f04 [2020-07-30T07:29:43.737Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-30T07:29:44.019Z] ---> Running in 61603eef2fef [2020-07-30T07:29:44.622Z] Removing intermediate container 61603eef2fef [2020-07-30T07:29:44.622Z] ---> bea5def871b1 [2020-07-30T07:29:44.622Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-30T07:29:45.235Z] ---> Running in 4d2a5b9847d8 [2020-07-30T07:29:48.663Z] Removing intermediate container be51bc827885 [2020-07-30T07:29:48.663Z] ---> a4d7630370aa [2020-07-30T07:29:48.663Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-30T07:29:48.663Z] ---> Running in 84a617a50a5b [2020-07-30T07:29:50.113Z] Removing intermediate container 4d2a5b9847d8 [2020-07-30T07:29:50.113Z] ---> 4dd87dd58570 [2020-07-30T07:29:50.113Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-30T07:29:51.554Z] 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-30T07:29:53.007Z] ---> 6b0363572e7d [2020-07-30T07:29:53.007Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-30T07:29:55.307Z] ---> b349517e254d [2020-07-30T07:29:55.307Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-30T07:29:55.608Z] Removing intermediate container 073d939970f9 [2020-07-30T07:29:55.608Z] ---> 0a44de2ec445 [2020-07-30T07:29:55.608Z] [2020-07-30T07:29:55.608Z] Step 10/26 : FROM alpine:3.10 [2020-07-30T07:29:55.908Z] 3.10: Pulling from library/alpine [2020-07-30T07:29:56.991Z] ---> 0d5b2af04928 [2020-07-30T07:29:56.991Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-30T07:29:58.443Z] Removing intermediate container 84a617a50a5b [2020-07-30T07:29:58.443Z] ---> 68af09e17376 [2020-07-30T07:29:58.443Z] [2020-07-30T07:29:58.443Z] Step 11/26 : FROM docker:latest [2020-07-30T07:29:58.443Z] ---> ce9d55ae87f1 [2020-07-30T07:29:58.443Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-30T07:29:58.443Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-30T07:29:58.443Z] Status: Downloaded newer image for alpine:3.10 [2020-07-30T07:29:58.443Z] ---> 536a684cf733 [2020-07-30T07:29:58.443Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-30T07:29:58.714Z] ---> Running in f59ff40a7618 [2020-07-30T07:29:58.714Z] ---> 0e755674ea54 [2020-07-30T07:29:58.714Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-30T07:29:58.999Z] ---> Running in cf7fa13b81b1 [2020-07-30T07:29:59.606Z] ---> 08ffe514330d [2020-07-30T07:29:59.606Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-30T07:29:59.885Z] ---> Running in 8ac0a7eaca07 [2020-07-30T07:30:01.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:30:01.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:30:01.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:30:01.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:30:02.183Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-30T07:30:02.183Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-30T07:30:02.183Z] OK: 10167 distinct packages available [2020-07-30T07:30:02.586Z] (1/2) Installing readline (8.0.4-r0) [2020-07-30T07:30:02.586Z] (2/2) Installing bash (5.0.17-r0) [2020-07-30T07:30:02.861Z] Executing bash-5.0.17-r0.post-install [2020-07-30T07:30:02.861Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:30:02.861Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-30T07:30:02.861Z] OK: 12 MiB in 22 packages [2020-07-30T07:30:02.861Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-30T07:30:02.861Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-30T07:30:03.134Z] (4/5) Installing curl (7.66.0-r0) [2020-07-30T07:30:03.134Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-30T07:30:03.134Z] Executing busybox-1.30.1-r3.trigger [2020-07-30T07:30:03.134Z] Executing ca-certificates-20191127-r2.trigger [2020-07-30T07:30:03.134Z] OK: 7 MiB in 19 packages [2020-07-30T07:30:04.119Z] Removing intermediate container 756769d47e2d [2020-07-30T07:30:04.119Z] ---> c730b51e5119 [2020-07-30T07:30:04.119Z] [2020-07-30T07:30:04.119Z] Step 10/21 : FROM scratch [2020-07-30T07:30:04.119Z] ---> [2020-07-30T07:30:04.119Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:30:04.399Z] Removing intermediate container 9b2f6a710511 [2020-07-30T07:30:04.399Z] ---> 415359b25ff0 [2020-07-30T07:30:04.399Z] [2020-07-30T07:30:04.399Z] Step 10/23 : FROM scratch [2020-07-30T07:30:04.399Z] ---> [2020-07-30T07:30:04.399Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T07:30:04.680Z] ---> Running in 792593f2f7b8 [2020-07-30T07:30:04.681Z] ---> Running in 9fa12483b32a [2020-07-30T07:30:04.681Z] Removing intermediate container 8ac0a7eaca07 [2020-07-30T07:30:04.681Z] ---> 16cbd423c3a7 [2020-07-30T07:30:04.681Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T07:30:05.278Z] Removing intermediate container f59ff40a7618 [2020-07-30T07:30:05.278Z] ---> 7e951330ecb5 [2020-07-30T07:30:05.278Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-30T07:30:05.278Z] Removing intermediate container 792593f2f7b8 [2020-07-30T07:30:05.278Z] ---> 9c6f7c142687 [2020-07-30T07:30:05.278Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-30T07:30:05.552Z] Removing intermediate container 9fa12483b32a [2020-07-30T07:30:05.552Z] ---> 5e8be2c214b5 [2020-07-30T07:30:05.552Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-30T07:30:05.552Z] ---> Running in 86218a2b01ec [2020-07-30T07:30:05.552Z] ---> Running in 1ef0b6b18f2c [2020-07-30T07:30:05.552Z] ---> Running in 7af2f7460886 [2020-07-30T07:30:05.552Z] Removing intermediate container cf7fa13b81b1 [2020-07-30T07:30:05.552Z] ---> be6fb6783345 [2020-07-30T07:30:05.552Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T07:30:05.827Z] ---> 507afcfe8c4c [2020-07-30T07:30:05.827Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T07:30:05.827Z] ---> Running in e57696d3dcb9 [2020-07-30T07:30:06.104Z] ---> Running in c8b5e0df1d3d [2020-07-30T07:30:06.104Z] Removing intermediate container 1ef0b6b18f2c [2020-07-30T07:30:06.104Z] ---> 2da52bb77586 [2020-07-30T07:30:06.104Z] Removing intermediate container 7af2f7460886 [2020-07-30T07:30:06.104Z] ---> dbda377c7834 [2020-07-30T07:30:06.104Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T07:30:06.104Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-30T07:30:06.378Z] ---> Running in 8a643ead581e [2020-07-30T07:30:06.378Z] ---> Running in e1b1dbecf33c [2020-07-30T07:30:06.651Z] Removing intermediate container e57696d3dcb9 [2020-07-30T07:30:06.651Z] ---> 787ddad7418d [2020-07-30T07:30:06.651Z] Step 13/26 : WORKDIR / [2020-07-30T07:30:06.922Z] ---> Running in f4c1df4d66b0 [2020-07-30T07:30:07.199Z] Removing intermediate container 8a643ead581e [2020-07-30T07:30:07.199Z] ---> 743bb7e300f5 [2020-07-30T07:30:07.199Z] Step 14/21 : WORKDIR / [2020-07-30T07:30:07.199Z] Removing intermediate container e1b1dbecf33c [2020-07-30T07:30:07.199Z] ---> 92e73d65de58 [2020-07-30T07:30:07.199Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-30T07:30:07.199Z] ---> Running in 45876ed335a7 [2020-07-30T07:30:07.476Z] Removing intermediate container f4c1df4d66b0 [2020-07-30T07:30:07.476Z] ---> 48a6fa2687fa [2020-07-30T07:30:07.476Z] 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-30T07:30:07.753Z] Removing intermediate container 45876ed335a7 [2020-07-30T07:30:07.753Z] ---> 3580b7773824 [2020-07-30T07:30:07.753Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-30T07:30:08.357Z] ---> c8d278ec4ee5 [2020-07-30T07:30:08.357Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-30T07:30:08.628Z] ---> 3d67c364986b [2020-07-30T07:30:08.628Z] 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-30T07:30:09.233Z] ---> 54b0a58e44f0 [2020-07-30T07:30:09.233Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-30T07:30:09.233Z] Removing intermediate container 86218a2b01ec [2020-07-30T07:30:09.233Z] ---> 647e03dcdeaa [2020-07-30T07:30:09.233Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-30T07:30:09.507Z] ---> Running in 966ad31dbb9a [2020-07-30T07:30:09.507Z] Removing intermediate container c8b5e0df1d3d [2020-07-30T07:30:09.507Z] ---> 8d6a04873ec7 [2020-07-30T07:30:09.507Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-30T07:30:09.782Z] ---> b34b21c9a203 [2020-07-30T07:30:09.782Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-30T07:30:09.782Z] ---> Running in 7bd1741b75db [2020-07-30T07:30:10.053Z] ---> ac66b2d867aa [2020-07-30T07:30:10.053Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-30T07:30:10.333Z] Removing intermediate container 966ad31dbb9a [2020-07-30T07:30:10.333Z] ---> 1ab9a5ebff58 [2020-07-30T07:30:10.333Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-30T07:30:10.608Z] ---> Running in 070ca968ee51 [2020-07-30T07:30:11.207Z] ---> d7be045b307f [2020-07-30T07:30:11.207Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-30T07:30:11.482Z] ---> 9eb5aa7095d3 [2020-07-30T07:30:11.482Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-30T07:30:11.482Z] Removing intermediate container 070ca968ee51 [2020-07-30T07:30:11.482Z] ---> 4d199406792a [2020-07-30T07:30:11.482Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-30T07:30:11.757Z] ---> 8394719b1c75 [2020-07-30T07:30:11.757Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-30T07:30:11.757Z] ---> Running in c469d0042794 [2020-07-30T07:30:12.357Z] ---> 160bdb1eaa27 [2020-07-30T07:30:12.358Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:30:12.358Z] ---> Running in 3c64e560c4c2 [2020-07-30T07:30:12.652Z] Removing intermediate container c469d0042794 [2020-07-30T07:30:12.652Z] ---> efa1d8d3ea10 [2020-07-30T07:30:12.652Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-30T07:30:12.652Z] ---> fdee7a222870 [2020-07-30T07:30:12.652Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-30T07:30:12.924Z] ---> 03b7fb4c6942 [2020-07-30T07:30:12.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-30T07:30:13.216Z] Removing intermediate container 3c64e560c4c2 [2020-07-30T07:30:13.216Z] ---> ac873220dfdb [2020-07-30T07:30:13.216Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T07:30:13.824Z] ---> Running in 0ee6bb8bfcbf [2020-07-30T07:30:14.424Z] Removing intermediate container 7bd1741b75db [2020-07-30T07:30:14.424Z] ---> bac5bdb1b262 [2020-07-30T07:30:14.424Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T07:30:14.698Z] ---> 54e7267ed273 [2020-07-30T07:30:14.698Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-30T07:30:14.698Z] ---> Running in b9cc165c5598 [2020-07-30T07:30:14.698Z] ---> 59b0e8925c18 [2020-07-30T07:30:14.698Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-30T07:30:14.698Z] Removing intermediate container 0ee6bb8bfcbf [2020-07-30T07:30:14.698Z] ---> e5e1641f7f5a [2020-07-30T07:30:14.698Z] Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:30:14.698Z] ---> 4590324c3b08 [2020-07-30T07:30:14.976Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-30T07:30:14.976Z] ---> Running in 9a9d0ee80926 [2020-07-30T07:30:15.248Z] Removing intermediate container b9cc165c5598 [2020-07-30T07:30:15.248Z] ---> 746aade2ac7e [2020-07-30T07:30:15.248Z] Step 26/29 : CMD [ "generate" ] [2020-07-30T07:30:15.527Z] ---> Running in 2eb3b5597fa6 [2020-07-30T07:30:15.805Z] Removing intermediate container 9a9d0ee80926 [2020-07-30T07:30:15.805Z] ---> 149b9ea2168a [2020-07-30T07:30:15.805Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T07:30:15.805Z] ---> 28dbacb69e85 [2020-07-30T07:30:15.805Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-30T07:30:15.805Z] ---> 183afb7e2280 [2020-07-30T07:30:15.805Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:30:16.076Z] ---> Running in d2bb8a605915 [2020-07-30T07:30:16.351Z] ---> Running in af2c5c1840f9 [2020-07-30T07:30:16.637Z] ---> 61fc72de7ace [2020-07-30T07:30:16.637Z] Removing intermediate container 2eb3b5597fa6 [2020-07-30T07:30:16.637Z] ---> cfdd5f98e063 [2020-07-30T07:30:16.637Z] Step 27/29 : LABEL arch=arm64 [2020-07-30T07:30:16.637Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-30T07:30:16.637Z] Removing intermediate container d2bb8a605915 [2020-07-30T07:30:16.637Z] ---> dd548e48dd55 [2020-07-30T07:30:16.637Z] [2020-07-30T07:30:16.637Z] ---> Running in e8ee94c01c43 [2020-07-30T07:30:17.254Z] Removing intermediate container af2c5c1840f9 [2020-07-30T07:30:17.254Z] ---> 84e989efba98 [2020-07-30T07:30:17.254Z] Step 21/23 : LABEL arch=arm64 [2020-07-30T07:30:17.254Z] ---> affe1912202d [2020-07-30T07:30:17.254Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-30T07:30:17.254Z] Successfully built dd548e48dd55 [2020-07-30T07:30:17.539Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-30T07:30:17.539Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-07-30T07:30:17.539Z] ---> Running in c583e9952b78 [2020-07-30T07:30:17.539Z] ---> Running in 73a91d7ff0cb [2020-07-30T07:30:17.539Z] Removing intermediate container e8ee94c01c43 [2020-07-30T07:30:17.539Z] ---> 82470db9b7f0 [2020-07-30T07:30:17.539Z] Step 28/29 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:30:18.140Z] ---> Running in 894cbee8aa80 [2020-07-30T07:30:18.140Z] Removing intermediate container c583e9952b78 [2020-07-30T07:30:18.140Z] ---> 6ef0b0f7a7ef [2020-07-30T07:30:18.140Z] Step 22/23 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:30:18.140Z] ---> 231632ba609a [2020-07-30T07:30:18.140Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-30T07:30:18.414Z] ---> Running in 18edbfd035d3 [2020-07-30T07:30:19.013Z] Removing intermediate container 894cbee8aa80 [2020-07-30T07:30:19.013Z] ---> 795e6a9607fa [2020-07-30T07:30:19.013Z] Step 29/29 : LABEL version=0.0.0 [2020-07-30T07:30:19.284Z] Removing intermediate container 18edbfd035d3 [2020-07-30T07:30:19.284Z] ---> 63dd682af49b [2020-07-30T07:30:19.284Z] Step 23/23 : LABEL version=0.0.0 [2020-07-30T07:30:19.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:30:19.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:30:20.168Z] ---> Running in c15e27d92953 [2020-07-30T07:30:20.168Z] ---> 41bc9559fd56 [2020-07-30T07:30:20.168Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-30T07:30:20.168Z] ---> Running in 755c41c93520 [2020-07-30T07:30:20.168Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-30T07:30:20.168Z] (2/33) Installing expat (2.2.9-r1) [2020-07-30T07:30:20.168Z] (3/33) Installing libffi (3.3-r2) [2020-07-30T07:30:20.168Z] (4/33) Installing gdbm (1.13-r1) [2020-07-30T07:30:20.168Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-30T07:30:20.168Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-30T07:30:20.168Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-30T07:30:21.604Z] ---> Running in 0cb7db464b77 [2020-07-30T07:30:22.212Z] Removing intermediate container c15e27d92953 [2020-07-30T07:30:22.212Z] ---> 9551165c6fca [2020-07-30T07:30:22.212Z] [2020-07-30T07:30:22.212Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-30T07:30:22.212Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-30T07:30:22.212Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-30T07:30:22.212Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-30T07:30:22.212Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-30T07:30:22.212Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-30T07:30:22.212Z] Removing intermediate container 755c41c93520 [2020-07-30T07:30:22.212Z] ---> a725188631cc [2020-07-30T07:30:22.212Z] [2020-07-30T07:30:22.212Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-30T07:30:22.212Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-30T07:30:22.492Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-30T07:30:22.492Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-30T07:30:22.492Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-30T07:30:22.492Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-30T07:30:22.492Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-30T07:30:22.492Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-30T07:30:22.492Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-30T07:30:22.492Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-30T07:30:22.771Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-30T07:30:22.771Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-30T07:30:22.771Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-30T07:30:22.771Z] Successfully built 9551165c6fca [2020-07-30T07:30:22.771Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-30T07:30:22.771Z]  Building docker-security-secrets-setup-go ... done Building docker-core-data-go [2020-07-30T07:30:22.771Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-30T07:30:22.771Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-30T07:30:22.771Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-30T07:30:22.771Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-30T07:30:22.771Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-30T07:30:22.771Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-30T07:30:22.771Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-30T07:30:22.771Z] Successfully built a725188631cc [2020-07-30T07:30:23.043Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-30T07:30:23.043Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-07-30T07:30:23.043Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:30:23.043Z] OK: 71 MiB in 55 packages [2020-07-30T07:30:28.463Z] Removing intermediate container 0cb7db464b77 [2020-07-30T07:30:28.463Z] ---> cc60735823fc [2020-07-30T07:30:28.463Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-30T07:30:29.062Z] ---> Running in 62fa4a9f3426 [2020-07-30T07:30:30.505Z] Removing intermediate container 62fa4a9f3426 [2020-07-30T07:30:30.505Z] ---> 881c210a917a [2020-07-30T07:30:30.505Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T07:30:30.505Z] Removing intermediate container 73a91d7ff0cb [2020-07-30T07:30:30.505Z] ---> 0238187c00a6 [2020-07-30T07:30:30.505Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-30T07:30:31.102Z] ---> Running in 7e2a865158a9 [2020-07-30T07:30:31.102Z] ---> Running in 83019282e106 [2020-07-30T07:30:32.540Z] Removing intermediate container 83019282e106 [2020-07-30T07:30:32.540Z] ---> 42b60c41414e [2020-07-30T07:30:32.540Z] Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:30:33.524Z] ---> Running in 0b7458c17d0e [2020-07-30T07:30:34.517Z] Removing intermediate container 0b7458c17d0e [2020-07-30T07:30:34.517Z] ---> a2f50bd52e64 [2020-07-30T07:30:34.517Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T07:30:35.497Z] ---> Running in 5b0ffb2533ad [2020-07-30T07:30:36.492Z] Removing intermediate container 5b0ffb2533ad [2020-07-30T07:30:36.492Z] ---> d16ad38daca0 [2020-07-30T07:30:36.492Z] [2020-07-30T07:30:37.090Z] Successfully built d16ad38daca0 [2020-07-30T07:30:37.090Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-30T07:30:37.090Z] Building docker-support-logging-go [2020-07-30T07:30:37.362Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-30T07:30:37.363Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-30T07:30:38.338Z] Collecting docker<4.0,>=3.6.0 [2020-07-30T07:30:38.338Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-30T07:30:40.314Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-30T07:30:40.314Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-30T07:30:40.915Z] Collecting jsonschema<3,>=2.5.1 [2020-07-30T07:30:40.915Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-30T07:30:41.515Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-30T07:30:41.515Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-30T07:30:42.109Z] Collecting docopt<0.7,>=0.6.1 [2020-07-30T07:30:42.109Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-30T07:30:44.086Z] Collecting texttable<0.10,>=0.9.0 [2020-07-30T07:30:44.086Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-30T07:30:46.701Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-30T07:30:46.701Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-30T07:30:48.693Z] Collecting PyYAML<4,>=3.10 [2020-07-30T07:30:48.693Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-30T07:30:53.006Z] Collecting cached-property<2,>=1.2.0 [2020-07-30T07:30:53.006Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-30T07:30:53.006Z] 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-30T07:30:53.006Z] Collecting docker-pycreds>=0.4.0 [2020-07-30T07:30:53.006Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-30T07:30:53.278Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-30T07:30:53.552Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-30T07:30:53.552Z] 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-30T07:30:53.823Z] Collecting idna<2.8,>=2.5 [2020-07-30T07:30:53.823Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-30T07:30:54.097Z] 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-30T07:30:54.097Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-30T07:30:54.097Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-30T07:30:54.097Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-30T07:30:54.097Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-30T07:30:55.075Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, PyYAML, cached-property, docker-compose [2020-07-30T07:30:55.348Z] Attempting uninstall: urllib3 [2020-07-30T07:30:55.348Z] Found existing installation: urllib3 1.25.9 [2020-07-30T07:30:55.348Z] Uninstalling urllib3-1.25.9: [2020-07-30T07:30:55.620Z] Successfully uninstalled urllib3-1.25.9 [2020-07-30T07:30:56.212Z] Attempting uninstall: idna [2020-07-30T07:30:56.212Z] Found existing installation: idna 2.9 [2020-07-30T07:30:56.212Z] Uninstalling idna-2.9: [2020-07-30T07:30:56.486Z] Successfully uninstalled idna-2.9 [2020-07-30T07:30:57.082Z] Attempting uninstall: requests [2020-07-30T07:30:57.082Z] Found existing installation: requests 2.23.0 [2020-07-30T07:30:57.082Z] Uninstalling requests-2.23.0: [2020-07-30T07:30:57.082Z] Successfully uninstalled requests-2.23.0 [2020-07-30T07:30:59.057Z] Running setup.py install for docopt: started [2020-07-30T07:31:01.034Z] Running setup.py install for docopt: finished with status 'done' [2020-07-30T07:31:01.034Z] Running setup.py install for texttable: started [2020-07-30T07:31:03.017Z] Running setup.py install for texttable: finished with status 'done' [2020-07-30T07:31:03.017Z] Running setup.py install for dockerpty: started [2020-07-30T07:31:04.992Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-30T07:31:04.992Z] Running setup.py install for PyYAML: started [2020-07-30T07:31:07.617Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-30T07:31:11.024Z] 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-30T07:31:16.463Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:31:16.463Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:31:16.463Z] ---> 6e42d3d0f50f [2020-07-30T07:31:16.463Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T07:31:16.463Z] ---> Using cache [2020-07-30T07:31:16.463Z] ---> 2b964b24d256 [2020-07-30T07:31:16.463Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:31:16.463Z] ---> Using cache [2020-07-30T07:31:16.463Z] ---> 369fc9be154a [2020-07-30T07:31:16.463Z] Step 5/21 : RUN apk update && apk add make git [2020-07-30T07:31:19.887Z] ---> Running in b1aa9c7a1c63 [2020-07-30T07:31:21.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:22.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:23.150Z] Removing intermediate container 7e2a865158a9 [2020-07-30T07:31:23.150Z] ---> 5738ea2e1b1e [2020-07-30T07:31:23.150Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-30T07:31:23.744Z] ---> Running in 5c94c8ce387e [2020-07-30T07:31:24.025Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:31:24.025Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:31:24.025Z] OK: 12620 distinct packages available [2020-07-30T07:31:25.013Z] OK: 217 MiB in 51 packages [2020-07-30T07:31:25.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:26.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:26.882Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T07:31:26.882Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-30T07:31:26.882Z] (3/3) Installing curl (7.69.1-r0) [2020-07-30T07:31:26.882Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:31:26.882Z] OK: 71 MiB in 58 packages [2020-07-30T07:31:27.505Z] Removing intermediate container b1aa9c7a1c63 [2020-07-30T07:31:27.505Z] ---> 37ef24b799d3 [2020-07-30T07:31:27.505Z] Step 6/21 : COPY go.mod . [2020-07-30T07:31:28.494Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:31:28.494Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:31:28.494Z] ---> 6e42d3d0f50f [2020-07-30T07:31:28.494Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T07:31:28.494Z] ---> Using cache [2020-07-30T07:31:28.494Z] ---> 2b964b24d256 [2020-07-30T07:31:28.494Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:31:28.495Z] ---> Using cache [2020-07-30T07:31:28.772Z] ---> 369fc9be154a [2020-07-30T07:31:28.772Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T07:31:28.772Z] ---> Using cache [2020-07-30T07:31:28.772Z] ---> 37ef24b799d3 [2020-07-30T07:31:28.772Z] Step 6/20 : COPY go.mod . [2020-07-30T07:31:28.772Z] Removing intermediate container 5c94c8ce387e [2020-07-30T07:31:28.772Z] ---> fb528303840b [2020-07-30T07:31:28.772Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:31:28.772Z] ---> 678ea2c5c479 [2020-07-30T07:31:28.772Z] Step 7/21 : RUN go mod download [2020-07-30T07:31:29.046Z] ---> Running in 42be65123c68 [2020-07-30T07:31:29.046Z] ---> Running in 3a7b26116e5b [2020-07-30T07:31:29.335Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:31:29.335Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:31:29.335Z] ---> 6e42d3d0f50f [2020-07-30T07:31:29.335Z] Step 3/22 : WORKDIR /edgex-go [2020-07-30T07:31:29.335Z] ---> Using cache [2020-07-30T07:31:29.335Z] ---> 2b964b24d256 [2020-07-30T07:31:29.335Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:31:29.335Z] ---> Using cache [2020-07-30T07:31:29.335Z] ---> 369fc9be154a [2020-07-30T07:31:29.335Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-30T07:31:29.335Z] ---> Running in e3ba37f96fdb [2020-07-30T07:31:29.335Z] ---> 3462031886a7 [2020-07-30T07:31:29.335Z] Step 7/20 : RUN go mod download [2020-07-30T07:31:29.934Z] ---> Running in 5c46e448c296 [2020-07-30T07:31:29.934Z] Removing intermediate container 42be65123c68 [2020-07-30T07:31:29.934Z] ---> 3dc6b14d45c4 [2020-07-30T07:31:29.934Z] Step 24/26 : LABEL arch=arm64 [2020-07-30T07:31:30.547Z] ---> Running in 3eaab71028f3 [2020-07-30T07:31:31.550Z] Removing intermediate container 3eaab71028f3 [2020-07-30T07:31:31.550Z] ---> d600652c93e5 [2020-07-30T07:31:31.550Z] Step 25/26 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:31:31.550Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:31.822Z] ---> Running in 4144ce426a32 [2020-07-30T07:31:32.810Z] Removing intermediate container 4144ce426a32 [2020-07-30T07:31:32.810Z] ---> 480f06f488ea [2020-07-30T07:31:32.810Z] Step 26/26 : LABEL version=0.0.0 [2020-07-30T07:31:32.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:33.086Z] ---> Running in e7255b069631 [2020-07-30T07:31:33.686Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:31:33.686Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:31:33.686Z] OK: 12620 distinct packages available [2020-07-30T07:31:33.960Z] Removing intermediate container e7255b069631 [2020-07-30T07:31:33.960Z] ---> 4cfeff9a8e65 [2020-07-30T07:31:33.960Z] [2020-07-30T07:31:34.235Z] Removing intermediate container 3a7b26116e5b [2020-07-30T07:31:34.235Z] ---> 5ba0b9f8b767 [2020-07-30T07:31:34.235Z] Step 8/21 : COPY . . [2020-07-30T07:31:34.509Z] OK: 217 MiB in 51 packages [2020-07-30T07:31:34.509Z] Successfully built 4cfeff9a8e65 [2020-07-30T07:31:34.784Z] Removing intermediate container 5c46e448c296 [2020-07-30T07:31:34.784Z] ---> dc062196c407 [2020-07-30T07:31:34.784Z] Step 8/20 : COPY . . [2020-07-30T07:31:34.784Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-30T07:31:34.784Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-07-30T07:31:37.398Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:31:37.398Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:31:37.398Z] ---> 6e42d3d0f50f [2020-07-30T07:31:37.398Z] Step 3/21 : WORKDIR /edgex-go [2020-07-30T07:31:37.398Z] ---> Using cache [2020-07-30T07:31:37.398Z] ---> 2b964b24d256 [2020-07-30T07:31:37.398Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:31:37.398Z] ---> Using cache [2020-07-30T07:31:37.398Z] ---> 369fc9be154a [2020-07-30T07:31:37.398Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-30T07:31:40.810Z] Removing intermediate container e3ba37f96fdb [2020-07-30T07:31:40.810Z] ---> cee9eede0b5c [2020-07-30T07:31:40.810Z] Step 6/22 : COPY go.mod . [2020-07-30T07:31:42.799Z] ---> Running in 34fdfa570528 [2020-07-30T07:31:43.093Z] ---> 95d305f48f15 [2020-07-30T07:31:43.093Z] Step 7/22 : RUN go mod download [2020-07-30T07:31:43.371Z] ---> Running in c362a4cbae3e [2020-07-30T07:31:45.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:46.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:31:46.945Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:31:46.945Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:31:46.945Z] OK: 12620 distinct packages available [2020-07-30T07:31:47.936Z] OK: 217 MiB in 51 packages [2020-07-30T07:31:48.541Z] OK: 217 MiB in 51 packages [2020-07-30T07:31:49.148Z] Removing intermediate container c362a4cbae3e [2020-07-30T07:31:49.148Z] ---> 81b1943546dc [2020-07-30T07:31:49.428Z] Step 8/22 : COPY . . [2020-07-30T07:31:52.057Z] Removing intermediate container 34fdfa570528 [2020-07-30T07:31:52.057Z] ---> 013d2cca7c8f [2020-07-30T07:31:52.057Z] Step 6/21 : COPY go.mod . [2020-07-30T07:31:54.050Z] ---> 26890e03248d [2020-07-30T07:31:54.050Z] Step 7/21 : RUN go mod download [2020-07-30T07:31:55.498Z] ---> Running in 4b21e5b54621 [2020-07-30T07:31:59.836Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-30T07:31:59.836Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-30T07:31:59.836Z] ---> 6e42d3d0f50f [2020-07-30T07:31:59.836Z] Step 3/20 : WORKDIR /edgex-go [2020-07-30T07:31:59.836Z] ---> Using cache [2020-07-30T07:31:59.836Z] ---> 2b964b24d256 [2020-07-30T07:31:59.836Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:31:59.836Z] ---> Using cache [2020-07-30T07:31:59.836Z] ---> 369fc9be154a [2020-07-30T07:31:59.836Z] Step 5/20 : RUN apk update && apk add make git [2020-07-30T07:31:59.836Z] ---> Using cache [2020-07-30T07:31:59.836Z] ---> 37ef24b799d3 [2020-07-30T07:31:59.836Z] Step 6/20 : COPY go.mod . [2020-07-30T07:31:59.836Z] ---> Using cache [2020-07-30T07:31:59.836Z] ---> 3462031886a7 [2020-07-30T07:31:59.836Z] Step 7/20 : RUN go mod download [2020-07-30T07:31:59.836Z] ---> Using cache [2020-07-30T07:31:59.836Z] ---> dc062196c407 [2020-07-30T07:31:59.836Z] Step 8/20 : COPY . . [2020-07-30T07:32:01.597Z] Removing intermediate container 4b21e5b54621 [2020-07-30T07:32:01.597Z] ---> ac4e15ac28eb [2020-07-30T07:32:01.597Z] Step 8/21 : COPY . . [2020-07-30T07:32:01.597Z] ---> 434a86cf84ba [2020-07-30T07:32:01.597Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-30T07:32:02.253Z] ---> 7ab4ee859bb9 [2020-07-30T07:32:02.253Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-30T07:32:02.253Z] ---> Running in 76a650068585 [2020-07-30T07:32:02.603Z] ---> Running in 19523ac62d9a [2020-07-30T07:32:05.265Z] 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-30T07:32:05.265Z] 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-30T07:32:37.610Z] ---> ab36013ec33b [2020-07-30T07:32:37.610Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-30T07:32:37.610Z] ---> Running in 08c3ddd0ee01 [2020-07-30T07:32:37.610Z] ---> 3f17d7ab6a2e [2020-07-30T07:32:37.610Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-30T07:32:37.610Z] 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-30T07:32:37.610Z] ---> Running in 359436aa1618 [2020-07-30T07:32:38.603Z] ---> e003e1f389d0 [2020-07-30T07:32:38.603Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-30T07:32:38.877Z] ---> Running in c88045c7b9e2 [2020-07-30T07:32:40.335Z] 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-30T07:32:41.321Z] 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-30T07:33:13.685Z] Removing intermediate container 76a650068585 [2020-07-30T07:33:13.685Z] ---> e69e881db370 [2020-07-30T07:33:13.685Z] [2020-07-30T07:33:13.685Z] Step 10/20 : FROM alpine [2020-07-30T07:33:13.685Z] ---> 62ee0e9f8440 [2020-07-30T07:33:13.685Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-30T07:33:13.685Z] ---> Running in c39721e67ea4 [2020-07-30T07:33:13.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:33:13.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:33:13.685Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-30T07:33:13.685Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-30T07:33:13.685Z] OK: 12620 distinct packages available [2020-07-30T07:33:14.665Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-30T07:33:14.940Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-30T07:33:14.940Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-30T07:33:14.940Z] (4/4) Installing curl (7.69.1-r0) [2020-07-30T07:33:14.940Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:33:14.940Z] Executing ca-certificates-20191127-r4.trigger [2020-07-30T07:33:15.224Z] OK: 7 MiB in 18 packages [2020-07-30T07:33:17.848Z] Removing intermediate container c39721e67ea4 [2020-07-30T07:33:17.848Z] ---> d0994fce50c0 [2020-07-30T07:33:17.848Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-30T07:33:17.848Z] ---> Running in a5d2c159d09c [2020-07-30T07:33:18.448Z] Removing intermediate container a5d2c159d09c [2020-07-30T07:33:18.448Z] ---> 9c5117e91994 [2020-07-30T07:33:18.448Z] Step 13/20 : WORKDIR /edgex [2020-07-30T07:33:18.720Z] ---> Running in e500aa44d70d [2020-07-30T07:33:19.314Z] Removing intermediate container e500aa44d70d [2020-07-30T07:33:19.314Z] ---> 57a36f112099 [2020-07-30T07:33:19.314Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-30T07:33:20.758Z] ---> dc93fc9ac4d3 [2020-07-30T07:33:20.758Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-30T07:33:22.226Z] ---> dca4f38cd140 [2020-07-30T07:33:22.226Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-30T07:33:22.226Z] ---> Running in e8cb2d4d5572 [2020-07-30T07:33:23.221Z] Removing intermediate container e8cb2d4d5572 [2020-07-30T07:33:23.221Z] ---> 337d90ebd56b [2020-07-30T07:33:23.221Z] Step 17/20 : CMD ["--init=true"] [2020-07-30T07:33:23.221Z] ---> Running in 52564e087778 [2020-07-30T07:33:23.818Z] Removing intermediate container 52564e087778 [2020-07-30T07:33:23.818Z] ---> 20fc8dfd13f9 [2020-07-30T07:33:23.818Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T07:33:24.093Z] ---> Running in f890ad3af80c [2020-07-30T07:33:24.700Z] Removing intermediate container f890ad3af80c [2020-07-30T07:33:24.700Z] ---> aaf4c41ea939 [2020-07-30T07:33:24.700Z] Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:33:24.978Z] ---> Running in eeb112eed7df [2020-07-30T07:33:25.593Z] Removing intermediate container eeb112eed7df [2020-07-30T07:33:25.593Z] ---> 4e6dae25208a [2020-07-30T07:33:25.593Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T07:33:25.593Z] ---> Running in ebe14c916cf6 [2020-07-30T07:33:26.209Z] Removing intermediate container ebe14c916cf6 [2020-07-30T07:33:26.209Z] ---> 85ae0f7329f1 [2020-07-30T07:33:26.209Z] [2020-07-30T07:33:26.819Z] Successfully built 85ae0f7329f1 [2020-07-30T07:33:27.090Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-30T07:33:53.884Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 19523ac62d9a [2020-07-30T07:33:53.884Z] ---> 01fe72602b0f [2020-07-30T07:33:53.884Z] [2020-07-30T07:33:53.884Z] Step 10/21 : FROM scratch [2020-07-30T07:33:53.884Z] ---> [2020-07-30T07:33:53.884Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:33:53.884Z] ---> Using cache [2020-07-30T07:33:53.884Z] ---> 5e8be2c214b5 [2020-07-30T07:33:53.884Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-30T07:33:53.884Z] ---> Running in 024c6f4bfb62 [2020-07-30T07:33:53.884Z] Removing intermediate container 024c6f4bfb62 [2020-07-30T07:33:53.884Z] ---> 0e30b3bfdc77 [2020-07-30T07:33:53.884Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T07:33:53.884Z] ---> Running in d09bb9e22e60 [2020-07-30T07:33:53.884Z] Removing intermediate container d09bb9e22e60 [2020-07-30T07:33:53.884Z] ---> faeae04c5679 [2020-07-30T07:33:53.884Z] Step 14/21 : WORKDIR / [2020-07-30T07:33:53.884Z] ---> Running in 2c122a3398bb [2020-07-30T07:33:53.884Z] Removing intermediate container 2c122a3398bb [2020-07-30T07:33:53.884Z] ---> 077e3c8e7df0 [2020-07-30T07:33:53.884Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-30T07:33:54.486Z] ---> c9d0a94f0447 [2020-07-30T07:33:54.486Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-30T07:33:56.480Z] ---> 7787f064e465 [2020-07-30T07:33:56.480Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-30T07:33:57.463Z] ---> 6b910230df2b [2020-07-30T07:33:57.463Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:33:57.737Z] ---> Running in 0bf82f2fd280 [2020-07-30T07:33:58.333Z] Removing intermediate container 0bf82f2fd280 [2020-07-30T07:33:58.333Z] ---> 3ca7e5e8ece2 [2020-07-30T07:33:58.333Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T07:33:58.606Z] ---> Running in 9ad4af6f07ca [2020-07-30T07:33:59.205Z] Removing intermediate container 9ad4af6f07ca [2020-07-30T07:33:59.205Z] ---> 039cd20d3200 [2020-07-30T07:33:59.205Z] Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:33:59.481Z] ---> Running in 62ee3a50a32d [2020-07-30T07:34:00.080Z] Removing intermediate container 62ee3a50a32d [2020-07-30T07:34:00.080Z] ---> f95aa5a11232 [2020-07-30T07:34:00.080Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T07:34:00.353Z] ---> Running in 5990138345d1 [2020-07-30T07:34:00.956Z] Removing intermediate container 5990138345d1 [2020-07-30T07:34:00.956Z] ---> d18174f43252 [2020-07-30T07:34:00.956Z] [2020-07-30T07:34:01.555Z] Successfully built d18174f43252 [2020-07-30T07:34:01.830Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-30T07:34:10.127Z]  Building docker-core-metadata-go ... done Removing intermediate container c88045c7b9e2 [2020-07-30T07:34:10.127Z] ---> e844fd8df6f6 [2020-07-30T07:34:10.127Z] [2020-07-30T07:34:10.127Z] Step 10/21 : FROM scratch [2020-07-30T07:34:10.127Z] ---> [2020-07-30T07:34:10.127Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-30T07:34:10.127Z] ---> Using cache [2020-07-30T07:34:10.127Z] ---> 9c6f7c142687 [2020-07-30T07:34:10.127Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-30T07:34:10.127Z] ---> Running in 7c6c221ee230 [2020-07-30T07:34:10.739Z] Removing intermediate container 7c6c221ee230 [2020-07-30T07:34:10.739Z] ---> 8b776dbf9ad0 [2020-07-30T07:34:10.739Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-30T07:34:10.739Z] ---> Running in 69c493e84277 [2020-07-30T07:34:11.346Z] Removing intermediate container 69c493e84277 [2020-07-30T07:34:11.346Z] ---> 38bba7592b96 [2020-07-30T07:34:11.346Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-30T07:34:12.329Z] ---> 855e9d7d4773 [2020-07-30T07:34:12.330Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-30T07:34:12.941Z] ---> 96a7fc3464eb [2020-07-30T07:34:12.941Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-30T07:34:14.917Z] ---> c659ba73213d [2020-07-30T07:34:14.917Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-30T07:34:15.513Z] ---> 247fab19ed40 [2020-07-30T07:34:15.513Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:34:15.785Z] ---> Running in d66e07764f6e [2020-07-30T07:34:16.772Z] Removing intermediate container d66e07764f6e [2020-07-30T07:34:16.772Z] ---> a553af3ffd09 [2020-07-30T07:34:16.772Z] Step 19/21 : LABEL arch=arm64 [2020-07-30T07:34:16.772Z] ---> Running in 625608cb82d2 [2020-07-30T07:34:17.049Z] Removing intermediate container 359436aa1618 [2020-07-30T07:34:17.049Z] ---> 6df503ef8d7b [2020-07-30T07:34:17.049Z] [2020-07-30T07:34:17.049Z] Step 10/20 : FROM scratch [2020-07-30T07:34:17.049Z] ---> [2020-07-30T07:34:17.049Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:34:17.322Z] ---> Using cache [2020-07-30T07:34:17.322Z] ---> 5e8be2c214b5 [2020-07-30T07:34:17.322Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-30T07:34:17.597Z] Removing intermediate container 625608cb82d2 [2020-07-30T07:34:17.597Z] ---> 0f844d711930 [2020-07-30T07:34:17.597Z] Step 20/21 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:34:17.597Z] ---> Running in 4c4376c6ffe8 [2020-07-30T07:34:17.597Z] ---> Running in c76259e7cd83 [2020-07-30T07:34:18.195Z] Removing intermediate container 4c4376c6ffe8 [2020-07-30T07:34:18.195Z] ---> a62df675b354 [2020-07-30T07:34:18.195Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-30T07:34:18.195Z] ---> Running in 5d144651a639 [2020-07-30T07:34:18.195Z] Removing intermediate container c76259e7cd83 [2020-07-30T07:34:18.195Z] ---> f01d937ab6a3 [2020-07-30T07:34:18.195Z] Step 21/21 : LABEL version=0.0.0 [2020-07-30T07:34:18.468Z] ---> Running in 97059b8d52cf [2020-07-30T07:34:18.743Z] Removing intermediate container 5d144651a639 [2020-07-30T07:34:18.743Z] ---> 206d9e5d1883 [2020-07-30T07:34:18.743Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-30T07:34:19.015Z] Removing intermediate container 97059b8d52cf [2020-07-30T07:34:19.015Z] ---> 4b205ef7047b [2020-07-30T07:34:19.015Z] [2020-07-30T07:34:19.625Z] Successfully built 4b205ef7047b [2020-07-30T07:34:19.625Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-30T07:34:19.625Z]  Building docker-support-logging-go ... done  ---> fbb71241fd18 [2020-07-30T07:34:19.625Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-30T07:34:21.055Z] ---> 434d7e63afa0 [2020-07-30T07:34:21.055Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-30T07:34:22.030Z] ---> d1544e1a9aab [2020-07-30T07:34:22.030Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:34:22.030Z] ---> Running in 5e0e6c0e5e76 [2020-07-30T07:34:22.302Z] Removing intermediate container 5e0e6c0e5e76 [2020-07-30T07:34:22.302Z] ---> d23e2076211f [2020-07-30T07:34:22.302Z] Step 18/20 : LABEL arch=arm64 [2020-07-30T07:34:22.573Z] ---> Running in 39a648b0f816 [2020-07-30T07:34:23.163Z] Removing intermediate container 39a648b0f816 [2020-07-30T07:34:23.163Z] ---> b3374e132ada [2020-07-30T07:34:23.163Z] Step 19/20 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:34:23.434Z] ---> Running in 7db9ff34b540 [2020-07-30T07:34:23.709Z] Removing intermediate container 7db9ff34b540 [2020-07-30T07:34:23.709Z] ---> f8cf95dc4aa4 [2020-07-30T07:34:23.709Z] Step 20/20 : LABEL version=0.0.0 [2020-07-30T07:34:23.980Z] ---> Running in e6d00b4619ff [2020-07-30T07:34:24.574Z] Removing intermediate container e6d00b4619ff [2020-07-30T07:34:24.574Z] ---> 352a25d2835a [2020-07-30T07:34:24.574Z] [2020-07-30T07:34:25.165Z] Successfully built 352a25d2835a [2020-07-30T07:34:25.165Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-30T07:34:26.586Z]  Building docker-support-scheduler-go ... done Removing intermediate container 08c3ddd0ee01 [2020-07-30T07:34:26.586Z] ---> 5df16e7a6255 [2020-07-30T07:34:26.586Z] [2020-07-30T07:34:26.586Z] Step 10/22 : FROM alpine [2020-07-30T07:34:26.586Z] ---> 62ee0e9f8440 [2020-07-30T07:34:26.586Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-30T07:34:26.586Z] ---> Running in 95b45f2beca6 [2020-07-30T07:34:27.177Z] Removing intermediate container 95b45f2beca6 [2020-07-30T07:34:27.177Z] ---> d1afdb50b177 [2020-07-30T07:34:27.177Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-30T07:34:27.177Z] ---> Running in aad941048539 [2020-07-30T07:34:27.769Z] Removing intermediate container aad941048539 [2020-07-30T07:34:27.769Z] ---> 41f992dfcd5a [2020-07-30T07:34:27.769Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-30T07:34:27.769Z] ---> Running in 6fb04f7e1a39 [2020-07-30T07:34:28.042Z] Removing intermediate container 6fb04f7e1a39 [2020-07-30T07:34:28.042Z] ---> 04573b43718d [2020-07-30T07:34:28.042Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-30T07:34:28.313Z] ---> Running in 75d643eb8cc5 [2020-07-30T07:34:30.924Z] Removing intermediate container 75d643eb8cc5 [2020-07-30T07:34:30.924Z] ---> a67462737f54 [2020-07-30T07:34:30.924Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-30T07:34:30.924Z] ---> Running in 379bf0f5dee5 [2020-07-30T07:34:32.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-30T07:34:32.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-30T07:34:33.900Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-30T07:34:33.900Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-30T07:34:33.900Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-30T07:34:34.170Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-30T07:34:34.170Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-30T07:34:34.441Z] Executing busybox-1.31.1-r16.trigger [2020-07-30T07:34:34.441Z] OK: 8 MiB in 19 packages [2020-07-30T07:34:35.869Z] Removing intermediate container 379bf0f5dee5 [2020-07-30T07:34:35.869Z] ---> ae7f7f30bfcd [2020-07-30T07:34:35.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-30T07:34:36.458Z] ---> 74e3c5b2a218 [2020-07-30T07:34:36.458Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-30T07:34:37.878Z] ---> 9943940b1384 [2020-07-30T07:34:37.878Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-30T07:34:38.469Z] ---> e786a4b00622 [2020-07-30T07:34:38.469Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-30T07:34:38.469Z] ---> Running in ff3202913f71 [2020-07-30T07:34:39.061Z] Removing intermediate container ff3202913f71 [2020-07-30T07:34:39.061Z] ---> 5e9883740e01 [2020-07-30T07:34:39.061Z] Step 20/22 : LABEL arch=arm64 [2020-07-30T07:34:39.061Z] ---> Running in 6a3c3af7a4d9 [2020-07-30T07:34:39.332Z] Removing intermediate container 6a3c3af7a4d9 [2020-07-30T07:34:39.332Z] ---> 3a6b1b7f4ee1 [2020-07-30T07:34:39.332Z] Step 21/22 : LABEL git_sha=5972b753fa186a40c398ed4d91801bcf7a85297b [2020-07-30T07:34:39.604Z] ---> Running in ec4694b606af [2020-07-30T07:34:39.878Z] Removing intermediate container ec4694b606af [2020-07-30T07:34:39.878Z] ---> 041b41f4cae5 [2020-07-30T07:34:39.878Z] Step 22/22 : LABEL version=0.0.0 [2020-07-30T07:34:40.149Z] ---> Running in f3bae71ee46e [2020-07-30T07:34:40.421Z] Removing intermediate container f3bae71ee46e [2020-07-30T07:34:40.421Z] ---> bf98524e643b [2020-07-30T07:34:40.421Z] [2020-07-30T07:34:41.013Z] Successfully built bf98524e643b [2020-07-30T07:34:41.013Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-30T07:34:41.297Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-30T07:34:41.291Z] $ docker stop --time=1 7e0edf278e7d53c7107914e7eea5c0bae37ffc108855999fd6ebc151fdeb6b2a [2020-07-30T07:34:43.204Z] $ docker rm -f 7e0edf278e7d53c7107914e7eea5c0bae37ffc108855999fd6ebc151fdeb6b2a [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-30T07:34:43.910Z] + + dockergrep docker [2020-07-30T07:34:43.910Z] images [2020-07-30T07:34:44.181Z] docker-core-data-go-arm64 latest bf98524e643b 4 seconds ago 22.6MB [2020-07-30T07:34:44.181Z] docker-support-scheduler-go-arm64 latest 352a25d2835a 20 seconds ago 12.6MB [2020-07-30T07:34:44.181Z] docker-support-logging-go-arm64 latest 4b205ef7047b 26 seconds ago 11.4MB [2020-07-30T07:34:44.181Z] docker-core-metadata-go-arm64 latest d18174f43252 44 seconds ago 13.8MB [2020-07-30T07:34:44.181Z] docker-security-proxy-setup-go-arm64 latest 85ae0f7329f1 About a minute ago 15.8MB [2020-07-30T07:34:44.181Z] docker-sys-mgmt-agent-go-arm64 latest 4cfeff9a8e65 3 minutes ago 266MB [2020-07-30T07:34:44.181Z] docker-security-secretstore-setup-go-arm64 latest d16ad38daca0 4 minutes ago 32.6MB [2020-07-30T07:34:44.181Z] docker-security-secrets-setup-go-arm64 latest 9551165c6fca 4 minutes ago 24.2MB [2020-07-30T07:34:44.181Z] docker-support-notifications-go-arm64 latest a725188631cc 4 minutes ago 13.9MB [2020-07-30T07:34:44.181Z] docker-core-command-go-arm64 latest dd548e48dd55 4 minutes ago 12.4MB [2020-07-30T07:34:44.181Z] 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-30T07:34:45.937Z] provisioning config files... [2020-07-30T07:34:45.956Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config2445396755152623479tmp [Pipeline] { [Pipeline] sh [2020-07-30T07:34:46.316Z] + curl -s https://codecov.io/bash [2020-07-30T07:34:46.317Z] + bash -s - -t @/w/workspace/edgex-go/22@tmp/config2445396755152623479tmp [Pipeline] } [2020-07-30T07:34:46.587Z] 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-30T07:34:48.038Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T07:34:48.912Z] ---> package-listing.sh [2020-07-30T07:34:48.912Z] ++ facter osfamily [2020-07-30T07:34:48.912Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-30T07:34:48.912Z] + OS_FAMILY=redhat [2020-07-30T07:34:48.912Z] + workspace=/w/workspace/edgex-go/22 [2020-07-30T07:34:48.912Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-30T07:34:48.912Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-30T07:34:48.912Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-30T07:34:48.912Z] + PACKAGES=/tmp/packages_start.txt [2020-07-30T07:34:48.912Z] + '[' /w/workspace/edgex-go/22 ']' [2020-07-30T07:34:48.912Z] + PACKAGES=/tmp/packages_end.txt [2020-07-30T07:34:48.912Z] + case "${OS_FAMILY}" in [2020-07-30T07:34:48.912Z] + rpm -qa [2020-07-30T07:34:48.912Z] + sort [2020-07-30T07:34:53.117Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-30T07:34:53.117Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-30T07:34:53.117Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-30T07:34:53.117Z] + '[' /w/workspace/edgex-go/22 ']' [2020-07-30T07:34:53.117Z] + mkdir -p /w/workspace/edgex-go/22/archives/ [2020-07-30T07:34:53.117Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:34:53.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T07:34:53.813Z] [2020-07-30T07:34:53.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-30T07:34:54.153Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T07:34:54.153Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-30T07:34:54.153Z] c9b1b535fdd9: Pulling fs layer [2020-07-30T07:34:54.153Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-30T07:34:54.153Z] 756a868c4378: Pulling fs layer [2020-07-30T07:34:54.153Z] 444b2fc9a129: Pulling fs layer [2020-07-30T07:34:54.153Z] ea15f1150254: Pulling fs layer [2020-07-30T07:34:54.153Z] 41b27a9f41bf: Pulling fs layer [2020-07-30T07:34:54.153Z] 28c525ee5125: Pulling fs layer [2020-07-30T07:34:54.153Z] 094b1ea09ed8: Pulling fs layer [2020-07-30T07:34:54.153Z] 138eaada9080: Pulling fs layer [2020-07-30T07:34:54.153Z] 0622d0fa9048: Pulling fs layer [2020-07-30T07:34:54.153Z] 444b2fc9a129: Waiting [2020-07-30T07:34:54.153Z] ea15f1150254: Waiting [2020-07-30T07:34:54.153Z] 138eaada9080: Waiting [2020-07-30T07:34:54.153Z] 41b27a9f41bf: Waiting [2020-07-30T07:34:54.153Z] 28c525ee5125: Waiting [2020-07-30T07:34:54.153Z] 0622d0fa9048: Waiting [2020-07-30T07:34:54.153Z] 094b1ea09ed8: Waiting [2020-07-30T07:34:54.153Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-30T07:34:54.153Z] 2cc5ad85d9ab: Download complete [2020-07-30T07:34:54.153Z] 444b2fc9a129: Verifying Checksum [2020-07-30T07:34:54.153Z] 444b2fc9a129: Download complete [2020-07-30T07:34:54.153Z] c9b1b535fdd9: Verifying Checksum [2020-07-30T07:34:54.153Z] c9b1b535fdd9: Download complete [2020-07-30T07:34:54.430Z] ea15f1150254: Download complete [2020-07-30T07:34:54.430Z] 28c525ee5125: Verifying Checksum [2020-07-30T07:34:54.430Z] 28c525ee5125: Download complete [2020-07-30T07:34:54.695Z] 756a868c4378: Verifying Checksum [2020-07-30T07:34:54.695Z] 756a868c4378: Download complete [2020-07-30T07:34:54.695Z] c9b1b535fdd9: Pull complete [2020-07-30T07:34:54.695Z] 138eaada9080: Verifying Checksum [2020-07-30T07:34:54.695Z] 138eaada9080: Download complete [2020-07-30T07:34:54.695Z] 0622d0fa9048: Verifying Checksum [2020-07-30T07:34:54.695Z] 0622d0fa9048: Download complete [2020-07-30T07:34:54.962Z] 094b1ea09ed8: Verifying Checksum [2020-07-30T07:34:54.962Z] 094b1ea09ed8: Download complete [2020-07-30T07:34:54.962Z] 2cc5ad85d9ab: Pull complete [2020-07-30T07:34:55.223Z] 41b27a9f41bf: Verifying Checksum [2020-07-30T07:34:55.223Z] 41b27a9f41bf: Download complete [2020-07-30T07:34:56.612Z] 756a868c4378: Pull complete [2020-07-30T07:34:56.612Z] 444b2fc9a129: Pull complete [2020-07-30T07:34:56.612Z] ea15f1150254: Pull complete [2020-07-30T07:35:01.924Z] 41b27a9f41bf: Pull complete [2020-07-30T07:35:02.187Z] 28c525ee5125: Pull complete [2020-07-30T07:35:05.497Z] 094b1ea09ed8: Pull complete [2020-07-30T07:35:05.497Z] 138eaada9080: Pull complete [2020-07-30T07:35:05.497Z] 0622d0fa9048: Pull complete [2020-07-30T07:35:05.497Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-30T07:35:05.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-30T07:35:05.497Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-30T07:35:05.668Z] prd-centos7-docker-4c-2g-1543 does not seem to be running inside a container [2020-07-30T07:35:05.719Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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-30T07:35:09.361Z] $ docker top 8361044684ea05dee8444d8f4f7bd23ad4283e13c555dec83e55ede0c243b578 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-30T07:35:09.715Z] provisioning config files... [2020-07-30T07:35:09.728Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config6565967948508332710tmp [Pipeline] { [Pipeline] echo [2020-07-30T07:35:09.793Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T07:35:10.173Z] ---> create-netrc.sh [Pipeline] echo [2020-07-30T07:35:10.203Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-30T07:35:10.499Z] ---> logs-deploy.sh [2020-07-30T07:35:10.499Z] + ARCHIVE_ARTIFACTS= [2020-07-30T07:35:10.499Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-30T07:35:10.499Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-30T07:35:10.499Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-30T07:35:10.499Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/22 [2020-07-30T07:35:10.499Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/22/ [2020-07-30T07:35:10.499Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/22 /w/workspace/edgex-go/22 [2020-07-30T07:35:11.460Z] Archives upload complete. [2020-07-30T07:35:11.721Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/22/