Pull request #2645 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 4b5963896521f000c9ac6a6ab22533f77291d058+04784571c64111dd2069565982d29e4bcbbafa66 (2898ad0756b027b6c0a621e6e7695ef97a991396) 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-1159 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 4b5963896521f000c9ac6a6ab22533f77291d058 Merge succeeded, producing 4b5963896521f000c9ac6a6ab22533f77291d058 Checking out Revision 4b5963896521f000c9ac6a6ab22533f77291d058 (PR-2645) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 Commit message: "build: remove VERSION file as git-semver now manages version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-27T20:57:58.359Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-27T20:57:58.789Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-27T20:57:58.865Z] ========================================================= [2020-07-27T20:57:58.865Z] EdgeX Global Pipelines Version Info [2020-07-27T20:57:58.865Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 [2020-07-27T20:58:00.733Z] ------------------- [2020-07-27T20:58:00.733Z] stable info: [2020-07-27T20:58:00.733Z] ------------------- [2020-07-27T20:58:00.733Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-27T20:58:00.733Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-27T20:58:00.733Z] Message: update stable to v1.0.106 [2020-07-27T20:58:01.309Z] ------------------- [2020-07-27T20:58:01.309Z] experimental info: [2020-07-27T20:58:01.309Z] ------------------- [2020-07-27T20:58:01.309Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-27T20:58:01.309Z] Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 [2020-07-27T20:58:01.309Z] Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-27T20:58:03.010Z] ++ 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-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/core-command/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/core-data/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-27T20:58:03.010Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T20:58:03.010Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-27T20:58:03.010Z] ++ cut -d/ -f2 [2020-07-27T20:58:03.010Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-27T20:58:03.083Z] 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-27T20:58:04.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T20:58:04.050Z] [2020-07-27T20:58:04.050Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T20:58:04.395Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T20:58:04.395Z] latest: Pulling from edgex-devops/git-semver [2020-07-27T20:58:04.395Z] 31603596830f: Pulling fs layer [2020-07-27T20:58:04.395Z] 2a8b12db71e7: Pulling fs layer [2020-07-27T20:58:04.395Z] 6ca5941a6612: Pulling fs layer [2020-07-27T20:58:04.395Z] ecc8261a40a4: Pulling fs layer [2020-07-27T20:58:04.395Z] ecc8261a40a4: Waiting [2020-07-27T20:58:04.395Z] 2a8b12db71e7: Download complete [2020-07-27T20:58:04.395Z] 31603596830f: Verifying Checksum [2020-07-27T20:58:04.395Z] 31603596830f: Download complete [2020-07-27T20:58:04.658Z] ecc8261a40a4: Verifying Checksum [2020-07-27T20:58:04.658Z] ecc8261a40a4: Download complete [2020-07-27T20:58:04.658Z] 6ca5941a6612: Verifying Checksum [2020-07-27T20:58:04.658Z] 6ca5941a6612: Download complete [2020-07-27T20:58:04.923Z] 31603596830f: Pull complete [2020-07-27T20:58:04.923Z] 2a8b12db71e7: Pull complete [2020-07-27T20:58:05.880Z] 6ca5941a6612: Pull complete [2020-07-27T20:58:06.141Z] ecc8261a40a4: Pull complete [2020-07-27T20:58:06.141Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-27T20:58:06.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T20:58:06.141Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-27T20:58:06.244Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-07-27T20:58:06.292Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T20:58:08.659Z] $ docker top 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-27T20:58:08.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-27T20:58:08.920Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-27T20:58:09.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-27T20:58:09.126Z] $ docker exec 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent [2020-07-27T20:58:09.299Z] SSH_AUTH_SOCK=/tmp/ssh-B5U0jkXJv8c9/agent.13 [2020-07-27T20:58:09.299Z] SSH_AGENT_PID=18 [2020-07-27T20:58:09.310Z] Running ssh-add (command line suppressed) [2020-07-27T20:58:09.428Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8378073978571404215.key (/w/workspace/edgex-go/2@tmp/private_key_8378073978571404215.key) [2020-07-27T20:58:09.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-27T20:58:09.813Z] + git describe --exact-match --tags HEAD [2020-07-27T20:58:09.813Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-27T20:58:09.834Z] $ docker exec --env ******** --env ******** 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent -k [2020-07-27T20:58:09.948Z] unset SSH_AUTH_SOCK; [2020-07-27T20:58:09.949Z] unset SSH_AGENT_PID; [2020-07-27T20:58:09.949Z] echo Agent pid 18 killed; [2020-07-27T20:58:09.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-27T20:58:10.072Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-27T20:58:10.072Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-27T20:58:10.195Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-27T20:58:10.195Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-27T20:58:10.357Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-27T20:58:10.360Z] $ docker exec 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent [2020-07-27T20:58:10.520Z] SSH_AUTH_SOCK=/tmp/ssh-z17NfVxjblPa/agent.46 [2020-07-27T20:58:10.520Z] SSH_AGENT_PID=51 [2020-07-27T20:58:10.527Z] Running ssh-add (command line suppressed) [2020-07-27T20:58:10.645Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_358591303150956517.key (/w/workspace/edgex-go/2@tmp/private_key_358591303150956517.key) [2020-07-27T20:58:10.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-27T20:58:11.075Z] + git semver init [2020-07-27T20:58:11.075Z] # -> Open(): unable to determine branch for HEAD [2020-07-27T20:58:11.075Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-07-27T20:58:11.075Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-07-27T20:58:11.075Z] # $SEMVER_REMOTE_NAME = origin [2020-07-27T20:58:11.075Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-27T20:58:11.075Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-27T20:58:11.075Z] # $SEMVER_BRANCH = PR-2645 [2020-07-27T20:58:11.075Z] # $SEMVER_TEMP = /tmp/semver-963559083 [2020-07-27T20:58:11.075Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-27T20:58:29.218Z] # '/tmp/semver-963559083' -> '/w/workspace/edgex-go/2/.semver' [2020-07-27T20:58:29.218Z] # -> Force: false [2020-07-27T20:58:29.218Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-07-27T20:58:29.228Z] $ docker exec --env ******** --env ******** 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 ssh-agent -k [2020-07-27T20:58:29.393Z] unset SSH_AUTH_SOCK; [2020-07-27T20:58:29.394Z] unset SSH_AGENT_PID; [2020-07-27T20:58:29.394Z] echo Agent pid 51 killed; [2020-07-27T20:58:29.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-27T20:58:29.901Z] + git semver [Pipeline] } [2020-07-27T20:58:29.917Z] $ docker stop --time=1 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 [2020-07-27T20:58:31.511Z] $ docker rm -f 2d5900a74659ba04addc7f41498a03b7610be1141c1d978cad960b6fc9d288b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-27T20:58:45.747Z] Stashed 25 file(s) [Pipeline] echo [2020-07-27T20:58:45.749Z] [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-27T20:58:46.230Z] ========================================================= [2020-07-27T20:58:46.230Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-27T20:58:46.230Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-27T20:58:46.560Z] + 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-27T20:58:49.873Z] Sending build context to Docker daemon 323.2MB [2020-07-27T20:58:49.873Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-27T20:58:49.873Z] Step 2/7 : FROM ${BASE} [2020-07-27T20:58:49.873Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-27T20:58:49.873Z] df20fa9351a1: Pulling fs layer [2020-07-27T20:58:49.873Z] ed8968b2872e: Pulling fs layer [2020-07-27T20:58:49.873Z] a92cc7c5fd73: Pulling fs layer [2020-07-27T20:58:49.873Z] 2dd03ba5bac4: Pulling fs layer [2020-07-27T20:58:49.873Z] 1e091d79d1de: Pulling fs layer [2020-07-27T20:58:49.873Z] 481702a1767f: Pulling fs layer [2020-07-27T20:58:49.873Z] f64a6f60c768: Pulling fs layer [2020-07-27T20:58:49.873Z] e78d2573fc39: Pulling fs layer [2020-07-27T20:58:49.873Z] e876d2f968b6: Pulling fs layer [2020-07-27T20:58:49.873Z] ce8a83651883: Pulling fs layer [2020-07-27T20:58:49.873Z] 07967f4d0e4b: Pulling fs layer [2020-07-27T20:58:49.873Z] 481702a1767f: Waiting [2020-07-27T20:58:49.873Z] 2dd03ba5bac4: Waiting [2020-07-27T20:58:49.873Z] 1e091d79d1de: Waiting [2020-07-27T20:58:49.873Z] f64a6f60c768: Waiting [2020-07-27T20:58:49.873Z] ce8a83651883: Waiting [2020-07-27T20:58:49.873Z] e78d2573fc39: Waiting [2020-07-27T20:58:49.873Z] e876d2f968b6: Waiting [2020-07-27T20:58:49.873Z] 07967f4d0e4b: Waiting [2020-07-27T20:58:49.873Z] a92cc7c5fd73: Verifying Checksum [2020-07-27T20:58:49.873Z] a92cc7c5fd73: Download complete [2020-07-27T20:58:49.873Z] ed8968b2872e: Download complete [2020-07-27T20:58:49.873Z] 1e091d79d1de: Verifying Checksum [2020-07-27T20:58:49.873Z] 1e091d79d1de: Download complete [2020-07-27T20:58:49.873Z] 481702a1767f: Download complete [2020-07-27T20:58:49.873Z] df20fa9351a1: Verifying Checksum [2020-07-27T20:58:49.873Z] df20fa9351a1: Download complete [2020-07-27T20:58:49.873Z] df20fa9351a1: Pull complete [2020-07-27T20:58:50.480Z] f64a6f60c768: Verifying Checksum [2020-07-27T20:58:50.480Z] f64a6f60c768: Download complete [2020-07-27T20:58:50.480Z] e876d2f968b6: Verifying Checksum [2020-07-27T20:58:50.480Z] e876d2f968b6: Download complete [2020-07-27T20:58:51.079Z] ce8a83651883: Verifying Checksum [2020-07-27T20:58:51.079Z] ce8a83651883: Download complete [2020-07-27T20:58:51.339Z] 2dd03ba5bac4: Verifying Checksum [2020-07-27T20:58:51.339Z] 2dd03ba5bac4: Download complete [2020-07-27T20:58:51.339Z] 07967f4d0e4b: Verifying Checksum [2020-07-27T20:58:51.339Z] 07967f4d0e4b: Download complete [2020-07-27T20:58:51.339Z] e78d2573fc39: Verifying Checksum [2020-07-27T20:58:51.339Z] e78d2573fc39: Download complete [2020-07-27T20:58:52.723Z] ed8968b2872e: Pull complete [2020-07-27T20:58:52.723Z] a92cc7c5fd73: Pull complete [2020-07-27T20:58:58.029Z] 2dd03ba5bac4: Pull complete [2020-07-27T20:58:58.029Z] 1e091d79d1de: Pull complete [2020-07-27T20:58:58.029Z] 481702a1767f: Pull complete [2020-07-27T20:59:01.055Z] Still waiting to schedule task [2020-07-27T20:59:01.056Z] ‘prd-centos7-builder-2c-1g-725’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-724’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1160’ is offline [2020-07-27T20:59:04.623Z] f64a6f60c768: Pull complete [2020-07-27T20:59:08.856Z] e78d2573fc39: Pull complete [2020-07-27T20:59:08.856Z] e876d2f968b6: Pull complete [2020-07-27T20:59:09.119Z] ce8a83651883: Pull complete [2020-07-27T20:59:09.380Z] 07967f4d0e4b: Pull complete [2020-07-27T20:59:09.380Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-27T20:59:09.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-27T20:59:09.380Z] ---> 5d7c900382c6 [2020-07-27T20:59:09.380Z] 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-27T20:59:10.774Z] ---> Running in 271dc01d6058 [2020-07-27T20:59:11.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T20:59:12.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T20:59:12.553Z] (1/12) Installing libmagic (5.38-r0) [2020-07-27T20:59:12.813Z] (2/12) Installing file (5.38-r0) [2020-07-27T20:59:12.813Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-27T20:59:12.813Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-27T20:59:16.118Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-27T20:59:16.118Z] (6/12) Installing patch (2.7.6-r6) [2020-07-27T20:59:16.118Z] (7/12) Installing build-base (0.5-r2) [2020-07-27T20:59:16.380Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-27T20:59:16.380Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-27T20:59:16.640Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-27T20:59:16.641Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-27T20:59:16.641Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-27T20:59:16.902Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T20:59:16.902Z] OK: 233 MiB in 51 packages [2020-07-27T20:59:21.116Z] Removing intermediate container 271dc01d6058 [2020-07-27T20:59:21.117Z] ---> f4149f363ef2 [2020-07-27T20:59:21.117Z] Step 4/7 : WORKDIR /edgex-go [2020-07-27T20:59:21.117Z] ---> Running in 27de57c974fe [2020-07-27T20:59:21.117Z] Removing intermediate container 27de57c974fe [2020-07-27T20:59:21.117Z] ---> b2f174eb64cf [2020-07-27T20:59:21.117Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-27T20:59:21.117Z] latest: Pulling from library/docker [2020-07-27T20:59:21.117Z] df20fa9351a1: Already exists [2020-07-27T20:59:21.117Z] 25ad7478873d: Pulling fs layer [2020-07-27T20:59:21.117Z] 4684f6177b5d: Pulling fs layer [2020-07-27T20:59:21.117Z] 46e300cec669: Pulling fs layer [2020-07-27T20:59:21.117Z] 63038576ad94: Pulling fs layer [2020-07-27T20:59:21.117Z] 0fdb76c4706c: Pulling fs layer [2020-07-27T20:59:21.117Z] cb7edeffdfd5: Pulling fs layer [2020-07-27T20:59:21.117Z] 63038576ad94: Waiting [2020-07-27T20:59:21.117Z] 0fdb76c4706c: Waiting [2020-07-27T20:59:21.117Z] cb7edeffdfd5: Waiting [2020-07-27T20:59:21.117Z] 4684f6177b5d: Verifying Checksum [2020-07-27T20:59:21.117Z] 4684f6177b5d: Download complete [2020-07-27T20:59:21.117Z] 25ad7478873d: Verifying Checksum [2020-07-27T20:59:21.117Z] 25ad7478873d: Download complete [2020-07-27T20:59:21.379Z] 63038576ad94: Verifying Checksum [2020-07-27T20:59:21.379Z] 63038576ad94: Download complete [2020-07-27T20:59:21.379Z] 0fdb76c4706c: Download complete [2020-07-27T20:59:21.379Z] cb7edeffdfd5: Verifying Checksum [2020-07-27T20:59:21.379Z] cb7edeffdfd5: Download complete [2020-07-27T20:59:21.379Z] 25ad7478873d: Pull complete [2020-07-27T20:59:21.641Z] 4684f6177b5d: Pull complete [2020-07-27T20:59:21.906Z] 46e300cec669: Verifying Checksum [2020-07-27T20:59:21.906Z] 46e300cec669: Download complete [2020-07-27T20:59:24.466Z] 46e300cec669: Pull complete [2020-07-27T20:59:24.466Z] 63038576ad94: Pull complete [2020-07-27T20:59:24.466Z] 0fdb76c4706c: Pull complete [2020-07-27T20:59:24.466Z] cb7edeffdfd5: Pull complete [2020-07-27T20:59:24.466Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-27T20:59:24.466Z] Status: Downloaded newer image for docker:latest [2020-07-27T20:59:25.853Z] ---> 51be1cd98ae8 [2020-07-27T20:59:25.853Z] Step 6/7 : COPY go.mod . [2020-07-27T20:59:26.113Z] ---> 1db1b818dc91 [2020-07-27T20:59:26.113Z] Step 7/7 : RUN go mod download [2020-07-27T20:59:26.113Z] ---> Running in a45145fc2534 [2020-07-27T20:59:28.660Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-27T20:59:28.660Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-27T20:59:28.660Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-27T20:59:28.660Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-27T20:59:28.660Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-27T20:59:28.660Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-27T20:59:28.660Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-27T20:59:28.660Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-27T20:59:28.660Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-27T20:59:28.660Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-27T20:59:28.660Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-27T20:59:28.660Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-27T20:59:28.660Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-27T20:59:28.660Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-27T20:59:28.660Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-27T20:59:28.660Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-27T20:59:28.660Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-27T20:59:28.660Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-27T20:59:28.660Z] go: finding github.com/fatih/color v1.7.0 [2020-07-27T20:59:28.660Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-27T20:59:28.660Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-27T20:59:28.660Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-27T20:59:28.660Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-27T20:59:28.660Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-27T20:59:28.660Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-27T20:59:28.921Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-27T20:59:28.921Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-27T20:59:28.921Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-27T20:59:28.921Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-27T20:59:28.921Z] go: finding github.com/google/uuid v1.1.0 [2020-07-27T20:59:28.921Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-27T20:59:28.921Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-27T20:59:28.921Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-27T20:59:28.921Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-27T20:59:28.921Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-27T20:59:28.921Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-27T20:59:28.921Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-27T20:59:29.182Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-27T20:59:29.182Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-27T20:59:29.182Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-27T20:59:29.442Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-27T20:59:29.442Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-27T20:59:29.442Z] go: finding github.com/kr/pty v1.1.1 [2020-07-27T20:59:29.442Z] go: finding github.com/kr/text v0.1.0 [2020-07-27T20:59:29.442Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-27T20:59:29.442Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-27T20:59:29.442Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-27T20:59:29.442Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-27T20:59:29.442Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-27T20:59:29.442Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-27T20:59:29.442Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-27T20:59:29.442Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-27T20:59:29.703Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-27T20:59:29.703Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-27T20:59:29.703Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-27T20:59:29.703Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-27T20:59:29.703Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-27T20:59:29.703Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-27T20:59:29.703Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-27T20:59:29.703Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-27T20:59:29.703Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-27T20:59:29.703Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-27T20:59:29.703Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-27T20:59:29.703Z] go: finding github.com/posener/complete v1.1.1 [2020-07-27T20:59:29.703Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-27T20:59:29.965Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-27T20:59:29.965Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-27T20:59:29.965Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-27T20:59:29.965Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-27T20:59:29.965Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-27T20:59:29.965Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-27T20:59:29.965Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-27T20:59:29.965Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-27T20:59:29.965Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-27T20:59:29.965Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-27T20:59:29.965Z] go: finding golang.org/x/text v0.3.2 [2020-07-27T20:59:30.238Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-27T20:59:30.238Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-27T20:59:30.238Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-27T20:59:30.238Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-27T20:59:30.238Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-27T20:59:30.238Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-27T20:59:45.168Z] Removing intermediate container a45145fc2534 [2020-07-27T20:59:45.168Z] ---> c2fb5433f0d9 [2020-07-27T20:59:45.168Z] Successfully built c2fb5433f0d9 [2020-07-27T20:59:45.168Z] 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-27T20:59:45.709Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-27T20:59:45.709Z] . [Pipeline] withDockerContainer [2020-07-27T20:59:45.811Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-07-27T20:59:45.854Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T20:59:46.533Z] $ docker top 0db5b2063637437e4caae4638ce7c1a5939419ad3da6882c3cdccf9e8db87b20 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T20:59:47.003Z] + go version [2020-07-27T20:59:47.003Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-27T20:59:47.014Z] ========================================================= [2020-07-27T20:59:47.014Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-27T20:59:47.014Z] ========================================================= [Pipeline] sh [2020-07-27T20:59:47.300Z] + make test raml_verify [2020-07-27T20:59:47.301Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-27T20:59:49.869Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-27T20:59:59.961Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-27T21:00:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-27T21:00:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-27T21:00:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-27T21:00:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-27T21:00:03.876Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-07-27T21:00:03.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-27T21:00:03.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-27T21:00:04.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-27T21:00:04.410Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-27T21:00:04.995Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-27T21:00:05.266Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-27T21:00:05.266Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-27T21:00:05.266Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-27T21:00:10.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.024s coverage: 46.6% of statements [2020-07-27T21:00:10.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-27T21:00:10.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-27T21:00:10.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-27T21:00:10.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-27T21:00:10.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-27T21:00:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.058s coverage: 27.4% of statements [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-27T21:00:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-27T21:00:13.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements [2020-07-27T21:00:13.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-27T21:00:13.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.064s coverage: 29.3% of statements [2020-07-27T21:00:13.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-27T21:00:13.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-27T21:00:13.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-27T21:00:13.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-27T21:00:13.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-27T21:00:13.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements [2020-07-27T21:00:13.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-27T21:00:13.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements [2020-07-27T21:00:13.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-27T21:00:14.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 89.8% of statements [2020-07-27T21:00:14.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-27T21:00:14.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.038s coverage: 97.5% of statements [2020-07-27T21:00:14.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-27T21:00:14.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-27T21:00:14.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-27T21:00:14.701Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements [2020-07-27T21:00:15.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements [2020-07-27T21:00:15.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-27T21:00:15.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-27T21:00:15.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements [2020-07-27T21:00:16.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.115s coverage: 55.9% of statements [2020-07-27T21:00:16.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-27T21:00:16.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-27T21:00:16.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-27T21:00:16.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.726s coverage: 86.3% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.352s coverage: 72.2% of statements [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.124s coverage: 72.1% of statements [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.072s coverage: 26.9% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.069s coverage: 84.1% of statements [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 43.1% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.034s coverage: 100.0% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.038s coverage: 45.9% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-27T21:00:28.686Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-27T21:00:28.686Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-27T21:00:28.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-07-27T21:00:28.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-27T21:00:28.687Z] GO111MODULE=on go vet ./... [2020-07-27T21:00:33.998Z] gofmt -l . [2020-07-27T21:00:34.258Z] [ "`gofmt -l .`" = "" ] [2020-07-27T21:00:34.831Z] ./bin/test-go-mod-tidy.sh [2020-07-27T21:00:35.402Z] ./bin/test-attribution-txt.sh [2020-07-27T21:00:37.943Z] docker run --rm --privileged \ [2020-07-27T21:00:37.943Z] -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ [2020-07-27T21:00:37.943Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-27T21:00:37.943Z] /scripts/raml-verify.sh [2020-07-27T21:00:37.943Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-27T21:00:37.943Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-27T21:00:37.943Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-27T21:00:37.943Z] bd07af9ed1a4: Pulling fs layer [2020-07-27T21:00:37.943Z] 3556ccf180b2: Pulling fs layer [2020-07-27T21:00:37.943Z] 089d4748da74: Pulling fs layer [2020-07-27T21:00:37.943Z] c6eb57c77bc5: Pulling fs layer [2020-07-27T21:00:37.943Z] 0364d5097239: Pulling fs layer [2020-07-27T21:00:37.943Z] 089d4748da74: Waiting [2020-07-27T21:00:37.943Z] c6eb57c77bc5: Waiting [2020-07-27T21:00:37.943Z] 0364d5097239: Waiting [2020-07-27T21:00:37.943Z] 3556ccf180b2: Verifying Checksum [2020-07-27T21:00:37.943Z] 3556ccf180b2: Download complete [2020-07-27T21:00:37.943Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-27T21:00:37.943Z] 089d4748da74: Verifying Checksum [2020-07-27T21:00:37.943Z] 089d4748da74: Download complete [2020-07-27T21:00:37.943Z] 0364d5097239: Verifying Checksum [2020-07-27T21:00:37.943Z] 0364d5097239: Download complete [2020-07-27T21:00:37.943Z] c6eb57c77bc5: Verifying Checksum [2020-07-27T21:00:37.943Z] c6eb57c77bc5: Download complete [2020-07-27T21:00:38.234Z] bd07af9ed1a4: Verifying Checksum [2020-07-27T21:00:38.234Z] bd07af9ed1a4: Download complete [2020-07-27T21:00:38.234Z] cbdbe7a5bc2a: Pull complete [2020-07-27T21:00:40.298Z] bd07af9ed1a4: Pull complete [2020-07-27T21:00:40.576Z] 3556ccf180b2: Pull complete [2020-07-27T21:00:40.840Z] 089d4748da74: Pull complete [2020-07-27T21:00:42.223Z] c6eb57c77bc5: Pull complete [2020-07-27T21:00:42.223Z] 0364d5097239: Pull complete [2020-07-27T21:00:42.223Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-27T21:00:42.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-27T21:00:52.228Z] Verifying ./api/raml/core-command.raml... [2020-07-27T21:00:52.490Z] OK [2020-07-27T21:00:52.490Z] Verifying ./api/raml/core-data.raml... [2020-07-27T21:00:53.875Z] OK [2020-07-27T21:00:53.875Z] Verifying ./api/raml/core-metadata.raml... [2020-07-27T21:00:55.257Z] OK [2020-07-27T21:00:55.257Z] Verifying ./api/raml/support-logging.raml... [2020-07-27T21:00:56.202Z] OK [2020-07-27T21:00:56.202Z] Verifying ./api/raml/support-notifications.raml... [2020-07-27T21:00:57.144Z] OK [2020-07-27T21:00:57.144Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-27T21:00:58.084Z] OK [2020-07-27T21:00:58.084Z] Verifying ./api/raml/system-agent.raml... [2020-07-27T21:00:58.655Z] OK [Pipeline] sh [2020-07-27T21:00:59.214Z] + ls -al . [2020-07-27T21:00:59.214Z] total 556 [2020-07-27T21:00:59.214Z] drwxrwxr-x 10 1001 1001 4096 Jul 27 21:00 . [2020-07-27T21:00:59.214Z] drwxr-xr-x 4 root root 28 Jul 27 20:59 .. [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 20:57 .dockerignore [2020-07-27T21:00:59.214Z] drwxrwxr-x 8 1001 1001 179 Jul 27 20:57 .git [2020-07-27T21:00:59.214Z] drwxrwxr-x 3 1001 1001 60 Jul 27 20:57 .github [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 932 Jul 27 20:57 .gitignore [2020-07-27T21:00:59.214Z] drwx------ 3 1001 1001 47 Jul 27 20:58 .semver [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 178 Jul 27 20:57 .sonarcloud.properties [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 20:57 CONTRIBUTING.md [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 1035 Jul 27 20:57 Dockerfile.build [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 824 Jul 27 20:57 Jenkinsfile [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 20:57 LICENSE [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 6443 Jul 27 20:57 Makefile [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 5652 Jul 27 20:57 README.md [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 7111 Jul 27 20:57 SECURITY.md [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 5 Jul 27 20:58 VERSION [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 20:57 ZMQWindows.md [2020-07-27T21:00:59.214Z] drwxrwxr-x 4 1001 1001 33 Jul 27 20:57 api [2020-07-27T21:00:59.214Z] drwxrwxr-x 2 1001 1001 117 Jul 27 20:57 bin [2020-07-27T21:00:59.214Z] drwxrwxr-x 15 1001 1001 4096 Jul 27 20:57 cmd [2020-07-27T21:00:59.214Z] -rw-r--r-- 1 root root 456067 Jul 27 21:00 coverage.out [2020-07-27T21:00:59.214Z] -rw-r--r-- 1 root root 1019 Jul 27 21:00 go.mod [2020-07-27T21:00:59.214Z] -rw-r--r-- 1 root root 18146 Jul 27 21:00 go.sum [2020-07-27T21:00:59.214Z] drwxrwxr-x 8 1001 1001 127 Jul 27 20:57 internal [2020-07-27T21:00:59.214Z] drwxrwxr-x 4 1001 1001 71 Jul 27 20:57 snap [2020-07-27T21:00:59.214Z] -rw-rw-r-- 1 1001 1001 168 Jul 27 20:57 version.go [Pipeline] sh [2020-07-27T21:00:59.510Z] + '[' -e coverage.out ] [2020-07-27T21:00:59.510Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-27T21:00:59.666Z] Stashed 1 file(s) [Pipeline] sh [2020-07-27T21:00:59.964Z] + make build [2020-07-27T21:00:59.965Z] 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-27T21:01:08.181Z] 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-27T21:01:10.725Z] 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-27T21:01:12.109Z] 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-27T21:01:13.279Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1161 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws [2020-07-27T21:01:13.361Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-07-27T21:01:13.495Z] 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-27T21:01:15.431Z] 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-27T21:01:15.693Z] 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-27T21:01:17.629Z] 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-27T21:01:18.590Z] using credential edgex-jenkins-ssh [2020-07-27T21:01:18.646Z] Cloning the remote Git repository [2020-07-27T21:01:18.646Z] Cloning with configured refspecs honoured and without tags [2020-07-27T21:01:19.050Z] 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-27T21:01:18.692Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-27T21:01:18.797Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-07-27T21:01:18.862Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-27T21:01:18.863Z] > git --version # timeout=10 [2020-07-27T21:01:18.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T21:01:18.929Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T21:01:19.996Z] 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-27T21:01:21.385Z] 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-27T21:01:22.797Z] 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-27T21:01:24.187Z] 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-27T21:01:25.144Z] $ docker stop --time=1 0db5b2063637437e4caae4638ce7c1a5939419ad3da6882c3cdccf9e8db87b20 [2020-07-27T21:01:26.774Z] $ docker rm -f 0db5b2063637437e4caae4638ce7c1a5939419ad3da6882c3cdccf9e8db87b20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:01:29.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T21:01:29.814Z] [2020-07-27T21:01:29.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:01:30.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T21:01:30.156Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-27T21:01:30.156Z] cbdbe7a5bc2a: Already exists [2020-07-27T21:01:30.156Z] ca9280d653b3: Pulling fs layer [2020-07-27T21:01:30.156Z] 7e9c9ca2126c: Pulling fs layer [2020-07-27T21:01:30.420Z] ca9280d653b3: Verifying Checksum [2020-07-27T21:01:30.420Z] ca9280d653b3: Download complete [2020-07-27T21:01:31.367Z] 7e9c9ca2126c: Verifying Checksum [2020-07-27T21:01:31.367Z] 7e9c9ca2126c: Download complete [2020-07-27T21:01:31.367Z] ca9280d653b3: Pull complete [2020-07-27T21:01:39.061Z] Fetching without tags [2020-07-27T21:01:39.545Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:01:39.631Z] 7e9c9ca2126c: Pull complete [2020-07-27T21:01:39.631Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-27T21:01:39.891Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T21:01:39.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-27T21:01:40.015Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-07-27T21:01:40.056Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T21:01:38.957Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-27T21:01:38.975Z] > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # timeout=10 [2020-07-27T21:01:38.992Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T21:01:39.026Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-27T21:01:39.057Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-27T21:01:39.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T21:01:39.070Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T21:01:39.552Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T21:01:39.568Z] > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 [2020-07-27T21:01:39.907Z] > git remote # timeout=10 [2020-07-27T21:01:39.936Z] > git config --get remote.origin.url # timeout=10 [2020-07-27T21:01:39.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T21:01:39.982Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-27T21:01:40.031Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-27T21:01:40.085Z] Merge succeeded, producing 4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:01:40.085Z] Checking out Revision 4b5963896521f000c9ac6a6ab22533f77291d058 (PR-2645) [2020-07-27T21:01:41.721Z] $ docker top 1bf94ad68d7daa38d3dddf99ef95490e9250bf9f7d5dc4fb7f744022f28c1959 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T21:01:42.246Z] + docker-compose build --help [2020-07-27T21:01:42.246Z] + grep parallel [2020-07-27T21:01:40.076Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T21:01:40.098Z] > git checkout -f 4b5963896521f000c9ac6a6ab22533f77291d058 # timeout=10 [2020-07-27T21:01:43.188Z] --parallel Build images in parallel. [Pipeline] } [2020-07-27T21:01:43.200Z] $ docker stop --time=1 1bf94ad68d7daa38d3dddf99ef95490e9250bf9f7d5dc4fb7f744022f28c1959 [2020-07-27T21:01:44.544Z] Commit message: "build: remove VERSION file as git-semver now manages version" [2020-07-27T21:01:44.550Z] $ docker rm -f 1bf94ad68d7daa38d3dddf99ef95490e9250bf9f7d5dc4fb7f744022f28c1959 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-07-27T21:01:45.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T21:01:45.139Z] . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withDockerContainer [2020-07-27T21:01:45.264Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-07-27T21:01:45.301Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T21:01:45.897Z] $ docker top 89b8c778dc8213d6680c0ef40d6836b782496c225a4e32305e61d08ca578d4f8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-27T21:01:46.360Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-27T21:01:47.301Z] Building docker-core-command-go ... [2020-07-27T21:01:47.301Z] Building docker-core-data-go ... [2020-07-27T21:01:47.301Z] Building docker-core-metadata-go ... [2020-07-27T21:01:47.301Z] Building docker-security-proxy-setup-go ... [2020-07-27T21:01:47.301Z] Building docker-security-secrets-setup-go ... [2020-07-27T21:01:47.301Z] Building docker-security-secretstore-setup-go ... [2020-07-27T21:01:47.301Z] Building docker-support-logging-go ... [2020-07-27T21:01:47.301Z] Building docker-support-notifications-go ... [2020-07-27T21:01:47.301Z] Building docker-support-scheduler-go ... [2020-07-27T21:01:47.301Z] Building docker-sys-mgmt-agent-go ... [2020-07-27T21:01:47.301Z] Building docker-core-data-go [2020-07-27T21:01:47.301Z] Building docker-support-scheduler-go [2020-07-27T21:01:47.301Z] Building docker-security-secrets-setup-go [2020-07-27T21:01:47.301Z] Building docker-support-logging-go [2020-07-27T21:01:47.301Z] Building docker-security-proxy-setup-go [Pipeline] echo [2020-07-27T21:01:57.571Z] ========================================================= [2020-07-27T21:01:57.571Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-27T21:01:57.571Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:01:58.431Z] + 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-27T21:02:02.754Z] Sending build context to Docker daemon 323.2MB [2020-07-27T21:02:02.754Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-27T21:02:02.754Z] Step 2/7 : FROM ${BASE} [2020-07-27T21:02:02.754Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-27T21:02:02.754Z] b538f80385f9: Pulling fs layer [2020-07-27T21:02:02.754Z] 74f711af9a0d: Pulling fs layer [2020-07-27T21:02:02.754Z] 99f96fe45779: Pulling fs layer [2020-07-27T21:02:02.754Z] fd7a069fd194: Pulling fs layer [2020-07-27T21:02:02.754Z] 66aa3694b03b: Pulling fs layer [2020-07-27T21:02:02.754Z] 170f70906a0f: Pulling fs layer [2020-07-27T21:02:02.754Z] ad7c5574e4b9: Pulling fs layer [2020-07-27T21:02:02.754Z] e772456be8f7: Pulling fs layer [2020-07-27T21:02:02.754Z] c890913d741a: Pulling fs layer [2020-07-27T21:02:02.754Z] 2480fcc9aa5a: Pulling fs layer [2020-07-27T21:02:02.754Z] 09adf4765672: Pulling fs layer [2020-07-27T21:02:02.754Z] 170f70906a0f: Waiting [2020-07-27T21:02:02.754Z] ad7c5574e4b9: Waiting [2020-07-27T21:02:02.754Z] e772456be8f7: Waiting [2020-07-27T21:02:02.754Z] c890913d741a: Waiting [2020-07-27T21:02:02.754Z] 09adf4765672: Waiting [2020-07-27T21:02:02.754Z] 2480fcc9aa5a: Waiting [2020-07-27T21:02:02.754Z] fd7a069fd194: Waiting [2020-07-27T21:02:02.754Z] 66aa3694b03b: Waiting [2020-07-27T21:02:02.754Z] 99f96fe45779: Verifying Checksum [2020-07-27T21:02:02.754Z] 99f96fe45779: Download complete [2020-07-27T21:02:02.754Z] 74f711af9a0d: Verifying Checksum [2020-07-27T21:02:02.754Z] 66aa3694b03b: Verifying Checksum [2020-07-27T21:02:02.754Z] 66aa3694b03b: Download complete [2020-07-27T21:02:02.754Z] 170f70906a0f: Verifying Checksum [2020-07-27T21:02:02.754Z] 170f70906a0f: Download complete [2020-07-27T21:02:02.754Z] b538f80385f9: Download complete [2020-07-27T21:02:03.747Z] b538f80385f9: Pull complete [2020-07-27T21:02:04.022Z] 74f711af9a0d: Pull complete [2020-07-27T21:02:04.299Z] 99f96fe45779: Pull complete [2020-07-27T21:02:05.757Z] ad7c5574e4b9: Verifying Checksum [2020-07-27T21:02:05.757Z] ad7c5574e4b9: Download complete [2020-07-27T21:02:05.757Z] c890913d741a: Verifying Checksum [2020-07-27T21:02:05.757Z] c890913d741a: Download complete [2020-07-27T21:02:07.209Z] 2480fcc9aa5a: Verifying Checksum [2020-07-27T21:02:07.209Z] 2480fcc9aa5a: Download complete [2020-07-27T21:02:07.209Z] 09adf4765672: Verifying Checksum [2020-07-27T21:02:07.209Z] 09adf4765672: Download complete [2020-07-27T21:02:08.196Z] fd7a069fd194: Verifying Checksum [2020-07-27T21:02:08.196Z] fd7a069fd194: Download complete [2020-07-27T21:02:08.196Z] e772456be8f7: Verifying Checksum [2020-07-27T21:02:08.196Z] e772456be8f7: Download complete [2020-07-27T21:02:19.453Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:02:19.453Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:02:19.453Z] ---> c2fb5433f0d9 [2020-07-27T21:02:19.453Z] Step 3/22 : WORKDIR /edgex-go [2020-07-27T21:02:19.453Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:02:19.453Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-27T21:02:19.453Z] ---> c2fb5433f0d9 [2020-07-27T21:02:19.453Z] Step 3/29 : WORKDIR /edgex-go [2020-07-27T21:02:19.453Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:02:19.453Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:02:19.453Z] ---> c2fb5433f0d9 [2020-07-27T21:02:19.453Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T21:02:19.453Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:02:19.453Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:02:19.453Z] ---> c2fb5433f0d9 [2020-07-27T21:02:19.453Z] Step 3/21 : WORKDIR /edgex-goStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:02:19.453Z] [2020-07-27T21:02:19.453Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:02:19.453Z] ---> c2fb5433f0d9 [2020-07-27T21:02:19.453Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T21:02:19.453Z] ---> Running in 1d8eee1cb0ee [2020-07-27T21:02:19.453Z] ---> Running in 65ca679a430a [2020-07-27T21:02:19.453Z] ---> Running in a10c4910c5f9 [2020-07-27T21:02:19.453Z] ---> Running in d2cf5d26c3f5 [2020-07-27T21:02:19.453Z] ---> Running in 00100d95c053 [2020-07-27T21:02:19.453Z] Removing intermediate container 1d8eee1cb0ee [2020-07-27T21:02:19.453Z] ---> 491adce9c9b7 [2020-07-27T21:02:19.453Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:02:19.453Z] Removing intermediate container a10c4910c5f9 [2020-07-27T21:02:19.453Z] ---> 406902679f4e [2020-07-27T21:02:19.453Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:02:19.453Z] Removing intermediate container 65ca679a430a [2020-07-27T21:02:19.453Z] ---> 5200e813da48 [2020-07-27T21:02:19.453Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:02:19.453Z] Removing intermediate container 00100d95c053 [2020-07-27T21:02:19.453Z] ---> 46211d81d9b5 [2020-07-27T21:02:19.453Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:02:19.767Z] Removing intermediate container d2cf5d26c3f5 [2020-07-27T21:02:19.767Z] ---> d66a12760a34 [2020-07-27T21:02:19.767Z] Step 4/29 : RUN apk update && apk add make git [2020-07-27T21:02:19.767Z] ---> Running in 796e285ad1d0 [2020-07-27T21:02:19.767Z] ---> Running in 9c402b7e79b7 [2020-07-27T21:02:19.767Z] ---> Running in 3b953e057f41 [2020-07-27T21:02:19.767Z] ---> Running in b5eb706ff148 [2020-07-27T21:02:19.767Z] ---> Running in d49b7fbcab2d [2020-07-27T21:02:20.604Z] fd7a069fd194: Pull complete [2020-07-27T21:02:20.604Z] 66aa3694b03b: Pull complete [2020-07-27T21:02:20.604Z] 170f70906a0f: Pull complete [2020-07-27T21:02:21.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:21.170Z] Removing intermediate container 796e285ad1d0 [2020-07-27T21:02:21.170Z] ---> 7bed46728a34 [2020-07-27T21:02:21.170Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T21:02:21.431Z] ---> Running in e3b4b19ca72c [2020-07-27T21:02:21.691Z] Removing intermediate container 9c402b7e79b7 [2020-07-27T21:02:21.691Z] ---> b344b887b868 [2020-07-27T21:02:21.691Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-27T21:02:21.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:21.691Z] Removing intermediate container 3b953e057f41 [2020-07-27T21:02:21.691Z] ---> 18b37f8d67af [2020-07-27T21:02:21.691Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T21:02:21.961Z] ---> Running in 75b36630b1ec [2020-07-27T21:02:21.961Z] ---> Running in f522f38c673c [2020-07-27T21:02:21.961Z] Removing intermediate container b5eb706ff148 [2020-07-27T21:02:21.961Z] ---> b55722dbe262 [2020-07-27T21:02:21.961Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-27T21:02:22.237Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:02:22.237Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:02:22.237Z] OK: 12749 distinct packages available [2020-07-27T21:02:22.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:22.237Z] ---> Running in 2f51f789ab54 [2020-07-27T21:02:22.507Z] OK: 233 MiB in 51 packages [2020-07-27T21:02:22.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:22.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:22.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:23.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:23.030Z] Removing intermediate container d49b7fbcab2d [2020-07-27T21:02:23.030Z] ---> d2bf05d61356 [2020-07-27T21:02:23.030Z] Step 5/29 : COPY go.mod . [2020-07-27T21:02:23.291Z] ---> 8b29450101a0 [2020-07-27T21:02:23.291Z] Step 6/29 : RUN go mod download [2020-07-27T21:02:23.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:23.291Z] ---> Running in ee9d9a37abee [2020-07-27T21:02:23.291Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:02:23.291Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:02:23.291Z] OK: 12749 distinct packages available [2020-07-27T21:02:23.557Z] OK: 233 MiB in 51 packages [2020-07-27T21:02:23.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:23.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:02:23.818Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:02:23.818Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:02:23.818Z] OK: 12749 distinct packages available [2020-07-27T21:02:24.019Z] ad7c5574e4b9: Pull complete [2020-07-27T21:02:24.082Z] Removing intermediate container e3b4b19ca72c [2020-07-27T21:02:24.082Z] ---> da13f30adc5a [2020-07-27T21:02:24.082Z] Step 6/20 : COPY go.mod . [2020-07-27T21:02:24.082Z] OK: 233 MiB in 51 packages [2020-07-27T21:02:24.354Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:02:24.354Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:02:24.354Z] OK: 12749 distinct packages available [2020-07-27T21:02:24.354Z] OK: 233 MiB in 51 packages [2020-07-27T21:02:24.354Z] ---> 511539c4c986 [2020-07-27T21:02:24.354Z] Step 7/20 : RUN go mod download [2020-07-27T21:02:24.354Z] ---> Running in 954f3a97c2ae [2020-07-27T21:02:24.618Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:02:24.618Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:02:24.618Z] OK: 12749 distinct packages available [2020-07-27T21:02:24.618Z] OK: 233 MiB in 51 packages [2020-07-27T21:02:24.879Z] OK: 233 MiB in 51 packages [2020-07-27T21:02:25.450Z] Removing intermediate container ee9d9a37abee [2020-07-27T21:02:25.450Z] ---> 5b8689c9434c [2020-07-27T21:02:25.450Z] Step 7/29 : COPY . . [2020-07-27T21:02:25.450Z] Removing intermediate container 75b36630b1ec [2020-07-27T21:02:25.450Z] ---> ed4f4c6e9d6d [2020-07-27T21:02:25.450Z] Step 6/21 : COPY go.mod . [2020-07-27T21:02:25.715Z] Removing intermediate container f522f38c673c [2020-07-27T21:02:25.715Z] ---> 7c16f4077562 [2020-07-27T21:02:25.715Z] Step 6/20 : COPY go.mod . [2020-07-27T21:02:27.104Z] ---> 3eb34be206e7 [2020-07-27T21:02:27.104Z] Step 7/21 : RUN go mod download [2020-07-27T21:02:28.497Z] Removing intermediate container 2f51f789ab54 [2020-07-27T21:02:28.497Z] ---> d46d119b61fa [2020-07-27T21:02:28.497Z] Step 6/22 : COPY go.mod . [2020-07-27T21:02:28.759Z] Removing intermediate container 954f3a97c2ae [2020-07-27T21:02:28.759Z] ---> 0281491a1d57 [2020-07-27T21:02:28.759Z] Step 8/20 : COPY . . [2020-07-27T21:02:28.759Z] ---> 5b1b966a7b9f [2020-07-27T21:02:28.759Z] Step 7/20 : RUN go mod download [2020-07-27T21:02:29.478Z] e772456be8f7: Pull complete [2020-07-27T21:02:29.478Z] c890913d741a: Pull complete [2020-07-27T21:02:30.682Z] ---> Running in 79f774c80126 [2020-07-27T21:02:31.453Z] 2480fcc9aa5a: Pull complete [2020-07-27T21:02:32.048Z] 09adf4765672: Pull complete [2020-07-27T21:02:32.048Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-27T21:02:32.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-27T21:02:32.048Z] ---> 2248a725d1cf [2020-07-27T21:02:32.048Z] 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-27T21:02:32.067Z] ---> 3001dc5e962b [2020-07-27T21:02:32.067Z] Step 7/22 : RUN go mod download [2020-07-27T21:02:33.023Z] ---> Running in 2f5807b4808a [2020-07-27T21:02:33.969Z] ---> Running in 70b00b881ec9 [2020-07-27T21:02:38.757Z] ---> Running in 199243627e1e [2020-07-27T21:02:39.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:02:40.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:02:41.665Z] (1/12) Installing libmagic (5.38-r0) [2020-07-27T21:02:41.665Z] (2/12) Installing file (5.38-r0) [2020-07-27T21:02:41.936Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-27T21:02:41.936Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-27T21:02:42.147Z] Removing intermediate container 79f774c80126 [2020-07-27T21:02:42.148Z] ---> 6b1d8f436674 [2020-07-27T21:02:42.148Z] Step 8/21 : COPY . . [2020-07-27T21:02:42.148Z] Removing intermediate container 2f5807b4808a [2020-07-27T21:02:42.148Z] ---> 0541c9cae591 [2020-07-27T21:02:42.148Z] Step 8/20 : COPY . . [2020-07-27T21:02:45.320Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-27T21:02:45.320Z] (6/12) Installing patch (2.7.6-r6) [2020-07-27T21:02:45.320Z] (7/12) Installing build-base (0.5-r2) [2020-07-27T21:02:45.590Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-27T21:02:45.590Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-27T21:02:45.590Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-27T21:02:45.860Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-27T21:02:45.860Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-27T21:02:46.131Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:02:46.131Z] OK: 217 MiB in 51 packages [2020-07-27T21:02:50.442Z] Removing intermediate container 199243627e1e [2020-07-27T21:02:50.442Z] ---> 8f70634be34f [2020-07-27T21:02:50.442Z] Step 4/7 : WORKDIR /edgex-go [2020-07-27T21:02:50.442Z] ---> Running in cda63750af3b [2020-07-27T21:02:51.033Z] Removing intermediate container cda63750af3b [2020-07-27T21:02:51.033Z] ---> 26e98e7e1515 [2020-07-27T21:02:51.033Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-27T21:02:51.305Z] latest: Pulling from library/docker [2020-07-27T21:02:51.305Z] b538f80385f9: Already exists [2020-07-27T21:02:51.305Z] 259a493cd78d: Pulling fs layer [2020-07-27T21:02:51.305Z] b8e66b5100f5: Pulling fs layer [2020-07-27T21:02:51.305Z] 39dc9c94d07c: Pulling fs layer [2020-07-27T21:02:51.305Z] 551b823b3b82: Pulling fs layer [2020-07-27T21:02:51.305Z] 3c52a74df98c: Pulling fs layer [2020-07-27T21:02:51.305Z] 6c9b121b6998: Pulling fs layer [2020-07-27T21:02:51.305Z] 551b823b3b82: Waiting [2020-07-27T21:02:51.305Z] 3c52a74df98c: Waiting [2020-07-27T21:02:51.305Z] 6c9b121b6998: Waiting [2020-07-27T21:02:51.580Z] b8e66b5100f5: Download complete [2020-07-27T21:02:51.580Z] 259a493cd78d: Verifying Checksum [2020-07-27T21:02:51.580Z] 259a493cd78d: Download complete [2020-07-27T21:02:51.580Z] 551b823b3b82: Verifying Checksum [2020-07-27T21:02:51.580Z] 551b823b3b82: Download complete [2020-07-27T21:02:51.580Z] 3c52a74df98c: Verifying Checksum [2020-07-27T21:02:51.580Z] 3c52a74df98c: Download complete [2020-07-27T21:02:51.853Z] 6c9b121b6998: Verifying Checksum [2020-07-27T21:02:51.853Z] 6c9b121b6998: Download complete [2020-07-27T21:02:52.127Z] 259a493cd78d: Pull complete [2020-07-27T21:02:52.218Z] Removing intermediate container 70b00b881ec9 [2020-07-27T21:02:52.218Z] ---> b8962a6af8ba [2020-07-27T21:02:52.218Z] Step 8/22 : COPY . . [2020-07-27T21:02:52.218Z] ---> 650b3f74e723 [2020-07-27T21:02:52.218Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-27T21:02:52.400Z] b8e66b5100f5: Pull complete [2020-07-27T21:02:52.990Z] 39dc9c94d07c: Verifying Checksum [2020-07-27T21:02:52.990Z] 39dc9c94d07c: Download complete [2020-07-27T21:02:54.964Z] ---> ecd50bf900d3 [2020-07-27T21:02:54.964Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-27T21:02:56.364Z] 39dc9c94d07c: Pull complete [2020-07-27T21:02:56.364Z] 551b823b3b82: Pull complete [2020-07-27T21:02:56.641Z] 3c52a74df98c: Pull complete [2020-07-27T21:02:56.918Z] 6c9b121b6998: Pull complete [2020-07-27T21:02:56.918Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-27T21:02:56.918Z] Status: Downloaded newer image for docker:latest [2020-07-27T21:03:01.226Z] ---> 268841feedf8 [2020-07-27T21:03:01.226Z] Step 6/7 : COPY go.mod . [2020-07-27T21:03:01.226Z] ---> de0d117f6abc [2020-07-27T21:03:01.226Z] Step 7/7 : RUN go mod download [2020-07-27T21:03:01.226Z] ---> Running in 8b2e71fe45dd [2020-07-27T21:03:01.620Z] ---> Running in af7586da3c07 [2020-07-27T21:03:01.620Z] ---> Running in 952229bd7267 [2020-07-27T21:03:04.617Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-27T21:03:04.617Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-27T21:03:04.617Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-27T21:03:04.617Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-27T21:03:04.617Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-27T21:03:04.617Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-27T21:03:04.617Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-27T21:03:04.617Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-27T21:03:04.617Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-27T21:03:04.617Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-27T21:03:04.617Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-27T21:03:04.617Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-27T21:03:04.617Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-27T21:03:04.617Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-27T21:03:04.617Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-27T21:03:04.617Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-27T21:03:04.617Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-27T21:03:04.617Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-27T21:03:04.617Z] go: finding github.com/fatih/color v1.7.0 [2020-07-27T21:03:04.617Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-27T21:03:04.617Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-27T21:03:04.889Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-27T21:03:04.889Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-27T21:03:04.889Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-27T21:03:04.889Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-27T21:03:04.889Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-27T21:03:04.889Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-27T21:03:04.889Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-27T21:03:04.889Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-27T21:03:04.889Z] go: finding github.com/google/uuid v1.1.0 [2020-07-27T21:03:04.889Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-27T21:03:04.889Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-27T21:03:04.889Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-27T21:03:05.162Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-27T21:03:05.434Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-27T21:03:05.435Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-27T21:03:05.435Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-27T21:03:05.435Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-27T21:03:05.435Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-27T21:03:05.435Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-27T21:03:05.435Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-27T21:03:05.435Z] go: finding github.com/kr/pty v1.1.1 [2020-07-27T21:03:05.435Z] go: finding github.com/kr/text v0.1.0 [2020-07-27T21:03:05.435Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-27T21:03:05.435Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-27T21:03:05.435Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-27T21:03:05.707Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-27T21:03:05.707Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-27T21:03:05.707Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-27T21:03:05.707Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-27T21:03:05.977Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-27T21:03:05.977Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-27T21:03:05.977Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-27T21:03:05.977Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-27T21:03:05.977Z] go: finding github.com/posener/complete v1.1.1 [2020-07-27T21:03:05.977Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-27T21:03:05.977Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-27T21:03:05.977Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-27T21:03:05.977Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-27T21:03:05.977Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-27T21:03:05.977Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-27T21:03:05.977Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-27T21:03:06.251Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-27T21:03:06.251Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-27T21:03:06.251Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-27T21:03:06.251Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-27T21:03:06.251Z] go: finding golang.org/x/text v0.3.2 [2020-07-27T21:03:06.251Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-27T21:03:06.251Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-27T21:03:06.251Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-27T21:03:06.251Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-27T21:03:06.251Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-27T21:03:06.251Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-27T21:03:08.521Z] ---> 6fbb6a108e37 [2020-07-27T21:03:08.521Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-27T21:03:08.521Z] ---> 8c0f0667771d [2020-07-27T21:03:08.521Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-27T21:03:08.521Z] 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-27T21:03:08.521Z] 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-27T21:03:08.521Z] ---> Running in ed73e0a6be74 [2020-07-27T21:03:08.521Z] ---> Running in 293a09d08f7e [2020-07-27T21:03:09.604Z] 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-27T21:03:10.201Z] 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-27T21:03:13.537Z] ---> e952f4c03710 [2020-07-27T21:03:13.537Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-27T21:03:14.112Z] ---> Running in 9a91df57ff1e [2020-07-27T21:03:15.072Z] 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-27T21:03:24.555Z] Removing intermediate container 8b2e71fe45dd [2020-07-27T21:03:24.555Z] ---> 6a4725d9a815 [2020-07-27T21:03:24.555Z] Successfully built 6a4725d9a815 [2020-07-27T21:03:24.555Z] 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-27T21:03:25.279Z] + docker inspect -f . ci-base-image-arm64 [2020-07-27T21:03:25.279Z] . [Pipeline] withDockerContainer [2020-07-27T21:03:25.560Z] prd-ubuntu18.04-docker-arm64-4c-16g-1161 does not seem to be running inside a container [2020-07-27T21:03:25.616Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T21:03:27.036Z] $ docker top 1e866c3f875bfea54da30625df360f7b5780b264edb814e215ba03750ab01478 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T21:03:28.051Z] + go version [2020-07-27T21:03:28.051Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-27T21:03:28.070Z] ========================================================= [2020-07-27T21:03:28.070Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-27T21:03:28.070Z] ========================================================= [Pipeline] sh [2020-07-27T21:03:28.717Z] + make test raml_verify [2020-07-27T21:03:28.717Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-27T21:03:31.336Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-27T21:03:41.751Z] Removing intermediate container 952229bd7267 [2020-07-27T21:03:41.751Z] ---> 54fb8d2923da [2020-07-27T21:03:41.751Z] [2020-07-27T21:03:41.751Z] Step 10/20 : FROM alpine [2020-07-27T21:03:41.751Z] Removing intermediate container af7586da3c07 [2020-07-27T21:03:41.751Z] ---> e066354a65bd [2020-07-27T21:03:41.751Z] [2020-07-27T21:03:41.751Z] Step 9/29 : FROM alpine:latest [2020-07-27T21:03:41.751Z] latest: Pulling from library/alpine [2020-07-27T21:03:41.751Z] latest: Pulling from library/alpine [2020-07-27T21:03:41.751Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-27T21:03:41.751Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-27T21:03:41.751Z] Status: Downloaded newer image for alpine:latest [2020-07-27T21:03:41.751Z] ---> a24bb4013296 [2020-07-27T21:03:41.751Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-27T21:03:41.751Z] Status: Downloaded newer image for alpine:latest [2020-07-27T21:03:41.751Z] ---> a24bb4013296 [2020-07-27T21:03:41.751Z] 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-27T21:03:41.751Z] ---> Running in 409d4ba4944e [2020-07-27T21:03:41.751Z] ---> Running in 647e35a08207 [2020-07-27T21:03:41.751Z] Removing intermediate container 409d4ba4944e [2020-07-27T21:03:41.751Z] ---> 4d7ec965b883 [2020-07-27T21:03:41.751Z] Step 11/29 : USER root [2020-07-27T21:03:41.751Z] ---> Running in bb6ec4259ef1 [2020-07-27T21:03:42.018Z] Removing intermediate container bb6ec4259ef1 [2020-07-27T21:03:42.018Z] ---> c7a2f5c4ec85 [2020-07-27T21:03:42.018Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-27T21:03:42.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:03:42.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:03:42.958Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:03:42.958Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:03:42.958Z] OK: 12749 distinct packages available [2020-07-27T21:03:43.218Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-27T21:03:43.218Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T21:03:43.218Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-27T21:03:43.218Z] (4/4) Installing curl (7.69.1-r0) [2020-07-27T21:03:43.218Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:03:43.218Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T21:03:43.480Z] OK: 7 MiB in 18 packages [2020-07-27T21:03:43.745Z] Removing intermediate container ed73e0a6be74 [2020-07-27T21:03:43.745Z] ---> b20d9840b7a1 [2020-07-27T21:03:43.746Z] [2020-07-27T21:03:43.746Z] Step 10/21 : FROM scratch [2020-07-27T21:03:43.746Z] ---> [2020-07-27T21:03:43.746Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T21:03:43.746Z] ---> Running in 4ec73feee8d6 [2020-07-27T21:03:44.007Z] Removing intermediate container 293a09d08f7e [2020-07-27T21:03:44.007Z] ---> 3aa25378b995 [2020-07-27T21:03:44.007Z] [2020-07-27T21:03:44.007Z] Step 10/20 : FROM scratch [2020-07-27T21:03:44.007Z] ---> [2020-07-27T21:03:44.007Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:03:44.593Z] ---> Running in 981517a654ce [2020-07-27T21:03:44.593Z] ---> Running in d94b65450f70 [2020-07-27T21:03:45.165Z] Removing intermediate container 981517a654ce [2020-07-27T21:03:45.165Z] ---> 8ffbc4963bad [2020-07-27T21:03:45.165Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-27T21:03:45.165Z] Removing intermediate container d94b65450f70 [2020-07-27T21:03:45.165Z] ---> 65919af23be9 [2020-07-27T21:03:45.165Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-27T21:03:45.165Z] Removing intermediate container 647e35a08207 [2020-07-27T21:03:45.165Z] ---> 360c24c504ed [2020-07-27T21:03:45.165Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T21:03:45.429Z] ---> Running in aaf1660a83c9 [2020-07-27T21:03:45.429Z] ---> Running in 1312793dcd09 [2020-07-27T21:03:45.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:03:45.429Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:03:45.690Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:03:45.690Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:03:45.690Z] OK: 12749 distinct packages available [2020-07-27T21:03:45.953Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-27T21:03:46.214Z] ---> Running in 146f82318610 [2020-07-27T21:03:46.477Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-27T21:03:46.477Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:03:46.740Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T21:03:46.740Z] OK: 6 MiB in 16 packages [2020-07-27T21:03:47.312Z] Removing intermediate container aaf1660a83c9 [2020-07-27T21:03:47.312Z] ---> 620ba545d8e7 [2020-07-27T21:03:47.312Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-27T21:03:47.312Z] Removing intermediate container 1312793dcd09 [2020-07-27T21:03:47.312Z] ---> d6be2248c3c2 [2020-07-27T21:03:47.312Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T21:03:47.573Z] Removing intermediate container 146f82318610 [2020-07-27T21:03:47.573Z] ---> 288e1bd5fa7d [2020-07-27T21:03:47.573Z] Step 13/20 : WORKDIR /edgex [2020-07-27T21:03:47.573Z] ---> Running in 3dabbfd74fcd [2020-07-27T21:03:47.573Z] ---> Running in c701231a94ce [2020-07-27T21:03:47.573Z] ---> Running in 9630436536d0 [2020-07-27T21:03:48.155Z] Removing intermediate container 3dabbfd74fcd [2020-07-27T21:03:48.155Z] ---> 51003e8dd8d3 [2020-07-27T21:03:48.155Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-27T21:03:48.155Z] Removing intermediate container c701231a94ce [2020-07-27T21:03:48.155Z] ---> 492f82575e87 [2020-07-27T21:03:48.155Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-27T21:03:48.155Z] Removing intermediate container 9630436536d0 [2020-07-27T21:03:48.155Z] ---> 25446668019a [2020-07-27T21:03:48.155Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-27T21:03:48.425Z] Removing intermediate container 4ec73feee8d6 [2020-07-27T21:03:48.425Z] ---> c3553f054aef [2020-07-27T21:03:48.425Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-27T21:03:48.686Z] ---> 8eeb0e705477 [2020-07-27T21:03:48.686Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-27T21:03:48.948Z] ---> Running in a19d6b56ae51 [2020-07-27T21:03:50.338Z] ---> 04b575dc2b23 [2020-07-27T21:03:50.338Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-27T21:03:50.338Z] ---> d282ae0c2117 [2020-07-27T21:03:50.338Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-27T21:03:50.603Z] ---> 446b05b711ff [2020-07-27T21:03:50.603Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-27T21:03:50.603Z] Removing intermediate container 9a91df57ff1e [2020-07-27T21:03:50.603Z] ---> 158c779bd8c4 [2020-07-27T21:03:50.603Z] [2020-07-27T21:03:50.603Z] Step 10/22 : FROM alpine [2020-07-27T21:03:50.603Z] ---> a24bb4013296 [2020-07-27T21:03:50.603Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:03:50.603Z] Removing intermediate container a19d6b56ae51 [2020-07-27T21:03:50.603Z] ---> 78d6f2bae819 [2020-07-27T21:03:50.603Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-27T21:03:50.864Z] ---> Running in 08efede606b6 [2020-07-27T21:03:50.864Z] ---> Running in 1c1128dcc470 [2020-07-27T21:03:50.864Z] ---> ffcd53d74c30 [2020-07-27T21:03:50.864Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-27T21:03:51.128Z] ---> 34474837245f [2020-07-27T21:03:51.128Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:03:51.388Z] ---> 6f2052d5a0ec [2020-07-27T21:03:51.389Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-27T21:03:51.649Z] ---> Running in a18d3ca39743 [2020-07-27T21:03:51.649Z] Removing intermediate container 1c1128dcc470 [2020-07-27T21:03:51.649Z] ---> 188218aa09db [2020-07-27T21:03:51.650Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-27T21:03:51.650Z] ---> Running in 97a80ffa450a [2020-07-27T21:03:51.650Z] Removing intermediate container 08efede606b6 [2020-07-27T21:03:51.650Z] ---> 2687afd1d417 [2020-07-27T21:03:51.650Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-27T21:03:51.650Z] ---> b120e08f43fe [2020-07-27T21:03:51.650Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-27T21:03:51.910Z] ---> Running in 161dad8df7af [2020-07-27T21:03:51.910Z] ---> Running in 6f2a746f775e [2020-07-27T21:03:52.173Z] Removing intermediate container a18d3ca39743 [2020-07-27T21:03:52.173Z] ---> ffd46b62f13d [2020-07-27T21:03:52.173Z] Step 18/20 : LABEL arch=x86_64 [2020-07-27T21:03:52.173Z] Removing intermediate container 97a80ffa450a [2020-07-27T21:03:52.174Z] ---> 9ffc50b97620 [2020-07-27T21:03:52.174Z] Step 17/20 : CMD ["--init=true"] [2020-07-27T21:03:52.174Z] Removing intermediate container 161dad8df7af [2020-07-27T21:03:52.174Z] ---> 6eb735f002b1 [2020-07-27T21:03:52.174Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-27T21:03:52.436Z] ---> 4c1afecb0a36 [2020-07-27T21:03:52.436Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:03:52.436Z] ---> Running in 3202fc7b0b53 [2020-07-27T21:03:52.436Z] ---> Running in bfab90699c93 [2020-07-27T21:03:52.436Z] ---> Running in f9df5cebb77c [2020-07-27T21:03:52.436Z] ---> Running in ce8a687805f2 [2020-07-27T21:03:52.742Z] Removing intermediate container bfab90699c93 [2020-07-27T21:03:52.742Z] ---> fc1b8ab50409 [2020-07-27T21:03:52.742Z] Step 18/20 : LABEL arch=x86_64 [2020-07-27T21:03:52.742Z] Removing intermediate container 3202fc7b0b53 [2020-07-27T21:03:52.742Z] ---> 22d3b5f1ab6b [2020-07-27T21:03:52.742Z] Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:03:53.002Z] ---> Running in 0c3e3a4af396 [2020-07-27T21:03:53.002Z] Removing intermediate container f9df5cebb77c [2020-07-27T21:03:53.002Z] ---> 2650db0186fb [2020-07-27T21:03:53.002Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:03:53.002Z] Removing intermediate container ce8a687805f2 [2020-07-27T21:03:53.002Z] ---> 4776bc70212b [2020-07-27T21:03:53.002Z] Step 19/21 : LABEL arch=x86_64 [2020-07-27T21:03:53.002Z] ---> Running in f2c184b139ae [2020-07-27T21:03:53.265Z] ---> Running in ca13a0a5c3ad [2020-07-27T21:03:53.265Z] ---> Running in cc325f93be81 [2020-07-27T21:03:53.526Z] Removing intermediate container 0c3e3a4af396 [2020-07-27T21:03:53.526Z] ---> 031a23ab72b5 [2020-07-27T21:03:53.526Z] Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:03:53.526Z] Removing intermediate container f2c184b139ae [2020-07-27T21:03:53.526Z] ---> 443e6d97ec24 [2020-07-27T21:03:53.526Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T21:03:53.786Z] ---> Running in f0954170df93 [2020-07-27T21:03:54.366Z] Removing intermediate container 6f2a746f775e [2020-07-27T21:03:54.366Z] ---> 44b1d9ada2e0 [2020-07-27T21:03:54.366Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-27T21:03:54.366Z] Removing intermediate container cc325f93be81 [2020-07-27T21:03:54.366Z] ---> 3365265fc468 [2020-07-27T21:03:54.366Z] Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:03:54.366Z] ---> Running in 3e597c8a7da4 [2020-07-27T21:03:54.629Z] Removing intermediate container f0954170df93 [2020-07-27T21:03:54.629Z] ---> 626135697539 [2020-07-27T21:03:54.629Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T21:03:54.629Z] ---> Running in 9b0ed1f8c014 [2020-07-27T21:03:54.891Z] ---> Running in 64edd23aaa40 [2020-07-27T21:03:54.891Z] Removing intermediate container 3e597c8a7da4 [2020-07-27T21:03:54.891Z] ---> e13a49478a7b [2020-07-27T21:03:54.891Z] [2020-07-27T21:03:55.152Z] Removing intermediate container 9b0ed1f8c014 [2020-07-27T21:03:55.152Z] ---> 4b1843d3dae3 [2020-07-27T21:03:55.152Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T21:03:55.152Z] ---> 792b19dd9119 [2020-07-27T21:03:55.152Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-27T21:03:55.152Z] Successfully built e13a49478a7b [2020-07-27T21:03:55.152Z] ---> Running in 522cd5e3b59f [2020-07-27T21:03:55.152Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-27T21:03:55.152Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-07-27T21:03:55.152Z] Removing intermediate container 64edd23aaa40 [2020-07-27T21:03:55.152Z] ---> dccdcb68d510 [2020-07-27T21:03:55.152Z] [2020-07-27T21:03:55.721Z] Successfully built dccdcb68d510 [2020-07-27T21:03:55.722Z] Removing intermediate container ca13a0a5c3ad [2020-07-27T21:03:55.722Z] ---> 9a46bfdf1789 [2020-07-27T21:03:55.722Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-27T21:03:55.722Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-27T21:03:55.722Z] Building docker-support-notifications-go [2020-07-27T21:03:55.988Z]  Building docker-security-proxy-setup-go ... done  ---> 582686e72eea [2020-07-27T21:03:55.988Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-27T21:03:55.988Z] Removing intermediate container 522cd5e3b59f [2020-07-27T21:03:55.988Z] ---> 88b965ce5035 [2020-07-27T21:03:55.988Z] [2020-07-27T21:03:56.256Z] Successfully built 88b965ce5035 [2020-07-27T21:03:56.256Z] Successfully tagged docker-support-logging-go:latest [2020-07-27T21:03:56.256Z] Building docker-sys-mgmt-agent-go [2020-07-27T21:03:56.256Z] ---> Running in dd94ac7a8f25 [2020-07-27T21:03:56.521Z]  Building docker-support-logging-go ... done  ---> bdfa5a7132fb [2020-07-27T21:03:56.521Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-27T21:03:56.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:03:57.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:03:57.725Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-27T21:03:57.985Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-27T21:03:57.985Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-27T21:03:58.247Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-27T21:03:58.821Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-27T21:03:58.821Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:03:59.764Z] OK: 8 MiB in 19 packages [2020-07-27T21:04:03.072Z] ---> feb02e14277a [2020-07-27T21:04:03.072Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-27T21:04:03.711Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-27T21:04:05.000Z] ---> 0a97e23d1d5c [2020-07-27T21:04:05.000Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-27T21:04:05.000Z] ---> Running in 1f4cae8a3113 [2020-07-27T21:04:05.000Z] Removing intermediate container dd94ac7a8f25 [2020-07-27T21:04:05.000Z] ---> 4d12b55e395f [2020-07-27T21:04:05.000Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-27T21:04:13.215Z] ---> c5742f7c6e34 [2020-07-27T21:04:13.215Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-27T21:04:18.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:04:18.538Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:04:18.538Z] ---> c2fb5433f0d9 [2020-07-27T21:04:18.538Z] Step 3/23 : WORKDIR /edgex-go [2020-07-27T21:04:18.538Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:04:18.538Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:04:18.538Z] ---> c2fb5433f0d9 [2020-07-27T21:04:18.538Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T21:04:18.538Z] ---> Using cache [2020-07-27T21:04:18.538Z] ---> d66a12760a34 [2020-07-27T21:04:18.538Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:04:18.538Z] ---> Using cache [2020-07-27T21:04:18.538Z] ---> d66a12760a34 [2020-07-27T21:04:18.538Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-27T21:04:18.825Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-27T21:04:18.825Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-27T21:04:19.426Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-27T21:04:19.426Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-27T21:04:19.426Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-27T21:04:19.483Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:04:19.483Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:04:19.483Z] ---> c2fb5433f0d9 [2020-07-27T21:04:19.483Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T21:04:19.483Z] ---> Using cache [2020-07-27T21:04:19.483Z] ---> d66a12760a34 [2020-07-27T21:04:19.483Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:04:20.052Z] ---> b48857b894d7 [2020-07-27T21:04:20.053Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-27T21:04:20.053Z] ---> Running in f33ad8be992d [2020-07-27T21:04:20.053Z] ---> Running in b73e9050e9f9 [2020-07-27T21:04:20.053Z] ---> Running in f293e95cf2a7 [2020-07-27T21:04:20.053Z] Removing intermediate container 1f4cae8a3113 [2020-07-27T21:04:20.053Z] ---> 0dbc2e2bdbe1 [2020-07-27T21:04:20.053Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T21:04:20.313Z] ---> 008e74c3f1ce [2020-07-27T21:04:20.313Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:04:20.573Z] ---> Running in f02a074bd98e [2020-07-27T21:04:20.573Z] ---> fd014476cfe6 [2020-07-27T21:04:20.573Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T21:04:20.836Z] ---> Running in 51e92cf6c91c [2020-07-27T21:04:21.105Z] Removing intermediate container f02a074bd98e [2020-07-27T21:04:21.105Z] ---> 7a6bf58a7f94 [2020-07-27T21:04:21.105Z] Step 20/22 : LABEL arch=x86_64 [2020-07-27T21:04:21.370Z] ---> Running in 0b1935c39ccf [2020-07-27T21:04:21.630Z] Removing intermediate container 0b1935c39ccf [2020-07-27T21:04:21.630Z] ---> 61a50c1bba33 [2020-07-27T21:04:21.630Z] Step 21/22 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:04:21.630Z] ---> Running in cc2a91ae9318 [2020-07-27T21:04:21.891Z] Removing intermediate container cc2a91ae9318 [2020-07-27T21:04:21.891Z] ---> dae22ab70d74 [2020-07-27T21:04:21.891Z] Step 22/22 : LABEL version=0.0.0 [2020-07-27T21:04:22.152Z] ---> Running in d01741a7bdc1 [2020-07-27T21:04:22.152Z] Removing intermediate container b73e9050e9f9 [2020-07-27T21:04:22.152Z] ---> 96b2671cd6a5 [2020-07-27T21:04:22.152Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T21:04:22.412Z] ---> Running in 11ff0278b446 [2020-07-27T21:04:22.412Z] Removing intermediate container f33ad8be992d [2020-07-27T21:04:22.412Z] ---> 9d9cc7e06ab1 [2020-07-27T21:04:22.412Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-27T21:04:22.672Z] Removing intermediate container f293e95cf2a7 [2020-07-27T21:04:22.672Z] ---> f0bf7c313214 [2020-07-27T21:04:22.672Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-27T21:04:22.672Z] Removing intermediate container d01741a7bdc1 [2020-07-27T21:04:22.672Z] ---> e99b19346766 [2020-07-27T21:04:22.672Z] [2020-07-27T21:04:22.672Z] Successfully built e99b19346766 [2020-07-27T21:04:22.672Z] ---> Running in 10ce933a94ac [2020-07-27T21:04:22.939Z] ---> Running in fcec24c75ac8 [2020-07-27T21:04:22.939Z] Successfully tagged docker-core-data-go:latest [2020-07-27T21:04:22.939Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-07-27T21:04:22.939Z] Removing intermediate container 51e92cf6c91c [2020-07-27T21:04:22.939Z] ---> 10b8b02ca72b [2020-07-27T21:04:22.939Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-27T21:04:22.939Z] ---> Running in bc86a81779af [2020-07-27T21:04:23.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:23.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:24.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:24.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:24.624Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:04:24.624Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:04:24.624Z] OK: 12749 distinct packages available [2020-07-27T21:04:24.885Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:04:24.885Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:04:24.885Z] OK: 12749 distinct packages available [2020-07-27T21:04:25.826Z] OK: 233 MiB in 51 packages [2020-07-27T21:04:25.826Z] OK: 233 MiB in 51 packages [2020-07-27T21:04:25.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:26.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:27.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-07-27T21:04:27.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-27T21:04:27.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-27T21:04:27.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-27T21:04:27.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-27T21:04:27.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-27T21:04:28.152Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:04:28.152Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:04:28.152Z] OK: 12749 distinct packages available [2020-07-27T21:04:28.418Z] OK: 233 MiB in 51 packages [2020-07-27T21:04:28.418Z] Removing intermediate container 11ff0278b446 [2020-07-27T21:04:28.418Z] ---> 276e91188da8 [2020-07-27T21:04:28.418Z] Step 6/21 : COPY go.mod . [2020-07-27T21:04:28.738Z] Removing intermediate container 10ce933a94ac [2020-07-27T21:04:28.738Z] ---> 462a3411b6b6 [2020-07-27T21:04:28.738Z] Step 6/23 : COPY go.mod . [2020-07-27T21:04:28.738Z] Removing intermediate container bc86a81779af [2020-07-27T21:04:28.738Z] ---> 82e77ef6d024 [2020-07-27T21:04:28.738Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T21:04:29.056Z] ---> ebf96f52962a [2020-07-27T21:04:29.056Z] Step 7/21 : RUN go mod download [2020-07-27T21:04:29.056Z] ---> Running in 347df964437b [2020-07-27T21:04:29.056Z] ---> 33239cc29e5b [2020-07-27T21:04:29.056Z] Step 7/23 : RUN go mod download [2020-07-27T21:04:29.345Z] ---> Running in 0fea0b4f9fc7 [2020-07-27T21:04:30.014Z] ---> Running in c91efd48c910 [2020-07-27T21:04:30.014Z] Removing intermediate container fcec24c75ac8 [2020-07-27T21:04:30.014Z] ---> 3f4a64af8bc4 [2020-07-27T21:04:30.014Z] Step 6/26 : COPY go.mod . [2020-07-27T21:04:30.612Z] Removing intermediate container 347df964437b [2020-07-27T21:04:30.612Z] ---> 4cec909fe05a [2020-07-27T21:04:30.612Z] Step 26/29 : CMD [ "generate" ] [2020-07-27T21:04:32.026Z] ---> 30447837fcee [2020-07-27T21:04:32.026Z] Step 7/26 : RUN go mod download [2020-07-27T21:04:32.026Z] ---> Running in 4a3badd04c2e [2020-07-27T21:04:32.993Z] ---> Running in 5e7ce12c5410 [2020-07-27T21:04:33.257Z] Removing intermediate container 4a3badd04c2e [2020-07-27T21:04:33.257Z] ---> 2aca86443fd5 [2020-07-27T21:04:33.257Z] Step 27/29 : LABEL arch=x86_64 [2020-07-27T21:04:33.520Z] ---> Running in 50ca3d290f53 [2020-07-27T21:04:34.466Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:04:34.466Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:04:34.466Z] ---> c2fb5433f0d9 [2020-07-27T21:04:34.466Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T21:04:34.466Z] ---> Using cache [2020-07-27T21:04:34.466Z] ---> d66a12760a34 [2020-07-27T21:04:34.466Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:04:34.466Z] ---> Using cache [2020-07-27T21:04:34.466Z] ---> f0bf7c313214 [2020-07-27T21:04:34.466Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T21:04:34.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.4% of statements [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-27T21:04:34.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-27T21:04:34.478Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2020-07-27T21:04:34.478Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-27T21:04:35.038Z] Removing intermediate container 50ca3d290f53 [2020-07-27T21:04:35.038Z] ---> dae03aec4043 [2020-07-27T21:04:35.038Z] Step 28/29 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:04:35.298Z] ---> Running in f067cbd4165c [2020-07-27T21:04:35.298Z] ---> Running in 783fbf64ed9b [2020-07-27T21:04:35.873Z] Removing intermediate container 0fea0b4f9fc7 [2020-07-27T21:04:35.873Z] ---> 994ef114330e [2020-07-27T21:04:35.873Z] Step 8/21 : COPY . . [2020-07-27T21:04:35.873Z] Removing intermediate container 783fbf64ed9b [2020-07-27T21:04:35.873Z] ---> 3800c1dd642c [2020-07-27T21:04:35.873Z] Step 29/29 : LABEL version=0.0.0 [2020-07-27T21:04:35.873Z] Removing intermediate container c91efd48c910 [2020-07-27T21:04:35.873Z] ---> 144ab1341f33 [2020-07-27T21:04:35.873Z] Step 8/23 : COPY . . [2020-07-27T21:04:35.873Z] ---> Running in f00b30a22bce [2020-07-27T21:04:35.873Z] Removing intermediate container 5e7ce12c5410 [2020-07-27T21:04:35.873Z] ---> 38283e568c91 [2020-07-27T21:04:35.873Z] Step 8/26 : COPY . . [2020-07-27T21:04:36.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:37.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.283s coverage: 29.3% of statements [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-27T21:04:37.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.049s coverage: 100.0% of statements [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-27T21:04:37.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2020-07-27T21:04:37.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-27T21:04:37.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:04:37.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.072s coverage: 89.8% of statements [2020-07-27T21:04:37.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-27T21:04:38.689Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:04:38.689Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:04:38.689Z] OK: 12749 distinct packages available [2020-07-27T21:04:39.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-27T21:04:39.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-27T21:04:39.136Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-27T21:04:39.260Z] OK: 233 MiB in 51 packages [2020-07-27T21:04:40.209Z] Removing intermediate container f00b30a22bce [2020-07-27T21:04:40.209Z] ---> 6fedc13aae39 [2020-07-27T21:04:40.209Z] [2020-07-27T21:04:41.115Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-07-27T21:04:42.754Z] Successfully built 6fedc13aae39 [2020-07-27T21:04:44.138Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-27T21:04:44.138Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-27T21:04:44.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.181s coverage: 63.5% of statements [2020-07-27T21:04:44.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-27T21:04:44.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-27T21:04:44.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-07-27T21:04:45.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements [2020-07-27T21:04:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-27T21:04:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-27T21:04:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-27T21:04:45.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-27T21:04:52.312Z] Removing intermediate container f067cbd4165c [2020-07-27T21:04:52.312Z] ---> a867cfe91df6 [2020-07-27T21:04:52.312Z] Step 6/21 : COPY go.mod . [2020-07-27T21:04:57.636Z] ---> 57406a4a7ca9 [2020-07-27T21:04:57.636Z] Step 7/21 : RUN go mod download [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.278s coverage: 86.3% of statements [2020-07-27T21:04:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.002s coverage: 72.2% of statements [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.381s coverage: 72.1% of statements [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements [2020-07-27T21:04:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-27T21:04:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-27T21:04:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements [2020-07-27T21:04:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-27T21:04:58.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.069s coverage: 96.8% of statements [2020-07-27T21:04:58.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-27T21:04:58.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements [2020-07-27T21:04:58.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-27T21:04:58.384Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-27T21:04:58.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.1% of statements [2020-07-27T21:04:58.384Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-07-27T21:04:59.034Z] ---> Running in 18669a2b68a0 [2020-07-27T21:05:01.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.063s coverage: 43.1% of statements [2020-07-27T21:05:01.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-27T21:05:01.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-27T21:05:01.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-07-27T21:05:01.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-27T21:05:01.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.032s coverage: 83.8% of statements [2020-07-27T21:05:01.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-27T21:05:06.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.193s coverage: 46.1% of statements [2020-07-27T21:05:06.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-27T21:05:06.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-27T21:05:06.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements [2020-07-27T21:05:06.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-27T21:05:06.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-27T21:05:06.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-27T21:05:06.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2020-07-27T21:05:06.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-27T21:05:06.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2020-07-27T21:05:06.732Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-27T21:05:07.203Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:05:07.203Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:05:07.203Z] ---> c2fb5433f0d9 [2020-07-27T21:05:07.203Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T21:05:07.203Z] ---> Using cache [2020-07-27T21:05:07.203Z] ---> d66a12760a34 [2020-07-27T21:05:07.203Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:05:07.203Z] ---> Using cache [2020-07-27T21:05:07.203Z] ---> f0bf7c313214 [2020-07-27T21:05:07.203Z] Step 5/26 : RUN apk update && apk add make git [2020-07-27T21:05:07.203Z] ---> Using cache [2020-07-27T21:05:07.203Z] ---> a867cfe91df6 [2020-07-27T21:05:07.203Z] Step 6/26 : COPY go.mod . [2020-07-27T21:05:07.203Z] ---> Using cache [2020-07-27T21:05:07.203Z] ---> 57406a4a7ca9 [2020-07-27T21:05:07.203Z] Step 7/26 : RUN go mod download [2020-07-27T21:05:07.774Z] ---> Running in 6bfd61dc0ba4 [2020-07-27T21:05:08.035Z] Removing intermediate container 18669a2b68a0 [2020-07-27T21:05:08.035Z] ---> 75e0f8aea020 [2020-07-27T21:05:08.035Z] Step 8/21 : COPY . . [2020-07-27T21:05:08.035Z] ---> 14fa08def42c [2020-07-27T21:05:08.035Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-27T21:05:08.035Z] ---> 3b40ee53f98e [2020-07-27T21:05:08.035Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-27T21:05:08.035Z] ---> 50b4f38cd055 [2020-07-27T21:05:08.035Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-27T21:05:08.305Z] ---> Running in e997b5ecf94b [2020-07-27T21:05:08.305Z] ---> Running in ab229afb4be2 [2020-07-27T21:05:08.305Z] ---> Running in 059d10e6d3f4 [2020-07-27T21:05:09.260Z] 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-27T21:05:11.811Z] 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-27T21:05:12.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.247s coverage: 29.1% of statements [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-27T21:05:12.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-27T21:05:12.165Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-27T21:05:12.165Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-07-27T21:05:12.165Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-27T21:05:12.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2020-07-27T21:05:12.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-27T21:05:12.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-27T21:05:12.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-27T21:05:12.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-27T21:05:12.771Z] 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-27T21:05:14.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2020-07-27T21:05:14.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-27T21:05:14.209Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-27T21:05:14.209Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2020-07-27T21:05:14.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements [2020-07-27T21:05:14.774Z] Removing intermediate container 6bfd61dc0ba4 [2020-07-27T21:05:14.774Z] ---> 4d91283ab086 [2020-07-27T21:05:14.774Z] Step 8/26 : COPY . . [2020-07-27T21:05:16.450Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.026s coverage: 100.0% of statements [2020-07-27T21:05:16.723Z] GO111MODULE=on go vet ./... [2020-07-27T21:05:33.069Z] ---> b3c32183844a [2020-07-27T21:05:33.069Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-27T21:05:33.069Z] ---> Running in c102284af23a [2020-07-27T21:05:33.069Z] 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-27T21:05:35.026Z] gofmt -l . [2020-07-27T21:05:35.026Z] [ "`gofmt -l .`" = "" ] [2020-07-27T21:05:36.995Z] ./bin/test-go-mod-tidy.sh [2020-07-27T21:05:37.590Z] ./bin/test-attribution-txt.sh [2020-07-27T21:05:40.981Z] docker run --rm --privileged \ [2020-07-27T21:05:40.982Z] -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ [2020-07-27T21:05:40.982Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-27T21:05:40.982Z] /scripts/raml-verify.sh [2020-07-27T21:05:40.982Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-27T21:05:40.982Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-27T21:05:40.982Z] 29e5d40040c1: Pulling fs layer [2020-07-27T21:05:40.982Z] 8c46fbeab2c7: Pulling fs layer [2020-07-27T21:05:40.982Z] 8ba552a4e5fe: Pulling fs layer [2020-07-27T21:05:40.982Z] 1fb62381901b: Pulling fs layer [2020-07-27T21:05:40.982Z] 147fb30a95d9: Pulling fs layer [2020-07-27T21:05:40.982Z] 3ccc99ad11dc: Pulling fs layer [2020-07-27T21:05:40.982Z] 1fb62381901b: Waiting [2020-07-27T21:05:40.982Z] 147fb30a95d9: Waiting [2020-07-27T21:05:40.982Z] 3ccc99ad11dc: Waiting [2020-07-27T21:05:40.982Z] 8ba552a4e5fe: Verifying Checksum [2020-07-27T21:05:40.982Z] 8ba552a4e5fe: Download complete [2020-07-27T21:05:40.982Z] 1fb62381901b: Verifying Checksum [2020-07-27T21:05:40.982Z] 1fb62381901b: Download complete [2020-07-27T21:05:40.982Z] 29e5d40040c1: Verifying Checksum [2020-07-27T21:05:40.982Z] 29e5d40040c1: Download complete [2020-07-27T21:05:40.982Z] 3ccc99ad11dc: Verifying Checksum [2020-07-27T21:05:40.982Z] 3ccc99ad11dc: Download complete [2020-07-27T21:05:40.982Z] 147fb30a95d9: Verifying Checksum [2020-07-27T21:05:40.982Z] 147fb30a95d9: Download complete [2020-07-27T21:05:41.272Z] ---> efecffea06bd [2020-07-27T21:05:41.272Z] 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-27T21:05:41.272Z] ---> Running in 58dca831cf94 [2020-07-27T21:05:41.574Z] 29e5d40040c1: Pull complete [2020-07-27T21:05:41.574Z] 8c46fbeab2c7: Verifying Checksum [2020-07-27T21:05:41.574Z] 8c46fbeab2c7: Download complete [2020-07-27T21:05:42.735Z] 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-27T21:05:45.868Z] 8c46fbeab2c7: Pull complete [2020-07-27T21:05:46.463Z] 8ba552a4e5fe: Pull complete [2020-07-27T21:05:46.754Z] 1fb62381901b: Pull complete [2020-07-27T21:05:48.113Z] Removing intermediate container e997b5ecf94b [2020-07-27T21:05:48.113Z] ---> 1b5b8b6731b5 [2020-07-27T21:05:48.113Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-27T21:05:48.113Z] Removing intermediate container ab229afb4be2 [2020-07-27T21:05:48.113Z] ---> 236a9abd6ab2 [2020-07-27T21:05:48.113Z] [2020-07-27T21:05:48.113Z] Step 10/23 : FROM scratch [2020-07-27T21:05:48.113Z] ---> [2020-07-27T21:05:48.113Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T21:05:48.113Z] ---> Running in 5d86937813ab [2020-07-27T21:05:48.722Z] ---> Using cache [2020-07-27T21:05:48.722Z] ---> 65919af23be9 [2020-07-27T21:05:48.722Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-27T21:05:49.004Z] ---> Running in dac2dadd0a19 [2020-07-27T21:05:49.299Z] 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-27T21:05:49.564Z] Removing intermediate container dac2dadd0a19 [2020-07-27T21:05:49.564Z] ---> 7bfe965e51e0 [2020-07-27T21:05:49.564Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-27T21:05:51.060Z] 147fb30a95d9: Pull complete [2020-07-27T21:05:51.336Z] 3ccc99ad11dc: Pull complete [2020-07-27T21:05:51.524Z] ---> Running in 4861ed33ace8 [2020-07-27T21:05:51.606Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-27T21:05:51.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-27T21:05:52.340Z] Removing intermediate container 059d10e6d3f4 [2020-07-27T21:05:52.340Z] ---> 94dd00ff8beb [2020-07-27T21:05:52.340Z] [2020-07-27T21:05:52.340Z] Step 10/21 : FROM scratch [2020-07-27T21:05:52.340Z] ---> [2020-07-27T21:05:52.340Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:05:52.340Z] ---> Using cache [2020-07-27T21:05:52.340Z] ---> 8ffbc4963bad [2020-07-27T21:05:52.340Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-27T21:05:52.688Z] Removing intermediate container 4861ed33ace8 [2020-07-27T21:05:52.688Z] ---> fce4f19c75b1 [2020-07-27T21:05:52.688Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-27T21:05:52.688Z] ---> Running in 6adecb1e2a19 [2020-07-27T21:05:53.124Z] Removing intermediate container 6adecb1e2a19 [2020-07-27T21:05:53.124Z] ---> 79ff41a85d64 [2020-07-27T21:05:53.124Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T21:05:53.124Z] ---> 6296714059ad [2020-07-27T21:05:53.124Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-27T21:05:53.124Z] ---> Running in f9235e885448 [2020-07-27T21:05:53.409Z] Removing intermediate container f9235e885448 [2020-07-27T21:05:53.409Z] ---> 35d7311123eb [2020-07-27T21:05:53.409Z] Step 14/21 : WORKDIR / [2020-07-27T21:05:53.409Z] ---> Running in 765e6dbf1d0b [2020-07-27T21:05:53.676Z] Removing intermediate container 5d86937813ab [2020-07-27T21:05:53.676Z] ---> b3314d49cefc [2020-07-27T21:05:53.676Z] [2020-07-27T21:05:53.676Z] Step 11/26 : FROM docker:latest [2020-07-27T21:05:53.676Z] ---> 81f5749c9058 [2020-07-27T21:05:53.676Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-27T21:05:53.676Z] ---> Running in b99e8f2cb47c [2020-07-27T21:05:54.323Z] Verifying ./api/raml/core-command.raml... [2020-07-27T21:05:54.629Z] Removing intermediate container 765e6dbf1d0b [2020-07-27T21:05:54.629Z] ---> be556ed4a11d [2020-07-27T21:05:54.629Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-27T21:05:56.030Z] ---> 8894bd2b3463 [2020-07-27T21:05:56.030Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-27T21:05:56.030Z] ---> ccec55470eef [2020-07-27T21:05:56.030Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-27T21:05:56.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:05:56.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:05:56.557Z] (1/2) Installing readline (8.0.4-r0) [2020-07-27T21:05:56.557Z] (2/2) Installing bash (5.0.17-r0) [2020-07-27T21:05:56.557Z] Executing bash-5.0.17-r0.post-install [2020-07-27T21:05:56.557Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:05:56.821Z] OK: 12 MiB in 22 packages [2020-07-27T21:05:57.087Z] ---> fd260449cbe2 [2020-07-27T21:05:57.087Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-27T21:05:57.353Z] ---> dc3eb33701cd [2020-07-27T21:05:57.353Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-27T21:05:57.755Z] OK [2020-07-27T21:05:57.755Z] Verifying ./api/raml/core-metadata.raml... [2020-07-27T21:05:57.933Z] ---> 22535fc09087 [2020-07-27T21:05:57.933Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-27T21:05:58.197Z] ---> dc5897e381f0 [2020-07-27T21:05:58.197Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:05:59.588Z] Removing intermediate container b99e8f2cb47c [2020-07-27T21:05:59.588Z] ---> 0eee9d6595d7 [2020-07-27T21:05:59.588Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-27T21:05:59.588Z] ---> Running in 3e600ddffba1 [2020-07-27T21:05:59.588Z] ---> d065e5afe4ac [2020-07-27T21:05:59.588Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-27T21:05:59.588Z] ---> Running in 5b0af64d24cc [2020-07-27T21:05:59.848Z] Removing intermediate container 3e600ddffba1 [2020-07-27T21:05:59.848Z] ---> 0b4c1ae80751 [2020-07-27T21:05:59.848Z] Step 19/21 : LABEL arch=x86_64 [2020-07-27T21:06:00.114Z] ---> Running in 184bd5259c93 [2020-07-27T21:06:00.114Z] ---> b22d6c0275a4 [2020-07-27T21:06:00.114Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:06:00.114Z] ---> Running in 354a167bd1cb [2020-07-27T21:06:00.377Z] Removing intermediate container 184bd5259c93 [2020-07-27T21:06:00.377Z] ---> ad19979d961f [2020-07-27T21:06:00.377Z] Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:06:00.646Z] ---> Running in 17ac2089b141 [2020-07-27T21:06:00.646Z] Removing intermediate container 354a167bd1cb [2020-07-27T21:06:00.646Z] ---> 400db42ab82c [2020-07-27T21:06:00.646Z] Step 21/23 : LABEL arch=x86_64 [2020-07-27T21:06:02.046Z] 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-27T21:06:02.623Z] ---> Running in 2562a159ff3c [2020-07-27T21:06:02.623Z] Removing intermediate container 17ac2089b141 [2020-07-27T21:06:02.623Z] ---> b6dc4c6e4030 [2020-07-27T21:06:02.623Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T21:06:02.887Z] Removing intermediate container c102284af23a [2020-07-27T21:06:02.887Z] ---> f141c654baf8 [2020-07-27T21:06:02.887Z] [2020-07-27T21:06:02.887Z] Step 10/21 : FROM scratch [2020-07-27T21:06:02.887Z] ---> [2020-07-27T21:06:02.887Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:06:02.887Z] ---> Running in 0f1f7db0124d [2020-07-27T21:06:02.887Z] ---> Using cache [2020-07-27T21:06:02.887Z] ---> 8ffbc4963bad [2020-07-27T21:06:02.887Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-27T21:06:03.148Z] Removing intermediate container 2562a159ff3c [2020-07-27T21:06:03.148Z] ---> f72b0f9546a8 [2020-07-27T21:06:03.148Z] Step 22/23 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:06:03.148Z] Removing intermediate container 5b0af64d24cc [2020-07-27T21:06:03.148Z] ---> 6dd63808fa7d [2020-07-27T21:06:03.148Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-27T21:06:03.413Z] ---> Running in 5ffa99ad9d94 [2020-07-27T21:06:03.413Z] ---> Running in a8ddb0c393ac [2020-07-27T21:06:03.413Z] ---> Running in 1875aad9a354 [2020-07-27T21:06:03.413Z] Removing intermediate container 0f1f7db0124d [2020-07-27T21:06:03.413Z] ---> df7d2d434eb7 [2020-07-27T21:06:03.413Z] [2020-07-27T21:06:03.679Z] Removing intermediate container 5ffa99ad9d94 [2020-07-27T21:06:03.679Z] ---> 326e4dbf4555 [2020-07-27T21:06:03.679Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T21:06:03.679Z] Successfully built df7d2d434eb7 [2020-07-27T21:06:03.679Z] ---> Running in 582d5cfa03f7 [2020-07-27T21:06:03.679Z] Successfully tagged docker-core-metadata-go:latest [2020-07-27T21:06:03.679Z]  Building docker-core-metadata-go ... done Removing intermediate container a8ddb0c393ac [2020-07-27T21:06:03.679Z] ---> 0477fd10dce7 [2020-07-27T21:06:03.679Z] Step 23/23 : LABEL version=0.0.0 [2020-07-27T21:06:03.679Z] Removing intermediate container 1875aad9a354 [2020-07-27T21:06:03.679Z] ---> 1651b6e243c7 [2020-07-27T21:06:03.679Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-27T21:06:03.940Z] ---> Running in ca5dd53a8ed6 [2020-07-27T21:06:03.940Z] ---> Running in 7e36e5fbbd61 [2020-07-27T21:06:04.208Z] Removing intermediate container 582d5cfa03f7 [2020-07-27T21:06:04.208Z] ---> 1e846850a88a [2020-07-27T21:06:04.208Z] Step 14/21 : WORKDIR / [2020-07-27T21:06:04.208Z] 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-27T21:06:04.208Z] ---> Running in 0f944d136484 [2020-07-27T21:06:04.450Z] OK [2020-07-27T21:06:04.451Z] Verifying ./api/raml/support-logging.raml... [2020-07-27T21:06:04.471Z] Removing intermediate container ca5dd53a8ed6 [2020-07-27T21:06:04.471Z] ---> 79c892ec00a3 [2020-07-27T21:06:04.471Z] [2020-07-27T21:06:04.471Z] Removing intermediate container 7e36e5fbbd61 [2020-07-27T21:06:04.471Z] ---> 5a7e18533b39 [2020-07-27T21:06:04.471Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-27T21:06:05.411Z] Successfully built 79c892ec00a3 [2020-07-27T21:06:05.673Z] ---> Running in 1db03ca66a78 [2020-07-27T21:06:05.673Z] Successfully tagged docker-support-notifications-go:latest [2020-07-27T21:06:05.673Z]  Building docker-support-notifications-go ... done Removing intermediate container 0f944d136484 [2020-07-27T21:06:05.673Z] ---> f9b81441708b [2020-07-27T21:06:05.673Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-27T21:06:05.941Z] Removing intermediate container 1db03ca66a78 [2020-07-27T21:06:05.941Z] ---> 43931a571e23 [2020-07-27T21:06:05.941Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-27T21:06:05.941Z] ---> 0b2f7409cf26 [2020-07-27T21:06:05.941Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-27T21:06:06.537Z] ---> 38531d3ec416 [2020-07-27T21:06:06.537Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-27T21:06:06.537Z] ---> 09bf8afcca02 [2020-07-27T21:06:06.537Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-27T21:06:06.801Z] ---> a7829ea955cf [2020-07-27T21:06:06.801Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-27T21:06:07.060Z] OK [2020-07-27T21:06:07.060Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-27T21:06:07.061Z] ---> ed785b2416a7 [2020-07-27T21:06:07.061Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:06:07.061Z] ---> Running in 247ef7bbf4cd [2020-07-27T21:06:07.322Z] ---> dd96f7e1dfc7 [2020-07-27T21:06:07.322Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-27T21:06:07.322Z] Removing intermediate container 247ef7bbf4cd [2020-07-27T21:06:07.322Z] ---> 78b402041b23 [2020-07-27T21:06:07.322Z] Step 19/21 : LABEL arch=x86_64 [2020-07-27T21:06:07.583Z] ---> Running in e3b2d89a5437 [2020-07-27T21:06:07.583Z] ---> Running in 46ad689c4615 [2020-07-27T21:06:08.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:06:08.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:06:08.525Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-27T21:06:08.525Z] (2/33) Installing expat (2.2.9-r1) [2020-07-27T21:06:08.525Z] (3/33) Installing libffi (3.3-r2) [2020-07-27T21:06:08.525Z] (4/33) Installing gdbm (1.13-r1) [2020-07-27T21:06:09.097Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-27T21:06:09.097Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-27T21:06:09.097Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-27T21:06:09.661Z] OK [2020-07-27T21:06:09.661Z] Verifying ./api/raml/core-data.raml... [2020-07-27T21:06:10.483Z] Removing intermediate container 46ad689c4615 [2020-07-27T21:06:10.483Z] ---> 6c0d67f61af6 [2020-07-27T21:06:10.483Z] Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:06:13.793Z] ---> Running in 526f402e1e0a [2020-07-27T21:06:13.793Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-27T21:06:13.793Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-27T21:06:13.793Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-27T21:06:13.793Z] Removing intermediate container 58dca831cf94 [2020-07-27T21:06:13.793Z] ---> 201a4ad8452b [2020-07-27T21:06:13.793Z] [2020-07-27T21:06:13.793Z] Step 10/26 : FROM alpine:3.10(11/33) Installing py3-six (1.15.0-r0) [2020-07-27T21:06:13.793Z] [2020-07-27T21:06:13.793Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-27T21:06:13.793Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-27T21:06:13.793Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-27T21:06:13.793Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-27T21:06:13.793Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-27T21:06:13.793Z] 3.10: Pulling from library/alpine [2020-07-27T21:06:13.793Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-27T21:06:13.941Z] OK [2020-07-27T21:06:13.941Z] Verifying ./api/raml/support-notifications.raml... [2020-07-27T21:06:14.053Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-27T21:06:14.053Z] Removing intermediate container 526f402e1e0a [2020-07-27T21:06:14.053Z] ---> 568c97802cd1 [2020-07-27T21:06:14.053Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T21:06:14.053Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-27T21:06:14.053Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-27T21:06:14.998Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-27T21:06:14.998Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-27T21:06:14.998Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-27T21:06:15.567Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-27T21:06:15.567Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-27T21:06:15.567Z] ---> Running in 52a33867bee5 [2020-07-27T21:06:15.567Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-27T21:06:15.567Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-27T21:06:15.567Z] Status: Downloaded newer image for alpine:3.10 [2020-07-27T21:06:15.567Z] ---> be4e4bea2c2e [2020-07-27T21:06:15.567Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-27T21:06:15.567Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-27T21:06:15.567Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-27T21:06:15.567Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-27T21:06:15.567Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-27T21:06:16.138Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-27T21:06:16.138Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-27T21:06:16.138Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-27T21:06:17.079Z] ---> Running in 1454e1d4f2b1 [2020-07-27T21:06:17.079Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:06:17.079Z] OK: 71 MiB in 55 packages [2020-07-27T21:06:17.079Z] Removing intermediate container 52a33867bee5 [2020-07-27T21:06:17.079Z] ---> 3641b906b87d [2020-07-27T21:06:17.079Z] [2020-07-27T21:06:17.079Z] Successfully built 3641b906b87d [2020-07-27T21:06:17.079Z] Successfully tagged docker-core-command-go:latest [2020-07-27T21:06:17.613Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:06:17.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:06:17.873Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-27T21:06:17.873Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-27T21:06:17.873Z] OK: 10346 distinct packages available [2020-07-27T21:06:18.134Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-27T21:06:18.134Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-27T21:06:18.134Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-27T21:06:18.134Z] (4/5) Installing curl (7.66.0-r0) [2020-07-27T21:06:18.134Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-27T21:06:18.134Z] Executing busybox-1.30.1-r3.trigger [2020-07-27T21:06:18.134Z] Executing ca-certificates-20191127-r2.trigger [2020-07-27T21:06:18.134Z] OK: 7 MiB in 19 packages [2020-07-27T21:06:18.226Z] OK [2020-07-27T21:06:18.226Z] Verifying ./api/raml/system-agent.raml... [2020-07-27T21:06:20.184Z] OK [Pipeline] sh [2020-07-27T21:06:21.102Z] + ls -al . [2020-07-27T21:06:21.102Z] total 588 [2020-07-27T21:06:21.102Z] drwxrwxr-x 10 1001 1001 4096 Jul 27 21:05 . [2020-07-27T21:06:21.102Z] drwxr-xr-x 4 root root 4096 Jul 27 21:03 .. [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 21:01 .dockerignore [2020-07-27T21:06:21.102Z] drwxrwxr-x 8 1001 1001 4096 Jul 27 21:01 .git [2020-07-27T21:06:21.102Z] drwxrwxr-x 3 1001 1001 4096 Jul 27 21:01 .github [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 932 Jul 27 21:01 .gitignore [2020-07-27T21:06:21.102Z] drwxrwxr-x 3 1001 1001 4096 Jul 27 21:01 .semver [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 178 Jul 27 21:01 .sonarcloud.properties [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 21:01 CONTRIBUTING.md [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 1035 Jul 27 21:01 Dockerfile.build [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 824 Jul 27 21:01 Jenkinsfile [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 21:01 LICENSE [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 6443 Jul 27 21:01 Makefile [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 5652 Jul 27 21:01 README.md [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 7111 Jul 27 21:01 SECURITY.md [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 5 Jul 27 20:58 VERSION [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 21:01 ZMQWindows.md [2020-07-27T21:06:21.102Z] drwxrwxr-x 4 1001 1001 4096 Jul 27 21:01 api [2020-07-27T21:06:21.102Z] drwxrwxr-x 2 1001 1001 4096 Jul 27 21:01 bin [2020-07-27T21:06:21.102Z] drwxrwxr-x 15 1001 1001 4096 Jul 27 21:01 cmd [2020-07-27T21:06:21.102Z] -rw-r--r-- 1 root root 456067 Jul 27 21:05 coverage.out [2020-07-27T21:06:21.102Z] -rw-r--r-- 1 root root 1019 Jul 27 21:05 go.mod [2020-07-27T21:06:21.102Z] -rw-r--r-- 1 root root 18146 Jul 27 21:05 go.sum [2020-07-27T21:06:21.102Z] drwxrwxr-x 8 1001 1001 4096 Jul 27 21:01 internal [2020-07-27T21:06:21.102Z] drwxrwxr-x 4 1001 1001 4096 Jul 27 21:01 snap [2020-07-27T21:06:21.102Z] -rw-rw-r-- 1 1001 1001 168 Jul 27 21:01 version.go [Pipeline] sh [2020-07-27T21:06:21.751Z] + '[' -e coverage.out ] [2020-07-27T21:06:21.751Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-27T21:06:21.806Z] Warning: overwriting stash ‘coverage-report’ [2020-07-27T21:06:22.880Z] Stashed 1 file(s) [Pipeline] sh [2020-07-27T21:06:23.423Z] Removing intermediate container e3b2d89a5437 [2020-07-27T21:06:23.423Z] ---> 4abab1c78a3a [2020-07-27T21:06:23.423Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-27T21:06:23.531Z] + make build [2020-07-27T21:06:23.531Z] 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-27T21:06:23.685Z] Removing intermediate container 1454e1d4f2b1 [2020-07-27T21:06:23.685Z] ---> 577c3291b7f1 [2020-07-27T21:06:23.685Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T21:06:23.685Z] ---> Running in f4d188c0b4c9 [2020-07-27T21:06:23.685Z] ---> Running in fb83d10b64a8 [2020-07-27T21:06:23.947Z] Removing intermediate container fb83d10b64a8 [2020-07-27T21:06:23.947Z] ---> 6a51f70bff61 [2020-07-27T21:06:23.947Z] Step 13/26 : WORKDIR / [2020-07-27T21:06:24.208Z] ---> Running in 002dd69278a4 [2020-07-27T21:06:24.208Z] Removing intermediate container 002dd69278a4 [2020-07-27T21:06:24.208Z] ---> 36b77f93176a [2020-07-27T21:06:24.208Z] 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-27T21:06:24.476Z] ---> 90836cfbecfb [2020-07-27T21:06:24.476Z] 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-27T21:06:24.738Z] ---> 4efdd094e161 [2020-07-27T21:06:24.738Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-27T21:06:24.998Z] ---> ff049903ec8f [2020-07-27T21:06:24.998Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-27T21:06:25.258Z] Collecting docker-compose==1.23.2 [2020-07-27T21:06:25.258Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-27T21:06:25.829Z] ---> 970348c7c0d1 [2020-07-27T21:06:25.829Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-27T21:06:25.829Z] Collecting jsonschema<3,>=2.5.1 [2020-07-27T21:06:25.829Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-27T21:06:25.829Z] Collecting docopt<0.7,>=0.6.1 [2020-07-27T21:06:25.829Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-27T21:06:26.400Z] ---> 052ecc2780ee [2020-07-27T21:06:26.400Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-27T21:06:26.400Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-27T21:06:26.400Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-27T21:06:26.665Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-27T21:06:26.665Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-27T21:06:26.928Z] ---> 4d84dd6dbc8a [2020-07-27T21:06:26.928Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-27T21:06:26.928Z] Collecting texttable<0.10,>=0.9.0 [2020-07-27T21:06:26.928Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-27T21:06:27.189Z] ---> 3ebbd5739c6c [2020-07-27T21:06:27.189Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T21:06:27.451Z] Collecting docker<4.0,>=3.6.0 [2020-07-27T21:06:27.451Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-27T21:06:27.711Z] ---> d56d238ca087 [2020-07-27T21:06:27.711Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T21:06:27.711Z] Collecting cached-property<2,>=1.2.0 [2020-07-27T21:06:27.711Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-27T21:06:27.711Z] ---> Running in f91c8fa60c63 [2020-07-27T21:06:27.711Z] Collecting PyYAML<4,>=3.10 [2020-07-27T21:06:27.711Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-27T21:06:30.272Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-27T21:06:30.272Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-27T21:06:30.272Z] Removing intermediate container f91c8fa60c63 [2020-07-27T21:06:30.272Z] ---> fcda45f8d4ff [2020-07-27T21:06:30.272Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T21:06:30.272Z] ---> Running in 2a7b7bfb8bb1 [2020-07-27T21:06:30.272Z] Removing intermediate container 2a7b7bfb8bb1 [2020-07-27T21:06:30.272Z] ---> 895d38f59d6c [2020-07-27T21:06:30.272Z] Step 24/26 : LABEL arch=x86_64 [2020-07-27T21:06:30.533Z] ---> Running in 50fa852bb5e2 [2020-07-27T21:06:30.533Z] 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-27T21:06:30.533Z] 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-27T21:06:30.533Z] Collecting idna<2.8,>=2.5 [2020-07-27T21:06:30.533Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-27T21:06:30.533Z] Removing intermediate container 50fa852bb5e2 [2020-07-27T21:06:30.533Z] ---> 80556c50e676 [2020-07-27T21:06:30.533Z] Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:06:30.533Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-27T21:06:30.533Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-27T21:06:30.533Z] ---> Running in 0d5ee903c33b [2020-07-27T21:06:30.795Z] 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-27T21:06:30.795Z] Collecting docker-pycreds>=0.4.0 [2020-07-27T21:06:30.795Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-27T21:06:30.795Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-27T21:06:30.795Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-27T21:06:30.795Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-27T21:06:30.795Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-27T21:06:30.795Z] Removing intermediate container 0d5ee903c33b [2020-07-27T21:06:30.795Z] ---> 5349e0dfe91c [2020-07-27T21:06:30.795Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T21:06:30.795Z] ---> Running in 5660f5a0f9d8 [2020-07-27T21:06:31.056Z] Installing collected packages: jsonschema, docopt, websocket-client, idna, urllib3, requests, texttable, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docker-compose [2020-07-27T21:06:31.056Z] Running setup.py install for docopt: started [2020-07-27T21:06:31.056Z] Removing intermediate container 5660f5a0f9d8 [2020-07-27T21:06:31.056Z] ---> 630ee07d34b5 [2020-07-27T21:06:31.056Z] [2020-07-27T21:06:31.317Z] Successfully built 630ee07d34b5 [2020-07-27T21:06:31.317Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-27T21:06:31.578Z]  Building docker-security-secretstore-setup-go ... done  Running setup.py install for docopt: finished with status 'done' [2020-07-27T21:06:31.578Z] Attempting uninstall: idna [2020-07-27T21:06:31.578Z] Found existing installation: idna 2.9 [2020-07-27T21:06:31.578Z] Uninstalling idna-2.9: [2020-07-27T21:06:31.578Z] Successfully uninstalled idna-2.9 [2020-07-27T21:06:31.838Z] Attempting uninstall: urllib3 [2020-07-27T21:06:31.838Z] Found existing installation: urllib3 1.25.9 [2020-07-27T21:06:31.838Z] Uninstalling urllib3-1.25.9: [2020-07-27T21:06:31.838Z] Successfully uninstalled urllib3-1.25.9 [2020-07-27T21:06:32.097Z] Attempting uninstall: requests [2020-07-27T21:06:32.097Z] Found existing installation: requests 2.23.0 [2020-07-27T21:06:32.097Z] Uninstalling requests-2.23.0: [2020-07-27T21:06:32.097Z] Successfully uninstalled requests-2.23.0 [2020-07-27T21:06:32.358Z] Running setup.py install for texttable: started [2020-07-27T21:06:32.623Z] Running setup.py install for texttable: finished with status 'done' [2020-07-27T21:06:32.884Z] Running setup.py install for PyYAML: started [2020-07-27T21:06:33.455Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-27T21:06:33.455Z] Running setup.py install for dockerpty: started [2020-07-27T21:06:34.025Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-27T21:06:34.285Z] 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-27T21:06:37.583Z] Removing intermediate container f4d188c0b4c9 [2020-07-27T21:06:37.583Z] ---> d53881867062 [2020-07-27T21:06:37.583Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-27T21:06:37.583Z] ---> Running in 7d97ed39dba1 [2020-07-27T21:06:37.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T21:06:37.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T21:06:37.843Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T21:06:37.843Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-27T21:06:37.843Z] (3/3) Installing curl (7.69.1-r0) [2020-07-27T21:06:37.843Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:06:37.843Z] OK: 72 MiB in 58 packages [2020-07-27T21:06:38.414Z] Removing intermediate container 7d97ed39dba1 [2020-07-27T21:06:38.414Z] ---> 94c33c15e7b0 [2020-07-27T21:06:38.414Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:06:38.414Z] ---> Running in cd0994007410 [2020-07-27T21:06:38.414Z] Removing intermediate container cd0994007410 [2020-07-27T21:06:38.414Z] ---> 1efbe8d0288d [2020-07-27T21:06:38.414Z] Step 24/26 : LABEL arch=x86_64 [2020-07-27T21:06:38.675Z] ---> Running in d0ff96b6ccb2 [2020-07-27T21:06:38.675Z] Removing intermediate container d0ff96b6ccb2 [2020-07-27T21:06:38.675Z] ---> 543093b35ae0 [2020-07-27T21:06:38.675Z] Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:06:38.675Z] ---> Running in d3983030572b [2020-07-27T21:06:38.939Z] Removing intermediate container d3983030572b [2020-07-27T21:06:38.939Z] ---> 923237bbeca5 [2020-07-27T21:06:38.939Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T21:06:38.939Z] ---> Running in da826d8ab84c [2020-07-27T21:06:39.199Z] Removing intermediate container da826d8ab84c [2020-07-27T21:06:39.199Z] ---> a323e0bdf500 [2020-07-27T21:06:39.199Z] [2020-07-27T21:06:39.771Z] Successfully built a323e0bdf500 [2020-07-27T21:06:40.070Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-27T21:06:40.419Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-27T21:06:40.511Z] $ docker stop --time=1 89b8c778dc8213d6680c0ef40d6836b782496c225a4e32305e61d08ca578d4f8 [2020-07-27T21:06:41.823Z] 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-27T21:06:42.240Z] $ docker rm -f 89b8c778dc8213d6680c0ef40d6836b782496c225a4e32305e61d08ca578d4f8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-27T21:06:42.838Z] + docker images [2020-07-27T21:06:42.838Z] + grep docker [2020-07-27T21:06:42.838Z] docker-sys-mgmt-agent-go latest a323e0bdf500 4 seconds ago 284MB [2020-07-27T21:06:42.838Z] docker-security-secretstore-setup-go latest 630ee07d34b5 12 seconds ago 33.9MB [2020-07-27T21:06:42.838Z] docker-core-command-go latest 3641b906b87d 27 seconds ago 13MB [2020-07-27T21:06:42.838Z] docker-support-notifications-go latest 79c892ec00a3 38 seconds ago 14.4MB [2020-07-27T21:06:42.838Z] docker-core-metadata-go latest df7d2d434eb7 39 seconds ago 14.4MB [2020-07-27T21:06:42.838Z] docker-security-secrets-setup-go latest 6fedc13aae39 2 minutes ago 25.1MB [2020-07-27T21:06:42.838Z] docker-core-data-go latest e99b19346766 2 minutes ago 23.8MB [2020-07-27T21:06:42.838Z] docker-support-logging-go latest 88b965ce5035 2 minutes ago 11.8MB [2020-07-27T21:06:42.838Z] docker-security-proxy-setup-go latest dccdcb68d510 2 minutes ago 16.4MB [2020-07-27T21:06:42.838Z] docker-support-scheduler-go latest e13a49478a7b 2 minutes ago 13.1MB [2020-07-27T21:06:42.838Z] 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-27T21:06:51.933Z] 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-27T21:06:57.314Z] 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-27T21:07:01.604Z] 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-27T21:07:06.987Z] 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-27T21:07:07.959Z] 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-27T21:07:13.345Z] 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-27T21:07:17.629Z] 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-27T21:07:21.974Z] 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-27T21:07:26.272Z] 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-27T21:07:31.653Z] 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-27T21:07:35.034Z] 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-27T21:07:39.276Z] $ docker stop --time=1 1e866c3f875bfea54da30625df360f7b5780b264edb814e215ba03750ab01478 [2020-07-27T21:07:41.632Z] $ docker rm -f 1e866c3f875bfea54da30625df360f7b5780b264edb814e215ba03750ab01478 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:07:43.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T21:07:43.391Z] [2020-07-27T21:07:43.392Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:07:43.765Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T21:07:43.765Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-27T21:07:43.765Z] 29e5d40040c1: Already exists [2020-07-27T21:07:44.036Z] 1ce36da41761: Pulling fs layer [2020-07-27T21:07:44.036Z] 25b303627fd3: Pulling fs layer [2020-07-27T21:07:44.308Z] 1ce36da41761: Verifying Checksum [2020-07-27T21:07:44.308Z] 1ce36da41761: Download complete [2020-07-27T21:07:45.736Z] 1ce36da41761: Pull complete [2020-07-27T21:07:46.330Z] 25b303627fd3: Verifying Checksum [2020-07-27T21:07:46.330Z] 25b303627fd3: Download complete [2020-07-27T21:07:56.466Z] 25b303627fd3: Pull complete [2020-07-27T21:07:56.466Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-27T21:07:56.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T21:07:56.466Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-27T21:07:56.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-1161 does not seem to be running inside a container [2020-07-27T21:07:56.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T21:08:00.330Z] $ docker top e44e3d2e530dcf1841757d9ca19e952d8899cff8578a0eac057ac12dee6a5735 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T21:08:01.808Z] + docker-compose build --help [2020-07-27T21:08:01.808Z] + grep parallel [2020-07-27T21:08:05.179Z] --parallel Build images in parallel. [Pipeline] } [2020-07-27T21:08:05.404Z] $ docker stop --time=1 e44e3d2e530dcf1841757d9ca19e952d8899cff8578a0eac057ac12dee6a5735 [2020-07-27T21:08:07.294Z] $ docker rm -f e44e3d2e530dcf1841757d9ca19e952d8899cff8578a0eac057ac12dee6a5735 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:08:08.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T21:08:08.074Z] . [Pipeline] withDockerContainer [2020-07-27T21:08:08.339Z] prd-ubuntu18.04-docker-arm64-4c-16g-1161 does not seem to be running inside a container [2020-07-27T21:08:08.351Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T21:08:09.725Z] $ docker top 924f77bfcdc61ef6ae224c87ad92801a8991043d67bb5239998f2674687a78b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T21:08:10.775Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-27T21:08:14.133Z] Building docker-core-command-go ... [2020-07-27T21:08:14.133Z] Building docker-core-data-go ... [2020-07-27T21:08:14.133Z] Building docker-core-metadata-go ... [2020-07-27T21:08:14.133Z] Building docker-security-proxy-setup-go ... [2020-07-27T21:08:14.133Z] Building docker-security-secrets-setup-go ... [2020-07-27T21:08:14.133Z] Building docker-security-secretstore-setup-go ... [2020-07-27T21:08:14.133Z] Building docker-support-logging-go ... [2020-07-27T21:08:14.133Z] Building docker-support-notifications-go ... [2020-07-27T21:08:14.133Z] Building docker-support-scheduler-go ... [2020-07-27T21:08:14.133Z] Building docker-sys-mgmt-agent-go ... [2020-07-27T21:08:14.133Z] Building docker-core-data-go [2020-07-27T21:08:14.133Z] Building docker-sys-mgmt-agent-go [2020-07-27T21:08:14.133Z] Building docker-support-scheduler-go [2020-07-27T21:08:14.133Z] Building docker-core-metadata-go [2020-07-27T21:08:14.133Z] Building docker-security-proxy-setup-go [2020-07-27T21:10:20.918Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:10:20.918Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:10:20.918Z] ---> 6a4725d9a815 [2020-07-27T21:10:20.918Z] Step 3/22 : WORKDIR /edgex-go [2020-07-27T21:10:20.918Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:10:20.918Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:10:20.918Z] ---> 6a4725d9a815 [2020-07-27T21:10:20.918Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T21:10:20.918Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:10:20.919Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:10:20.919Z] ---> 6a4725d9a815 [2020-07-27T21:10:20.919Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T21:10:20.919Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:10:20.919Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:10:20.919Z] ---> 6a4725d9a815 [2020-07-27T21:10:20.919Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T21:10:20.919Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:10:20.919Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:10:20.919Z] ---> 6a4725d9a815 [2020-07-27T21:10:20.919Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T21:10:20.919Z] ---> Running in 17cf182c7d1f [2020-07-27T21:10:20.919Z] ---> Running in 5ba4e9d1de79 [2020-07-27T21:10:20.919Z] ---> Running in 076289cc794c [2020-07-27T21:10:20.919Z] ---> Running in 162d6d800459 [2020-07-27T21:10:20.919Z] ---> Running in e0d43d876072 [2020-07-27T21:10:20.919Z] Removing intermediate container 17cf182c7d1f [2020-07-27T21:10:20.919Z] ---> 9f7b4588fae2 [2020-07-27T21:10:20.919Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:10:20.919Z] Removing intermediate container 5ba4e9d1de79 [2020-07-27T21:10:20.919Z] ---> 4a44d6ec674a [2020-07-27T21:10:20.919Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:10:20.919Z] Removing intermediate container e0d43d876072 [2020-07-27T21:10:20.919Z] ---> bc47408287e1 [2020-07-27T21:10:20.919Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:10:20.919Z] Removing intermediate container 076289cc794c [2020-07-27T21:10:20.919Z] ---> bbbe2625bb69 [2020-07-27T21:10:20.919Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:10:20.919Z] Removing intermediate container 162d6d800459 [2020-07-27T21:10:20.919Z] ---> 64f0fc941104 [2020-07-27T21:10:20.919Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:10:20.919Z] ---> Running in b0936d47552b [2020-07-27T21:10:20.919Z] ---> Running in 836aafd12ea2 [2020-07-27T21:10:20.919Z] ---> Running in 730b5015caf7 [2020-07-27T21:10:20.919Z] ---> Running in 1c1da0961fc8 [2020-07-27T21:10:20.919Z] ---> Running in 2a9b7fc3f9a7 [2020-07-27T21:10:20.919Z] Removing intermediate container b0936d47552b [2020-07-27T21:10:20.919Z] ---> 1f5f5b9b37b4 [2020-07-27T21:10:20.919Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-27T21:10:20.919Z] ---> Running in 1f1da83c3525 [2020-07-27T21:10:20.919Z] Removing intermediate container 836aafd12ea2 [2020-07-27T21:10:20.919Z] ---> 7a68f28cb278 [2020-07-27T21:10:20.919Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T21:10:20.919Z] ---> Running in 08589a69e073 [2020-07-27T21:10:20.919Z] Removing intermediate container 730b5015caf7 [2020-07-27T21:10:20.919Z] ---> 13dc07ff4d66 [2020-07-27T21:10:20.919Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T21:10:20.919Z] ---> Running in c44560fad4c2 [2020-07-27T21:10:20.919Z] Removing intermediate container 2a9b7fc3f9a7 [2020-07-27T21:10:20.919Z] ---> 1aaa303ffbe1 [2020-07-27T21:10:20.919Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T21:10:20.919Z] Removing intermediate container 1c1da0961fc8 [2020-07-27T21:10:20.919Z] ---> 02dfcfd543ae [2020-07-27T21:10:20.919Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-27T21:10:20.919Z] ---> Running in b460f2379ac3 [2020-07-27T21:10:20.919Z] ---> Running in 173a24fdc7d3 [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:20.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:21.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:21.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:10:21.784Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:10:21.784Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:10:21.784Z] OK: 12620 distinct packages available [2020-07-27T21:10:22.061Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:10:22.061Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:10:22.061Z] OK: 12620 distinct packages available [2020-07-27T21:10:22.061Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:10:22.061Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:10:22.061Z] OK: 12620 distinct packages available [2020-07-27T21:10:22.341Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:10:22.341Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:10:22.341Z] OK: 12620 distinct packages available [2020-07-27T21:10:22.614Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:10:22.614Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:10:22.614Z] OK: 12620 distinct packages available [2020-07-27T21:10:22.614Z] OK: 217 MiB in 51 packages [2020-07-27T21:10:23.215Z] OK: 217 MiB in 51 packages [2020-07-27T21:10:23.215Z] OK: 217 MiB in 51 packages [2020-07-27T21:10:23.503Z] OK: 217 MiB in 51 packages [2020-07-27T21:10:23.504Z] OK: 217 MiB in 51 packages [2020-07-27T21:10:24.951Z] Removing intermediate container 08589a69e073 [2020-07-27T21:10:24.951Z] ---> 7343b9afba07 [2020-07-27T21:10:24.951Z] Step 6/20 : COPY go.mod . [2020-07-27T21:10:24.951Z] Removing intermediate container c44560fad4c2 [2020-07-27T21:10:24.951Z] ---> 1471201e4b7e [2020-07-27T21:10:24.951Z] Step 6/21 : COPY go.mod . [2020-07-27T21:10:25.230Z] Removing intermediate container b460f2379ac3 [2020-07-27T21:10:25.230Z] ---> e95f967c4ca9 [2020-07-27T21:10:25.230Z] Step 6/20 : COPY go.mod . [2020-07-27T21:10:25.506Z] Removing intermediate container 173a24fdc7d3 [2020-07-27T21:10:25.506Z] ---> a288c66391ea [2020-07-27T21:10:25.506Z] Step 6/26 : COPY go.mod . [2020-07-27T21:10:25.506Z] Removing intermediate container 1f1da83c3525 [2020-07-27T21:10:25.506Z] ---> 514257243f8f [2020-07-27T21:10:25.506Z] Step 6/22 : COPY go.mod . [2020-07-27T21:10:25.778Z] ---> aa5d37ca580d [2020-07-27T21:10:25.778Z] Step 7/20 : RUN go mod download [2020-07-27T21:10:26.048Z] ---> 217facfd8d16 [2020-07-27T21:10:26.048Z] Step 7/21 : RUN go mod download [2020-07-27T21:10:26.048Z] ---> Running in 8e609d47820c [2020-07-27T21:10:26.048Z] ---> 91b4d8c3fd5d [2020-07-27T21:10:26.048Z] Step 7/20 : RUN go mod download [2020-07-27T21:10:26.325Z] ---> Running in d81afbfa4982 [2020-07-27T21:10:26.325Z] ---> Running in 1767abc6d783 [2020-07-27T21:10:26.926Z] ---> c69518dbff55 [2020-07-27T21:10:26.926Z] Step 7/22 : RUN go mod download [2020-07-27T21:10:26.926Z] ---> 360ba3dca843 [2020-07-27T21:10:26.926Z] Step 7/26 : RUN go mod download [2020-07-27T21:10:26.926Z] ---> Running in f80ea8935eac [2020-07-27T21:10:26.926Z] ---> Running in ae75d7fa5d17 [2020-07-27T21:10:31.234Z] Removing intermediate container 8e609d47820c [2020-07-27T21:10:31.234Z] ---> 065bb0b417a0 [2020-07-27T21:10:31.234Z] Step 8/20 : COPY . . [2020-07-27T21:10:31.508Z] Removing intermediate container d81afbfa4982 [2020-07-27T21:10:31.508Z] ---> ec4d4fb4f8be [2020-07-27T21:10:31.508Z] Step 8/21 : COPY . . [2020-07-27T21:10:31.508Z] Removing intermediate container 1767abc6d783 [2020-07-27T21:10:31.508Z] ---> bb1b3242989e [2020-07-27T21:10:31.508Z] Step 8/20 : COPY . . [2020-07-27T21:10:32.334Z] Removing intermediate container f80ea8935eac [2020-07-27T21:10:32.334Z] ---> 2c0edc86be5a [2020-07-27T21:10:32.334Z] Step 8/22 : COPY . . [2020-07-27T21:10:32.642Z] Removing intermediate container ae75d7fa5d17 [2020-07-27T21:10:32.642Z] ---> c292c22b0412 [2020-07-27T21:10:32.642Z] Step 8/26 : COPY . . [2020-07-27T21:11:05.202Z] ---> 8757d01801fd [2020-07-27T21:11:05.202Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-27T21:11:05.202Z] ---> Running in 9b191f2f4fdb [2020-07-27T21:11:05.202Z] ---> ca5d70629160 [2020-07-27T21:11:05.202Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-27T21:11:05.202Z] ---> 2a8b80a4d73c [2020-07-27T21:11:05.202Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-27T21:11:05.202Z] ---> ab125cdebdad [2020-07-27T21:11:05.202Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-27T21:11:05.202Z] ---> 3fff3ee48cad [2020-07-27T21:11:05.202Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-27T21:11:05.202Z] ---> Running in 88839a9bec67 [2020-07-27T21:11:05.202Z] ---> Running in c76f5537a891 [2020-07-27T21:11:05.202Z] ---> Running in 741ee952b252 [2020-07-27T21:11:05.202Z] ---> Running in 5523a58ec5ae [2020-07-27T21:11:05.796Z] 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-27T21:11:06.782Z] 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-27T21:11:06.782Z] 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-27T21:11:07.056Z] 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-27T21:11:07.331Z] 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-27T21:12:44.159Z] Removing intermediate container 88839a9bec67 [2020-07-27T21:12:44.159Z] ---> f9fce40b1e48 [2020-07-27T21:12:44.159Z] [2020-07-27T21:12:44.159Z] Step 10/20 : FROM alpine [2020-07-27T21:12:44.159Z] latest: Pulling from library/alpine [2020-07-27T21:12:44.159Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-27T21:12:44.159Z] Status: Downloaded newer image for alpine:latest [2020-07-27T21:12:44.159Z] ---> 62ee0e9f8440 [2020-07-27T21:12:44.159Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-27T21:12:44.159Z] ---> Running in 2ae38cbcf58d [2020-07-27T21:12:44.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:12:44.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:12:44.159Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:12:44.159Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:12:44.159Z] OK: 12620 distinct packages available [2020-07-27T21:12:44.159Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-27T21:12:44.159Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T21:12:44.159Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-27T21:12:44.159Z] (4/4) Installing curl (7.69.1-r0) [2020-07-27T21:12:44.159Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:12:44.159Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T21:12:44.159Z] OK: 7 MiB in 18 packages [2020-07-27T21:12:44.159Z] Removing intermediate container c76f5537a891 [2020-07-27T21:12:44.159Z] ---> 6685d2813016 [2020-07-27T21:12:44.159Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-27T21:12:44.159Z] ---> Running in d052a1ec9c38 [2020-07-27T21:12:44.159Z] Removing intermediate container 2ae38cbcf58d [2020-07-27T21:12:44.159Z] ---> 5a397e5b9933 [2020-07-27T21:12:44.159Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T21:12:44.159Z] ---> Running in 79737f847943 [2020-07-27T21:12:44.159Z] 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-27T21:12:44.159Z] Removing intermediate container 79737f847943 [2020-07-27T21:12:44.159Z] ---> 653d1ed6e5a2 [2020-07-27T21:12:44.159Z] Step 13/20 : WORKDIR /edgex [2020-07-27T21:12:44.159Z] ---> Running in 29ac41bc4ae9 [2020-07-27T21:12:44.159Z] Removing intermediate container 29ac41bc4ae9 [2020-07-27T21:12:44.159Z] ---> 76b5d96a4ea7 [2020-07-27T21:12:44.159Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-27T21:12:44.434Z] ---> 94c68fe38c9e [2020-07-27T21:12:44.434Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-27T21:12:46.425Z] ---> 7abeb98214e7 [2020-07-27T21:12:46.425Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-27T21:12:46.425Z] ---> Running in df2bce756f62 [2020-07-27T21:12:47.409Z] Removing intermediate container df2bce756f62 [2020-07-27T21:12:47.409Z] ---> 5e3856e7f1e9 [2020-07-27T21:12:47.409Z] Step 17/20 : CMD ["--init=true"] [2020-07-27T21:12:47.409Z] ---> Running in 210c62e159c7 [2020-07-27T21:12:48.392Z] Removing intermediate container 210c62e159c7 [2020-07-27T21:12:48.392Z] ---> 63efb983bb17 [2020-07-27T21:12:48.392Z] Step 18/20 : LABEL arch=arm64 [2020-07-27T21:12:48.665Z] Removing intermediate container d052a1ec9c38 [2020-07-27T21:12:48.665Z] ---> 6511c73d7d92 [2020-07-27T21:12:48.665Z] [2020-07-27T21:12:48.665Z] Step 11/26 : FROM docker:latest [2020-07-27T21:12:48.665Z] ---> ce9d55ae87f1 [2020-07-27T21:12:48.665Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-27T21:12:48.665Z] ---> Running in 814ffae8713a [2020-07-27T21:12:48.936Z] ---> Running in 4757f42dea00 [2020-07-27T21:12:49.541Z] Removing intermediate container 814ffae8713a [2020-07-27T21:12:49.541Z] ---> 989b6e220828 [2020-07-27T21:12:49.541Z] Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:12:49.541Z] ---> Running in 66f0f4e3675f [2020-07-27T21:12:50.533Z] Removing intermediate container 66f0f4e3675f [2020-07-27T21:12:50.533Z] ---> df74ac9d172f [2020-07-27T21:12:50.533Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T21:12:50.533Z] ---> Running in 7e76c48ae01b [2020-07-27T21:12:51.513Z] Removing intermediate container 7e76c48ae01b [2020-07-27T21:12:51.513Z] ---> cb135b0a9593 [2020-07-27T21:12:51.513Z] [2020-07-27T21:12:51.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:12:51.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:12:51.786Z] Successfully built cb135b0a9593 [2020-07-27T21:12:51.786Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-27T21:12:51.786Z] Building docker-security-secrets-setup-go [2020-07-27T21:12:52.668Z]  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) [2020-07-27T21:12:52.668Z] (2/2) Installing bash (5.0.17-r0) [2020-07-27T21:12:52.668Z] Executing bash-5.0.17-r0.post-install [2020-07-27T21:12:52.668Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:12:52.668Z] OK: 12 MiB in 22 packages [2020-07-27T21:12:56.110Z] Removing intermediate container 4757f42dea00 [2020-07-27T21:12:56.110Z] ---> e0cf397beee5 [2020-07-27T21:12:56.110Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-27T21:12:57.124Z] ---> Running in 6efd70ab69d5 [2020-07-27T21:13:02.551Z] Removing intermediate container 9b191f2f4fdb [2020-07-27T21:13:02.551Z] ---> 84280f3054b0 [2020-07-27T21:13:02.551Z] [2020-07-27T21:13:02.551Z] Step 10/20 : FROM scratch [2020-07-27T21:13:02.551Z] ---> [2020-07-27T21:13:02.551Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:13:02.551Z] Removing intermediate container 6efd70ab69d5 [2020-07-27T21:13:02.551Z] ---> 741ddcca9dbd [2020-07-27T21:13:02.551Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-27T21:13:02.828Z] ---> Running in 56c16f96965c [2020-07-27T21:13:02.828Z] ---> Running in 5efd6186f427 [2020-07-27T21:13:03.818Z] Removing intermediate container 56c16f96965c [2020-07-27T21:13:03.818Z] ---> 883b741b8ad9 [2020-07-27T21:13:03.818Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-27T21:13:04.111Z] Removing intermediate container 5efd6186f427 [2020-07-27T21:13:04.111Z] ---> db925569000e [2020-07-27T21:13:04.111Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-27T21:13:04.111Z] ---> Running in 0d34876e0478 [2020-07-27T21:13:04.385Z] ---> Running in 476a79dba103 [2020-07-27T21:13:04.996Z] Removing intermediate container 0d34876e0478 [2020-07-27T21:13:04.996Z] ---> 8dda1b247fbb [2020-07-27T21:13:04.996Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-27T21:13:05.271Z] Removing intermediate container 476a79dba103 [2020-07-27T21:13:05.271Z] ---> 6272a77d89a2 [2020-07-27T21:13:05.271Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-27T21:13:05.549Z] ---> Running in 0ac31b75f5a8 [2020-07-27T21:13:05.549Z] ---> Running in 6b8c3370dcaa [2020-07-27T21:13:06.535Z] Removing intermediate container 0ac31b75f5a8 [2020-07-27T21:13:06.535Z] ---> 26269790e70a [2020-07-27T21:13:06.535Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-27T21:13:06.535Z] Removing intermediate container 6b8c3370dcaa [2020-07-27T21:13:06.535Z] ---> 95802ecfef66 [2020-07-27T21:13:06.535Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-27T21:13:08.535Z] ---> e92f2265cbd8 [2020-07-27T21:13:08.535Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-27T21:13:08.807Z] ---> 0c2bad3f8c6c [2020-07-27T21:13:08.807Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-27T21:13:09.080Z] Removing intermediate container 741ee952b252 [2020-07-27T21:13:09.080Z] ---> f12c2bacedfd [2020-07-27T21:13:09.080Z] [2020-07-27T21:13:09.080Z] Step 10/21 : FROM scratch [2020-07-27T21:13:09.080Z] ---> [2020-07-27T21:13:09.080Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:13:09.080Z] ---> Using cache [2020-07-27T21:13:09.080Z] ---> 883b741b8ad9 [2020-07-27T21:13:09.080Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-27T21:13:09.685Z] ---> Running in ab46c1783965 [2020-07-27T21:13:10.278Z] ---> 2e0af5423d4e [2020-07-27T21:13:10.278Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-27T21:13:10.278Z] ---> e5614aba2d59 [2020-07-27T21:13:10.278Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-27T21:13:10.886Z] Removing intermediate container ab46c1783965 [2020-07-27T21:13:10.886Z] ---> 693039f64f05 [2020-07-27T21:13:10.886Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T21:13:10.886Z] ---> Running in 87a886e2149b [2020-07-27T21:13:11.874Z] ---> e19c8db30da0 [2020-07-27T21:13:11.874Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:13:11.874Z] Removing intermediate container 87a886e2149b [2020-07-27T21:13:11.874Z] ---> f60ca113d690 [2020-07-27T21:13:11.874Z] Step 14/21 : WORKDIR / [2020-07-27T21:13:12.146Z] ---> 3ecd7398110e [2020-07-27T21:13:12.146Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-27T21:13:12.146Z] ---> Running in 6ea338f39438 [2020-07-27T21:13:12.146Z] ---> Running in 38c4995bd318 [2020-07-27T21:13:12.417Z] ---> Running in 8244ca0f9d00 [2020-07-27T21:13:13.011Z] Removing intermediate container 38c4995bd318 [2020-07-27T21:13:13.011Z] ---> 540745352e0d [2020-07-27T21:13:13.011Z] Step 18/20 : LABEL arch=arm64 [2020-07-27T21:13:13.286Z] Removing intermediate container 6ea338f39438 [2020-07-27T21:13:13.286Z] ---> 4f1c92a55791 [2020-07-27T21:13:13.286Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-27T21:13:13.560Z] ---> Running in 1a59548d36e1 [2020-07-27T21:13:14.542Z] Removing intermediate container 1a59548d36e1 [2020-07-27T21:13:14.542Z] ---> f100a93ee6e2 [2020-07-27T21:13:14.542Z] Step 19/20 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:13:14.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:14.819Z] ---> f291d0734f80 [2020-07-27T21:13:14.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-27T21:13:14.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:15.092Z] ---> Running in 32f13f328d53 [2020-07-27T21:13:15.689Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-27T21:13:15.689Z] (2/33) Installing expat (2.2.9-r1) [2020-07-27T21:13:15.689Z] (3/33) Installing libffi (3.3-r2) [2020-07-27T21:13:15.689Z] (4/33) Installing gdbm (1.13-r1) [2020-07-27T21:13:15.689Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-27T21:13:15.689Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-27T21:13:15.689Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-27T21:13:16.285Z] Removing intermediate container 32f13f328d53 [2020-07-27T21:13:16.285Z] ---> 4746cdf9b65f [2020-07-27T21:13:16.285Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T21:13:16.285Z] Removing intermediate container 5523a58ec5ae [2020-07-27T21:13:16.285Z] ---> a29cd2d2f41e [2020-07-27T21:13:16.285Z] [2020-07-27T21:13:16.285Z] Step 10/22 : FROM alpine [2020-07-27T21:13:16.285Z] ---> 62ee0e9f8440 [2020-07-27T21:13:16.285Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:13:16.880Z] ---> Running in cecb882aedb3 [2020-07-27T21:13:17.154Z] ---> Running in 9330f62fe8e3 [2020-07-27T21:13:17.154Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:13:17.154Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-27T21:13:17.154Z] ---> 6a4725d9a815 [2020-07-27T21:13:17.154Z] Step 3/29 : WORKDIR /edgex-go [2020-07-27T21:13:17.154Z] ---> Using cache [2020-07-27T21:13:17.154Z] ---> 64f0fc941104 [2020-07-27T21:13:17.154Z] Step 4/29 : RUN apk update && apk add make git [2020-07-27T21:13:17.154Z] ---> Running in dd39dee7cc18 [2020-07-27T21:13:17.154Z] ---> b1e12a191078 [2020-07-27T21:13:17.154Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-27T21:13:17.747Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-27T21:13:17.747Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-27T21:13:17.747Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-27T21:13:18.023Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-27T21:13:18.023Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-27T21:13:18.023Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-27T21:13:18.023Z] Removing intermediate container cecb882aedb3 [2020-07-27T21:13:18.023Z] ---> 76640ea35cc2 [2020-07-27T21:13:18.023Z] [2020-07-27T21:13:18.023Z] Removing intermediate container 9330f62fe8e3 [2020-07-27T21:13:18.023Z] ---> 6ec169448422 [2020-07-27T21:13:18.023Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-27T21:13:18.023Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-27T21:13:18.023Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-27T21:13:18.023Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-27T21:13:18.023Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-27T21:13:18.297Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-27T21:13:18.297Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-27T21:13:18.297Z] ---> ce1e285d1914 [2020-07-27T21:13:18.297Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:13:18.297Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-27T21:13:18.297Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-27T21:13:18.297Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-27T21:13:18.297Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-27T21:13:18.297Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-27T21:13:18.297Z] ---> Running in ce36c260f438 [2020-07-27T21:13:18.297Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-27T21:13:18.297Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-27T21:13:18.297Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-27T21:13:18.297Z] ---> Running in 6221802b2826 [2020-07-27T21:13:18.572Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-27T21:13:18.572Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-27T21:13:18.572Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-27T21:13:18.572Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-27T21:13:18.572Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-27T21:13:18.572Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-27T21:13:18.572Z] Successfully built 76640ea35cc2 [2020-07-27T21:13:18.572Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-27T21:13:18.572Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-07-27T21:13:18.846Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:13:18.846Z] OK: 71 MiB in 55 packages [2020-07-27T21:13:19.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:19.122Z] Removing intermediate container ce36c260f438 [2020-07-27T21:13:19.122Z] ---> 8107ca97d15e [2020-07-27T21:13:19.122Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-27T21:13:19.122Z] Removing intermediate container 6221802b2826 [2020-07-27T21:13:19.122Z] ---> c5d277a524a3 [2020-07-27T21:13:19.122Z] Step 19/21 : LABEL arch=arm64 [2020-07-27T21:13:19.391Z] ---> Running in 290f93acc484 [2020-07-27T21:13:19.391Z] ---> Running in 22602a0cb7f3 [2020-07-27T21:13:19.988Z] Removing intermediate container 290f93acc484 [2020-07-27T21:13:19.988Z] ---> 31bca5dac703 [2020-07-27T21:13:19.988Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:13:19.988Z] Removing intermediate container 22602a0cb7f3 [2020-07-27T21:13:19.988Z] ---> 6e3156bf5771 [2020-07-27T21:13:19.988Z] Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:13:19.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:20.583Z] ---> Running in 031baf494da9 [2020-07-27T21:13:20.583Z] ---> Running in aadf1defa07d [2020-07-27T21:13:21.562Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:13:21.562Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:13:21.562Z] OK: 12620 distinct packages available [2020-07-27T21:13:22.160Z] Removing intermediate container aadf1defa07d [2020-07-27T21:13:22.160Z] ---> a596b8845027 [2020-07-27T21:13:22.160Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T21:13:22.160Z] OK: 217 MiB in 51 packages [2020-07-27T21:13:22.754Z] ---> Running in b4f03839de2c [2020-07-27T21:13:23.732Z] Removing intermediate container b4f03839de2c [2020-07-27T21:13:23.732Z] ---> f3ea516ea347 [2020-07-27T21:13:23.732Z] [2020-07-27T21:13:24.332Z] Successfully built f3ea516ea347 [2020-07-27T21:13:24.332Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-27T21:13:24.332Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-07-27T21:13:24.332Z] Removing intermediate container dd39dee7cc18 [2020-07-27T21:13:24.332Z] ---> ad087249712c [2020-07-27T21:13:24.332Z] Step 5/29 : COPY go.mod . [2020-07-27T21:13:25.333Z] Removing intermediate container 031baf494da9 [2020-07-27T21:13:25.333Z] ---> 6341e02a0421 [2020-07-27T21:13:25.333Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-27T21:13:25.605Z] ---> 473fd31ad49d [2020-07-27T21:13:25.605Z] Step 6/29 : RUN go mod download [2020-07-27T21:13:25.605Z] ---> Running in 59bfdb9529ef [2020-07-27T21:13:25.892Z] ---> Running in c845929be0e2 [2020-07-27T21:13:27.888Z] Removing intermediate container 8244ca0f9d00 [2020-07-27T21:13:27.888Z] ---> 5c0f29cb0476 [2020-07-27T21:13:27.888Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-27T21:13:27.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:28.485Z] ---> Running in 8bc70e2f51fb [2020-07-27T21:13:28.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:29.743Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-27T21:13:29.743Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-27T21:13:29.743Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-27T21:13:30.018Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-27T21:13:30.291Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-27T21:13:30.291Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:13:30.291Z] OK: 8 MiB in 19 packages [2020-07-27T21:13:30.291Z] Removing intermediate container c845929be0e2 [2020-07-27T21:13:30.291Z] ---> 8f3145afde2b [2020-07-27T21:13:30.291Z] Step 7/29 : COPY . . [2020-07-27T21:13:32.931Z] Removing intermediate container 59bfdb9529ef [2020-07-27T21:13:32.931Z] ---> 54a6a42aa496 [2020-07-27T21:13:32.931Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-27T21:13:35.549Z] ---> cb912a652366 [2020-07-27T21:13:35.549Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-27T21:13:35.550Z] Collecting docker-compose==1.23.2 [2020-07-27T21:13:35.550Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-27T21:13:36.145Z] Collecting texttable<0.10,>=0.9.0 [2020-07-27T21:13:36.145Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-27T21:13:39.559Z] Collecting jsonschema<3,>=2.5.1 [2020-07-27T21:13:39.559Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-27T21:13:39.845Z] ---> d420059e87a0 [2020-07-27T21:13:39.845Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-27T21:13:40.830Z] Collecting PyYAML<4,>=3.10 [2020-07-27T21:13:40.830Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-27T21:13:42.273Z] ---> 325516068803 [2020-07-27T21:13:42.273Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:13:42.866Z] ---> Running in a9634029cdad [2020-07-27T21:13:44.304Z] Removing intermediate container a9634029cdad [2020-07-27T21:13:44.304Z] ---> 6184c3145a58 [2020-07-27T21:13:44.304Z] Step 20/22 : LABEL arch=arm64 [2020-07-27T21:13:44.904Z] Collecting docker<4.0,>=3.6.0 [2020-07-27T21:13:44.904Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-27T21:13:45.180Z] ---> Running in a42efd62e6ec [2020-07-27T21:13:45.650Z] 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-27T21:13:46.331Z] Removing intermediate container a42efd62e6ec [2020-07-27T21:13:46.331Z] ---> 4416a91ff6f5 [2020-07-27T21:13:46.331Z] Step 21/22 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:13:46.331Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-27T21:13:46.331Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-27T21:13:46.956Z] ---> Running in ade1e998878e [2020-07-27T21:13:49.053Z] Removing intermediate container ade1e998878e [2020-07-27T21:13:49.053Z] ---> e0ca152e55dc [2020-07-27T21:13:49.053Z] Step 22/22 : LABEL version=0.0.0 [2020-07-27T21:13:49.327Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-27T21:13:49.327Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-27T21:13:49.327Z] ---> Running in 0c7b3efed185 [2020-07-27T21:13:49.926Z] Collecting cached-property<2,>=1.2.0 [2020-07-27T21:13:49.926Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-27T21:13:50.905Z] Removing intermediate container 0c7b3efed185 [2020-07-27T21:13:50.905Z] ---> 444198db9efb [2020-07-27T21:13:50.905Z] [2020-07-27T21:13:50.905Z] Collecting docopt<0.7,>=0.6.1 [2020-07-27T21:13:50.905Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-27T21:13:51.509Z] Successfully built 444198db9efb [2020-07-27T21:13:51.509Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-27T21:13:51.509Z] Building docker-core-command-go [2020-07-27T21:13:52.489Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:13:52.489Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:13:52.489Z] ---> 6a4725d9a815 [2020-07-27T21:13:52.489Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T21:13:52.489Z] ---> Using cache [2020-07-27T21:13:52.489Z] ---> 64f0fc941104 [2020-07-27T21:13:52.489Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:13:52.489Z] ---> Using cache [2020-07-27T21:13:52.489Z] ---> 1aaa303ffbe1 [2020-07-27T21:13:52.489Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-27T21:13:55.112Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-27T21:13:55.112Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-27T21:13:55.112Z] ---> Running in 36955b16427a [2020-07-27T21:13:55.705Z] Collecting docker-pycreds>=0.4.0 [2020-07-27T21:13:55.705Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-27T21:13:56.306Z] ---> 83cd7d69b8a1 [2020-07-27T21:13:56.306Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-27T21:13:56.580Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-27T21:13:56.580Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-27T21:13:57.568Z] Collecting idna<2.8,>=2.5 [2020-07-27T21:13:57.568Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-27T21:13:57.568Z] ---> Running in 8ad0b4def6f6 [2020-07-27T21:13:57.844Z] 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-27T21:13:57.844Z] 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-27T21:13:57.844Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-27T21:13:57.844Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-27T21:13:57.844Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-27T21:13:57.844Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-27T21:13:58.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:59.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:13:59.106Z] Installing collected packages: texttable, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, docker-compose [2020-07-27T21:13:59.106Z] Running setup.py install for texttable: started [2020-07-27T21:13:59.703Z] 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-27T21:13:59.977Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:13:59.977Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:13:59.977Z] OK: 12620 distinct packages available [2020-07-27T21:14:00.969Z] OK: 217 MiB in 51 packages [2020-07-27T21:14:01.575Z] Running setup.py install for texttable: finished with status 'done' [2020-07-27T21:14:01.853Z] OK: 217 MiB in 51 packages [2020-07-27T21:14:01.853Z] Running setup.py install for PyYAML: started [2020-07-27T21:14:03.302Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:14:03.302Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:14:03.302Z] ---> 6a4725d9a815 [2020-07-27T21:14:03.302Z] Step 3/23 : WORKDIR /edgex-go [2020-07-27T21:14:03.302Z] ---> Using cache [2020-07-27T21:14:03.302Z] ---> 64f0fc941104 [2020-07-27T21:14:03.302Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:14:03.302Z] ---> Using cache [2020-07-27T21:14:03.302Z] ---> 1aaa303ffbe1 [2020-07-27T21:14:03.302Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-27T21:14:05.312Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-27T21:14:05.312Z] Attempting uninstall: urllib3 [2020-07-27T21:14:05.312Z] Found existing installation: urllib3 1.25.9 [2020-07-27T21:14:05.312Z] Uninstalling urllib3-1.25.9: [2020-07-27T21:14:05.312Z] ---> Running in 9f6a466d0919 [2020-07-27T21:14:05.594Z] Successfully uninstalled urllib3-1.25.9 [2020-07-27T21:14:06.199Z] Attempting uninstall: idna [2020-07-27T21:14:06.199Z] Found existing installation: idna 2.9 [2020-07-27T21:14:06.476Z] Uninstalling idna-2.9: [2020-07-27T21:14:06.476Z] Successfully uninstalled idna-2.9 [2020-07-27T21:14:06.758Z] Removing intermediate container 36955b16427a [2020-07-27T21:14:06.758Z] ---> c454b736a2ac [2020-07-27T21:14:06.758Z] Step 6/21 : COPY go.mod . [2020-07-27T21:14:07.361Z] Attempting uninstall: requests [2020-07-27T21:14:07.361Z] Found existing installation: requests 2.23.0 [2020-07-27T21:14:07.361Z] Uninstalling requests-2.23.0: [2020-07-27T21:14:07.652Z] Successfully uninstalled requests-2.23.0 [2020-07-27T21:14:08.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:14:08.262Z] ---> 2ae202634d5a [2020-07-27T21:14:08.262Z] Step 7/21 : RUN go mod download [2020-07-27T21:14:08.868Z] ---> Running in 9621ef3b4a31 [2020-07-27T21:14:09.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:14:10.142Z] Running setup.py install for dockerpty: started [2020-07-27T21:14:10.758Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:14:10.758Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:14:10.758Z] OK: 12620 distinct packages available [2020-07-27T21:14:11.742Z] OK: 217 MiB in 51 packages [2020-07-27T21:14:13.748Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-27T21:14:13.748Z] Running setup.py install for docopt: started [2020-07-27T21:14:14.737Z] Removing intermediate container 9f6a466d0919 [2020-07-27T21:14:14.737Z] ---> 4999169bd5ba [2020-07-27T21:14:14.737Z] Step 6/23 : COPY go.mod . [2020-07-27T21:14:15.020Z] Removing intermediate container 9621ef3b4a31 [2020-07-27T21:14:15.020Z] ---> 49f704a73c02 [2020-07-27T21:14:15.020Z] Step 8/21 : COPY . . [2020-07-27T21:14:16.038Z] ---> 645afd615ca3 [2020-07-27T21:14:16.038Z] Step 7/23 : RUN go mod download [2020-07-27T21:14:16.320Z] Running setup.py install for docopt: finished with status 'done' [2020-07-27T21:14:16.320Z] ---> Running in be64ce274c46 [2020-07-27T21:14:17.766Z] 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-27T21:14:26.096Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:14:26.096Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:14:26.096Z] ---> 6a4725d9a815 [2020-07-27T21:14:26.096Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T21:14:26.096Z] ---> Using cache [2020-07-27T21:14:26.096Z] ---> 64f0fc941104 [2020-07-27T21:14:26.096Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:14:26.096Z] ---> Using cache [2020-07-27T21:14:26.096Z] ---> 1aaa303ffbe1 [2020-07-27T21:14:26.096Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T21:14:26.096Z] ---> Using cache [2020-07-27T21:14:26.096Z] ---> e95f967c4ca9 [2020-07-27T21:14:26.096Z] Step 6/21 : COPY go.mod . [2020-07-27T21:14:26.096Z] ---> Using cache [2020-07-27T21:14:26.096Z] ---> 91b4d8c3fd5d [2020-07-27T21:14:26.096Z] Step 7/21 : RUN go mod download [2020-07-27T21:14:26.096Z] ---> Using cache [2020-07-27T21:14:26.096Z] ---> bb1b3242989e [2020-07-27T21:14:26.096Z] Step 8/21 : COPY . . [2020-07-27T21:14:26.096Z] ---> Using cache [2020-07-27T21:14:26.096Z] ---> 2a8b80a4d73c [2020-07-27T21:14:26.096Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-27T21:14:26.096Z] Removing intermediate container be64ce274c46 [2020-07-27T21:14:26.096Z] ---> 90009f1718f5 [2020-07-27T21:14:26.096Z] Step 8/23 : COPY . . [2020-07-27T21:14:26.096Z] ---> Running in 89e6c869fd7e [2020-07-27T21:14:26.372Z] Removing intermediate container 8bc70e2f51fb [2020-07-27T21:14:26.649Z] ---> b0a7e5a23d9d [2020-07-27T21:14:26.649Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-27T21:14:27.639Z] ---> Running in 6bd0bd912371 [2020-07-27T21:14:28.633Z] 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-27T21:14:30.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:14:30.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:14:31.526Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T21:14:31.526Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-27T21:14:31.526Z] (3/3) Installing curl (7.69.1-r0) [2020-07-27T21:14:31.526Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:14:31.526Z] OK: 71 MiB in 58 packages [2020-07-27T21:14:37.038Z] Removing intermediate container 6bd0bd912371 [2020-07-27T21:14:37.038Z] ---> d405d7971cfe [2020-07-27T21:14:37.038Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:14:38.026Z] ---> Running in 82856f902516 [2020-07-27T21:14:39.027Z] Removing intermediate container 82856f902516 [2020-07-27T21:14:39.027Z] ---> 9db5687f10f6 [2020-07-27T21:14:39.027Z] Step 24/26 : LABEL arch=arm64 [2020-07-27T21:14:39.631Z] ---> Running in 24e8a0b17622 [2020-07-27T21:14:41.090Z] Removing intermediate container 24e8a0b17622 [2020-07-27T21:14:41.090Z] ---> 37020323ec51 [2020-07-27T21:14:41.090Z] Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:14:41.369Z] ---> Running in ed8af380edfa [2020-07-27T21:14:42.373Z] Removing intermediate container ed8af380edfa [2020-07-27T21:14:42.373Z] ---> 69e2d9462421 [2020-07-27T21:14:42.373Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T21:14:42.978Z] ---> Running in c62466ff7230 [2020-07-27T21:14:43.963Z] Removing intermediate container c62466ff7230 [2020-07-27T21:14:43.963Z] ---> 163b10c89bf0 [2020-07-27T21:14:43.963Z] [2020-07-27T21:14:45.401Z] Successfully built 163b10c89bf0 [2020-07-27T21:14:45.401Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-27T21:14:45.401Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secretstore-setup-go [2020-07-27T21:14:55.577Z] ---> 729de512b836 [2020-07-27T21:14:55.577Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-27T21:14:55.577Z] ---> Running in f298e92f446f [2020-07-27T21:14:58.986Z] 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-27T21:15:00.984Z] Removing intermediate container 8ad0b4def6f6 [2020-07-27T21:15:00.984Z] ---> 463125afa070 [2020-07-27T21:15:00.984Z] [2020-07-27T21:15:00.984Z] Step 9/29 : FROM alpine:latest [2020-07-27T21:15:00.984Z] ---> 62ee0e9f8440 [2020-07-27T21:15:00.984Z] 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-27T21:15:01.263Z] ---> 57b254bfe06f [2020-07-27T21:15:01.263Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-27T21:15:01.540Z] ---> Running in f74bd92da1a8 [2020-07-27T21:15:01.540Z] ---> Running in 8f40fdb9d40c [2020-07-27T21:15:02.526Z] Removing intermediate container f74bd92da1a8 [2020-07-27T21:15:02.526Z] ---> 790f76854a9b [2020-07-27T21:15:02.526Z] Step 11/29 : USER root [2020-07-27T21:15:02.810Z] ---> Running in a3fc13a58c57 [2020-07-27T21:15:04.269Z] Removing intermediate container a3fc13a58c57 [2020-07-27T21:15:04.269Z] ---> 22f741d2859b [2020-07-27T21:15:04.269Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-27T21:15:04.269Z] ---> Running in 08996f0c1b66 [2020-07-27T21:15:04.552Z] 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-27T21:15:07.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:15:07.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:15:08.810Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T21:15:08.810Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T21:15:08.810Z] OK: 12620 distinct packages available [2020-07-27T21:15:10.257Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-27T21:15:10.257Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-27T21:15:10.257Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T21:15:10.540Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T21:15:10.817Z] OK: 6 MiB in 16 packages [2020-07-27T21:15:15.166Z] Removing intermediate container 08996f0c1b66 [2020-07-27T21:15:15.167Z] ---> 3039b146f271 [2020-07-27T21:15:15.167Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-27T21:15:15.167Z] ---> Running in 8b5266a71527 [2020-07-27T21:15:15.773Z] Removing intermediate container 8b5266a71527 [2020-07-27T21:15:15.773Z] ---> cd20bdfb957e [2020-07-27T21:15:15.773Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-27T21:15:15.773Z] ---> Running in 5829c477edc5 [2020-07-27T21:15:16.398Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T21:15:16.398Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T21:15:16.398Z] ---> 6a4725d9a815 [2020-07-27T21:15:16.398Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T21:15:16.398Z] ---> Using cache [2020-07-27T21:15:16.398Z] ---> 64f0fc941104 [2020-07-27T21:15:16.399Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T21:15:16.399Z] ---> Using cache [2020-07-27T21:15:16.399Z] ---> 1aaa303ffbe1 [2020-07-27T21:15:16.399Z] Step 5/26 : RUN apk update && apk add make git [2020-07-27T21:15:16.399Z] ---> Using cache [2020-07-27T21:15:16.399Z] ---> e95f967c4ca9 [2020-07-27T21:15:16.399Z] Step 6/26 : COPY go.mod . [2020-07-27T21:15:16.399Z] ---> Using cache [2020-07-27T21:15:16.678Z] ---> 91b4d8c3fd5d [2020-07-27T21:15:16.678Z] Step 7/26 : RUN go mod download [2020-07-27T21:15:16.678Z] ---> Using cache [2020-07-27T21:15:16.678Z] ---> bb1b3242989e [2020-07-27T21:15:16.678Z] Step 8/26 : COPY . . [2020-07-27T21:15:16.678Z] ---> Using cache [2020-07-27T21:15:16.678Z] ---> 2a8b80a4d73c [2020-07-27T21:15:16.678Z] 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-27T21:15:16.678Z] ---> Running in 707f9d904b44 [2020-07-27T21:15:17.168Z] Removing intermediate container 5829c477edc5 [2020-07-27T21:15:17.168Z] ---> c3047f046701 [2020-07-27T21:15:17.168Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-27T21:15:17.168Z] ---> Running in 8edca42305a6 [2020-07-27T21:15:19.968Z] 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-27T21:15:21.978Z] Removing intermediate container 8edca42305a6 [2020-07-27T21:15:21.978Z] ---> 4fc62a6bab6a [2020-07-27T21:15:21.978Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-27T21:15:23.441Z] ---> 973af94c757a [2020-07-27T21:15:23.441Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-27T21:15:24.896Z] ---> 28581f4828d7 [2020-07-27T21:15:24.896Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-27T21:15:25.883Z] ---> b309c75b9923 [2020-07-27T21:15:25.883Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-27T21:15:27.339Z] ---> 8beaff231821 [2020-07-27T21:15:27.339Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-27T21:15:28.331Z] ---> d9e199526b89 [2020-07-27T21:15:28.331Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-27T21:15:28.331Z] ---> Running in d59365105232 [2020-07-27T21:15:32.655Z] Removing intermediate container d59365105232 [2020-07-27T21:15:32.655Z] ---> f00f6a32844d [2020-07-27T21:15:32.655Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T21:15:33.647Z] ---> 8ba650d560f9 [2020-07-27T21:15:33.647Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T21:15:33.647Z] ---> Running in 1b9cd460995b [2020-07-27T21:15:37.961Z] Removing intermediate container 1b9cd460995b [2020-07-27T21:15:37.961Z] ---> 849b46b601c7 [2020-07-27T21:15:37.961Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-27T21:15:37.961Z] ---> Running in b68594e5b26a [2020-07-27T21:15:42.298Z] Removing intermediate container b68594e5b26a [2020-07-27T21:15:42.298Z] ---> 23c4f41d234e [2020-07-27T21:15:42.298Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T21:15:42.298Z] ---> Running in ceb9f47170b7 [2020-07-27T21:15:42.904Z] Removing intermediate container ceb9f47170b7 [2020-07-27T21:15:42.904Z] ---> 53cec870f5db [2020-07-27T21:15:42.904Z] Step 26/29 : CMD [ "generate" ] [2020-07-27T21:15:42.904Z] ---> Running in 7a66d13352c1 [2020-07-27T21:15:43.517Z] Removing intermediate container 7a66d13352c1 [2020-07-27T21:15:43.517Z] ---> 2237190b3c70 [2020-07-27T21:15:43.517Z] Step 27/29 : LABEL arch=arm64 [2020-07-27T21:15:43.797Z] ---> Running in dded2e2a0e32 [2020-07-27T21:15:44.397Z] Removing intermediate container dded2e2a0e32 [2020-07-27T21:15:44.397Z] ---> d911a872a583 [2020-07-27T21:15:44.397Z] Step 28/29 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:15:44.397Z] ---> Running in acf77f22ea6f [2020-07-27T21:15:45.387Z] Removing intermediate container acf77f22ea6f [2020-07-27T21:15:45.387Z] ---> 2c6ee5109791 [2020-07-27T21:15:45.387Z] Step 29/29 : LABEL version=0.0.0 [2020-07-27T21:15:45.387Z] ---> Running in 56b98a6e6232 [2020-07-27T21:15:46.001Z] Removing intermediate container 56b98a6e6232 [2020-07-27T21:15:46.001Z] ---> 7d52a2ab1f53 [2020-07-27T21:15:46.001Z] [2020-07-27T21:15:46.620Z] Successfully built 7d52a2ab1f53 [2020-07-27T21:15:46.620Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-27T21:16:05.240Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 89e6c869fd7e [2020-07-27T21:16:05.240Z] ---> 751c4b34b7de [2020-07-27T21:16:05.240Z] [2020-07-27T21:16:05.240Z] Step 10/21 : FROM scratch [2020-07-27T21:16:05.240Z] ---> [2020-07-27T21:16:05.240Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T21:16:05.240Z] ---> Using cache [2020-07-27T21:16:05.240Z] ---> 883b741b8ad9 [2020-07-27T21:16:05.240Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-27T21:16:05.240Z] ---> Running in 33a1bc6b1f98 [2020-07-27T21:16:05.240Z] Removing intermediate container 33a1bc6b1f98 [2020-07-27T21:16:05.240Z] ---> 7eace8d89eef [2020-07-27T21:16:05.240Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T21:16:05.240Z] ---> Running in 06d74dfc20c0 [2020-07-27T21:16:05.240Z] Removing intermediate container 06d74dfc20c0 [2020-07-27T21:16:05.240Z] ---> 4839c2020399 [2020-07-27T21:16:05.240Z] Step 14/21 : WORKDIR / [2020-07-27T21:16:05.240Z] ---> Running in ec4422f67a28 [2020-07-27T21:16:05.842Z] Removing intermediate container ec4422f67a28 [2020-07-27T21:16:05.842Z] ---> 5e288f02e275 [2020-07-27T21:16:05.842Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-27T21:16:06.835Z] ---> f22d19ff8534 [2020-07-27T21:16:06.835Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-27T21:16:08.850Z] ---> a3c7e44bcc48 [2020-07-27T21:16:08.850Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-27T21:16:09.831Z] ---> 6a9d54a3b2a3 [2020-07-27T21:16:09.831Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:16:10.115Z] ---> Running in 617ed7413e4d [2020-07-27T21:16:10.716Z] Removing intermediate container 617ed7413e4d [2020-07-27T21:16:10.716Z] ---> 030ed7aebd4f [2020-07-27T21:16:10.716Z] Step 19/21 : LABEL arch=arm64 [2020-07-27T21:16:10.992Z] ---> Running in 68d79b41d218 [2020-07-27T21:16:11.600Z] Removing intermediate container 68d79b41d218 [2020-07-27T21:16:11.600Z] ---> 6deb16a07c6f [2020-07-27T21:16:11.600Z] Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:16:11.876Z] ---> Running in 469352db0eba [2020-07-27T21:16:12.483Z] Removing intermediate container 469352db0eba [2020-07-27T21:16:12.483Z] ---> f70a7a6d2fe8 [2020-07-27T21:16:12.483Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T21:16:12.760Z] ---> Running in 1e34cde37dfb [2020-07-27T21:16:13.362Z] Removing intermediate container 1e34cde37dfb [2020-07-27T21:16:13.362Z] ---> d510c1fd1ed0 [2020-07-27T21:16:13.362Z] [2020-07-27T21:16:13.963Z] Successfully built d510c1fd1ed0 [2020-07-27T21:16:13.963Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-27T21:16:24.143Z]  Building docker-core-command-go ... done Removing intermediate container f298e92f446f [2020-07-27T21:16:24.143Z] ---> ee268a4a5eab [2020-07-27T21:16:24.143Z] [2020-07-27T21:16:24.143Z] Step 10/21 : FROM scratch [2020-07-27T21:16:24.143Z] ---> [2020-07-27T21:16:24.143Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T21:16:24.143Z] 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-27T21:16:24.418Z] ---> Running in 9afb802ec207 [2020-07-27T21:16:25.013Z] Removing intermediate container 9afb802ec207 [2020-07-27T21:16:25.013Z] ---> 108764bb8e8a [2020-07-27T21:16:25.013Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-27T21:16:25.013Z] ---> Running in c9154864ab90 [2020-07-27T21:16:25.612Z] Removing intermediate container c9154864ab90 [2020-07-27T21:16:25.612Z] ---> c88c79b4e8f5 [2020-07-27T21:16:25.612Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T21:16:25.612Z] ---> Running in b18b7e83d320 [2020-07-27T21:16:26.216Z] Removing intermediate container b18b7e83d320 [2020-07-27T21:16:26.216Z] ---> c09d312e16ab [2020-07-27T21:16:26.216Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-27T21:16:27.190Z] ---> 1afaab6e2b6e [2020-07-27T21:16:27.190Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-27T21:16:28.179Z] ---> 696086d403fd [2020-07-27T21:16:28.179Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-27T21:16:29.802Z] ---> f1eb3f952588 [2020-07-27T21:16:29.802Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-27T21:16:30.397Z] ---> eb53404cab58 [2020-07-27T21:16:30.397Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:16:30.672Z] ---> Running in a1b1bf2fd380 [2020-07-27T21:16:31.265Z] Removing intermediate container a1b1bf2fd380 [2020-07-27T21:16:31.265Z] ---> 3d7d92c19145 [2020-07-27T21:16:31.265Z] Step 19/21 : LABEL arch=arm64 [2020-07-27T21:16:31.265Z] 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-27T21:16:31.265Z] ---> Running in d8eb8aa02867 [2020-07-27T21:16:32.247Z] Removing intermediate container d8eb8aa02867 [2020-07-27T21:16:32.247Z] ---> 89f5bce3e418 [2020-07-27T21:16:32.247Z] Step 20/21 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:16:32.247Z] ---> Running in bdebf101aa9f [2020-07-27T21:16:33.242Z] Removing intermediate container bdebf101aa9f [2020-07-27T21:16:33.242Z] ---> 90b6e9c14ef9 [2020-07-27T21:16:33.242Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T21:16:33.242Z] ---> Running in bf900633e9a4 [2020-07-27T21:16:33.838Z] Removing intermediate container bf900633e9a4 [2020-07-27T21:16:33.838Z] ---> b5bbb1009484 [2020-07-27T21:16:33.838Z] [2020-07-27T21:16:34.433Z] Removing intermediate container 8f40fdb9d40c [2020-07-27T21:16:34.433Z] ---> 2ae1c014108f [2020-07-27T21:16:34.433Z] [2020-07-27T21:16:34.433Z] Step 10/23 : FROM scratch [2020-07-27T21:16:34.433Z] ---> [2020-07-27T21:16:34.433Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T21:16:34.433Z] Successfully built b5bbb1009484 [2020-07-27T21:16:34.433Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-27T21:16:34.433Z]  Building docker-support-logging-go ... done  ---> Using cache [2020-07-27T21:16:34.433Z] ---> 108764bb8e8a [2020-07-27T21:16:34.433Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-27T21:16:34.703Z] ---> Running in 6431aaf7da60 [2020-07-27T21:16:34.973Z] Removing intermediate container 6431aaf7da60 [2020-07-27T21:16:34.973Z] ---> 2231ddb569b7 [2020-07-27T21:16:34.973Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-27T21:16:34.973Z] ---> Running in 61c1e87454c8 [2020-07-27T21:16:35.567Z] Removing intermediate container 61c1e87454c8 [2020-07-27T21:16:35.568Z] ---> b8a2114623d4 [2020-07-27T21:16:35.568Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-27T21:16:36.168Z] ---> 89b07d372c5c [2020-07-27T21:16:36.168Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-27T21:16:37.598Z] ---> ef9f5981a634 [2020-07-27T21:16:37.598Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-27T21:16:39.031Z] Removing intermediate container 707f9d904b44 [2020-07-27T21:16:39.031Z] ---> c4fe93ac49d7 [2020-07-27T21:16:39.031Z] [2020-07-27T21:16:39.031Z] Step 10/26 : FROM alpine:3.10 [2020-07-27T21:16:39.031Z] ---> 8f1525255db3 [2020-07-27T21:16:39.031Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-27T21:16:39.031Z] 3.10: Pulling from library/alpine [2020-07-27T21:16:39.620Z] ---> 2bfc75999b78 [2020-07-27T21:16:39.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-27T21:16:40.214Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-27T21:16:40.214Z] Status: Downloaded newer image for alpine:3.10 [2020-07-27T21:16:40.214Z] ---> 536a684cf733 [2020-07-27T21:16:40.214Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-27T21:16:40.811Z] ---> Running in fe568c99a5c7 [2020-07-27T21:16:40.811Z] ---> d3bd05178706 [2020-07-27T21:16:40.811Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-27T21:16:41.783Z] ---> 03b450f589a4 [2020-07-27T21:16:41.783Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T21:16:41.783Z] ---> Running in d408b4097d1d [2020-07-27T21:16:42.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-27T21:16:42.323Z] Removing intermediate container d408b4097d1d [2020-07-27T21:16:42.323Z] ---> c7e5cc253ffb [2020-07-27T21:16:42.323Z] Step 21/23 : LABEL arch=arm64 [2020-07-27T21:16:42.323Z] ---> Running in 24d71a182d80 [2020-07-27T21:16:42.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-27T21:16:42.871Z] Removing intermediate container 24d71a182d80 [2020-07-27T21:16:42.871Z] ---> a7d111bb5947 [2020-07-27T21:16:42.871Z] Step 22/23 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:16:42.871Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-27T21:16:42.871Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-27T21:16:42.871Z] OK: 10167 distinct packages available [2020-07-27T21:16:42.871Z] ---> Running in f8c6ac99e5d7 [2020-07-27T21:16:43.464Z] Removing intermediate container f8c6ac99e5d7 [2020-07-27T21:16:43.464Z] ---> 99abba7deedc [2020-07-27T21:16:43.464Z] Step 23/23 : LABEL version=0.0.0 [2020-07-27T21:16:43.464Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-27T21:16:43.464Z] ---> Running in 5765367ec383 [2020-07-27T21:16:43.464Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-27T21:16:43.464Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-27T21:16:43.464Z] (4/5) Installing curl (7.66.0-r0) [2020-07-27T21:16:43.464Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-27T21:16:43.464Z] Executing busybox-1.30.1-r3.trigger [2020-07-27T21:16:43.464Z] Executing ca-certificates-20191127-r2.trigger [2020-07-27T21:16:43.740Z] OK: 7 MiB in 19 packages [2020-07-27T21:16:44.009Z] Removing intermediate container 5765367ec383 [2020-07-27T21:16:44.009Z] ---> d5665320ac44 [2020-07-27T21:16:44.009Z] [2020-07-27T21:16:44.610Z] Successfully built d5665320ac44 [2020-07-27T21:16:44.610Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-27T21:16:45.583Z]  Building docker-support-notifications-go ... done Removing intermediate container fe568c99a5c7 [2020-07-27T21:16:45.583Z] ---> ba1520763973 [2020-07-27T21:16:45.583Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T21:16:45.583Z] ---> Running in a5329671e200 [2020-07-27T21:16:46.177Z] Removing intermediate container a5329671e200 [2020-07-27T21:16:46.177Z] ---> 123586d462f0 [2020-07-27T21:16:46.177Z] Step 13/26 : WORKDIR / [2020-07-27T21:16:46.177Z] ---> Running in 0ebc54e8f64f [2020-07-27T21:16:46.773Z] Removing intermediate container 0ebc54e8f64f [2020-07-27T21:16:46.773Z] ---> 5ce3e7e5d19e [2020-07-27T21:16:46.773Z] 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-27T21:16:47.366Z] ---> aa581f033f37 [2020-07-27T21:16:47.366Z] 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-27T21:16:48.339Z] ---> 58a409329034 [2020-07-27T21:16:48.339Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-27T21:16:48.934Z] ---> 492ff0e606cf [2020-07-27T21:16:48.934Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-27T21:16:49.546Z] ---> 11ae0b4d6cbc [2020-07-27T21:16:49.546Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-27T21:16:50.971Z] ---> 4f5304c82043 [2020-07-27T21:16:50.971Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-27T21:16:51.942Z] ---> 55df306ead28 [2020-07-27T21:16:51.942Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-27T21:16:52.954Z] ---> fdfac5b84fd0 [2020-07-27T21:16:52.954Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T21:16:53.947Z] ---> bf6105837e26 [2020-07-27T21:16:53.947Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T21:16:53.947Z] ---> Running in 672431c0ce3d [2020-07-27T21:16:56.613Z] Removing intermediate container 672431c0ce3d [2020-07-27T21:16:56.613Z] ---> c0619cee4822 [2020-07-27T21:16:56.613Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T21:16:56.613Z] ---> Running in f196f17a4f92 [2020-07-27T21:16:56.885Z] Removing intermediate container f196f17a4f92 [2020-07-27T21:16:56.885Z] ---> 489b8b652130 [2020-07-27T21:16:56.885Z] Step 24/26 : LABEL arch=arm64 [2020-07-27T21:16:57.156Z] ---> Running in 895a42ac5fcd [2020-07-27T21:16:57.431Z] Removing intermediate container 895a42ac5fcd [2020-07-27T21:16:57.431Z] ---> e682c82798b0 [2020-07-27T21:16:57.431Z] Step 25/26 : LABEL git_sha=4b5963896521f000c9ac6a6ab22533f77291d058 [2020-07-27T21:16:57.701Z] ---> Running in 8d8303f35f83 [2020-07-27T21:16:57.971Z] Removing intermediate container 8d8303f35f83 [2020-07-27T21:16:57.971Z] ---> fbc3ba812e64 [2020-07-27T21:16:57.971Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T21:16:58.242Z] ---> Running in 5dcedaf5e8f1 [2020-07-27T21:16:58.510Z] Removing intermediate container 5dcedaf5e8f1 [2020-07-27T21:16:58.510Z] ---> 72f8493226c7 [2020-07-27T21:16:58.510Z] [2020-07-27T21:16:59.101Z] Successfully built 72f8493226c7 [2020-07-27T21:16:59.101Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-27T21:16:59.385Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-07-27T21:16:59.334Z] $ docker stop --time=1 924f77bfcdc61ef6ae224c87ad92801a8991043d67bb5239998f2674687a78b4 [2020-07-27T21:17:01.159Z] $ docker rm -f 924f77bfcdc61ef6ae224c87ad92801a8991043d67bb5239998f2674687a78b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-27T21:17:01.933Z] + docker images [2020-07-27T21:17:01.933Z] + grep docker [2020-07-27T21:17:02.203Z] docker-security-secretstore-setup-go-arm64 latest 72f8493226c7 4 seconds ago 32.6MB [2020-07-27T21:17:02.203Z] docker-support-notifications-go-arm64 latest d5665320ac44 19 seconds ago 13.9MB [2020-07-27T21:17:02.203Z] docker-support-logging-go-arm64 latest b5bbb1009484 29 seconds ago 11.4MB [2020-07-27T21:17:02.204Z] docker-core-command-go-arm64 latest d510c1fd1ed0 50 seconds ago 12.4MB [2020-07-27T21:17:02.204Z] docker-security-secrets-setup-go-arm64 latest 7d52a2ab1f53 About a minute ago 24.2MB [2020-07-27T21:17:02.204Z] docker-sys-mgmt-agent-go-arm64 latest 163b10c89bf0 2 minutes ago 266MB [2020-07-27T21:17:02.204Z] docker-core-data-go-arm64 latest 444198db9efb 3 minutes ago 22.6MB [2020-07-27T21:17:02.204Z] docker-core-metadata-go-arm64 latest f3ea516ea347 3 minutes ago 13.8MB [2020-07-27T21:17:02.204Z] docker-support-scheduler-go-arm64 latest 76640ea35cc2 3 minutes ago 12.6MB [2020-07-27T21:17:02.204Z] docker-security-proxy-setup-go-arm64 latest cb135b0a9593 4 minutes ago 15.8MB [2020-07-27T21:17:02.204Z] 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-27T21:17:04.466Z] provisioning config files... [2020-07-27T21:17:04.495Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5217985242277956813tmp [Pipeline] { [Pipeline] sh [2020-07-27T21:17:04.855Z] + curl -s https://codecov.io/bash [2020-07-27T21:17:04.855Z] + bash -s - -t @/w/workspace/edgex-go/2@tmp/config5217985242277956813tmp [Pipeline] } [2020-07-27T21:17:05.434Z] 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-27T21:17:06.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T21:17:07.720Z] ---> package-listing.sh [2020-07-27T21:17:07.720Z] ++ facter osfamily [2020-07-27T21:17:07.720Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-27T21:17:07.720Z] + OS_FAMILY=redhat [2020-07-27T21:17:07.720Z] + workspace=/w/workspace/edgex-go/2 [2020-07-27T21:17:07.720Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-27T21:17:07.720Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-27T21:17:07.720Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-27T21:17:07.720Z] + PACKAGES=/tmp/packages_start.txt [2020-07-27T21:17:07.720Z] + '[' /w/workspace/edgex-go/2 ']' [2020-07-27T21:17:07.720Z] + PACKAGES=/tmp/packages_end.txt [2020-07-27T21:17:07.720Z] + case "${OS_FAMILY}" in [2020-07-27T21:17:07.720Z] + rpm -qa [2020-07-27T21:17:07.720Z] + sort [2020-07-27T21:17:11.928Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-27T21:17:11.928Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-27T21:17:11.928Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-27T21:17:11.928Z] + '[' /w/workspace/edgex-go/2 ']' [2020-07-27T21:17:11.928Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-07-27T21:17:11.928Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:17:12.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T21:17:12.424Z] [2020-07-27T21:17:12.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-27T21:17:12.767Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T21:17:12.767Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-27T21:17:12.767Z] c9b1b535fdd9: Pulling fs layer [2020-07-27T21:17:12.767Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-27T21:17:12.767Z] 756a868c4378: Pulling fs layer [2020-07-27T21:17:12.767Z] 444b2fc9a129: Pulling fs layer [2020-07-27T21:17:12.767Z] ea15f1150254: Pulling fs layer [2020-07-27T21:17:12.767Z] 41b27a9f41bf: Pulling fs layer [2020-07-27T21:17:12.767Z] 28c525ee5125: Pulling fs layer [2020-07-27T21:17:12.767Z] 094b1ea09ed8: Pulling fs layer [2020-07-27T21:17:12.767Z] 138eaada9080: Pulling fs layer [2020-07-27T21:17:12.767Z] 0622d0fa9048: Pulling fs layer [2020-07-27T21:17:12.767Z] 41b27a9f41bf: Waiting [2020-07-27T21:17:12.767Z] 28c525ee5125: Waiting [2020-07-27T21:17:12.767Z] 094b1ea09ed8: Waiting [2020-07-27T21:17:12.767Z] 138eaada9080: Waiting [2020-07-27T21:17:12.767Z] 444b2fc9a129: Waiting [2020-07-27T21:17:12.767Z] ea15f1150254: Waiting [2020-07-27T21:17:12.767Z] 0622d0fa9048: Waiting [2020-07-27T21:17:12.767Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-27T21:17:12.767Z] 2cc5ad85d9ab: Download complete [2020-07-27T21:17:12.767Z] 444b2fc9a129: Verifying Checksum [2020-07-27T21:17:12.767Z] 444b2fc9a129: Download complete [2020-07-27T21:17:12.767Z] c9b1b535fdd9: Verifying Checksum [2020-07-27T21:17:12.767Z] c9b1b535fdd9: Download complete [2020-07-27T21:17:12.767Z] ea15f1150254: Verifying Checksum [2020-07-27T21:17:12.767Z] ea15f1150254: Download complete [2020-07-27T21:17:13.040Z] 28c525ee5125: Verifying Checksum [2020-07-27T21:17:13.040Z] 28c525ee5125: Download complete [2020-07-27T21:17:13.303Z] 756a868c4378: Verifying Checksum [2020-07-27T21:17:13.303Z] 756a868c4378: Download complete [2020-07-27T21:17:13.303Z] 094b1ea09ed8: Verifying Checksum [2020-07-27T21:17:13.303Z] 094b1ea09ed8: Download complete [2020-07-27T21:17:13.303Z] 138eaada9080: Verifying Checksum [2020-07-27T21:17:13.303Z] 138eaada9080: Download complete [2020-07-27T21:17:13.303Z] 0622d0fa9048: Verifying Checksum [2020-07-27T21:17:13.303Z] 0622d0fa9048: Download complete [2020-07-27T21:17:13.303Z] c9b1b535fdd9: Pull complete [2020-07-27T21:17:13.877Z] 2cc5ad85d9ab: Pull complete [2020-07-27T21:17:13.877Z] 41b27a9f41bf: Verifying Checksum [2020-07-27T21:17:13.877Z] 41b27a9f41bf: Download complete [2020-07-27T21:17:15.262Z] 756a868c4378: Pull complete [2020-07-27T21:17:15.522Z] 444b2fc9a129: Pull complete [2020-07-27T21:17:15.782Z] ea15f1150254: Pull complete [2020-07-27T21:17:21.075Z] 41b27a9f41bf: Pull complete [2020-07-27T21:17:22.463Z] 28c525ee5125: Pull complete [2020-07-27T21:17:25.017Z] 094b1ea09ed8: Pull complete [2020-07-27T21:17:25.017Z] 138eaada9080: Pull complete [2020-07-27T21:17:25.017Z] 0622d0fa9048: Pull complete [2020-07-27T21:17:25.017Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-27T21:17:25.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T21:17:25.017Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-27T21:17:25.222Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-07-27T21:17:25.263Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-27T21:17:30.244Z] $ docker top 3fb10f6e6439887dd94c121573f9b9ce752df9614ba72b4467e03f404741137a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-27T21:17:30.534Z] provisioning config files... [2020-07-27T21:17:30.549Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7557962947801800523tmp [Pipeline] { [Pipeline] echo [2020-07-27T21:17:30.679Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T21:17:30.970Z] ---> create-netrc.sh [Pipeline] echo [2020-07-27T21:17:30.979Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T21:17:31.274Z] ---> logs-deploy.sh [2020-07-27T21:17:31.274Z] + ARCHIVE_ARTIFACTS= [2020-07-27T21:17:31.274Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-27T21:17:31.274Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-27T21:17:31.274Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-27T21:17:31.274Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/2 [2020-07-27T21:17:31.274Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/2/ [2020-07-27T21:17:31.274Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/2 /w/workspace/edgex-go/2 [2020-07-27T21:17:32.216Z] Archives upload complete. [2020-07-27T21:17:32.476Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/2/