Pull request #2625 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 anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 1732536b2be7da8f5d082537ddc0d5b62d50b6e8+2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf (c441387365f3b9d53d15b3815c491026e180f9ec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-392 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf into PR head commit 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 Merge succeeded, producing 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 Checking out Revision 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # 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 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T15:17:17.379Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T15:17:17.576Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T15:17:17.725Z] ========================================================= [2020-08-18T15:17:17.725Z] EdgeX Global Pipelines Version Info [2020-08-18T15:17:17.725Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 [2020-08-18T15:17:19.564Z] ------------------- [2020-08-18T15:17:19.564Z] stable info: [2020-08-18T15:17:19.564Z] ------------------- [2020-08-18T15:17:19.564Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T15:17:19.564Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T15:17:19.564Z] Message: update stable to v1.0.106 [2020-08-18T15:17:20.137Z] ------------------- [2020-08-18T15:17:20.137Z] experimental info: [2020-08-18T15:17:20.137Z] ------------------- [2020-08-18T15:17:20.137Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T15:17:20.137Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T15:17:20.137Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-18T15:17:23.015Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/core-command/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/core-data/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-18T15:17:23.015Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T15:17:23.015Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-18T15:17:23.015Z] ++ cut -d/ -f2 [2020-08-18T15:17:23.015Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-18T15:17:23.077Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:23.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:17:24.185Z] [2020-08-18T15:17:24.185Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:17:24.549Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:17:24.549Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T15:17:24.549Z] 31603596830f: Pulling fs layer [2020-08-18T15:17:24.549Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T15:17:24.549Z] 6ca5941a6612: Pulling fs layer [2020-08-18T15:17:24.549Z] ecc8261a40a4: Pulling fs layer [2020-08-18T15:17:24.549Z] ecc8261a40a4: Waiting [2020-08-18T15:17:24.549Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T15:17:24.549Z] 2a8b12db71e7: Download complete [2020-08-18T15:17:24.549Z] 31603596830f: Verifying Checksum [2020-08-18T15:17:24.549Z] 31603596830f: Download complete [2020-08-18T15:17:24.825Z] ecc8261a40a4: Verifying Checksum [2020-08-18T15:17:24.825Z] ecc8261a40a4: Download complete [2020-08-18T15:17:24.825Z] 6ca5941a6612: Verifying Checksum [2020-08-18T15:17:24.825Z] 6ca5941a6612: Download complete [2020-08-18T15:17:25.090Z] 31603596830f: Pull complete [2020-08-18T15:17:25.090Z] 2a8b12db71e7: Pull complete [2020-08-18T15:17:26.042Z] 6ca5941a6612: Pull complete [2020-08-18T15:17:26.302Z] ecc8261a40a4: Pull complete [2020-08-18T15:17:26.302Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T15:17:26.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T15:17:26.302Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T15:17:26.392Z] prd-centos7-docker-4c-2g-392 does not seem to be running inside a container [2020-08-18T15:17:26.433Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T15:17:28.809Z] $ docker top 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T15:17:29.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:17:29.395Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:17:29.614Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:17:29.613Z] $ docker exec 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent [2020-08-18T15:17:29.782Z] SSH_AUTH_SOCK=/tmp/ssh-vujYmBpH8i6y/agent.12 [2020-08-18T15:17:29.782Z] SSH_AGENT_PID=17 [2020-08-18T15:17:29.798Z] Running ssh-add (command line suppressed) [2020-08-18T15:17:29.907Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_8039546827760814984.key (/w/workspace/edgex-go/19@tmp/private_key_8039546827760814984.key) [2020-08-18T15:17:29.962Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:17:30.296Z] + git describe --exact-match --tags HEAD [2020-08-18T15:17:30.296Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T15:17:30.314Z] $ docker exec --env ******** --env ******** 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent -k [2020-08-18T15:17:30.425Z] unset SSH_AUTH_SOCK; [2020-08-18T15:17:30.425Z] unset SSH_AGENT_PID; [2020-08-18T15:17:30.426Z] echo Agent pid 17 killed; [2020-08-18T15:17:30.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T15:17:30.580Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T15:17:30.580Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T15:17:30.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T15:17:30.760Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T15:17:30.931Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T15:17:30.929Z] $ docker exec 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent [2020-08-18T15:17:31.094Z] SSH_AUTH_SOCK=/tmp/ssh-xIxilcLWCiRU/agent.45 [2020-08-18T15:17:31.094Z] SSH_AGENT_PID=50 [2020-08-18T15:17:31.100Z] Running ssh-add (command line suppressed) [2020-08-18T15:17:31.220Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_7087411973504483287.key (/w/workspace/edgex-go/19@tmp/private_key_7087411973504483287.key) [2020-08-18T15:17:31.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T15:17:31.638Z] + git semver init [2020-08-18T15:17:31.639Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T15:17:31.639Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2020-08-18T15:17:31.639Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2020-08-18T15:17:31.639Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T15:17:31.639Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T15:17:31.639Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T15:17:31.639Z] # $SEMVER_BRANCH = PR-2625 [2020-08-18T15:17:31.639Z] # $SEMVER_TEMP = /tmp/semver-339602441 [2020-08-18T15:17:31.639Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-18T15:18:10.441Z] # '/tmp/semver-339602441' -> '/w/workspace/edgex-go/19/.semver' [2020-08-18T15:18:10.441Z] # -> Force: false [2020-08-18T15:18:10.441Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2020-08-18T15:18:10.450Z] $ docker exec --env ******** --env ******** 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe ssh-agent -k [2020-08-18T15:18:10.703Z] unset SSH_AUTH_SOCK; [2020-08-18T15:18:10.704Z] unset SSH_AGENT_PID; [2020-08-18T15:18:10.704Z] echo Agent pid 50 killed; [2020-08-18T15:18:10.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T15:18:11.338Z] + git semver [Pipeline] } [2020-08-18T15:18:11.351Z] $ docker stop --time=1 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe [2020-08-18T15:18:13.077Z] $ docker rm -f 4a8ff3d15fba568c78010924abc74382b1cc5687c22ff901a15cb0f93b45b4fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T15:18:26.605Z] Stashed 34 file(s) [Pipeline] echo [2020-08-18T15:18:26.608Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-18T15:18:27.355Z] ========================================================= [2020-08-18T15:18:27.355Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-18T15:18:27.355Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:18:27.706Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-18T15:18:31.096Z] Sending build context to Docker daemon 323.1MB [2020-08-18T15:18:31.096Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T15:18:31.096Z] Step 2/7 : FROM ${BASE} [2020-08-18T15:18:31.096Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-18T15:18:31.096Z] df20fa9351a1: Pulling fs layer [2020-08-18T15:18:31.096Z] ed8968b2872e: Pulling fs layer [2020-08-18T15:18:31.096Z] a92cc7c5fd73: Pulling fs layer [2020-08-18T15:18:31.096Z] 2dd03ba5bac4: Pulling fs layer [2020-08-18T15:18:31.096Z] 1e091d79d1de: Pulling fs layer [2020-08-18T15:18:31.096Z] 481702a1767f: Pulling fs layer [2020-08-18T15:18:31.096Z] f64a6f60c768: Pulling fs layer [2020-08-18T15:18:31.096Z] e78d2573fc39: Pulling fs layer [2020-08-18T15:18:31.096Z] e876d2f968b6: Pulling fs layer [2020-08-18T15:18:31.096Z] ce8a83651883: Pulling fs layer [2020-08-18T15:18:31.096Z] 07967f4d0e4b: Pulling fs layer [2020-08-18T15:18:31.096Z] f64a6f60c768: Waiting [2020-08-18T15:18:31.096Z] e78d2573fc39: Waiting [2020-08-18T15:18:31.096Z] e876d2f968b6: Waiting [2020-08-18T15:18:31.096Z] ce8a83651883: Waiting [2020-08-18T15:18:31.096Z] 07967f4d0e4b: Waiting [2020-08-18T15:18:31.096Z] 2dd03ba5bac4: Waiting [2020-08-18T15:18:31.096Z] 481702a1767f: Waiting [2020-08-18T15:18:31.096Z] a92cc7c5fd73: Download complete [2020-08-18T15:18:31.096Z] ed8968b2872e: Download complete [2020-08-18T15:18:31.096Z] 1e091d79d1de: Verifying Checksum [2020-08-18T15:18:31.096Z] 1e091d79d1de: Download complete [2020-08-18T15:18:31.096Z] 481702a1767f: Verifying Checksum [2020-08-18T15:18:31.096Z] 481702a1767f: Download complete [2020-08-18T15:18:31.096Z] df20fa9351a1: Verifying Checksum [2020-08-18T15:18:31.096Z] df20fa9351a1: Download complete [2020-08-18T15:18:31.096Z] df20fa9351a1: Pull complete [2020-08-18T15:18:31.706Z] f64a6f60c768: Verifying Checksum [2020-08-18T15:18:31.706Z] f64a6f60c768: Download complete [2020-08-18T15:18:31.706Z] e876d2f968b6: Verifying Checksum [2020-08-18T15:18:31.706Z] e876d2f968b6: Download complete [2020-08-18T15:18:32.296Z] e78d2573fc39: Verifying Checksum [2020-08-18T15:18:32.296Z] e78d2573fc39: Download complete [2020-08-18T15:18:32.296Z] ce8a83651883: Verifying Checksum [2020-08-18T15:18:32.296Z] ce8a83651883: Download complete [2020-08-18T15:18:32.296Z] 2dd03ba5bac4: Verifying Checksum [2020-08-18T15:18:32.296Z] 2dd03ba5bac4: Download complete [2020-08-18T15:18:32.867Z] 07967f4d0e4b: Verifying Checksum [2020-08-18T15:18:32.867Z] 07967f4d0e4b: Download complete [2020-08-18T15:18:32.867Z] ed8968b2872e: Pull complete [2020-08-18T15:18:33.131Z] a92cc7c5fd73: Pull complete [2020-08-18T15:18:38.450Z] 2dd03ba5bac4: Pull complete [2020-08-18T15:18:38.712Z] 1e091d79d1de: Pull complete [2020-08-18T15:18:38.712Z] 481702a1767f: Pull complete [2020-08-18T15:18:42.133Z] Still waiting to schedule task [2020-08-18T15:18:42.133Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-18T15:18:42.945Z] f64a6f60c768: Pull complete [2020-08-18T15:18:46.478Z] e78d2573fc39: Pull complete [2020-08-18T15:18:46.478Z] e876d2f968b6: Pull complete [2020-08-18T15:18:47.051Z] ce8a83651883: Pull complete [2020-08-18T15:18:47.315Z] 07967f4d0e4b: Pull complete [2020-08-18T15:18:47.315Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-18T15:18:47.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-18T15:18:47.315Z] ---> 5d7c900382c6 [2020-08-18T15:18:47.315Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-18T15:18:49.247Z] ---> Running in 3a8d4b50c0f5 [2020-08-18T15:18:49.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:18:50.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:18:51.341Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T15:18:51.602Z] (2/12) Installing file (5.38-r0) [2020-08-18T15:18:51.602Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T15:18:51.602Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T15:18:58.206Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T15:18:58.206Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T15:18:58.206Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T15:18:58.206Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T15:18:58.206Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T15:18:58.206Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T15:18:58.206Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T15:18:58.206Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T15:18:58.206Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:18:58.206Z] OK: 233 MiB in 51 packages [2020-08-18T15:19:02.435Z] Removing intermediate container 3a8d4b50c0f5 [2020-08-18T15:19:02.435Z] ---> 2ad1f9c69d28 [2020-08-18T15:19:02.435Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T15:19:02.435Z] ---> Running in 3dc3c26c0ed5 [2020-08-18T15:19:02.435Z] Removing intermediate container 3dc3c26c0ed5 [2020-08-18T15:19:02.435Z] ---> b2edea18313e [2020-08-18T15:19:02.435Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T15:19:02.697Z] latest: Pulling from library/docker [2020-08-18T15:19:02.958Z] df20fa9351a1: Already exists [2020-08-18T15:19:02.958Z] 25ad7478873d: Pulling fs layer [2020-08-18T15:19:02.958Z] 4684f6177b5d: Pulling fs layer [2020-08-18T15:19:02.958Z] 46e300cec669: Pulling fs layer [2020-08-18T15:19:02.958Z] 63038576ad94: Pulling fs layer [2020-08-18T15:19:02.958Z] 0fdb76c4706c: Pulling fs layer [2020-08-18T15:19:02.958Z] cb7edeffdfd5: Pulling fs layer [2020-08-18T15:19:02.958Z] 63038576ad94: Waiting [2020-08-18T15:19:02.958Z] 0fdb76c4706c: Waiting [2020-08-18T15:19:02.958Z] cb7edeffdfd5: Waiting [2020-08-18T15:19:03.902Z] 25ad7478873d: Verifying Checksum [2020-08-18T15:19:03.902Z] 25ad7478873d: Download complete [2020-08-18T15:19:04.182Z] 4684f6177b5d: Verifying Checksum [2020-08-18T15:19:04.182Z] 4684f6177b5d: Download complete [2020-08-18T15:19:04.182Z] 25ad7478873d: Pull complete [2020-08-18T15:19:04.182Z] 0fdb76c4706c: Verifying Checksum [2020-08-18T15:19:04.182Z] 0fdb76c4706c: Download complete [2020-08-18T15:19:04.442Z] 4684f6177b5d: Pull complete [2020-08-18T15:19:04.442Z] cb7edeffdfd5: Verifying Checksum [2020-08-18T15:19:04.442Z] cb7edeffdfd5: Download complete [2020-08-18T15:19:04.710Z] 46e300cec669: Download complete [2020-08-18T15:19:04.973Z] 63038576ad94: Verifying Checksum [2020-08-18T15:19:04.973Z] 63038576ad94: Download complete [2020-08-18T15:19:06.913Z] 46e300cec669: Pull complete [2020-08-18T15:19:07.174Z] 63038576ad94: Pull complete [2020-08-18T15:19:07.174Z] 0fdb76c4706c: Pull complete [2020-08-18T15:19:07.435Z] cb7edeffdfd5: Pull complete [2020-08-18T15:19:07.435Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T15:19:07.435Z] Status: Downloaded newer image for docker:latest [2020-08-18T15:19:08.823Z] ---> 03a087dc2c77 [2020-08-18T15:19:08.823Z] Step 6/7 : COPY go.mod . [2020-08-18T15:19:09.086Z] ---> a7757d1ada62 [2020-08-18T15:19:09.086Z] Step 7/7 : RUN go mod download [2020-08-18T15:19:09.086Z] ---> Running in 6e0152d84dab [2020-08-18T15:19:12.419Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T15:19:12.419Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T15:19:12.419Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T15:19:12.419Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T15:19:12.419Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T15:19:12.419Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T15:19:12.419Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T15:19:12.419Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T15:19:12.419Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T15:19:12.419Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T15:19:12.419Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T15:19:12.419Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T15:19:12.419Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T15:19:12.419Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T15:19:12.419Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-18T15:19:12.419Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T15:19:12.419Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T15:19:12.419Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T15:19:12.681Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T15:19:12.681Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T15:19:12.681Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T15:19:12.681Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T15:19:12.681Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T15:19:12.681Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T15:19:12.681Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T15:19:12.944Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T15:19:12.944Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T15:19:12.944Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T15:19:12.944Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T15:19:12.944Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T15:19:12.944Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T15:19:12.944Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T15:19:13.206Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T15:19:13.468Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T15:19:13.468Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T15:19:13.468Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T15:19:13.468Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T15:19:13.731Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T15:19:13.992Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T15:19:14.253Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T15:19:14.253Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T15:19:14.253Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T15:19:14.253Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T15:19:14.253Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T15:19:14.253Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T15:19:14.253Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T15:19:14.514Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T15:19:14.514Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T15:19:14.514Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T15:19:14.514Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T15:19:14.514Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T15:19:14.514Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T15:19:14.514Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T15:19:14.776Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T15:19:14.776Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T15:19:14.776Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T15:19:14.776Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T15:19:14.776Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T15:19:14.776Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T15:19:15.036Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T15:19:15.036Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T15:19:15.036Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T15:19:15.036Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T15:19:15.036Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T15:19:15.036Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T15:19:15.036Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T15:19:15.296Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T15:19:15.296Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T15:19:15.296Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T15:19:15.296Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T15:19:15.296Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T15:19:15.296Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T15:19:15.296Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T15:19:15.557Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T15:19:15.557Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T15:19:15.557Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T15:19:15.557Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T15:19:15.557Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T15:19:15.557Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T15:19:15.820Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T15:19:15.820Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T15:19:15.820Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T15:19:15.820Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T15:19:15.820Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T15:19:15.820Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T15:19:33.995Z] Removing intermediate container 6e0152d84dab [2020-08-18T15:19:33.995Z] ---> fb72fbbdd49d [2020-08-18T15:19:33.995Z] Successfully built fb72fbbdd49d [2020-08-18T15:19:33.995Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:19:34.598Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-18T15:19:34.598Z] . [Pipeline] withDockerContainer [2020-08-18T15:19:34.702Z] prd-centos7-docker-4c-2g-392 does not seem to be running inside a container [2020-08-18T15:19:34.747Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-18T15:19:35.562Z] $ docker top ff6d54745c6e066205857bdc0cfc41ce390e37b6bdc86db6f638f7ba65c89271 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:19:36.057Z] + go version [2020-08-18T15:19:36.057Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-18T15:19:36.068Z] ========================================================= [2020-08-18T15:19:36.068Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T15:19:36.068Z] ========================================================= [Pipeline] sh [2020-08-18T15:19:36.356Z] + make test [2020-08-18T15:19:36.356Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T15:19:38.925Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T15:19:49.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T15:19:53.351Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T15:19:53.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T15:19:53.352Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T15:19:53.352Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T15:19:55.306Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s [2020-08-18T15:19:55.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T15:19:55.306Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T15:19:55.306Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T15:19:55.306Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T15:19:55.572Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T15:19:56.167Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T15:19:56.167Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T15:19:56.167Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T15:20:01.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.034s coverage: 46.6% of statements [2020-08-18T15:20:01.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T15:20:01.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T15:20:01.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T15:20:01.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T15:20:01.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T15:20:03.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.055s coverage: 27.2% of statements [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T15:20:03.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T15:20:03.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T15:20:03.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-18T15:20:04.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.317s coverage: 82.5% of statements [2020-08-18T15:20:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-18T15:20:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-18T15:20:04.133Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.016s coverage: 92.9% of statements [2020-08-18T15:20:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-18T15:20:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-18T15:20:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-18T15:20:04.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-18T15:20:05.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.120s coverage: 28.6% of statements [2020-08-18T15:20:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T15:20:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T15:20:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T15:20:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T15:20:05.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T15:20:05.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements [2020-08-18T15:20:05.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T15:20:05.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-08-18T15:20:05.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T15:20:05.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements [2020-08-18T15:20:05.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T15:20:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.060s coverage: 97.5% of statements [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T15:20:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.013s coverage: 100.0% of statements [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T15:20:06.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-18T15:20:06.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-18T15:20:07.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.077s coverage: 63.5% of statements [2020-08-18T15:20:07.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T15:20:07.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T15:20:07.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2020-08-18T15:20:08.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.109s coverage: 55.9% of statements [2020-08-18T15:20:08.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T15:20:08.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T15:20:08.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T15:20:08.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.585s coverage: 86.3% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.275s coverage: 72.2% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.102s coverage: 72.1% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.014s coverage: 82.4% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.030s coverage: 96.8% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.045s coverage: 26.9% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 42.9% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.040s coverage: 45.1% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.026s coverage: 99.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T15:20:20.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-18T15:20:20.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-18T15:20:20.835Z] GO111MODULE=on go vet ./... [2020-08-18T15:20:26.170Z] gofmt -l . [2020-08-18T15:20:26.741Z] [ "`gofmt -l .`" = "" ] [2020-08-18T15:20:27.314Z] ./bin/test-go-mod-tidy.sh [2020-08-18T15:20:27.891Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T15:20:30.110Z] + ls -al . [2020-08-18T15:20:30.110Z] total 552 [2020-08-18T15:20:30.110Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 15:20 . [2020-08-18T15:20:30.110Z] drwxr-xr-x 4 root root 30 Aug 18 15:19 .. [2020-08-18T15:20:30.110Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 15:17 .dockerignore [2020-08-18T15:20:30.110Z] drwxrwxr-x 8 1001 1001 179 Aug 18 15:17 .git [2020-08-18T15:20:30.110Z] drwxrwxr-x 3 1001 1001 60 Aug 18 15:17 .github [2020-08-18T15:20:30.110Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 15:17 .gitignore [2020-08-18T15:20:30.110Z] drwx------ 3 1001 1001 47 Aug 18 15:18 .semver [2020-08-18T15:20:30.110Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 15:17 .sonarcloud.properties [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 15:17 CONTRIBUTING.md [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 15:17 Dockerfile.build [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 15:17 Jenkinsfile [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 15:17 LICENSE [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 15:17 Makefile [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 15:17 README.md [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 15:17 SECURITY.md [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 15:18 VERSION [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 15:17 ZMQWindows.md [2020-08-18T15:20:30.111Z] drwxrwxr-x 2 1001 1001 117 Aug 18 15:17 bin [2020-08-18T15:20:30.111Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 15:17 cmd [2020-08-18T15:20:30.111Z] -rw-r--r-- 1 root root 458658 Aug 18 15:20 coverage.out [2020-08-18T15:20:30.111Z] -rw-r--r-- 1 root root 1019 Aug 18 15:20 go.mod [2020-08-18T15:20:30.111Z] -rw-r--r-- 1 root root 19185 Aug 18 15:20 go.sum [2020-08-18T15:20:30.111Z] drwxrwxr-x 8 1001 1001 127 Aug 18 15:17 internal [2020-08-18T15:20:30.111Z] drwxrwxr-x 4 1001 1001 26 Aug 18 15:17 openapi [2020-08-18T15:20:30.111Z] drwxrwxr-x 4 1001 1001 71 Aug 18 15:17 snap [2020-08-18T15:20:30.111Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 15:17 version.go [Pipeline] sh [2020-08-18T15:20:30.406Z] + '[' -e coverage.out ] [2020-08-18T15:20:30.406Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T15:20:30.613Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T15:20:30.906Z] + make build [2020-08-18T15:20:30.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T15:20:37.581Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T15:20:40.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T15:20:41.530Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T15:20:43.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T15:20:46.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T15:20:46.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T15:20:49.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T15:20:50.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T15:20:52.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T15:20:53.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T15:20:54.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T15:20:56.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-18T15:20:57.189Z] $ docker stop --time=1 ff6d54745c6e066205857bdc0cfc41ce390e37b6bdc86db6f638f7ba65c89271 [2020-08-18T15:20:58.851Z] $ docker rm -f ff6d54745c6e066205857bdc0cfc41ce390e37b6bdc86db6f638f7ba65c89271 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:21:00.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:21:00.361Z] [2020-08-18T15:21:00.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:21:00.715Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:21:00.715Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-18T15:21:00.715Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-18T15:21:00.715Z] ca9280d653b3: Pulling fs layer [2020-08-18T15:21:00.715Z] 7e9c9ca2126c: Pulling fs layer [2020-08-18T15:21:00.715Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-18T15:21:00.715Z] cbdbe7a5bc2a: Download complete [2020-08-18T15:21:00.980Z] ca9280d653b3: Verifying Checksum [2020-08-18T15:21:00.980Z] ca9280d653b3: Download complete [2020-08-18T15:21:01.242Z] cbdbe7a5bc2a: Pull complete [2020-08-18T15:21:01.819Z] 7e9c9ca2126c: Verifying Checksum [2020-08-18T15:21:01.819Z] 7e9c9ca2126c: Download complete [2020-08-18T15:21:02.082Z] ca9280d653b3: Pull complete [2020-08-18T15:21:08.696Z] 7e9c9ca2126c: Pull complete [2020-08-18T15:21:08.696Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-18T15:21:08.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:21:08.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-18T15:21:08.839Z] prd-centos7-docker-4c-2g-392 does not seem to be running inside a container [2020-08-18T15:21:08.877Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-18T15:21:11.970Z] $ docker top 3bf62d6cdc9cceb3e53d31bcd6ab6d0972430b28d0e3791858fa6bb3c9fb5d33 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:21:12.517Z] + docker-compose build --help [2020-08-18T15:21:12.517Z] + grep parallel [2020-08-18T15:21:13.461Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T15:21:13.470Z] $ docker stop --time=1 3bf62d6cdc9cceb3e53d31bcd6ab6d0972430b28d0e3791858fa6bb3c9fb5d33 [2020-08-18T15:21:15.140Z] $ docker rm -f 3bf62d6cdc9cceb3e53d31bcd6ab6d0972430b28d0e3791858fa6bb3c9fb5d33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:21:15.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T15:21:15.738Z] . [Pipeline] withDockerContainer [2020-08-18T15:21:15.841Z] prd-centos7-docker-4c-2g-392 does not seem to be running inside a container [2020-08-18T15:21:15.879Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-18T15:21:16.598Z] $ docker top 756a304838aa82de37e9172c53cd105a95ed1fed0b9f2158ce508d9660d4d12d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:21:17.070Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T15:21:18.014Z] Building docker-core-command-go ... [2020-08-18T15:21:18.014Z] Building docker-core-data-go ... [2020-08-18T15:21:18.014Z] Building docker-core-metadata-go ... [2020-08-18T15:21:18.014Z] Building docker-security-proxy-setup-go ... [2020-08-18T15:21:18.014Z] Building docker-security-secrets-setup-go ... [2020-08-18T15:21:18.014Z] Building docker-security-secretstore-setup-go ... [2020-08-18T15:21:18.014Z] Building docker-support-logging-go ... [2020-08-18T15:21:18.014Z] Building docker-support-notifications-go ... [2020-08-18T15:21:18.014Z] Building docker-support-scheduler-go ... [2020-08-18T15:21:18.014Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T15:21:18.014Z] Building docker-core-data-go [2020-08-18T15:21:18.014Z] Building docker-core-metadata-go [2020-08-18T15:21:18.014Z] Building docker-security-secretstore-setup-go [2020-08-18T15:21:18.014Z] Building docker-security-proxy-setup-go [2020-08-18T15:21:18.014Z] Building docker-security-secrets-setup-go [2020-08-18T15:21:44.667Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:21:44.667Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:21:44.667Z] ---> fb72fbbdd49d [2020-08-18T15:21:44.667Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T15:21:44.667Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:21:44.667Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T15:21:44.667Z] ---> fb72fbbdd49d [2020-08-18T15:21:44.667Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T15:21:44.667Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:21:44.667Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:21:44.667Z] ---> fb72fbbdd49d [2020-08-18T15:21:44.667Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:21:44.667Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:21:44.667Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:21:44.667Z] ---> fb72fbbdd49d [2020-08-18T15:21:44.667Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:21:45.240Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:21:45.240Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:21:45.240Z] ---> fb72fbbdd49d [2020-08-18T15:21:45.240Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:21:45.514Z] ---> Running in c7a35a678633 [2020-08-18T15:21:45.514Z] ---> Running in e9e5af29fca1 [2020-08-18T15:21:45.514Z] ---> Running in c55648fbb799 [2020-08-18T15:21:45.514Z] ---> Running in 58b148285ff3 [2020-08-18T15:21:45.514Z] ---> Running in 5c5183232fda [2020-08-18T15:21:46.088Z] Removing intermediate container c55648fbb799 [2020-08-18T15:21:46.088Z] ---> 8230b0300cf8 [2020-08-18T15:21:46.088Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:21:46.088Z] Removing intermediate container e9e5af29fca1 [2020-08-18T15:21:46.088Z] ---> 43dfcbd96c6d [2020-08-18T15:21:46.088Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T15:21:46.088Z] Removing intermediate container c7a35a678633 [2020-08-18T15:21:46.088Z] ---> 6f2f617c676b [2020-08-18T15:21:46.088Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:21:46.088Z] Removing intermediate container 5c5183232fda [2020-08-18T15:21:46.088Z] ---> 4c74c4dc94c2 [2020-08-18T15:21:46.088Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:21:46.088Z] Removing intermediate container 58b148285ff3 [2020-08-18T15:21:46.088Z] ---> e82cc0d3837a [2020-08-18T15:21:46.088Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:21:46.088Z] ---> Running in f6ab9de33c8e [2020-08-18T15:21:46.088Z] ---> Running in 7d48e7d42ea2 [2020-08-18T15:21:46.088Z] ---> Running in 644c043482b5 [2020-08-18T15:21:46.088Z] ---> Running in fcb0dd695f1e [2020-08-18T15:21:46.088Z] ---> Running in a66b07d7d3a1 [2020-08-18T15:21:47.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:48.063Z] Removing intermediate container 7d48e7d42ea2 [2020-08-18T15:21:48.063Z] ---> ce1f4d3fdc13 [2020-08-18T15:21:48.063Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T15:21:48.323Z] Removing intermediate container f6ab9de33c8e [2020-08-18T15:21:48.323Z] ---> 24f5ab50a467 [2020-08-18T15:21:48.323Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:21:48.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:48.323Z] ---> Running in 064bc755c2ed [2020-08-18T15:21:48.323Z] Removing intermediate container fcb0dd695f1e [2020-08-18T15:21:48.323Z] ---> 35c3a2c77f91 [2020-08-18T15:21:48.323Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T15:21:48.584Z] ---> Running in a41f66b63b4b [2020-08-18T15:21:48.584Z] ---> Running in cfcd9145aaa5 [2020-08-18T15:21:48.584Z] Removing intermediate container a66b07d7d3a1 [2020-08-18T15:21:48.584Z] ---> d15e187dbfb3 [2020-08-18T15:21:48.584Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:21:48.848Z] ---> Running in d93176d7e9a1 [2020-08-18T15:21:49.133Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:21:49.133Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:21:49.133Z] OK: 12746 distinct packages available [2020-08-18T15:21:49.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:49.399Z] OK: 233 MiB in 51 packages [2020-08-18T15:21:49.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:49.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:49.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:49.924Z] Removing intermediate container 644c043482b5 [2020-08-18T15:21:49.924Z] ---> 52d0466d1aae [2020-08-18T15:21:49.924Z] Step 5/29 : COPY go.mod . [2020-08-18T15:21:50.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:50.185Z] ---> 8918b2d7c0f5 [2020-08-18T15:21:50.185Z] Step 6/29 : RUN go mod download [2020-08-18T15:21:50.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:50.449Z] ---> Running in 75821f36e0ac [2020-08-18T15:21:50.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:50.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:21:51.023Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:21:51.023Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:21:51.023Z] OK: 12746 distinct packages available [2020-08-18T15:21:51.286Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:21:51.286Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:21:51.286Z] OK: 12746 distinct packages available [2020-08-18T15:21:51.286Z] OK: 233 MiB in 51 packages [2020-08-18T15:21:51.286Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:21:51.286Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:21:51.286Z] OK: 12746 distinct packages available [2020-08-18T15:21:51.286Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:21:51.286Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:21:51.286Z] OK: 12746 distinct packages available [2020-08-18T15:21:51.556Z] OK: 233 MiB in 51 packages [2020-08-18T15:21:51.556Z] OK: 233 MiB in 51 packages [2020-08-18T15:21:51.556Z] OK: 233 MiB in 51 packages [2020-08-18T15:21:51.819Z] Removing intermediate container 064bc755c2ed [2020-08-18T15:21:51.819Z] ---> 1a7cab76e86c [2020-08-18T15:21:51.819Z] Step 6/22 : COPY go.mod . [2020-08-18T15:21:52.396Z] Removing intermediate container a41f66b63b4b [2020-08-18T15:21:52.396Z] ---> 27425dd67e32 [2020-08-18T15:21:52.396Z] Step 6/20 : COPY go.mod . [2020-08-18T15:21:52.396Z] ---> 79f53d644ac7 [2020-08-18T15:21:52.396Z] Step 7/22 : RUN go mod download [2020-08-18T15:21:52.661Z] ---> Running in 3550cd0c7eda [2020-08-18T15:21:52.661Z] Removing intermediate container 75821f36e0ac [2020-08-18T15:21:52.661Z] ---> 827021479e73 [2020-08-18T15:21:52.661Z] Step 7/29 : COPY . . [2020-08-18T15:21:52.932Z] Removing intermediate container d93176d7e9a1 [2020-08-18T15:21:52.932Z] ---> 848e8650367b [2020-08-18T15:21:52.932Z] Step 6/21 : COPY go.mod . [2020-08-18T15:21:52.932Z] ---> ff0437fd7a0d [2020-08-18T15:21:52.932Z] Step 7/20 : RUN go mod download [2020-08-18T15:21:52.932Z] Removing intermediate container cfcd9145aaa5 [2020-08-18T15:21:52.932Z] ---> e574f8f6f947 [2020-08-18T15:21:52.932Z] Step 6/26 : COPY go.mod . [2020-08-18T15:21:53.516Z] ---> Running in e52677c9a07e [2020-08-18T15:21:53.779Z] ---> c5f69e903b01 [2020-08-18T15:21:53.779Z] Step 7/21 : RUN go mod download [2020-08-18T15:21:55.744Z] ---> Running in f5656840e783 [2020-08-18T15:21:55.745Z] ---> ebff3364d6e7 [2020-08-18T15:21:55.745Z] Step 7/26 : RUN go mod download [2020-08-18T15:21:56.709Z] ---> Running in 230606e0e30c [2020-08-18T15:21:57.656Z] Removing intermediate container 3550cd0c7eda [2020-08-18T15:21:57.656Z] ---> 6133bdc75b2c [2020-08-18T15:21:57.656Z] Step 8/22 : COPY . . [2020-08-18T15:22:04.306Z] Removing intermediate container e52677c9a07e [2020-08-18T15:22:04.306Z] ---> 17bde484656d [2020-08-18T15:22:04.306Z] Step 8/20 : COPY . . [2020-08-18T15:22:06.866Z] Removing intermediate container f5656840e783 [2020-08-18T15:22:06.866Z] ---> c7b534f57834 [2020-08-18T15:22:06.866Z] Step 8/21 : COPY . . [2020-08-18T15:22:15.217Z] Removing intermediate container 230606e0e30c [2020-08-18T15:22:15.218Z] ---> ef58c17266af [2020-08-18T15:22:15.218Z] Step 8/26 : COPY . . [2020-08-18T15:22:25.330Z] ---> 61a10cb67c3d [2020-08-18T15:22:25.330Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T15:22:28.661Z] ---> Running in 89b95d77ce7f [2020-08-18T15:22:30.595Z] ---> e27f2fada443 [2020-08-18T15:22:30.595Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T15:22:32.001Z] ---> Running in 6233a6554506 [2020-08-18T15:22:33.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T15:22:34.350Z] ---> 123f598d444f [2020-08-18T15:22:34.350Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T15:22:34.350Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T15:22:34.932Z] ---> Running in d0852810a531 [2020-08-18T15:22:36.877Z] ---> 8387a66a92ac [2020-08-18T15:22:36.877Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T15:22:37.465Z] ---> Running in 4f42e0cc850e [2020-08-18T15:22:37.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T15:22:38.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T15:22:39.287Z] ---> 62f58131ac16 [2020-08-18T15:22:39.287Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-18T15:22:39.555Z] ---> Running in 4448835f6af3 [2020-08-18T15:22:40.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T15:22:57.787Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-393 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-18T15:22:57.832Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-08-18T15:22:58.775Z] Removing intermediate container 89b95d77ce7f [2020-08-18T15:22:58.775Z] ---> a58dd73ae5b7 [2020-08-18T15:22:58.775Z] [2020-08-18T15:22:58.775Z] Step 9/29 : FROM alpine:latest [2020-08-18T15:22:58.775Z] latest: Pulling from library/alpine [2020-08-18T15:22:58.775Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T15:22:59.048Z] Status: Downloaded newer image for alpine:latest [2020-08-18T15:22:59.048Z] ---> a24bb4013296 [2020-08-18T15:22:59.048Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-18T15:22:59.627Z] ---> Running in d95f3d682faa [2020-08-18T15:22:59.895Z] Removing intermediate container d95f3d682faa [2020-08-18T15:22:59.895Z] ---> 601509e2f0b8 [2020-08-18T15:22:59.895Z] Step 11/29 : USER root [2020-08-18T15:23:00.172Z] ---> Running in becda3440b65 [2020-08-18T15:23:00.444Z] Removing intermediate container becda3440b65 [2020-08-18T15:23:00.444Z] ---> a482e14b576f [2020-08-18T15:23:00.444Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T15:23:00.720Z] ---> Running in 66bc115eb0b2 [2020-08-18T15:23:01.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:01.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:01.959Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:23:01.959Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:23:01.959Z] OK: 12746 distinct packages available [2020-08-18T15:23:02.230Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T15:23:02.230Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T15:23:02.230Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:23:02.230Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:23:02.500Z] OK: 6 MiB in 16 packages [2020-08-18T15:23:02.726Z] using credential edgex-jenkins-ssh [2020-08-18T15:23:02.781Z] Cloning the remote Git repository [2020-08-18T15:23:02.781Z] Cloning with configured refspecs honoured and without tags [2020-08-18T15:23:02.834Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-18T15:23:02.948Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-08-18T15:23:03.018Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T15:23:03.018Z] > git --version # timeout=10 [2020-08-18T15:23:03.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T15:23:03.117Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T15:23:04.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T15:23:05.051Z] Removing intermediate container 66bc115eb0b2 [2020-08-18T15:23:05.051Z] ---> c90ce224f868 [2020-08-18T15:23:05.051Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T15:23:06.471Z] ---> Running in 3e22b130082f [2020-08-18T15:23:06.471Z] Removing intermediate container d0852810a531 [2020-08-18T15:23:06.471Z] ---> 370cb28566f2 [2020-08-18T15:23:06.471Z] [2020-08-18T15:23:06.471Z] Step 10/20 : FROM alpine [2020-08-18T15:23:06.471Z] ---> a24bb4013296 [2020-08-18T15:23:06.471Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T15:23:06.737Z] ---> Running in 5c22b792b259 [2020-08-18T15:23:07.317Z] Removing intermediate container 3e22b130082f [2020-08-18T15:23:07.317Z] ---> 7727e8052f2a [2020-08-18T15:23:07.317Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T15:23:07.590Z] ---> Running in 66ddc4117280 [2020-08-18T15:23:07.876Z] Removing intermediate container 66ddc4117280 [2020-08-18T15:23:07.876Z] ---> 38116938fa14 [2020-08-18T15:23:07.876Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T15:23:07.876Z] ---> Running in 007fe8a38419 [2020-08-18T15:23:08.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:08.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:08.696Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:23:08.696Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:23:08.696Z] OK: 12746 distinct packages available [2020-08-18T15:23:08.956Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T15:23:10.354Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:23:10.354Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T15:23:10.354Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T15:23:10.354Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:23:10.354Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:23:10.354Z] OK: 7 MiB in 18 packages [2020-08-18T15:23:10.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T15:23:12.567Z] Removing intermediate container 007fe8a38419 [2020-08-18T15:23:12.567Z] ---> 5d85af213123 [2020-08-18T15:23:12.567Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T15:23:12.567Z] Removing intermediate container 5c22b792b259 [2020-08-18T15:23:12.567Z] ---> e14e8582f3f3 [2020-08-18T15:23:12.567Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:23:12.847Z] ---> Running in 58e274e8ddf4 [2020-08-18T15:23:13.119Z] ---> 53a92f3cf8e9 [2020-08-18T15:23:13.119Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T15:23:16.495Z] Removing intermediate container 58e274e8ddf4 [2020-08-18T15:23:16.495Z] ---> 4e6227206b13 [2020-08-18T15:23:16.495Z] Step 13/20 : WORKDIR /edgex [2020-08-18T15:23:16.495Z] ---> 64d00af45a3a [2020-08-18T15:23:16.495Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T15:23:16.495Z] ---> Running in 8696cea8c775 [2020-08-18T15:23:16.761Z] Removing intermediate container 4f42e0cc850e [2020-08-18T15:23:16.761Z] ---> 0323e12596c1 [2020-08-18T15:23:16.761Z] [2020-08-18T15:23:16.761Z] Step 10/21 : FROM scratch [2020-08-18T15:23:16.761Z] ---> [2020-08-18T15:23:16.761Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:23:17.714Z] Removing intermediate container 8696cea8c775 [2020-08-18T15:23:17.714Z] ---> 14ca1d90cc42 [2020-08-18T15:23:17.714Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T15:23:17.714Z] ---> b45c6da6ba97 [2020-08-18T15:23:17.714Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T15:23:17.714Z] ---> Running in fe108dc40080 [2020-08-18T15:23:18.031Z] Fetching without tags [2020-08-18T15:23:17.951Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T15:23:17.970Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-18T15:23:17.984Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T15:23:18.013Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T15:23:18.041Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T15:23:18.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T15:23:18.053Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T15:23:18.582Z] Merging remotes/origin/master commit 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf into PR head commit 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:19.112Z] Removing intermediate container 4448835f6af3 [2020-08-18T15:23:19.112Z] ---> f6bd658e5294 [2020-08-18T15:23:19.112Z] [2020-08-18T15:23:19.112Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T15:23:19.118Z] Merge succeeded, producing 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:19.118Z] Checking out Revision 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 (PR-2625) [2020-08-18T15:23:19.383Z] 3.10: Pulling from library/alpine [2020-08-18T15:23:19.992Z] Removing intermediate container fe108dc40080 [2020-08-18T15:23:19.992Z] ---> 64240644c6c7 [2020-08-18T15:23:19.992Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T15:23:19.992Z] ---> 6c501bc63e29 [2020-08-18T15:23:19.992Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T15:23:19.992Z] ---> 61ad9055f4e1 [2020-08-18T15:23:19.992Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T15:23:19.992Z] ---> Running in ee3eb6d08feb [2020-08-18T15:23:19.992Z] Removing intermediate container 6233a6554506 [2020-08-18T15:23:19.992Z] ---> 66c36ff68c3e [2020-08-18T15:23:19.992Z] [2020-08-18T15:23:19.992Z] Step 10/22 : FROM alpine [2020-08-18T15:23:19.992Z] ---> a24bb4013296 [2020-08-18T15:23:19.992Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:23:18.604Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T15:23:18.617Z] > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # timeout=10 [2020-08-18T15:23:18.949Z] > git remote # timeout=10 [2020-08-18T15:23:18.990Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T15:23:19.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T15:23:19.039Z] > git merge 2ee4d1612d56aa2c3a9d1db8dcaf36afac99cebf # timeout=10 [2020-08-18T15:23:19.087Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T15:23:19.123Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T15:23:19.164Z] > git checkout -f 1732536b2be7da8f5d082537ddc0d5b62d50b6e8 # timeout=10 [2020-08-18T15:23:21.405Z] ---> Running in 0b780fbba1d0 [2020-08-18T15:23:21.667Z] Removing intermediate container ee3eb6d08feb [2020-08-18T15:23:21.667Z] ---> 64cdfc978bba [2020-08-18T15:23:21.667Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:23:21.667Z] ---> 356a3a3d978a [2020-08-18T15:23:21.667Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T15:23:21.667Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T15:23:21.667Z] ---> 0f6c85f42707 [2020-08-18T15:23:21.667Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T15:23:21.667Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T15:23:21.667Z] ---> be4e4bea2c2e [2020-08-18T15:23:21.667Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T15:23:21.667Z] ---> Running in ed2d92938763 [2020-08-18T15:23:21.932Z] ---> Running in 3a6eb72d73fc [2020-08-18T15:23:21.932Z] ---> Running in f00312bd50fa [2020-08-18T15:23:21.932Z] ---> Running in b0b5124c58ea [2020-08-18T15:23:21.932Z] Removing intermediate container 0b780fbba1d0 [2020-08-18T15:23:21.932Z] ---> 0f72b4a77814 [2020-08-18T15:23:21.932Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T15:23:22.222Z] Removing intermediate container ed2d92938763 [2020-08-18T15:23:22.222Z] ---> 0d51d94d5a0c [2020-08-18T15:23:22.222Z] Step 14/21 : WORKDIR / [2020-08-18T15:23:22.553Z] ---> Running in 8fa6f1ec23eb [2020-08-18T15:23:22.553Z] ---> Running in bd39015928a2 [2020-08-18T15:23:22.553Z] Removing intermediate container f00312bd50fa [2020-08-18T15:23:22.553Z] ---> b19df2b35743 [2020-08-18T15:23:22.553Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T15:23:22.553Z] ---> Running in f195d0dd6b31 [2020-08-18T15:23:22.915Z] Removing intermediate container 8fa6f1ec23eb [2020-08-18T15:23:22.915Z] ---> 160c919abe0c [2020-08-18T15:23:22.915Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T15:23:22.915Z] ---> Running in 88b3a679a4ec [2020-08-18T15:23:22.915Z] Removing intermediate container bd39015928a2 [2020-08-18T15:23:22.915Z] ---> 3cfc2425b525 [2020-08-18T15:23:22.915Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T15:23:22.915Z] Removing intermediate container f195d0dd6b31 [2020-08-18T15:23:22.915Z] ---> 464f6c30266a [2020-08-18T15:23:22.915Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T15:23:23.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:23.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:23.238Z] ---> Running in fdff1c9e2bfb [2020-08-18T15:23:23.238Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T15:23:23.238Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T15:23:23.238Z] OK: 10346 distinct packages available [2020-08-18T15:23:23.238Z] Removing intermediate container 88b3a679a4ec [2020-08-18T15:23:23.238Z] ---> 4c9b322b4c4f [2020-08-18T15:23:23.238Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:23:23.505Z] ---> d6de8aa2c202 [2020-08-18T15:23:23.505Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T15:23:23.505Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T15:23:23.505Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T15:23:23.505Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T15:23:23.505Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T15:23:23.505Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T15:23:23.505Z] ---> Running in f7b4d415f1e3 [2020-08-18T15:23:23.505Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T15:23:23.505Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T15:23:23.505Z] OK: 7 MiB in 19 packages [2020-08-18T15:23:23.610Z] Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-18T15:23:24.905Z] Removing intermediate container fdff1c9e2bfb [2020-08-18T15:23:24.905Z] ---> a2a21a6655a9 [2020-08-18T15:23:24.905Z] Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:25.168Z] ---> Running in bc7b9b6f8886 [2020-08-18T15:23:25.168Z] Removing intermediate container 3a6eb72d73fc [2020-08-18T15:23:25.168Z] ---> 2241f9639780 [2020-08-18T15:23:25.168Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:23:25.168Z] ---> 7fdf0d99a081 [2020-08-18T15:23:25.168Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T15:23:25.441Z] Removing intermediate container bc7b9b6f8886 [2020-08-18T15:23:25.442Z] ---> 61386c0c7f22 [2020-08-18T15:23:25.442Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T15:23:26.022Z] ---> b7f34ae9b43d [2020-08-18T15:23:26.022Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:23:26.022Z] ---> 5078fdef16d4 [2020-08-18T15:23:26.022Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:23:26.314Z] ---> Running in b0a77a322e88 [2020-08-18T15:23:26.314Z] ---> Running in fea8a7e8e72e [2020-08-18T15:23:26.314Z] ---> Running in dcc1b7d28971 [2020-08-18T15:23:26.314Z] Removing intermediate container b0b5124c58ea [2020-08-18T15:23:26.314Z] ---> aacdf823a769 [2020-08-18T15:23:26.314Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:23:26.590Z] ---> Running in 904129f2c925 [2020-08-18T15:23:26.590Z] Removing intermediate container b0a77a322e88 [2020-08-18T15:23:26.590Z] ---> 7b6c0aea4329 [2020-08-18T15:23:26.590Z] [2020-08-18T15:23:26.874Z] Removing intermediate container fea8a7e8e72e [2020-08-18T15:23:26.874Z] ---> 578ccf8dda28 [2020-08-18T15:23:26.874Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T15:23:26.874Z] Successfully built 7b6c0aea4329 [2020-08-18T15:23:26.874Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-18T15:23:26.874Z] ---> Running in 93e2cf2c5895 [2020-08-18T15:23:26.874Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-08-18T15:23:26.874Z] Removing intermediate container 904129f2c925 [2020-08-18T15:23:26.874Z] ---> 1c801cf00949 [2020-08-18T15:23:26.874Z] Step 13/26 : WORKDIR / [2020-08-18T15:23:27.159Z] ---> Running in a9cf0730e9cd [2020-08-18T15:23:27.159Z] Removing intermediate container 93e2cf2c5895 [2020-08-18T15:23:27.159Z] ---> a7039c830e62 [2020-08-18T15:23:27.159Z] Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:27.159Z] Removing intermediate container f7b4d415f1e3 [2020-08-18T15:23:27.159Z] ---> 3e09a23c15e2 [2020-08-18T15:23:27.159Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T15:23:28.139Z] ---> Running in 8d4105331ee8 [2020-08-18T15:23:28.139Z] Removing intermediate container a9cf0730e9cd [2020-08-18T15:23:28.139Z] ---> a6b7cfdfe4e3 [2020-08-18T15:23:28.139Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-18T15:23:28.139Z] ---> Running in c740154fcd0a [2020-08-18T15:23:30.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:31.360Z] Removing intermediate container 8d4105331ee8 [2020-08-18T15:23:31.360Z] ---> 4ce5d8cf3174 [2020-08-18T15:23:31.360Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T15:23:31.360Z] ---> 459a3f96022a [2020-08-18T15:23:31.360Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-18T15:23:31.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:31.630Z] ---> Running in 68256bb5b334 [2020-08-18T15:23:31.902Z] ---> d8ddc5a5c88b [2020-08-18T15:23:31.902Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T15:23:31.902Z] Removing intermediate container dcc1b7d28971 [2020-08-18T15:23:31.902Z] ---> 3943281ad532 [2020-08-18T15:23:31.902Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T15:23:32.168Z] Removing intermediate container 68256bb5b334 [2020-08-18T15:23:32.168Z] ---> 27e488c841ff [2020-08-18T15:23:32.168Z] [2020-08-18T15:23:32.168Z] ---> Running in 3b6a46050e48 [2020-08-18T15:23:32.168Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T15:23:32.437Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T15:23:32.437Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T15:23:33.037Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T15:23:33.037Z] Successfully built 27e488c841ff [2020-08-18T15:23:33.037Z] Successfully tagged docker-core-metadata-go:latest [2020-08-18T15:23:33.037Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-08-18T15:23:33.636Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T15:23:33.636Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:23:33.636Z] OK: 8 MiB in 19 packages [Pipeline] echo [2020-08-18T15:23:34.707Z] ========================================================= [2020-08-18T15:23:34.707Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T15:23:34.707Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:23:35.626Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-18T15:23:36.288Z] ---> 2b41f41686ee [2020-08-18T15:23:36.288Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T15:23:38.384Z] ---> e25a212128aa [2020-08-18T15:23:38.384Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T15:23:39.922Z] Removing intermediate container c740154fcd0a [2020-08-18T15:23:39.922Z] ---> 9847cf26a78b [2020-08-18T15:23:39.922Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T15:23:40.077Z] Sending build context to Docker daemon 323.1MB [2020-08-18T15:23:40.077Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T15:23:40.077Z] Step 2/7 : FROM ${BASE} [2020-08-18T15:23:40.077Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T15:23:40.077Z] b538f80385f9: Pulling fs layer [2020-08-18T15:23:40.077Z] 74f711af9a0d: Pulling fs layer [2020-08-18T15:23:40.077Z] 99f96fe45779: Pulling fs layer [2020-08-18T15:23:40.077Z] fd7a069fd194: Pulling fs layer [2020-08-18T15:23:40.077Z] 66aa3694b03b: Pulling fs layer [2020-08-18T15:23:40.077Z] 170f70906a0f: Pulling fs layer [2020-08-18T15:23:40.077Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T15:23:40.077Z] e772456be8f7: Pulling fs layer [2020-08-18T15:23:40.077Z] c890913d741a: Pulling fs layer [2020-08-18T15:23:40.077Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T15:23:40.077Z] 09adf4765672: Pulling fs layer [2020-08-18T15:23:40.077Z] fd7a069fd194: Waiting [2020-08-18T15:23:40.077Z] 66aa3694b03b: Waiting [2020-08-18T15:23:40.077Z] 170f70906a0f: Waiting [2020-08-18T15:23:40.077Z] ad7c5574e4b9: Waiting [2020-08-18T15:23:40.077Z] e772456be8f7: Waiting [2020-08-18T15:23:40.078Z] c890913d741a: Waiting [2020-08-18T15:23:40.078Z] 2480fcc9aa5a: Waiting [2020-08-18T15:23:40.078Z] 09adf4765672: Waiting [2020-08-18T15:23:40.078Z] 99f96fe45779: Verifying Checksum [2020-08-18T15:23:40.078Z] 99f96fe45779: Download complete [2020-08-18T15:23:40.078Z] 74f711af9a0d: Verifying Checksum [2020-08-18T15:23:40.078Z] 74f711af9a0d: Download complete [2020-08-18T15:23:40.078Z] 66aa3694b03b: Verifying Checksum [2020-08-18T15:23:40.078Z] 66aa3694b03b: Download complete [2020-08-18T15:23:40.078Z] 170f70906a0f: Verifying Checksum [2020-08-18T15:23:40.078Z] b538f80385f9: Download complete [2020-08-18T15:23:40.535Z] ---> 69aeb6600aac [2020-08-18T15:23:40.535Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T15:23:41.083Z] b538f80385f9: Pull complete [2020-08-18T15:23:41.127Z] Removing intermediate container 3b6a46050e48 [2020-08-18T15:23:41.127Z] ---> cabeec14fce4 [2020-08-18T15:23:41.127Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:23:41.361Z] 74f711af9a0d: Pull complete [2020-08-18T15:23:41.644Z] 99f96fe45779: Pull complete [2020-08-18T15:23:41.712Z] ---> Running in ca256c86f7af [2020-08-18T15:23:41.979Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:23:41.979Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:23:41.979Z] ---> fb72fbbdd49d [2020-08-18T15:23:41.979Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:23:41.979Z] ---> Using cache [2020-08-18T15:23:41.979Z] ---> e82cc0d3837a [2020-08-18T15:23:41.979Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:23:41.979Z] ---> Using cache [2020-08-18T15:23:41.979Z] ---> d15e187dbfb3 [2020-08-18T15:23:41.979Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T15:23:42.642Z] ad7c5574e4b9: Verifying Checksum [2020-08-18T15:23:42.642Z] ad7c5574e4b9: Download complete [2020-08-18T15:23:42.642Z] c890913d741a: Download complete [2020-08-18T15:23:42.952Z] ---> 116ed6d1dcbe [2020-08-18T15:23:42.952Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T15:23:43.219Z] ---> Running in d67eeaf45171 [2020-08-18T15:23:43.219Z] ---> 7ddcc8321a75 [2020-08-18T15:23:43.219Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T15:23:43.488Z] Removing intermediate container ca256c86f7af [2020-08-18T15:23:43.488Z] ---> bce4dfb2d1f3 [2020-08-18T15:23:43.488Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T15:23:45.297Z] 2480fcc9aa5a: Verifying Checksum [2020-08-18T15:23:45.297Z] 2480fcc9aa5a: Download complete [2020-08-18T15:23:45.572Z] e772456be8f7: Verifying Checksum [2020-08-18T15:23:45.572Z] e772456be8f7: Download complete [2020-08-18T15:23:45.572Z] 09adf4765672: Verifying Checksum [2020-08-18T15:23:45.572Z] 09adf4765672: Download complete [2020-08-18T15:23:46.078Z] ---> Running in 95bc7d39d5a7 [2020-08-18T15:23:46.190Z] fd7a069fd194: Verifying Checksum [2020-08-18T15:23:46.190Z] fd7a069fd194: Download complete [2020-08-18T15:23:46.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:46.359Z] ---> 3811710007fd [2020-08-18T15:23:46.359Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T15:23:46.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:47.219Z] ---> bd9b77d6ce94 [2020-08-18T15:23:47.219Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:23:47.806Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:23:47.806Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:23:47.806Z] OK: 12746 distinct packages available [2020-08-18T15:23:48.094Z] OK: 233 MiB in 51 packages [2020-08-18T15:23:48.699Z] Removing intermediate container 95bc7d39d5a7 [2020-08-18T15:23:48.699Z] ---> 4ac1f8d4581a [2020-08-18T15:23:48.699Z] Step 27/29 : LABEL arch=x86_64 [2020-08-18T15:23:48.968Z] ---> 361f24af6b68 [2020-08-18T15:23:48.969Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:23:49.553Z] ---> Running in 02929494e7e5 [2020-08-18T15:23:50.142Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:23:50.142Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:23:50.142Z] ---> fb72fbbdd49d [2020-08-18T15:23:50.142Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T15:23:50.142Z] ---> Using cache [2020-08-18T15:23:50.142Z] ---> e82cc0d3837a [2020-08-18T15:23:50.142Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:23:50.142Z] ---> Using cache [2020-08-18T15:23:50.142Z] ---> d15e187dbfb3 [2020-08-18T15:23:50.142Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T15:23:51.102Z] ---> Running in 6c538a385355 [2020-08-18T15:23:51.102Z] ---> 36b5b4c53273 [2020-08-18T15:23:51.102Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:23:51.102Z] ---> Running in b5c5e202f4fa [2020-08-18T15:23:51.102Z] Removing intermediate container 02929494e7e5 [2020-08-18T15:23:51.102Z] ---> cd5eef4ebdc3 [2020-08-18T15:23:51.102Z] Step 28/29 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:51.102Z] ---> Running in 378ad5f3c8b6 [2020-08-18T15:23:51.369Z] ---> Running in 7c738beaf23a [2020-08-18T15:23:51.369Z] Removing intermediate container 6c538a385355 [2020-08-18T15:23:51.369Z] ---> c614281ef39f [2020-08-18T15:23:51.369Z] Step 20/22 : LABEL arch=x86_64 [2020-08-18T15:23:51.657Z] Removing intermediate container d67eeaf45171 [2020-08-18T15:23:51.657Z] ---> 7a6b00208030 [2020-08-18T15:23:51.657Z] Step 6/26 : COPY go.mod . [2020-08-18T15:23:51.657Z] ---> Running in 43eceb6475db [2020-08-18T15:23:51.936Z] Removing intermediate container 7c738beaf23a [2020-08-18T15:23:51.936Z] ---> eca21c2357e8 [2020-08-18T15:23:51.936Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T15:23:51.936Z] ---> e50f10701fb8 [2020-08-18T15:23:51.936Z] Step 7/26 : RUN go mod download [2020-08-18T15:23:51.936Z] ---> Running in 6d2a9216e990 [2020-08-18T15:23:51.936Z] ---> Running in ba17efc3b9b0 [2020-08-18T15:23:51.936Z] Removing intermediate container 43eceb6475db [2020-08-18T15:23:51.936Z] ---> e1eda7c625c0 [2020-08-18T15:23:51.936Z] Step 21/22 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:52.207Z] ---> Running in 5b908b977665 [2020-08-18T15:23:52.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:52.476Z] Removing intermediate container 6d2a9216e990 [2020-08-18T15:23:52.476Z] ---> a9fe05115080 [2020-08-18T15:23:52.476Z] [2020-08-18T15:23:52.476Z] Removing intermediate container 5b908b977665 [2020-08-18T15:23:52.476Z] ---> 1f59b2920cf3 [2020-08-18T15:23:52.476Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T15:23:52.748Z] Successfully built a9fe05115080 [2020-08-18T15:23:52.748Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-18T15:23:52.748Z] ---> Running in 4282ba6de8bc [2020-08-18T15:23:52.748Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-08-18T15:23:53.028Z] Removing intermediate container 4282ba6de8bc [2020-08-18T15:23:53.028Z] ---> 196de28c8ced [2020-08-18T15:23:53.028Z] [2020-08-18T15:23:53.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:23:53.028Z] Successfully built 196de28c8ced [2020-08-18T15:23:53.314Z] Successfully tagged docker-core-data-go:latest [2020-08-18T15:23:53.314Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-08-18T15:23:53.314Z] Removing intermediate container 378ad5f3c8b6 [2020-08-18T15:23:53.314Z] ---> b138234ea92a [2020-08-18T15:23:53.314Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:23:53.314Z] ---> Running in 94dcde49e05c [2020-08-18T15:23:53.908Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:23:53.908Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:23:53.908Z] OK: 12746 distinct packages available [2020-08-18T15:23:53.908Z] Removing intermediate container 94dcde49e05c [2020-08-18T15:23:53.908Z] ---> c721575f0edb [2020-08-18T15:23:53.908Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T15:23:54.187Z] OK: 233 MiB in 51 packages [2020-08-18T15:23:56.751Z] ---> Running in e34fe9a7c7e7 [2020-08-18T15:23:58.653Z] fd7a069fd194: Pull complete [2020-08-18T15:23:58.653Z] 66aa3694b03b: Pull complete [2020-08-18T15:23:58.653Z] 170f70906a0f: Pull complete [2020-08-18T15:23:59.313Z] Removing intermediate container e34fe9a7c7e7 [2020-08-18T15:23:59.313Z] ---> d5f15b0aafa3 [2020-08-18T15:23:59.313Z] Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:23:59.313Z] Removing intermediate container ba17efc3b9b0 [2020-08-18T15:23:59.313Z] ---> 17f069042f98 [2020-08-18T15:23:59.313Z] Step 8/26 : COPY . . [2020-08-18T15:23:59.313Z] ---> Running in 5c04340fce35 [2020-08-18T15:23:59.313Z] Removing intermediate container b5c5e202f4fa [2020-08-18T15:23:59.313Z] ---> 6586121b01e1 [2020-08-18T15:23:59.313Z] Step 6/23 : COPY go.mod . [2020-08-18T15:24:01.308Z] ad7c5574e4b9: Pull complete [2020-08-18T15:24:04.611Z] Removing intermediate container 5c04340fce35 [2020-08-18T15:24:04.611Z] ---> aa52bc3307af [2020-08-18T15:24:04.611Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T15:24:06.724Z] e772456be8f7: Pull complete [2020-08-18T15:24:06.724Z] c890913d741a: Pull complete [2020-08-18T15:24:07.205Z] ---> d63e9d3a93a5 [2020-08-18T15:24:07.205Z] Step 7/23 : RUN go mod download [2020-08-18T15:24:07.796Z] ---> Running in e04a276508f6 [2020-08-18T15:24:09.189Z] ---> Running in f559b76742a9 [2020-08-18T15:24:09.342Z] 2480fcc9aa5a: Pull complete [2020-08-18T15:24:09.342Z] 09adf4765672: Pull complete [2020-08-18T15:24:09.342Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T15:24:09.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T15:24:09.342Z] ---> 2248a725d1cf [2020-08-18T15:24:09.342Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-18T15:24:10.583Z] Removing intermediate container e04a276508f6 [2020-08-18T15:24:10.583Z] ---> d52e57f63a0a [2020-08-18T15:24:10.583Z] [2020-08-18T15:24:10.925Z] Successfully built d52e57f63a0a [2020-08-18T15:24:10.925Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-18T15:24:10.925Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-08-18T15:24:11.207Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:24:11.207Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:24:11.207Z] ---> fb72fbbdd49d [2020-08-18T15:24:11.207Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:24:11.207Z] ---> Using cache [2020-08-18T15:24:11.207Z] ---> e82cc0d3837a [2020-08-18T15:24:11.207Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:24:11.207Z] ---> Using cache [2020-08-18T15:24:11.207Z] ---> d15e187dbfb3 [2020-08-18T15:24:11.207Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:24:11.207Z] ---> Using cache [2020-08-18T15:24:11.207Z] ---> 848e8650367b [2020-08-18T15:24:11.207Z] Step 6/21 : COPY go.mod . [2020-08-18T15:24:11.468Z] ---> Using cache [2020-08-18T15:24:11.468Z] ---> c5f69e903b01 [2020-08-18T15:24:11.468Z] Step 7/21 : RUN go mod download [2020-08-18T15:24:11.468Z] ---> Using cache [2020-08-18T15:24:11.468Z] ---> c7b534f57834 [2020-08-18T15:24:11.468Z] Step 8/21 : COPY . . [2020-08-18T15:24:11.468Z] ---> Using cache [2020-08-18T15:24:11.468Z] ---> 8387a66a92ac [2020-08-18T15:24:11.468Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T15:24:11.468Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:24:11.468Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:24:11.468Z] ---> fb72fbbdd49d [2020-08-18T15:24:11.468Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:24:11.468Z] ---> Using cache [2020-08-18T15:24:11.468Z] ---> e82cc0d3837a [2020-08-18T15:24:11.468Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:24:11.468Z] ---> Using cache [2020-08-18T15:24:11.468Z] ---> d15e187dbfb3 [2020-08-18T15:24:11.468Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T15:24:14.725Z] ---> Running in cc041bc8d7cc [2020-08-18T15:24:16.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:24:16.807Z] ---> Running in c2c99cdab278 [2020-08-18T15:24:16.807Z] ---> Running in 78fa990d9de0 [2020-08-18T15:24:17.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:24:18.086Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T15:24:18.086Z] (2/12) Installing file (5.38-r0) [2020-08-18T15:24:18.220Z] Removing intermediate container f559b76742a9 [2020-08-18T15:24:18.220Z] ---> 4a51dc505a19 [2020-08-18T15:24:18.220Z] Step 8/23 : COPY . . [2020-08-18T15:24:18.356Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T15:24:18.356Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T15:24:19.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:24:19.446Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T15:24:20.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:24:21.357Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:24:21.357Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:24:21.357Z] OK: 12746 distinct packages available [2020-08-18T15:24:21.633Z] OK: 233 MiB in 51 packages [2020-08-18T15:24:21.721Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T15:24:21.894Z] OK: 233 MiB in 51 packages [2020-08-18T15:24:21.989Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T15:24:21.989Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T15:24:21.989Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T15:24:22.258Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T15:24:22.258Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T15:24:22.531Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T15:24:22.531Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T15:24:22.531Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:24:22.531Z] OK: 217 MiB in 51 packages [2020-08-18T15:24:26.820Z] Removing intermediate container cc041bc8d7cc [2020-08-18T15:24:26.820Z] ---> 8a3a54ca65d0 [2020-08-18T15:24:26.820Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T15:24:26.820Z] ---> Running in 831d4570bb02 [2020-08-18T15:24:27.412Z] Removing intermediate container 831d4570bb02 [2020-08-18T15:24:27.412Z] ---> df95f5452c64 [2020-08-18T15:24:27.412Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T15:24:27.683Z] latest: Pulling from library/docker [2020-08-18T15:24:27.683Z] b538f80385f9: Already exists [2020-08-18T15:24:27.970Z] 259a493cd78d: Pulling fs layer [2020-08-18T15:24:27.970Z] b8e66b5100f5: Pulling fs layer [2020-08-18T15:24:27.970Z] 39dc9c94d07c: Pulling fs layer [2020-08-18T15:24:27.970Z] 551b823b3b82: Pulling fs layer [2020-08-18T15:24:27.970Z] 3c52a74df98c: Pulling fs layer [2020-08-18T15:24:27.970Z] 6c9b121b6998: Pulling fs layer [2020-08-18T15:24:27.970Z] 6c9b121b6998: Waiting [2020-08-18T15:24:27.970Z] 551b823b3b82: Waiting [2020-08-18T15:24:27.970Z] 3c52a74df98c: Waiting [2020-08-18T15:24:27.970Z] b8e66b5100f5: Download complete [2020-08-18T15:24:28.245Z] 259a493cd78d: Verifying Checksum [2020-08-18T15:24:28.245Z] 259a493cd78d: Download complete [2020-08-18T15:24:28.245Z] 551b823b3b82: Verifying Checksum [2020-08-18T15:24:28.245Z] 551b823b3b82: Download complete [2020-08-18T15:24:28.245Z] 3c52a74df98c: Verifying Checksum [2020-08-18T15:24:28.245Z] 3c52a74df98c: Download complete [2020-08-18T15:24:28.245Z] 6c9b121b6998: Verifying Checksum [2020-08-18T15:24:28.245Z] 6c9b121b6998: Download complete [2020-08-18T15:24:28.843Z] 259a493cd78d: Pull complete [2020-08-18T15:24:29.438Z] b8e66b5100f5: Pull complete [2020-08-18T15:24:29.438Z] 39dc9c94d07c: Verifying Checksum [2020-08-18T15:24:29.438Z] 39dc9c94d07c: Download complete [2020-08-18T15:24:30.055Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:24:30.056Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:24:30.056Z] ---> fb72fbbdd49d [2020-08-18T15:24:30.056Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:24:30.056Z] ---> Using cache [2020-08-18T15:24:30.056Z] ---> e82cc0d3837a [2020-08-18T15:24:30.056Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:24:30.056Z] ---> Using cache [2020-08-18T15:24:30.056Z] ---> d15e187dbfb3 [2020-08-18T15:24:30.056Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:24:30.056Z] ---> Using cache [2020-08-18T15:24:30.056Z] ---> 848e8650367b [2020-08-18T15:24:30.056Z] Step 6/20 : COPY go.mod . [2020-08-18T15:24:30.056Z] ---> Using cache [2020-08-18T15:24:30.056Z] ---> c5f69e903b01 [2020-08-18T15:24:30.056Z] Step 7/20 : RUN go mod download [2020-08-18T15:24:30.056Z] ---> Using cache [2020-08-18T15:24:30.056Z] ---> c7b534f57834 [2020-08-18T15:24:30.056Z] Step 8/20 : COPY . . [2020-08-18T15:24:30.056Z] ---> Using cache [2020-08-18T15:24:30.056Z] ---> 8387a66a92ac [2020-08-18T15:24:30.056Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T15:24:30.326Z] Removing intermediate container 78fa990d9de0 [2020-08-18T15:24:30.326Z] ---> e1c3613def47 [2020-08-18T15:24:30.326Z] Step 6/21 : COPY go.mod . [2020-08-18T15:24:30.326Z] ---> 7d3dbf42c0b0 [2020-08-18T15:24:30.326Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T15:24:30.934Z] ---> Running in 53a7b877833b [2020-08-18T15:24:31.210Z] ---> Running in 8b82789df37e [2020-08-18T15:24:31.210Z] ---> 24f794651cde [2020-08-18T15:24:31.210Z] Step 7/21 : RUN go mod download [2020-08-18T15:24:31.807Z] ---> Running in eacea90cfa09 [2020-08-18T15:24:32.818Z] 39dc9c94d07c: Pull complete [2020-08-18T15:24:32.818Z] 551b823b3b82: Pull complete [2020-08-18T15:24:33.091Z] 3c52a74df98c: Pull complete [2020-08-18T15:24:33.363Z] 6c9b121b6998: Pull complete [2020-08-18T15:24:33.363Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T15:24:33.363Z] Status: Downloaded newer image for docker:latest [2020-08-18T15:24:33.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T15:24:33.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T15:24:36.741Z] ---> 7b99f012f37c [2020-08-18T15:24:36.741Z] Step 6/7 : COPY go.mod . [2020-08-18T15:24:37.340Z] ---> edc75b0ea585 [2020-08-18T15:24:37.340Z] Step 7/7 : RUN go mod download [2020-08-18T15:24:37.340Z] ---> Running in b6cbbe8ff1ea [2020-08-18T15:24:38.061Z] Removing intermediate container eacea90cfa09 [2020-08-18T15:24:38.061Z] ---> 62ab1d26cd1e [2020-08-18T15:24:38.061Z] Step 8/21 : COPY . . [2020-08-18T15:24:41.622Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T15:24:41.622Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T15:24:41.622Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T15:24:41.622Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T15:24:41.622Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T15:24:41.622Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T15:24:41.622Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T15:24:41.622Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T15:24:41.622Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T15:24:41.622Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T15:24:41.622Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T15:24:41.622Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T15:24:41.622Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T15:24:41.622Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T15:24:41.622Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-18T15:24:41.622Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T15:24:41.622Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T15:24:41.892Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T15:24:41.892Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T15:24:41.892Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T15:24:41.892Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T15:24:41.892Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T15:24:41.892Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T15:24:41.892Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T15:24:42.163Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T15:24:42.163Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T15:24:42.163Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T15:24:42.163Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T15:24:42.163Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T15:24:42.163Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T15:24:42.163Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T15:24:42.433Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T15:24:42.433Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T15:24:42.433Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T15:24:42.433Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T15:24:42.433Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T15:24:42.433Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T15:24:42.433Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T15:24:42.705Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T15:24:42.976Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T15:24:43.245Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T15:24:43.245Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T15:24:43.245Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T15:24:43.245Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T15:24:43.245Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T15:24:43.245Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T15:24:43.245Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T15:24:43.514Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T15:24:43.514Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T15:24:43.514Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T15:24:43.514Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T15:24:43.514Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T15:24:43.514Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T15:24:43.783Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T15:24:43.783Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T15:24:43.783Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T15:24:43.783Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T15:24:43.783Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T15:24:43.783Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T15:24:43.783Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T15:24:43.783Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T15:24:44.051Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T15:24:44.051Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T15:24:44.051Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T15:24:44.051Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T15:24:44.051Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T15:24:44.051Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T15:24:44.322Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T15:24:44.322Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T15:24:44.322Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T15:24:44.322Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T15:24:44.322Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T15:24:44.322Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T15:24:44.322Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T15:24:44.592Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T15:24:44.592Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T15:24:44.592Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T15:24:44.592Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T15:24:44.592Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T15:24:44.592Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T15:24:44.592Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T15:24:44.864Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T15:24:44.864Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T15:24:44.864Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T15:24:44.864Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T15:24:48.181Z] ---> 4be8992ce828 [2020-08-18T15:24:48.181Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T15:24:48.181Z] ---> Running in 19e89949312a [2020-08-18T15:24:50.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T15:25:00.385Z] ---> 80eff30d8e7c [2020-08-18T15:25:00.385Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T15:25:00.385Z] ---> Running in 49eca22b57d3 [2020-08-18T15:25:01.361Z] Removing intermediate container c2c99cdab278 [2020-08-18T15:25:01.361Z] ---> 4844b8c3f561 [2020-08-18T15:25:01.361Z] [2020-08-18T15:25:01.361Z] Step 10/21 : FROM scratch [2020-08-18T15:25:01.361Z] ---> [2020-08-18T15:25:01.361Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:25:01.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T15:25:02.574Z] ---> Using cache [2020-08-18T15:25:02.574Z] ---> 64240644c6c7 [2020-08-18T15:25:02.574Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T15:25:02.574Z] ---> Running in c54b7da24243 [2020-08-18T15:25:02.849Z] Removing intermediate container c54b7da24243 [2020-08-18T15:25:02.849Z] ---> a3e15043a6c7 [2020-08-18T15:25:02.849Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:25:02.849Z] ---> Running in d91ab2e0c554 [2020-08-18T15:25:03.130Z] Removing intermediate container d91ab2e0c554 [2020-08-18T15:25:03.130Z] ---> a156ee92ba2f [2020-08-18T15:25:03.130Z] Step 14/21 : WORKDIR / [2020-08-18T15:25:03.393Z] ---> Running in ca93dd9969c5 [2020-08-18T15:25:06.002Z] Removing intermediate container ca93dd9969c5 [2020-08-18T15:25:06.002Z] ---> dd96344b4616 [2020-08-18T15:25:06.002Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T15:25:07.036Z] Removing intermediate container b6cbbe8ff1ea [2020-08-18T15:25:07.036Z] ---> e2e0b923b588 [2020-08-18T15:25:07.036Z] Successfully built e2e0b923b588 [2020-08-18T15:25:07.036Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:25:07.794Z] + docker inspect -f . ci-base-image-arm64 [2020-08-18T15:25:07.794Z] . [Pipeline] withDockerContainer [2020-08-18T15:25:07.945Z] ---> 907e831eb644 [2020-08-18T15:25:07.945Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T15:25:07.945Z] Removing intermediate container 8b82789df37e [2020-08-18T15:25:07.945Z] ---> 871a148ea2a9 [2020-08-18T15:25:07.945Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T15:25:08.158Z] prd-ubuntu18.04-docker-arm64-4c-16g-393 does not seem to be running inside a container [2020-08-18T15:25:08.295Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-08-18T15:25:08.542Z] ---> Running in c6801a336649 [2020-08-18T15:25:09.803Z] $ docker top 57fae6639c08baa4c352e9b2a74ec5b904ac6d60360fa8137bc2fd00a6f84574 -eo pid,comm [2020-08-18T15:25:09.985Z] ---> 5d801472edc5 [2020-08-18T15:25:09.985Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh [2020-08-18T15:25:10.590Z] Removing intermediate container 53a7b877833b [2020-08-18T15:25:10.590Z] ---> 9cba3b0a3819 [2020-08-18T15:25:10.590Z] [2020-08-18T15:25:10.590Z] Step 10/20 : FROM scratch [2020-08-18T15:25:10.590Z] ---> [2020-08-18T15:25:10.590Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:25:10.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T15:25:10.958Z] + go version [2020-08-18T15:25:10.958Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-18T15:25:10.976Z] ========================================================= [2020-08-18T15:25:10.976Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T15:25:10.976Z] ========================================================= [Pipeline] sh [2020-08-18T15:25:11.144Z] ---> Using cache [2020-08-18T15:25:11.144Z] ---> 64240644c6c7 [2020-08-18T15:25:11.144Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T15:25:11.623Z] + make test [2020-08-18T15:25:11.623Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T15:25:11.725Z] ---> 4fa3022c61b7 [2020-08-18T15:25:11.725Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:25:11.725Z] ---> Running in aa2063ef8b83 [2020-08-18T15:25:11.988Z] ---> Running in 2191660d47d9 [2020-08-18T15:25:12.255Z] Removing intermediate container aa2063ef8b83 [2020-08-18T15:25:12.255Z] ---> 7a2329e4f41c [2020-08-18T15:25:12.255Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T15:25:12.255Z] ---> Running in 37a935791ff4 [2020-08-18T15:25:12.255Z] Removing intermediate container 2191660d47d9 [2020-08-18T15:25:12.255Z] ---> 5bbf050b5b5c [2020-08-18T15:25:12.255Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T15:25:12.536Z] ---> Running in 179d9dc6e5fc [2020-08-18T15:25:12.536Z] Removing intermediate container 37a935791ff4 [2020-08-18T15:25:12.536Z] ---> 1ed77c254c28 [2020-08-18T15:25:12.833Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T15:25:13.118Z] Removing intermediate container 179d9dc6e5fc [2020-08-18T15:25:13.118Z] ---> 9701cfe90c95 [2020-08-18T15:25:13.118Z] Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:25:13.410Z] ---> Running in 252e7ed22203 [2020-08-18T15:25:13.410Z] ---> 6223a068e958 [2020-08-18T15:25:13.410Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T15:25:14.267Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T15:25:16.084Z] Removing intermediate container 252e7ed22203 [2020-08-18T15:25:16.084Z] ---> 0579089e69b1 [2020-08-18T15:25:16.084Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T15:25:16.084Z] Removing intermediate container c6801a336649 [2020-08-18T15:25:16.084Z] ---> 5dd9095e6649 [2020-08-18T15:25:16.084Z] [2020-08-18T15:25:16.084Z] Step 11/26 : FROM docker:latest [2020-08-18T15:25:16.084Z] ---> 81f5749c9058 [2020-08-18T15:25:16.084Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T15:25:16.679Z] ---> Running in 25dbedf2718a [2020-08-18T15:25:16.679Z] ---> Running in df7d80fad235 [2020-08-18T15:25:16.679Z] ---> 87b45576861d [2020-08-18T15:25:16.679Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T15:25:17.270Z] Removing intermediate container 25dbedf2718a [2020-08-18T15:25:17.270Z] ---> 49629d015901 [2020-08-18T15:25:17.270Z] [2020-08-18T15:25:17.270Z] ---> e6866b19fdfb [2020-08-18T15:25:17.270Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:25:17.270Z] Successfully built 49629d015901 [2020-08-18T15:25:17.270Z] Successfully tagged docker-core-command-go:latest [2020-08-18T15:25:17.270Z]  Building docker-core-command-go ... done  ---> Running in f894ee6e883c [2020-08-18T15:25:17.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:25:17.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:25:17.542Z] Removing intermediate container f894ee6e883c [2020-08-18T15:25:17.542Z] ---> 4a7fe2f478c1 [2020-08-18T15:25:17.542Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T15:25:17.813Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T15:25:17.813Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T15:25:17.813Z] Executing bash-5.0.17-r0.post-install [2020-08-18T15:25:17.813Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:25:17.813Z] OK: 12 MiB in 22 packages [2020-08-18T15:25:18.761Z] ---> Running in 972028d1c014 [2020-08-18T15:25:19.334Z] Removing intermediate container 972028d1c014 [2020-08-18T15:25:19.334Z] ---> ac4e5f55b189 [2020-08-18T15:25:19.334Z] Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:25:19.334Z] Removing intermediate container 19e89949312a [2020-08-18T15:25:19.334Z] ---> c4c547ce9ed1 [2020-08-18T15:25:19.334Z] [2020-08-18T15:25:19.334Z] Step 10/23 : FROM scratch [2020-08-18T15:25:19.334Z] ---> [2020-08-18T15:25:19.334Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:25:19.334Z] ---> Running in e7e8bf107312 [2020-08-18T15:25:19.602Z] ---> Running in 705fb599a792 [2020-08-18T15:25:19.864Z] Removing intermediate container df7d80fad235 [2020-08-18T15:25:19.864Z] ---> c756e296c233 [2020-08-18T15:25:19.864Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T15:25:19.864Z] Removing intermediate container e7e8bf107312 [2020-08-18T15:25:19.864Z] ---> 2833121b69cb [2020-08-18T15:25:19.864Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T15:25:19.864Z] Removing intermediate container 705fb599a792 [2020-08-18T15:25:19.864Z] ---> c5f0cebc2f37 [2020-08-18T15:25:19.864Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T15:25:19.864Z] ---> Running in a25f60a80836 [2020-08-18T15:25:20.131Z] ---> Running in 11e3c02461eb [2020-08-18T15:25:20.131Z] ---> Running in 4c2bf292078b [2020-08-18T15:25:22.054Z] Removing intermediate container 11e3c02461eb [2020-08-18T15:25:22.054Z] ---> 1425b9be8b7f [2020-08-18T15:25:22.054Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T15:25:22.054Z] Removing intermediate container 4c2bf292078b [2020-08-18T15:25:22.054Z] ---> ae2ea33d20c2 [2020-08-18T15:25:22.054Z] [2020-08-18T15:25:22.054Z] Successfully built ae2ea33d20c2 [2020-08-18T15:25:22.054Z] ---> Running in 0351fbafe034 [2020-08-18T15:25:22.317Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-18T15:25:22.891Z]  Building docker-support-scheduler-go ... done Removing intermediate container 49eca22b57d3 [2020-08-18T15:25:22.891Z] ---> 7f451d90324a [2020-08-18T15:25:22.891Z] [2020-08-18T15:25:22.891Z] Step 10/21 : FROM scratch [2020-08-18T15:25:22.891Z] ---> [2020-08-18T15:25:22.891Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:25:22.891Z] ---> Using cache [2020-08-18T15:25:22.891Z] ---> c5f0cebc2f37 [2020-08-18T15:25:22.891Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T15:25:23.152Z] Removing intermediate container 0351fbafe034 [2020-08-18T15:25:23.152Z] ---> f9caa23cfcf5 [2020-08-18T15:25:23.152Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T15:25:23.152Z] ---> Running in ca642cf3d4fa [2020-08-18T15:25:23.152Z] Removing intermediate container a25f60a80836 [2020-08-18T15:25:23.152Z] ---> 53e4b141196e [2020-08-18T15:25:23.152Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T15:25:23.412Z] ---> Running in c64512a2fd41 [2020-08-18T15:25:23.412Z] Removing intermediate container ca642cf3d4fa [2020-08-18T15:25:23.412Z] ---> 9127fad40fa0 [2020-08-18T15:25:23.412Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:25:23.412Z] ---> Running in 5610628637b3 [2020-08-18T15:25:23.412Z] ---> 09a176eebdcd [2020-08-18T15:25:23.412Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T15:25:23.675Z] Removing intermediate container c64512a2fd41 [2020-08-18T15:25:23.675Z] ---> 3085fc7faec1 [2020-08-18T15:25:23.675Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T15:25:23.675Z] ---> Running in f3251418489a [2020-08-18T15:25:23.675Z] Removing intermediate container 5610628637b3 [2020-08-18T15:25:23.675Z] ---> d390fa16fb3e [2020-08-18T15:25:23.675Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T15:25:24.250Z] Removing intermediate container f3251418489a [2020-08-18T15:25:24.250Z] ---> 6e099365f5f6 [2020-08-18T15:25:24.250Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T15:25:24.829Z] ---> debff388c2af [2020-08-18T15:25:24.829Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T15:25:24.829Z] ---> Running in 722b4403c079 [2020-08-18T15:25:24.829Z] ---> 8e6f29264477 [2020-08-18T15:25:24.829Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T15:25:25.097Z] Removing intermediate container 722b4403c079 [2020-08-18T15:25:25.097Z] ---> 7f1af146b49b [2020-08-18T15:25:25.097Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T15:25:25.097Z] ---> 5a25a6a9ed0a [2020-08-18T15:25:25.097Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T15:25:26.484Z] ---> ee6286c77ad0 [2020-08-18T15:25:26.484Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T15:25:26.484Z] ---> 6d5477bdb194 [2020-08-18T15:25:26.484Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T15:25:26.484Z] ---> 4ca34c713437 [2020-08-18T15:25:26.484Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T15:25:26.752Z] ---> 4c49fd5a25f4 [2020-08-18T15:25:26.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T15:25:26.752Z] ---> cacb901c3867 [2020-08-18T15:25:26.752Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:25:26.752Z] ---> 7869edffaf4d [2020-08-18T15:25:26.752Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T15:25:26.752Z] ---> Running in c44897ae2e35 [2020-08-18T15:25:27.017Z] Removing intermediate container c44897ae2e35 [2020-08-18T15:25:27.017Z] ---> be262ecc72ad [2020-08-18T15:25:27.017Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T15:25:27.281Z] ---> Running in 5da64d3e7a66 [2020-08-18T15:25:27.281Z] ---> ec814343174c [2020-08-18T15:25:27.281Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T15:25:27.281Z] ---> Running in ee32260948f8 [2020-08-18T15:25:27.281Z] ---> 64526334bee5 [2020-08-18T15:25:27.281Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T15:25:27.561Z] Removing intermediate container 5da64d3e7a66 [2020-08-18T15:25:27.561Z] ---> 4db2b9bf233c [2020-08-18T15:25:27.561Z] Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:25:27.827Z] ---> Running in eff436a21277 [2020-08-18T15:25:27.827Z] ---> 487e9426eefc [2020-08-18T15:25:27.827Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:25:27.827Z] ---> Running in 92ad7c1a92bd [2020-08-18T15:25:27.827Z] Removing intermediate container eff436a21277 [2020-08-18T15:25:27.827Z] ---> 5ad78a1a4179 [2020-08-18T15:25:27.827Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T15:25:28.089Z] ---> Running in 11a155021486 [2020-08-18T15:25:28.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:25:28.089Z] Removing intermediate container 92ad7c1a92bd [2020-08-18T15:25:28.089Z] ---> a075a5593282 [2020-08-18T15:25:28.089Z] Step 21/23 : LABEL arch=x86_64 [2020-08-18T15:25:28.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:25:28.089Z] ---> Running in f5a9b7207029 [2020-08-18T15:25:28.350Z] Removing intermediate container 11a155021486 [2020-08-18T15:25:28.350Z] ---> 08b8dc035776 [2020-08-18T15:25:28.350Z] [2020-08-18T15:25:28.350Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T15:25:28.350Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T15:25:28.350Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T15:25:28.350Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T15:25:28.611Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T15:25:28.611Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T15:25:28.611Z] Successfully built 08b8dc035776 [2020-08-18T15:25:28.611Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T15:25:28.611Z] Successfully tagged docker-support-logging-go:latest [2020-08-18T15:25:28.872Z]  Building docker-support-logging-go ... done Removing intermediate container f5a9b7207029 [2020-08-18T15:25:28.872Z] ---> dbb1a4caeaff [2020-08-18T15:25:28.872Z] Step 22/23 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:25:32.176Z] ---> Running in 3f80d4ec1682 [2020-08-18T15:25:32.437Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T15:25:32.437Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T15:25:32.437Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T15:25:32.438Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T15:25:32.438Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T15:25:32.438Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T15:25:32.438Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T15:25:32.438Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T15:25:32.438Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T15:25:32.438Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T15:25:33.011Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T15:25:33.011Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T15:25:33.011Z] Removing intermediate container 3f80d4ec1682 [2020-08-18T15:25:33.011Z] ---> 4916c16e9b1b [2020-08-18T15:25:33.011Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T15:25:33.011Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T15:25:33.583Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T15:25:33.583Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T15:25:33.583Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T15:25:33.844Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T15:25:33.844Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T15:25:33.844Z] ---> Running in 594ef6aa9587 [2020-08-18T15:25:33.844Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T15:25:33.844Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T15:25:33.844Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T15:25:33.844Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T15:25:33.844Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T15:25:33.844Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T15:25:33.844Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T15:25:33.844Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T15:25:34.416Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:25:34.416Z] OK: 71 MiB in 55 packages [2020-08-18T15:25:35.360Z] Removing intermediate container 594ef6aa9587 [2020-08-18T15:25:35.360Z] ---> 0ec6ec3aa6c9 [2020-08-18T15:25:35.360Z] [2020-08-18T15:25:35.360Z] Successfully built 0ec6ec3aa6c9 [2020-08-18T15:25:35.360Z] Successfully tagged docker-support-notifications-go:latest [2020-08-18T15:25:40.654Z]  Building docker-support-notifications-go ... done Removing intermediate container ee32260948f8 [2020-08-18T15:25:40.654Z] ---> 7b5a65dd64b4 [2020-08-18T15:25:40.654Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T15:25:40.654Z] ---> Running in bd1786fa8d9f [2020-08-18T15:25:42.575Z] Collecting docker-compose==1.23.2 [2020-08-18T15:25:42.575Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T15:25:42.575Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T15:25:42.575Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T15:25:42.836Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T15:25:42.836Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T15:25:43.407Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T15:25:43.407Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T15:25:43.407Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-18T15:25:43.668Z] Collecting PyYAML<4,>=3.10 [2020-08-18T15:25:43.668Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T15:25:44.611Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T15:25:44.611Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T15:25:44.611Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T15:25:44.611Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T15:25:44.872Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T15:25:44.872Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T15:25:46.257Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T15:25:46.257Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T15:25:46.637Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T15:25:46.831Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T15:25:46.831Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T15:25:46.831Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-18T15:25:46.831Z] Collecting idna<2.8,>=2.5 [2020-08-18T15:25:46.831Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T15:25:46.831Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-18T15:25:47.092Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T15:25:47.092Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T15:25:47.092Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T15:25:47.092Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T15:25:47.092Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T15:25:47.092Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T15:25:47.092Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T15:25:47.092Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T15:25:47.353Z] Installing collected packages: texttable, docopt, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, docker-compose [2020-08-18T15:25:47.353Z] Running setup.py install for texttable: started [2020-08-18T15:25:47.614Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T15:25:47.614Z] Running setup.py install for docopt: started [2020-08-18T15:25:48.185Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T15:25:48.185Z] Running setup.py install for PyYAML: started [2020-08-18T15:25:48.757Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T15:25:48.757Z] Attempting uninstall: idna [2020-08-18T15:25:48.757Z] Found existing installation: idna 2.9 [2020-08-18T15:25:48.757Z] Uninstalling idna-2.9: [2020-08-18T15:25:48.757Z] Successfully uninstalled idna-2.9 [2020-08-18T15:25:49.017Z] Attempting uninstall: urllib3 [2020-08-18T15:25:49.017Z] Found existing installation: urllib3 1.25.9 [2020-08-18T15:25:49.017Z] Uninstalling urllib3-1.25.9: [2020-08-18T15:25:49.017Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T15:25:49.278Z] Attempting uninstall: requests [2020-08-18T15:25:49.278Z] Found existing installation: requests 2.23.0 [2020-08-18T15:25:49.278Z] Uninstalling requests-2.23.0: [2020-08-18T15:25:49.278Z] Successfully uninstalled requests-2.23.0 [2020-08-18T15:25:49.850Z] Running setup.py install for dockerpty: started [2020-08-18T15:25:50.110Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T15:25:50.370Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-18T15:25:53.676Z] Removing intermediate container bd1786fa8d9f [2020-08-18T15:25:53.676Z] ---> e0a1c1bf8b88 [2020-08-18T15:25:53.676Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T15:25:53.676Z] ---> Running in bf28fbdcaf22 [2020-08-18T15:25:53.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T15:25:53.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T15:25:54.198Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:25:54.198Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T15:25:54.198Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T15:25:54.198Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:25:54.198Z] OK: 72 MiB in 58 packages [2020-08-18T15:25:54.771Z] Removing intermediate container bf28fbdcaf22 [2020-08-18T15:25:54.771Z] ---> a733f5c12f53 [2020-08-18T15:25:54.771Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:25:54.771Z] ---> Running in 10e2a7345592 [2020-08-18T15:25:54.771Z] Removing intermediate container 10e2a7345592 [2020-08-18T15:25:54.771Z] ---> 88ac12e7e81e [2020-08-18T15:25:54.771Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T15:25:55.031Z] ---> Running in 0156f641a45c [2020-08-18T15:25:55.031Z] Removing intermediate container 0156f641a45c [2020-08-18T15:25:55.031Z] ---> dda8a3c6f161 [2020-08-18T15:25:55.031Z] Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:25:55.292Z] ---> Running in 82ed09d345b9 [2020-08-18T15:25:55.292Z] Removing intermediate container 82ed09d345b9 [2020-08-18T15:25:55.292Z] ---> 5376ad4c4818 [2020-08-18T15:25:55.292Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T15:25:55.552Z] ---> Running in 64c98944b29d [2020-08-18T15:25:55.552Z] Removing intermediate container 64c98944b29d [2020-08-18T15:25:55.552Z] ---> 1d616878f774 [2020-08-18T15:25:55.552Z] [2020-08-18T15:25:55.813Z] Successfully built 1d616878f774 [2020-08-18T15:25:55.813Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-18T15:25:56.085Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-18T15:25:56.096Z] $ docker stop --time=1 756a304838aa82de37e9172c53cd105a95ed1fed0b9f2158ce508d9660d4d12d [2020-08-18T15:25:57.790Z] $ docker rm -f 756a304838aa82de37e9172c53cd105a95ed1fed0b9f2158ce508d9660d4d12d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:25:58.414Z] + docker images [2020-08-18T15:25:58.414Z] + grep docker [2020-08-18T15:25:58.414Z] docker-sys-mgmt-agent-go latest 1d616878f774 3 seconds ago 284MB [2020-08-18T15:25:58.414Z] docker-support-notifications-go latest 0ec6ec3aa6c9 25 seconds ago 14.5MB [2020-08-18T15:25:58.414Z] docker-support-logging-go latest 08b8dc035776 30 seconds ago 11.8MB [2020-08-18T15:25:58.414Z] docker-support-scheduler-go latest ae2ea33d20c2 37 seconds ago 13.1MB [2020-08-18T15:25:58.414Z] docker-core-command-go latest 49629d015901 42 seconds ago 13MB [2020-08-18T15:25:58.414Z] docker-security-secretstore-setup-go latest d52e57f63a0a About a minute ago 33.9MB [2020-08-18T15:25:58.414Z] docker-core-data-go latest 196de28c8ced 2 minutes ago 24.5MB [2020-08-18T15:25:58.414Z] docker-security-secrets-setup-go latest a9fe05115080 2 minutes ago 25.1MB [2020-08-18T15:25:58.414Z] docker-core-metadata-go latest 27e488c841ff 2 minutes ago 14.4MB [2020-08-18T15:25:58.414Z] docker-security-proxy-setup-go latest 7b6c0aea4329 2 minutes ago 16.4MB [2020-08-18T15:25:58.414Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-18T15:25:59.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T15:25:59.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T15:25:59.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T15:25:59.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T15:26:01.028Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.051s [2020-08-18T15:26:01.028Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T15:26:01.028Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T15:26:01.319Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T15:26:03.309Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T15:26:04.754Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T15:26:04.754Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T15:26:04.754Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T15:26:04.754Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T15:26:14.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 46.6% of statements [2020-08-18T15:26:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T15:26:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T15:26:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T15:26:14.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T15:26:14.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T15:26:20.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.2% of statements [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T15:26:20.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T15:26:20.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T15:26:20.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-18T15:26:21.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.394s coverage: 82.5% of statements [2020-08-18T15:26:21.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-18T15:26:21.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-18T15:26:22.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 92.9% of statements [2020-08-18T15:26:22.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-18T15:26:22.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-18T15:26:22.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-18T15:26:22.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-18T15:26:24.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.440s coverage: 28.6% of statements [2020-08-18T15:26:24.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T15:26:24.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T15:26:24.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T15:26:24.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T15:26:24.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T15:26:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements [2020-08-18T15:26:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T15:26:26.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2020-08-18T15:26:26.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T15:26:28.941Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.092s coverage: 89.8% of statements [2020-08-18T15:26:28.941Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T15:26:31.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T15:26:31.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.041s coverage: 100.0% of statements [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T15:26:31.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-18T15:26:31.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-18T15:26:33.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements [2020-08-18T15:26:33.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T15:26:33.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T15:26:33.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-08-18T15:26:36.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 55.9% of statements [2020-08-18T15:26:36.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T15:26:36.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T15:26:36.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T15:26:36.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.802s coverage: 86.3% of statements [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.012s coverage: 72.2% of statements [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.387s coverage: 72.1% of statements [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.029s coverage: 48.4% of statements [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.041s coverage: 28.8% of statements [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 26.9% of statements [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T15:26:47.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T15:26:47.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.362s coverage: 84.1% of statements [2020-08-18T15:26:49.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements [2020-08-18T15:26:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements [2020-08-18T15:26:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T15:26:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T15:26:50.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-08-18T15:26:50.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T15:26:51.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.088s coverage: 83.8% of statements [2020-08-18T15:26:51.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T15:26:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.239s coverage: 46.1% of statements [2020-08-18T15:26:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T15:26:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T15:26:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.021s coverage: 100.0% of statements [2020-08-18T15:26:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T15:26:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T15:26:57.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T15:26:57.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-08-18T15:26:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T15:26:57.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-08-18T15:26:57.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T15:27:01.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T15:27:01.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T15:27:01.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T15:27:01.314Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements [2020-08-18T15:27:01.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T15:27:03.294Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-08-18T15:27:03.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T15:27:03.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T15:27:03.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T15:27:03.294Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T15:27:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.021s coverage: 87.9% of statements [2020-08-18T15:27:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T15:27:05.276Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T15:27:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-08-18T15:27:05.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-08-18T15:27:06.247Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-18T15:27:07.220Z] GO111MODULE=on go vet ./... [2020-08-18T15:27:25.526Z] gofmt -l . [2020-08-18T15:27:26.117Z] [ "`gofmt -l .`" = "" ] [2020-08-18T15:27:28.714Z] ./bin/test-go-mod-tidy.sh [2020-08-18T15:27:28.985Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T15:27:33.003Z] + ls -al . [2020-08-18T15:27:33.003Z] total 584 [2020-08-18T15:27:33.003Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 15:27 . [2020-08-18T15:27:33.003Z] drwxr-xr-x 4 root root 4096 Aug 18 15:25 .. [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 15:23 .dockerignore [2020-08-18T15:27:33.003Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 15:23 .git [2020-08-18T15:27:33.003Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 15:23 .github [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 15:23 .gitignore [2020-08-18T15:27:33.003Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 15:23 .semver [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 15:23 .sonarcloud.properties [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 15:23 CONTRIBUTING.md [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 15:23 Dockerfile.build [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 15:23 Jenkinsfile [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 15:23 LICENSE [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 15:23 Makefile [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 15:23 README.md [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 15:23 SECURITY.md [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 15:18 VERSION [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 15:23 ZMQWindows.md [2020-08-18T15:27:33.003Z] drwxrwxr-x 2 1001 1001 4096 Aug 18 15:23 bin [2020-08-18T15:27:33.003Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 15:23 cmd [2020-08-18T15:27:33.003Z] -rw-r--r-- 1 root root 458658 Aug 18 15:27 coverage.out [2020-08-18T15:27:33.003Z] -rw-r--r-- 1 root root 1019 Aug 18 15:27 go.mod [2020-08-18T15:27:33.003Z] -rw-r--r-- 1 root root 19185 Aug 18 15:27 go.sum [2020-08-18T15:27:33.003Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 15:23 internal [2020-08-18T15:27:33.003Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 15:23 openapi [2020-08-18T15:27:33.003Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 15:23 snap [2020-08-18T15:27:33.003Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 15:23 version.go [Pipeline] sh [2020-08-18T15:27:33.654Z] + '[' -e coverage.out ] [2020-08-18T15:27:33.654Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T15:27:33.746Z] Warning: overwriting stash ‘coverage-report’ [2020-08-18T15:27:34.772Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T15:27:35.473Z] + make build [2020-08-18T15:27:35.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T15:27:53.820Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T15:28:06.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T15:28:09.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T15:28:14.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T15:28:20.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T15:28:21.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T15:28:26.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T15:28:31.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T15:28:34.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T15:28:39.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T15:28:43.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T15:28:47.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-18T15:28:51.097Z] $ docker stop --time=1 57fae6639c08baa4c352e9b2a74ec5b904ac6d60360fa8137bc2fd00a6f84574 [2020-08-18T15:28:53.425Z] $ docker rm -f 57fae6639c08baa4c352e9b2a74ec5b904ac6d60360fa8137bc2fd00a6f84574 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:54.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:28:54.969Z] [2020-08-18T15:28:54.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:28:55.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:28:55.344Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-18T15:28:55.344Z] 29e5d40040c1: Pulling fs layer [2020-08-18T15:28:55.344Z] 1ce36da41761: Pulling fs layer [2020-08-18T15:28:55.344Z] 25b303627fd3: Pulling fs layer [2020-08-18T15:28:55.618Z] 29e5d40040c1: Verifying Checksum [2020-08-18T15:28:55.618Z] 29e5d40040c1: Download complete [2020-08-18T15:28:56.212Z] 1ce36da41761: Verifying Checksum [2020-08-18T15:28:56.213Z] 1ce36da41761: Download complete [2020-08-18T15:28:56.213Z] 29e5d40040c1: Pull complete [2020-08-18T15:28:57.643Z] 1ce36da41761: Pull complete [2020-08-18T15:28:57.915Z] 25b303627fd3: Verifying Checksum [2020-08-18T15:28:57.915Z] 25b303627fd3: Download complete [2020-08-18T15:29:08.051Z] 25b303627fd3: Pull complete [2020-08-18T15:29:08.051Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-18T15:29:08.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:29:08.051Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-18T15:29:08.313Z] prd-ubuntu18.04-docker-arm64-4c-16g-393 does not seem to be running inside a container [2020-08-18T15:29:08.396Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-18T15:29:11.846Z] $ docker top 0efc7d37dcfa3495588b4453bad74e16bdabedb675dba219d2244e5f46b281e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:29:13.260Z] + docker-compose build --help [2020-08-18T15:29:13.260Z] + grep parallel [2020-08-18T15:29:16.620Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T15:29:16.637Z] $ docker stop --time=1 0efc7d37dcfa3495588b4453bad74e16bdabedb675dba219d2244e5f46b281e6 [2020-08-18T15:29:18.550Z] $ docker rm -f 0efc7d37dcfa3495588b4453bad74e16bdabedb675dba219d2244e5f46b281e6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:29:19.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T15:29:19.342Z] . [Pipeline] withDockerContainer [2020-08-18T15:29:19.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-393 does not seem to be running inside a container [2020-08-18T15:29:19.679Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-08-18T15:29:21.142Z] $ docker top 00c88a9761d58a9786d8b0634637a2b38c1883e9c4592b1ce954d5c869ab68eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T15:29:22.149Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T15:29:26.425Z] Building docker-core-command-go ... [2020-08-18T15:29:26.425Z] Building docker-core-data-go ... [2020-08-18T15:29:26.425Z] Building docker-core-metadata-go ... [2020-08-18T15:29:26.425Z] Building docker-security-proxy-setup-go ... [2020-08-18T15:29:26.425Z] Building docker-security-secrets-setup-go ... [2020-08-18T15:29:26.425Z] Building docker-security-secretstore-setup-go ... [2020-08-18T15:29:26.425Z] Building docker-support-logging-go ... [2020-08-18T15:29:26.425Z] Building docker-support-notifications-go ... [2020-08-18T15:29:26.425Z] Building docker-support-scheduler-go ... [2020-08-18T15:29:26.425Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T15:29:26.425Z] Building docker-sys-mgmt-agent-go [2020-08-18T15:29:26.425Z] Building docker-security-secrets-setup-go [2020-08-18T15:29:26.425Z] Building docker-security-secretstore-setup-go [2020-08-18T15:29:26.425Z] Building docker-support-notifications-go [2020-08-18T15:29:26.425Z] Building docker-support-scheduler-go [2020-08-18T15:31:33.237Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:31:33.237Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T15:31:33.237Z] ---> e2e0b923b588 [2020-08-18T15:31:33.237Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T15:31:33.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:31:33.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:31:33.237Z] ---> e2e0b923b588 [2020-08-18T15:31:33.237Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T15:31:33.237Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:31:33.237Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:31:33.237Z] ---> e2e0b923b588 [2020-08-18T15:31:33.237Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:31:33.237Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:31:33.237Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:31:33.237Z] ---> e2e0b923b588 [2020-08-18T15:31:33.237Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:31:33.237Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:31:33.237Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:31:33.237Z] ---> e2e0b923b588 [2020-08-18T15:31:33.237Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T15:31:33.237Z] ---> Running in dd6345cd0095 [2020-08-18T15:31:33.237Z] ---> Running in 0fdec3f569b3 [2020-08-18T15:31:33.237Z] ---> Running in a78cece79af4 [2020-08-18T15:31:33.237Z] ---> Running in d41c09bf2adb [2020-08-18T15:31:33.237Z] ---> Running in eb49108c3a7b [2020-08-18T15:31:33.237Z] Removing intermediate container d41c09bf2adb [2020-08-18T15:31:33.237Z] ---> 08a2f3bb2b89 [2020-08-18T15:31:33.237Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:31:33.237Z] Removing intermediate container a78cece79af4 [2020-08-18T15:31:33.237Z] ---> 5be08bcdb492 [2020-08-18T15:31:33.237Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:31:33.237Z] Removing intermediate container 0fdec3f569b3 [2020-08-18T15:31:33.237Z] Removing intermediate container dd6345cd0095 [2020-08-18T15:31:33.237Z] ---> 96968c410a0a [2020-08-18T15:31:33.237Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:31:33.237Z] ---> fdcada799acb [2020-08-18T15:31:33.237Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T15:31:33.237Z] Removing intermediate container eb49108c3a7b [2020-08-18T15:31:33.237Z] ---> a0c306d1c048 [2020-08-18T15:31:33.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:31:33.237Z] ---> Running in 40792326c712 [2020-08-18T15:31:33.237Z] ---> Running in 869497c985e4 [2020-08-18T15:31:33.237Z] ---> Running in 300830f96b16 [2020-08-18T15:31:33.237Z] ---> Running in 9c9b1221765f [2020-08-18T15:31:33.237Z] ---> Running in 09c7131f7325 [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] Removing intermediate container 40792326c712 [2020-08-18T15:31:33.237Z] ---> 3da52e48d54f [2020-08-18T15:31:33.237Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] ---> Running in 12b892014df1 [2020-08-18T15:31:33.237Z] Removing intermediate container 869497c985e4 [2020-08-18T15:31:33.237Z] ---> fd4935f2d378 [2020-08-18T15:31:33.237Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T15:31:33.237Z] ---> Running in 59ab35985baa [2020-08-18T15:31:33.237Z] Removing intermediate container 300830f96b16 [2020-08-18T15:31:33.237Z] ---> 57d14169f3a8 [2020-08-18T15:31:33.237Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:31:33.237Z] Removing intermediate container 09c7131f7325 [2020-08-18T15:31:33.237Z] ---> b8c3c212a374 [2020-08-18T15:31:33.237Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T15:31:33.237Z] ---> Running in 4371be94eae3 [2020-08-18T15:31:33.237Z] ---> Running in 49e1b390c427 [2020-08-18T15:31:33.237Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:31:33.237Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:31:33.237Z] OK: 12617 distinct packages available [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] OK: 217 MiB in 51 packages [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] Removing intermediate container 9c9b1221765f [2020-08-18T15:31:33.237Z] ---> 826e608e54b9 [2020-08-18T15:31:33.237Z] Step 5/29 : COPY go.mod . [2020-08-18T15:31:33.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:31:33.237Z] ---> 944706393bfe [2020-08-18T15:31:33.237Z] Step 6/29 : RUN go mod download [2020-08-18T15:31:33.237Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:31:33.237Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:31:33.237Z] OK: 12617 distinct packages available [2020-08-18T15:31:33.237Z] ---> Running in fd89c3804898 [2020-08-18T15:31:33.237Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:31:33.237Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:31:33.237Z] OK: 12617 distinct packages available [2020-08-18T15:31:33.516Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:31:33.516Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:31:33.516Z] OK: 12617 distinct packages available [2020-08-18T15:31:33.516Z] OK: 217 MiB in 51 packages [2020-08-18T15:31:33.797Z] OK: 217 MiB in 51 packages [2020-08-18T15:31:33.797Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:31:33.797Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:31:33.797Z] OK: 12617 distinct packages available [2020-08-18T15:31:34.078Z] OK: 217 MiB in 51 packages [2020-08-18T15:31:34.702Z] OK: 217 MiB in 51 packages [2020-08-18T15:31:35.706Z] Removing intermediate container 12b892014df1 [2020-08-18T15:31:35.706Z] ---> e17f50b560c2 [2020-08-18T15:31:35.706Z] Step 6/26 : COPY go.mod . [2020-08-18T15:31:35.991Z] Removing intermediate container 59ab35985baa [2020-08-18T15:31:35.991Z] ---> 1349576d3096 [2020-08-18T15:31:35.991Z] Step 6/26 : COPY go.mod . [2020-08-18T15:31:35.991Z] Removing intermediate container 49e1b390c427 [2020-08-18T15:31:35.991Z] ---> eea4c31f2c1e [2020-08-18T15:31:35.991Z] Step 6/23 : COPY go.mod . [2020-08-18T15:31:36.603Z] Removing intermediate container 4371be94eae3 [2020-08-18T15:31:36.603Z] ---> d2ad1123a5e9 [2020-08-18T15:31:36.603Z] Step 6/20 : COPY go.mod . [2020-08-18T15:31:36.603Z] ---> a3ce57d9354b [2020-08-18T15:31:36.603Z] Step 7/26 : RUN go mod download [2020-08-18T15:31:36.880Z] Removing intermediate container fd89c3804898 [2020-08-18T15:31:36.880Z] ---> 5f33106783db [2020-08-18T15:31:36.880Z] Step 7/29 : COPY . . [2020-08-18T15:31:36.880Z] ---> Running in 0a7219c0ed20 [2020-08-18T15:31:37.160Z] ---> 367824259c06 [2020-08-18T15:31:37.160Z] Step 7/26 : RUN go mod download [2020-08-18T15:31:37.160Z] ---> 280c4c06640f [2020-08-18T15:31:37.160Z] Step 7/23 : RUN go mod download [2020-08-18T15:31:37.160Z] ---> Running in 72660e3e9d10 [2020-08-18T15:31:37.436Z] ---> Running in 462a7ea041fa [2020-08-18T15:31:37.714Z] ---> 9084ca709a78 [2020-08-18T15:31:37.714Z] Step 7/20 : RUN go mod download [2020-08-18T15:31:38.695Z] ---> Running in ada8a1b42fe6 [2020-08-18T15:31:43.030Z] Removing intermediate container 0a7219c0ed20 [2020-08-18T15:31:43.030Z] ---> 7ac18c88b06c [2020-08-18T15:31:43.030Z] Step 8/26 : COPY . . [2020-08-18T15:31:43.030Z] Removing intermediate container 72660e3e9d10 [2020-08-18T15:31:43.030Z] ---> 8ebb53641d91 [2020-08-18T15:31:43.030Z] Step 8/26 : COPY . . [2020-08-18T15:31:43.305Z] Removing intermediate container 462a7ea041fa [2020-08-18T15:31:43.305Z] ---> c6613a0e08c2 [2020-08-18T15:31:43.305Z] Step 8/23 : COPY . . [2020-08-18T15:31:43.579Z] Removing intermediate container ada8a1b42fe6 [2020-08-18T15:31:43.579Z] ---> d15dc209bdca [2020-08-18T15:31:43.579Z] Step 8/20 : COPY . . [2020-08-18T15:32:10.403Z] ---> 43490867b511 [2020-08-18T15:32:10.403Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T15:32:10.403Z] ---> 18db87a673a7 [2020-08-18T15:32:10.403Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T15:32:10.673Z] ---> 497afb612a83 [2020-08-18T15:32:10.673Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-18T15:32:10.673Z] ---> Running in 0cadecc86424 [2020-08-18T15:32:10.673Z] ---> e2e1004032e1 [2020-08-18T15:32:10.673Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T15:32:10.673Z] ---> 59ee77eb0f4d [2020-08-18T15:32:10.673Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T15:32:10.947Z] ---> Running in 8974c08eada6 [2020-08-18T15:32:10.947Z] ---> Running in c878c7ff74cc [2020-08-18T15:32:10.947Z] ---> Running in 4dc15fe7aeff [2020-08-18T15:32:10.947Z] ---> Running in 4efe54a0debb [2020-08-18T15:32:13.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T15:32:13.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T15:32:13.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T15:32:13.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T15:32:13.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T15:33:35.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T15:33:35.650Z] Removing intermediate container 0cadecc86424 [2020-08-18T15:33:35.650Z] ---> eb18695a1464 [2020-08-18T15:33:35.650Z] [2020-08-18T15:33:35.650Z] Step 9/29 : FROM alpine:latest [2020-08-18T15:33:35.650Z] latest: Pulling from library/alpine [2020-08-18T15:33:35.650Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T15:33:35.650Z] Status: Downloaded newer image for alpine:latest [2020-08-18T15:33:35.650Z] ---> 62ee0e9f8440 [2020-08-18T15:33:35.650Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-18T15:33:35.650Z] ---> Running in 443435cbbb89 [2020-08-18T15:33:35.650Z] Removing intermediate container 443435cbbb89 [2020-08-18T15:33:35.650Z] ---> 6c5f1ea4efdf [2020-08-18T15:33:35.650Z] Step 11/29 : USER root [2020-08-18T15:33:35.650Z] ---> Running in 97e3e56462f1 [2020-08-18T15:33:35.650Z] Removing intermediate container 97e3e56462f1 [2020-08-18T15:33:35.650Z] ---> 5b040b96ea4c [2020-08-18T15:33:35.650Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T15:33:35.923Z] ---> Running in 0dd598950684 [2020-08-18T15:33:38.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:33:39.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:33:40.146Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:33:40.146Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:33:40.146Z] OK: 12617 distinct packages available [2020-08-18T15:33:41.133Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T15:33:41.133Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T15:33:41.133Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:33:41.133Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:33:41.422Z] OK: 6 MiB in 16 packages [2020-08-18T15:33:43.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T15:33:44.033Z] Removing intermediate container 8974c08eada6 [2020-08-18T15:33:44.033Z] ---> f7c02b2ec434 [2020-08-18T15:33:44.033Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T15:33:44.033Z] ---> Running in 4fec7f455128 [2020-08-18T15:33:44.640Z] Removing intermediate container 0dd598950684 [2020-08-18T15:33:44.640Z] ---> eb952ec61822 [2020-08-18T15:33:44.640Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T15:33:44.918Z] ---> Running in 8e6414a9ad89 [2020-08-18T15:33:45.909Z] Removing intermediate container 8e6414a9ad89 [2020-08-18T15:33:45.910Z] ---> 7d3102a1befd [2020-08-18T15:33:45.910Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T15:33:46.184Z] ---> Running in 1704c1415afc [2020-08-18T15:33:47.195Z] Removing intermediate container 1704c1415afc [2020-08-18T15:33:47.195Z] ---> 038b5f42c6e1 [2020-08-18T15:33:47.195Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T15:33:47.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T15:33:47.195Z] ---> Running in 70ccc01d088e [2020-08-18T15:33:51.512Z] Removing intermediate container 70ccc01d088e [2020-08-18T15:33:51.512Z] ---> 868e56864b78 [2020-08-18T15:33:51.512Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T15:33:53.491Z] ---> 6596d74d09cd [2020-08-18T15:33:53.491Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T15:33:53.491Z] Removing intermediate container 4fec7f455128 [2020-08-18T15:33:53.491Z] ---> 9f30c8c7a758 [2020-08-18T15:33:53.491Z] [2020-08-18T15:33:53.491Z] Step 11/26 : FROM docker:latest [2020-08-18T15:33:53.491Z] ---> ce9d55ae87f1 [2020-08-18T15:33:53.491Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T15:33:53.769Z] ---> Running in 78eda83cdff3 [2020-08-18T15:33:55.211Z] ---> 1dd5363ad256 [2020-08-18T15:33:55.211Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T15:33:56.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:33:56.827Z] ---> 970407388e46 [2020-08-18T15:33:56.827Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T15:33:56.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:33:57.481Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T15:33:57.481Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T15:33:57.825Z] Executing bash-5.0.17-r0.post-install [2020-08-18T15:33:57.825Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:33:57.825Z] OK: 12 MiB in 22 packages [2020-08-18T15:33:58.123Z] Removing intermediate container c878c7ff74cc [2020-08-18T15:33:58.124Z] ---> f018b2547765 [2020-08-18T15:33:58.124Z] [2020-08-18T15:33:58.124Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T15:33:58.425Z] ---> 1ad9ff8f6484 [2020-08-18T15:33:58.425Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T15:33:58.704Z] 3.10: Pulling from library/alpine [2020-08-18T15:34:00.358Z] ---> 741f4111ee25 [2020-08-18T15:34:00.359Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T15:34:00.359Z] ---> Running in aa9affea3d29 [2020-08-18T15:34:00.634Z] Removing intermediate container 78eda83cdff3 [2020-08-18T15:34:00.634Z] ---> d0ac8dbc14a8 [2020-08-18T15:34:00.634Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T15:34:00.908Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T15:34:01.180Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T15:34:01.180Z] ---> 536a684cf733 [2020-08-18T15:34:01.180Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T15:34:01.180Z] ---> Running in 8d452e954cba [2020-08-18T15:34:01.786Z] ---> Running in 19410df0e63d [2020-08-18T15:34:04.423Z] Removing intermediate container 4dc15fe7aeff [2020-08-18T15:34:04.423Z] ---> 0a72ba674684 [2020-08-18T15:34:04.423Z] [2020-08-18T15:34:04.423Z] Step 10/20 : FROM scratch [2020-08-18T15:34:04.423Z] ---> [2020-08-18T15:34:04.423Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:34:04.423Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:34:04.423Z] Removing intermediate container 4efe54a0debb [2020-08-18T15:34:04.423Z] ---> 74bfec0ca889 [2020-08-18T15:34:04.423Z] [2020-08-18T15:34:04.423Z] Step 10/23 : FROM scratch [2020-08-18T15:34:04.423Z] ---> [2020-08-18T15:34:04.423Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:34:04.699Z] ---> Running in 8a719d6c87c4 [2020-08-18T15:34:04.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:34:04.979Z] ---> Running in db5ff7b8cc00 [2020-08-18T15:34:04.979Z] Removing intermediate container aa9affea3d29 [2020-08-18T15:34:04.979Z] ---> 7ab7dcb4815c [2020-08-18T15:34:04.979Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:34:05.253Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T15:34:05.253Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T15:34:05.253Z] OK: 10167 distinct packages available [2020-08-18T15:34:05.526Z] Removing intermediate container 8d452e954cba [2020-08-18T15:34:05.526Z] ---> 083985ca95aa [2020-08-18T15:34:05.526Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T15:34:05.526Z] Removing intermediate container 8a719d6c87c4 [2020-08-18T15:34:05.526Z] ---> 370e61dcd3c6 [2020-08-18T15:34:05.526Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T15:34:05.806Z] Removing intermediate container db5ff7b8cc00 [2020-08-18T15:34:05.806Z] ---> 96af43a66557 [2020-08-18T15:34:05.806Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T15:34:05.806Z] ---> Running in d4ba32be7443 [2020-08-18T15:34:05.806Z] ---> Running in 59af386dbd68 [2020-08-18T15:34:06.078Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T15:34:06.078Z] ---> Running in eaf343d5b5c1 [2020-08-18T15:34:06.078Z] ---> 7deab5e26023 [2020-08-18T15:34:06.078Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:34:06.078Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T15:34:06.078Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T15:34:06.078Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T15:34:06.078Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T15:34:06.078Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T15:34:06.078Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T15:34:06.351Z] OK: 7 MiB in 19 packages [2020-08-18T15:34:06.622Z] ---> Running in 456e80fe1e50 [2020-08-18T15:34:06.622Z] Removing intermediate container d4ba32be7443 [2020-08-18T15:34:06.622Z] ---> aac5ad2f634a [2020-08-18T15:34:06.622Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T15:34:06.622Z] Removing intermediate container 59af386dbd68 [2020-08-18T15:34:06.622Z] ---> 85ae02479b48 [2020-08-18T15:34:06.622Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T15:34:06.895Z] ---> Running in a829f4782a7c [2020-08-18T15:34:06.895Z] Removing intermediate container eaf343d5b5c1 [2020-08-18T15:34:06.895Z] ---> 1ff7e58dcc46 [2020-08-18T15:34:06.895Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T15:34:06.895Z] ---> Running in ddd585dcea8b [2020-08-18T15:34:07.165Z] ---> Running in bb7071dd5be0 [2020-08-18T15:34:07.438Z] Removing intermediate container a829f4782a7c [2020-08-18T15:34:07.438Z] ---> 195ab3cebc70 [2020-08-18T15:34:07.438Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T15:34:07.707Z] Removing intermediate container ddd585dcea8b [2020-08-18T15:34:07.707Z] ---> 2e893e8fcfa4 [2020-08-18T15:34:07.707Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T15:34:07.977Z] Removing intermediate container bb7071dd5be0 [2020-08-18T15:34:07.977Z] ---> e69b12253b53 [2020-08-18T15:34:07.977Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T15:34:07.977Z] ---> Running in d87d8ec3f74a [2020-08-18T15:34:08.590Z] ---> c32883187148 [2020-08-18T15:34:08.590Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T15:34:08.861Z] Removing intermediate container 19410df0e63d [2020-08-18T15:34:08.861Z] ---> 3ab64b9d92bc [2020-08-18T15:34:08.861Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:34:08.861Z] Removing intermediate container d87d8ec3f74a [2020-08-18T15:34:08.861Z] ---> 15cc1d5325c0 [2020-08-18T15:34:08.861Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T15:34:09.136Z] ---> adf59de9e40d [2020-08-18T15:34:09.136Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T15:34:09.136Z] ---> Running in a746dd395004 [2020-08-18T15:34:10.121Z] Removing intermediate container a746dd395004 [2020-08-18T15:34:10.121Z] ---> b87ef25b5ab5 [2020-08-18T15:34:10.121Z] Step 13/26 : WORKDIR / [2020-08-18T15:34:10.731Z] ---> Running in a4b5e4da1f91 [2020-08-18T15:34:10.731Z] Removing intermediate container 456e80fe1e50 [2020-08-18T15:34:10.731Z] ---> acb6e94cb7ee [2020-08-18T15:34:10.731Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T15:34:11.004Z] ---> edd63e903980 [2020-08-18T15:34:11.004Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T15:34:11.004Z] ---> cba86a59a61b [2020-08-18T15:34:11.004Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T15:34:11.004Z] ---> de6304feedde [2020-08-18T15:34:11.004Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T15:34:11.004Z] ---> Running in 6131bc3b79fe [2020-08-18T15:34:11.601Z] Removing intermediate container a4b5e4da1f91 [2020-08-18T15:34:11.601Z] ---> 47fc8809c191 [2020-08-18T15:34:11.601Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-18T15:34:12.205Z] ---> 90c7ed58e64d [2020-08-18T15:34:12.205Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:34:12.474Z] ---> Running in b690c43059d5 [2020-08-18T15:34:12.750Z] ---> a48322be1f9c [2020-08-18T15:34:12.750Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T15:34:12.750Z] ---> cf3f2e8e293d [2020-08-18T15:34:12.750Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-18T15:34:13.020Z] ---> 057673af6b59 [2020-08-18T15:34:13.021Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T15:34:13.298Z] Removing intermediate container b690c43059d5 [2020-08-18T15:34:13.298Z] ---> d587ffcc25a9 [2020-08-18T15:34:13.298Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T15:34:13.573Z] ---> Running in 7003588bb119 [2020-08-18T15:34:13.848Z] ---> 4aa85915ab3b [2020-08-18T15:34:13.848Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T15:34:14.120Z] ---> 57d7558d5e79 [2020-08-18T15:34:14.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T15:34:14.120Z] ---> bc9819e7483a [2020-08-18T15:34:14.120Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T15:34:14.395Z] Removing intermediate container 7003588bb119 [2020-08-18T15:34:14.395Z] ---> f711ffa234a2 [2020-08-18T15:34:14.395Z] Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:34:14.674Z] ---> Running in 77036896629b [2020-08-18T15:34:15.283Z] ---> Running in 1318d5b62fe9 [2020-08-18T15:34:15.283Z] ---> a4619910be0e [2020-08-18T15:34:15.283Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T15:34:15.283Z] Removing intermediate container 6131bc3b79fe [2020-08-18T15:34:15.283Z] ---> 5310f61888f1 [2020-08-18T15:34:15.283Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:34:15.882Z] ---> Running in f0875c37cb09 [2020-08-18T15:34:15.882Z] ---> c28d11680d82 [2020-08-18T15:34:15.882Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T15:34:15.882Z] Removing intermediate container 1318d5b62fe9 [2020-08-18T15:34:16.155Z] ---> 77f746e1071c [2020-08-18T15:34:16.155Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T15:34:16.155Z] ---> Running in 95de48ea1223 [2020-08-18T15:34:16.430Z] ---> 321d0760791b [2020-08-18T15:34:16.430Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T15:34:16.430Z] Removing intermediate container f0875c37cb09 [2020-08-18T15:34:16.430Z] ---> 48e9e4e38257 [2020-08-18T15:34:16.430Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T15:34:16.702Z] ---> Running in fa3a33563fca [2020-08-18T15:34:16.980Z] Removing intermediate container 95de48ea1223 [2020-08-18T15:34:16.980Z] ---> 8e9f15e67766 [2020-08-18T15:34:16.980Z] [2020-08-18T15:34:16.980Z] ---> 1bf594a0de9f [2020-08-18T15:34:16.980Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:34:17.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:34:17.526Z] ---> Running in 719a46cc1dcc [2020-08-18T15:34:17.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:34:17.526Z] Removing intermediate container fa3a33563fca [2020-08-18T15:34:17.526Z] ---> 7196413470ce [2020-08-18T15:34:17.526Z] Step 27/29 : LABEL arch=arm64 [2020-08-18T15:34:17.526Z] Successfully built 8e9f15e67766 [2020-08-18T15:34:17.526Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-18T15:34:17.526Z] Building docker-core-command-go [2020-08-18T15:34:18.118Z]  Building docker-support-scheduler-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T15:34:18.118Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T15:34:18.118Z] ---> Running in 5637067c437f [2020-08-18T15:34:18.118Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T15:34:18.118Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T15:34:18.118Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T15:34:18.118Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T15:34:18.118Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T15:34:18.118Z] Removing intermediate container 719a46cc1dcc [2020-08-18T15:34:18.118Z] ---> 644f83fa5e54 [2020-08-18T15:34:18.118Z] Step 21/23 : LABEL arch=arm64 [2020-08-18T15:34:18.391Z] ---> 4ad814f8ed05 [2020-08-18T15:34:18.391Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T15:34:18.984Z] ---> Running in d2885ffcd1d5 [2020-08-18T15:34:19.260Z] Removing intermediate container 5637067c437f [2020-08-18T15:34:19.260Z] ---> 69c38fdc6afa [2020-08-18T15:34:19.260Z] Step 28/29 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:34:20.229Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T15:34:20.229Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T15:34:20.229Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T15:34:20.229Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T15:34:20.229Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T15:34:20.229Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T15:34:20.229Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T15:34:20.229Z] Removing intermediate container d2885ffcd1d5 [2020-08-18T15:34:20.229Z] ---> 661c0b6c7cd2 [2020-08-18T15:34:20.229Z] Step 22/23 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:34:20.229Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T15:34:20.229Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T15:34:20.229Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T15:34:20.497Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T15:34:20.497Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T15:34:20.497Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T15:34:20.497Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T15:34:20.497Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T15:34:20.497Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T15:34:20.497Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T15:34:20.497Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T15:34:20.497Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T15:34:20.497Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T15:34:20.497Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T15:34:20.497Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T15:34:20.497Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T15:34:20.497Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T15:34:20.766Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T15:34:20.766Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T15:34:20.766Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:34:20.766Z] OK: 71 MiB in 55 packages [2020-08-18T15:34:21.037Z] ---> Running in 9e55bf437474 [2020-08-18T15:34:21.037Z] ---> 991494083b5f [2020-08-18T15:34:21.037Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T15:34:21.312Z] ---> Running in ed30914c3b19 [2020-08-18T15:34:21.913Z] Removing intermediate container 9e55bf437474 [2020-08-18T15:34:21.913Z] ---> 6c533b76c080 [2020-08-18T15:34:21.913Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T15:34:22.202Z] Removing intermediate container ed30914c3b19 [2020-08-18T15:34:22.202Z] ---> a4c8be06e397 [2020-08-18T15:34:22.202Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T15:34:22.819Z] ---> Running in 5df1e63130b8 [2020-08-18T15:34:23.416Z] ---> Running in 09f56992d48c [2020-08-18T15:34:23.416Z] ---> 32881877941b [2020-08-18T15:34:23.416Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T15:34:23.693Z] Removing intermediate container 5df1e63130b8 [2020-08-18T15:34:23.693Z] ---> a5c93874b03e [2020-08-18T15:34:23.693Z] [2020-08-18T15:34:24.290Z] Successfully built a5c93874b03e [2020-08-18T15:34:24.290Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-18T15:34:24.290Z] Building docker-core-data-go [2020-08-18T15:34:24.559Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 09f56992d48c [2020-08-18T15:34:24.559Z] ---> a9e160411d8c [2020-08-18T15:34:24.559Z] [2020-08-18T15:34:25.157Z] Successfully built a9e160411d8c [2020-08-18T15:34:25.157Z] ---> baa55d8fe7f8 [2020-08-18T15:34:25.157Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T15:34:25.157Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-18T15:34:25.157Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-08-18T15:34:25.431Z] ---> Running in 9ba7e098bbb3 [2020-08-18T15:34:28.818Z] Removing intermediate container 77036896629b [2020-08-18T15:34:28.818Z] ---> 8c706b29e1ea [2020-08-18T15:34:28.818Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T15:34:28.818Z] ---> Running in 99d88885b2ec [2020-08-18T15:34:30.251Z] Removing intermediate container 9ba7e098bbb3 [2020-08-18T15:34:30.251Z] ---> 841d81791ae4 [2020-08-18T15:34:30.251Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T15:34:31.228Z] ---> Running in 9336bfc7e86e [2020-08-18T15:34:32.214Z] Removing intermediate container 9336bfc7e86e [2020-08-18T15:34:32.214Z] ---> 90c07ca42204 [2020-08-18T15:34:32.214Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T15:34:32.817Z] ---> Running in 5e5e3af41ff3 [2020-08-18T15:34:34.242Z] Removing intermediate container 5e5e3af41ff3 [2020-08-18T15:34:34.242Z] ---> 4ac3c6f3f0d6 [2020-08-18T15:34:34.242Z] Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:34:34.514Z] ---> Running in d77475c902f6 [2020-08-18T15:34:35.115Z] Collecting docker-compose==1.23.2 [2020-08-18T15:34:35.115Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T15:34:35.706Z] Removing intermediate container d77475c902f6 [2020-08-18T15:34:35.706Z] ---> 70fd1f73ddd1 [2020-08-18T15:34:35.706Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T15:34:36.300Z] ---> Running in 10a9c2c93f28 [2020-08-18T15:34:36.578Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T15:34:36.578Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T15:34:37.562Z] Removing intermediate container 10a9c2c93f28 [2020-08-18T15:34:37.562Z] ---> a711c3529786 [2020-08-18T15:34:37.562Z] [2020-08-18T15:34:37.837Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T15:34:37.837Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T15:34:37.837Z] Successfully built a711c3529786 [2020-08-18T15:34:37.837Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-18T15:34:37.837Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-08-18T15:34:38.427Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T15:34:38.697Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T15:34:38.697Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-18T15:34:39.290Z] Collecting PyYAML<4,>=3.10 [2020-08-18T15:34:39.290Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T15:34:43.584Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T15:34:43.584Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T15:34:43.584Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T15:34:43.584Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T15:34:46.196Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T15:34:46.196Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T15:34:48.169Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T15:34:48.169Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T15:34:51.543Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T15:34:51.543Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T15:34:51.543Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T15:34:51.543Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T15:34:52.132Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T15:34:52.132Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T15:34:52.407Z] Collecting idna<2.8,>=2.5 [2020-08-18T15:34:52.682Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T15:34:52.682Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-18T15:34:52.682Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-18T15:34:52.682Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T15:34:52.682Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T15:34:52.682Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T15:34:52.682Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T15:34:54.111Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, PyYAML, dockerpty, docopt, texttable, docker-compose [2020-08-18T15:34:54.386Z] Attempting uninstall: urllib3 [2020-08-18T15:34:54.386Z] Found existing installation: urllib3 1.25.9 [2020-08-18T15:34:54.386Z] Uninstalling urllib3-1.25.9: [2020-08-18T15:34:54.658Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T15:34:55.251Z] Attempting uninstall: idna [2020-08-18T15:34:55.251Z] Found existing installation: idna 2.9 [2020-08-18T15:34:55.251Z] Uninstalling idna-2.9: [2020-08-18T15:34:55.251Z] Successfully uninstalled idna-2.9 [2020-08-18T15:34:55.847Z] Attempting uninstall: requests [2020-08-18T15:34:55.847Z] Found existing installation: requests 2.23.0 [2020-08-18T15:34:55.847Z] Uninstalling requests-2.23.0: [2020-08-18T15:34:56.117Z] Successfully uninstalled requests-2.23.0 [2020-08-18T15:34:57.548Z] Running setup.py install for PyYAML: started [2020-08-18T15:35:00.163Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T15:35:00.163Z] Running setup.py install for dockerpty: started [2020-08-18T15:35:02.778Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T15:35:02.778Z] Running setup.py install for docopt: started [2020-08-18T15:35:04.743Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T15:35:04.743Z] Running setup.py install for texttable: started [2020-08-18T15:35:07.351Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T15:35:09.415Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-18T15:35:14.827Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:35:14.827Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:35:14.827Z] ---> e2e0b923b588 [2020-08-18T15:35:14.827Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:35:14.827Z] ---> Using cache [2020-08-18T15:35:14.827Z] ---> a0c306d1c048 [2020-08-18T15:35:14.827Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:35:14.827Z] ---> Using cache [2020-08-18T15:35:14.827Z] ---> b8c3c212a374 [2020-08-18T15:35:14.827Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:35:16.800Z] ---> Running in 04a599d86b1f [2020-08-18T15:35:18.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:20.214Z] Removing intermediate container 99d88885b2ec [2020-08-18T15:35:20.214Z] ---> f7ee48e714e9 [2020-08-18T15:35:20.214Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T15:35:20.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:20.808Z] ---> Running in e81d567afa2c [2020-08-18T15:35:22.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:22.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:22.785Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:35:22.785Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:35:22.785Z] OK: 12617 distinct packages available [2020-08-18T15:35:23.389Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:35:23.389Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T15:35:23.389Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T15:35:23.389Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:35:23.389Z] OK: 71 MiB in 58 packages [2020-08-18T15:35:23.666Z] OK: 217 MiB in 51 packages [2020-08-18T15:35:26.293Z] Removing intermediate container e81d567afa2c [2020-08-18T15:35:26.293Z] ---> fcdf69fa40a7 [2020-08-18T15:35:26.293Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:35:26.566Z] Removing intermediate container 04a599d86b1f [2020-08-18T15:35:26.566Z] ---> 8832dff359c6 [2020-08-18T15:35:26.566Z] Step 6/21 : COPY go.mod . [2020-08-18T15:35:26.566Z] ---> Running in 43a0c9fb9edf [2020-08-18T15:35:27.549Z] Removing intermediate container 43a0c9fb9edf [2020-08-18T15:35:27.549Z] ---> b46cb7ed0708 [2020-08-18T15:35:27.549Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T15:35:27.549Z] ---> 5045985cfdb5 [2020-08-18T15:35:27.549Z] Step 7/21 : RUN go mod download [2020-08-18T15:35:27.549Z] ---> Running in 26a82b3f4a9e [2020-08-18T15:35:27.549Z] ---> Running in f0f19ccc4e6c [2020-08-18T15:35:28.529Z] Removing intermediate container 26a82b3f4a9e [2020-08-18T15:35:28.529Z] ---> 9bb0bdc04d35 [2020-08-18T15:35:28.529Z] Step 25/26 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:35:28.529Z] ---> Running in c7adad7e249d [2020-08-18T15:35:29.506Z] Removing intermediate container c7adad7e249d [2020-08-18T15:35:29.506Z] ---> 38377e711b65 [2020-08-18T15:35:29.506Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T15:35:29.793Z] ---> Running in 90432c29f1bb [2020-08-18T15:35:30.066Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:35:30.066Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:35:30.066Z] ---> e2e0b923b588 [2020-08-18T15:35:30.066Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T15:35:30.066Z] ---> Using cache [2020-08-18T15:35:30.066Z] ---> a0c306d1c048 [2020-08-18T15:35:30.338Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:35:30.338Z] ---> Using cache [2020-08-18T15:35:30.338Z] ---> b8c3c212a374 [2020-08-18T15:35:30.338Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T15:35:30.338Z] ---> Running in 8890c1d3cbda [2020-08-18T15:35:30.941Z] Removing intermediate container 90432c29f1bb [2020-08-18T15:35:30.941Z] ---> 1e0d08a95539 [2020-08-18T15:35:30.941Z] [2020-08-18T15:35:31.219Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:35:31.219Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:35:31.219Z] ---> e2e0b923b588 [2020-08-18T15:35:31.219Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:35:31.219Z] ---> Using cache [2020-08-18T15:35:31.219Z] ---> a0c306d1c048 [2020-08-18T15:35:31.219Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:35:31.219Z] ---> Using cache [2020-08-18T15:35:31.219Z] ---> b8c3c212a374 [2020-08-18T15:35:31.219Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T15:35:31.219Z] ---> Running in 06ac44dbf304 [2020-08-18T15:35:31.494Z] Successfully built 1e0d08a95539 [2020-08-18T15:35:31.771Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-18T15:35:31.771Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-08-18T15:35:32.364Z] Removing intermediate container f0f19ccc4e6c [2020-08-18T15:35:32.364Z] ---> e62bc16f36a6 [2020-08-18T15:35:32.364Z] Step 8/21 : COPY . . [2020-08-18T15:35:32.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:33.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:33.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:34.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:35:34.592Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:35:34.592Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:35:34.592Z] OK: 12617 distinct packages available [2020-08-18T15:35:35.571Z] OK: 217 MiB in 51 packages [2020-08-18T15:35:35.856Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:35:35.856Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:35:35.856Z] OK: 12617 distinct packages available [2020-08-18T15:35:36.831Z] OK: 217 MiB in 51 packages [2020-08-18T15:35:37.809Z] OK: 217 MiB in 51 packages [2020-08-18T15:35:39.780Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:35:39.780Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:35:39.780Z] ---> e2e0b923b588 [2020-08-18T15:35:39.780Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T15:35:39.780Z] ---> Using cache [2020-08-18T15:35:39.780Z] ---> a0c306d1c048 [2020-08-18T15:35:39.780Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:35:39.780Z] ---> Using cache [2020-08-18T15:35:39.780Z] ---> b8c3c212a374 [2020-08-18T15:35:39.780Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T15:35:39.780Z] ---> Using cache [2020-08-18T15:35:39.780Z] ---> 8832dff359c6 [2020-08-18T15:35:39.780Z] Step 6/20 : COPY go.mod . [2020-08-18T15:35:39.780Z] ---> Using cache [2020-08-18T15:35:39.780Z] ---> 5045985cfdb5 [2020-08-18T15:35:39.780Z] Step 7/20 : RUN go mod download [2020-08-18T15:35:39.780Z] ---> Using cache [2020-08-18T15:35:39.780Z] ---> e62bc16f36a6 [2020-08-18T15:35:39.780Z] Step 8/20 : COPY . . [2020-08-18T15:35:44.117Z] Removing intermediate container 8890c1d3cbda [2020-08-18T15:35:44.117Z] ---> 78c55b36c09f [2020-08-18T15:35:44.117Z] Step 6/22 : COPY go.mod . [2020-08-18T15:35:44.117Z] Removing intermediate container 06ac44dbf304 [2020-08-18T15:35:44.117Z] ---> 3dc0cd0ec07d [2020-08-18T15:35:44.117Z] Step 6/21 : COPY go.mod . [2020-08-18T15:35:44.742Z] ---> 60266c597cfa [2020-08-18T15:35:44.742Z] Step 7/22 : RUN go mod download [2020-08-18T15:35:45.014Z] ---> 6dc4c283108f [2020-08-18T15:35:45.014Z] Step 7/21 : RUN go mod download [2020-08-18T15:35:45.287Z] ---> Running in b66bad699396 [2020-08-18T15:35:45.560Z] ---> Running in deefbc416baf [2020-08-18T15:35:52.274Z] Removing intermediate container b66bad699396 [2020-08-18T15:35:52.274Z] ---> b0c0e10cb2ae [2020-08-18T15:35:52.274Z] Step 8/22 : COPY . . [2020-08-18T15:35:52.274Z] Removing intermediate container deefbc416baf [2020-08-18T15:35:52.274Z] ---> 430eb9517104 [2020-08-18T15:35:52.274Z] Step 8/21 : COPY . . [2020-08-18T15:35:59.022Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T15:35:59.022Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T15:35:59.022Z] ---> e2e0b923b588 [2020-08-18T15:35:59.022Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T15:35:59.022Z] ---> Using cache [2020-08-18T15:35:59.022Z] ---> a0c306d1c048 [2020-08-18T15:35:59.022Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:35:59.022Z] ---> Using cache [2020-08-18T15:35:59.022Z] ---> b8c3c212a374 [2020-08-18T15:35:59.022Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T15:35:59.022Z] ---> Using cache [2020-08-18T15:35:59.022Z] ---> 8832dff359c6 [2020-08-18T15:35:59.022Z] Step 6/21 : COPY go.mod . [2020-08-18T15:35:59.022Z] ---> Using cache [2020-08-18T15:35:59.022Z] ---> 5045985cfdb5 [2020-08-18T15:35:59.022Z] Step 7/21 : RUN go mod download [2020-08-18T15:35:59.022Z] ---> Using cache [2020-08-18T15:35:59.022Z] ---> e62bc16f36a6 [2020-08-18T15:35:59.022Z] Step 8/21 : COPY . . [2020-08-18T15:35:59.022Z] ---> Using cache [2020-08-18T15:35:59.022Z] ---> e4c8bc01204a [2020-08-18T15:35:59.022Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T15:35:59.998Z] ---> e4c8bc01204a [2020-08-18T15:35:59.998Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T15:36:00.271Z] ---> Running in 7cf7c806a86a [2020-08-18T15:36:00.544Z] ---> Running in c07b2fbaa878 [2020-08-18T15:36:02.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T15:36:02.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T15:36:09.310Z] ---> 818a88f26f2b [2020-08-18T15:36:09.310Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T15:36:09.310Z] ---> Running in 3ac1c9d85cc6 [2020-08-18T15:36:13.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T15:36:28.377Z] ---> d1f243e4361a [2020-08-18T15:36:28.377Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T15:36:28.377Z] ---> 015f298dd84f [2020-08-18T15:36:28.377Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T15:36:28.377Z] ---> Running in 6c7e6a9663c8 [2020-08-18T15:36:28.377Z] ---> Running in 93160c045a25 [2020-08-18T15:36:29.363Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T15:36:29.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T15:37:38.020Z] Removing intermediate container 3ac1c9d85cc6 [2020-08-18T15:37:38.020Z] ---> d1382541d3d4 [2020-08-18T15:37:38.020Z] [2020-08-18T15:37:38.020Z] Step 10/20 : FROM alpine [2020-08-18T15:37:38.020Z] ---> 62ee0e9f8440 [2020-08-18T15:37:38.020Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T15:37:38.020Z] ---> Running in 82721cdadae7 [2020-08-18T15:37:38.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:37:38.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:37:38.021Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T15:37:38.021Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T15:37:38.021Z] OK: 12617 distinct packages available [2020-08-18T15:37:38.021Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T15:37:38.021Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T15:37:38.021Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T15:37:38.021Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T15:37:38.021Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:37:38.021Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T15:37:38.021Z] OK: 7 MiB in 18 packages [2020-08-18T15:37:39.006Z] Removing intermediate container 82721cdadae7 [2020-08-18T15:37:39.006Z] ---> 08caa5970ee3 [2020-08-18T15:37:39.006Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T15:37:39.284Z] ---> Running in 9266931ac5ea [2020-08-18T15:37:39.887Z] Removing intermediate container 9266931ac5ea [2020-08-18T15:37:39.887Z] ---> a40701782e06 [2020-08-18T15:37:39.887Z] Step 13/20 : WORKDIR /edgex [2020-08-18T15:37:40.168Z] ---> Running in 1645d4552d6e [2020-08-18T15:37:40.771Z] Removing intermediate container 1645d4552d6e [2020-08-18T15:37:40.771Z] ---> 2650deb15e15 [2020-08-18T15:37:40.771Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T15:37:42.236Z] ---> 156bb29e1e47 [2020-08-18T15:37:42.236Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T15:37:44.240Z] ---> 14035f342489 [2020-08-18T15:37:44.240Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T15:37:44.240Z] ---> Running in 4e5f41c795a7 [2020-08-18T15:37:44.847Z] Removing intermediate container 4e5f41c795a7 [2020-08-18T15:37:44.847Z] ---> 542503c27549 [2020-08-18T15:37:44.847Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T15:37:44.847Z] ---> Running in d8df5b8f9e7c [2020-08-18T15:37:45.833Z] Removing intermediate container d8df5b8f9e7c [2020-08-18T15:37:45.833Z] ---> adbf6aa1907b [2020-08-18T15:37:45.833Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T15:37:46.111Z] ---> Running in dff99f920627 [2020-08-18T15:37:46.714Z] Removing intermediate container dff99f920627 [2020-08-18T15:37:46.714Z] ---> 79e47d1ac346 [2020-08-18T15:37:46.714Z] Step 19/20 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:37:46.990Z] ---> Running in 4b46e48c2a52 [2020-08-18T15:37:47.589Z] Removing intermediate container 4b46e48c2a52 [2020-08-18T15:37:47.589Z] ---> 83e17797f126 [2020-08-18T15:37:47.589Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T15:37:47.869Z] ---> Running in d845cbedcc63 [2020-08-18T15:37:48.471Z] Removing intermediate container d845cbedcc63 [2020-08-18T15:37:48.471Z] ---> a32062830ccf [2020-08-18T15:37:48.471Z] [2020-08-18T15:37:49.073Z] Successfully built a32062830ccf [2020-08-18T15:37:49.073Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-18T15:37:54.501Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c07b2fbaa878 [2020-08-18T15:37:54.501Z] ---> 51d4e2c64405 [2020-08-18T15:37:54.501Z] [2020-08-18T15:37:54.501Z] Step 10/21 : FROM scratch [2020-08-18T15:37:54.501Z] ---> [2020-08-18T15:37:54.501Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:37:54.774Z] ---> Using cache [2020-08-18T15:37:54.774Z] ---> 370e61dcd3c6 [2020-08-18T15:37:54.774Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T15:37:54.774Z] ---> Running in 5833813277b0 [2020-08-18T15:37:55.377Z] Removing intermediate container 5833813277b0 [2020-08-18T15:37:55.377Z] ---> 7f432f703d60 [2020-08-18T15:37:55.377Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:37:55.659Z] ---> Running in c235de81c60a [2020-08-18T15:37:56.269Z] Removing intermediate container c235de81c60a [2020-08-18T15:37:56.269Z] ---> 7364d1530651 [2020-08-18T15:37:56.269Z] Step 14/21 : WORKDIR / [2020-08-18T15:37:56.542Z] ---> Running in 165bcf4a6e95 [2020-08-18T15:37:57.541Z] Removing intermediate container 165bcf4a6e95 [2020-08-18T15:37:57.541Z] ---> bf33a3dde842 [2020-08-18T15:37:57.541Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T15:37:58.981Z] ---> 1e8c292ab5a8 [2020-08-18T15:37:58.981Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T15:38:02.375Z] ---> 445106161abc [2020-08-18T15:38:02.375Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T15:38:03.351Z] Removing intermediate container 7cf7c806a86a [2020-08-18T15:38:03.351Z] ---> 1be4233f33c9 [2020-08-18T15:38:03.351Z] [2020-08-18T15:38:03.351Z] Step 10/21 : FROM scratch [2020-08-18T15:38:03.351Z] ---> [2020-08-18T15:38:03.351Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:38:03.951Z] ---> Using cache [2020-08-18T15:38:03.951Z] ---> 370e61dcd3c6 [2020-08-18T15:38:03.951Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T15:38:04.232Z] ---> 43c701414fab [2020-08-18T15:38:04.232Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:38:04.232Z] ---> Running in 674b505dab47 [2020-08-18T15:38:04.508Z] ---> Running in 9328f266c3cb [2020-08-18T15:38:05.110Z] Removing intermediate container 674b505dab47 [2020-08-18T15:38:05.110Z] ---> db9fcadb35fb [2020-08-18T15:38:05.110Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:38:05.384Z] ---> Running in 8b5a645a81ed [2020-08-18T15:38:05.673Z] Removing intermediate container 9328f266c3cb [2020-08-18T15:38:05.673Z] ---> 88ed12b84376 [2020-08-18T15:38:05.673Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T15:38:05.950Z] ---> Running in 10836dfc5665 [2020-08-18T15:38:05.950Z] Removing intermediate container 6c7e6a9663c8 [2020-08-18T15:38:05.950Z] ---> 086f0023c1a2 [2020-08-18T15:38:05.950Z] [2020-08-18T15:38:06.225Z] Step 10/21 : FROM scratch [2020-08-18T15:38:06.225Z] ---> [2020-08-18T15:38:06.225Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T15:38:06.225Z] Removing intermediate container 8b5a645a81ed [2020-08-18T15:38:06.225Z] ---> b861f0ddbe72 [2020-08-18T15:38:06.225Z] Step 14/21 : WORKDIR / [2020-08-18T15:38:06.506Z] ---> Running in d3e83956b3de [2020-08-18T15:38:06.506Z] ---> Using cache [2020-08-18T15:38:06.506Z] ---> 96af43a66557 [2020-08-18T15:38:06.506Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T15:38:06.506Z] ---> Running in f8ccbf6e86c7 [2020-08-18T15:38:06.783Z] Removing intermediate container 10836dfc5665 [2020-08-18T15:38:06.783Z] ---> 392106464238 [2020-08-18T15:38:06.783Z] Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:38:07.063Z] ---> Running in 51dceed332e1 [2020-08-18T15:38:07.344Z] Removing intermediate container d3e83956b3de [2020-08-18T15:38:07.344Z] ---> 2a08161681ec [2020-08-18T15:38:07.344Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T15:38:07.344Z] Removing intermediate container f8ccbf6e86c7 [2020-08-18T15:38:07.344Z] ---> f1d0283beae6 [2020-08-18T15:38:07.344Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T15:38:07.630Z] ---> Running in d78944d4e296 [2020-08-18T15:38:07.902Z] Removing intermediate container 51dceed332e1 [2020-08-18T15:38:07.902Z] ---> 2e72ec4dad64 [2020-08-18T15:38:07.902Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T15:38:08.172Z] ---> Running in c86aaace7c1a [2020-08-18T15:38:08.450Z] Removing intermediate container d78944d4e296 [2020-08-18T15:38:08.450Z] ---> c51b2a8e803f [2020-08-18T15:38:08.450Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T15:38:08.726Z] ---> 4c4a2e675d8a [2020-08-18T15:38:08.726Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T15:38:08.726Z] Removing intermediate container c86aaace7c1a [2020-08-18T15:38:08.726Z] ---> 15d555eae9d2 [2020-08-18T15:38:08.726Z] [2020-08-18T15:38:09.325Z] Successfully built 15d555eae9d2 [2020-08-18T15:38:09.602Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-18T15:38:09.602Z]  Building docker-core-command-go ... done  ---> c6bfd8b9ca15 [2020-08-18T15:38:09.602Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T15:38:10.584Z] ---> df8119de74ce [2020-08-18T15:38:10.584Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T15:38:10.584Z] ---> e50f28b83f33 [2020-08-18T15:38:10.584Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T15:38:11.198Z] ---> 7d04edd36e0a [2020-08-18T15:38:11.198Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:38:11.472Z] ---> Running in b788038f8530 [2020-08-18T15:38:12.457Z] ---> 06b491ba995d [2020-08-18T15:38:12.457Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T15:38:12.457Z] Removing intermediate container b788038f8530 [2020-08-18T15:38:12.457Z] ---> 0d6c53b1fe03 [2020-08-18T15:38:12.457Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T15:38:12.457Z] ---> Running in b05c8fd11cc7 [2020-08-18T15:38:13.056Z] Removing intermediate container b05c8fd11cc7 [2020-08-18T15:38:13.056Z] ---> 9a669e0a85e1 [2020-08-18T15:38:13.056Z] Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:38:13.056Z] ---> 57a93625337e [2020-08-18T15:38:13.056Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:38:13.329Z] ---> Running in dd4ff9a5cc20 [2020-08-18T15:38:13.329Z] ---> Running in d3d4db727cd5 [2020-08-18T15:38:13.929Z] Removing intermediate container dd4ff9a5cc20 [2020-08-18T15:38:13.929Z] ---> a74524efab0c [2020-08-18T15:38:13.929Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T15:38:13.929Z] Removing intermediate container d3d4db727cd5 [2020-08-18T15:38:13.929Z] ---> fd1c5c260c91 [2020-08-18T15:38:13.929Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T15:38:13.929Z] ---> Running in a9fdde07f4fa [2020-08-18T15:38:13.929Z] ---> Running in c36032866516 [2020-08-18T15:38:14.525Z] Removing intermediate container c36032866516 [2020-08-18T15:38:14.525Z] ---> 1b743583dc27 [2020-08-18T15:38:14.525Z] Step 20/21 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:38:14.798Z] Removing intermediate container a9fdde07f4fa [2020-08-18T15:38:14.798Z] ---> 962a526f6b0a [2020-08-18T15:38:14.798Z] [2020-08-18T15:38:14.798Z] ---> Running in 9d52b251b45c [2020-08-18T15:38:15.403Z] Successfully built 962a526f6b0a [2020-08-18T15:38:15.403Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-18T15:38:15.403Z]  Building docker-core-metadata-go ... done Removing intermediate container 9d52b251b45c [2020-08-18T15:38:15.403Z] ---> 140150665dea [2020-08-18T15:38:15.403Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T15:38:15.403Z] ---> Running in 56517059cbd2 [2020-08-18T15:38:15.995Z] Removing intermediate container 56517059cbd2 [2020-08-18T15:38:15.995Z] ---> 3fc0490b68a0 [2020-08-18T15:38:15.995Z] [2020-08-18T15:38:16.595Z] Successfully built 3fc0490b68a0 [2020-08-18T15:38:16.595Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-18T15:38:28.974Z]  Building docker-support-logging-go ... done Removing intermediate container 93160c045a25 [2020-08-18T15:38:28.974Z] ---> 3780557cc2c8 [2020-08-18T15:38:28.974Z] [2020-08-18T15:38:28.974Z] Step 10/22 : FROM alpine [2020-08-18T15:38:28.974Z] ---> 62ee0e9f8440 [2020-08-18T15:38:28.974Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T15:38:28.974Z] ---> Running in 4c390710d119 [2020-08-18T15:38:28.974Z] Removing intermediate container 4c390710d119 [2020-08-18T15:38:28.974Z] ---> b2adf26fa516 [2020-08-18T15:38:28.974Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T15:38:28.974Z] ---> Running in 2e8fd6f804a1 [2020-08-18T15:38:28.974Z] Removing intermediate container 2e8fd6f804a1 [2020-08-18T15:38:28.975Z] ---> 3de1e1a920df [2020-08-18T15:38:28.975Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T15:38:28.975Z] ---> Running in 9f29b2bcc8ca [2020-08-18T15:38:29.255Z] Removing intermediate container 9f29b2bcc8ca [2020-08-18T15:38:29.255Z] ---> 230c0101c694 [2020-08-18T15:38:29.255Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T15:38:29.255Z] ---> Running in 844df11e30fc [2020-08-18T15:38:31.879Z] Removing intermediate container 844df11e30fc [2020-08-18T15:38:31.879Z] ---> de9f779155cd [2020-08-18T15:38:31.879Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T15:38:31.879Z] ---> Running in 5f0efe40fa12 [2020-08-18T15:38:33.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T15:38:34.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T15:38:34.982Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T15:38:34.982Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T15:38:35.258Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T15:38:35.533Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T15:38:35.816Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T15:38:35.816Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T15:38:35.816Z] OK: 8 MiB in 19 packages [2020-08-18T15:38:37.278Z] Removing intermediate container 5f0efe40fa12 [2020-08-18T15:38:37.278Z] ---> 7732b1ec0ce2 [2020-08-18T15:38:37.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T15:38:37.886Z] ---> 27c1cc590942 [2020-08-18T15:38:37.886Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T15:38:39.396Z] ---> a143ee80f37c [2020-08-18T15:38:39.396Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T15:38:40.032Z] ---> e2d968e9fa60 [2020-08-18T15:38:40.032Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T15:38:40.032Z] ---> Running in 05cb1c4db955 [2020-08-18T15:38:40.320Z] Removing intermediate container 05cb1c4db955 [2020-08-18T15:38:40.320Z] ---> d91cc1445ecc [2020-08-18T15:38:40.320Z] Step 20/22 : LABEL arch=arm64 [2020-08-18T15:38:40.623Z] ---> Running in 2a12771933de [2020-08-18T15:38:40.902Z] Removing intermediate container 2a12771933de [2020-08-18T15:38:40.902Z] ---> ddd039cbb280 [2020-08-18T15:38:40.902Z] Step 21/22 : LABEL git_sha=1732536b2be7da8f5d082537ddc0d5b62d50b6e8 [2020-08-18T15:38:41.196Z] ---> Running in c7af044b0b60 [2020-08-18T15:38:41.480Z] Removing intermediate container c7af044b0b60 [2020-08-18T15:38:41.480Z] ---> fe22cdc80201 [2020-08-18T15:38:41.480Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T15:38:41.762Z] ---> Running in 2f6e58181a75 [2020-08-18T15:38:42.060Z] Removing intermediate container 2f6e58181a75 [2020-08-18T15:38:42.060Z] ---> 91de2f296d46 [2020-08-18T15:38:42.060Z] [2020-08-18T15:38:42.679Z] Successfully built 91de2f296d46 [2020-08-18T15:38:42.679Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-18T15:38:42.986Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-18T15:38:42.988Z] $ docker stop --time=1 00c88a9761d58a9786d8b0634637a2b38c1883e9c4592b1ce954d5c869ab68eb [2020-08-18T15:38:44.924Z] $ docker rm -f 00c88a9761d58a9786d8b0634637a2b38c1883e9c4592b1ce954d5c869ab68eb [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T15:38:45.651Z] + + dockergrep images docker [2020-08-18T15:38:45.651Z] [2020-08-18T15:38:45.932Z] docker-core-data-go-arm64 latest 91de2f296d46 4 seconds ago 23.3MB [2020-08-18T15:38:45.932Z] docker-support-logging-go-arm64 latest 3fc0490b68a0 30 seconds ago 11.4MB [2020-08-18T15:38:45.932Z] docker-core-metadata-go-arm64 latest 962a526f6b0a 31 seconds ago 13.8MB [2020-08-18T15:38:45.932Z] docker-core-command-go-arm64 latest 15d555eae9d2 37 seconds ago 12.4MB [2020-08-18T15:38:45.932Z] docker-security-proxy-setup-go-arm64 latest a32062830ccf 57 seconds ago 15.8MB [2020-08-18T15:38:45.932Z] docker-sys-mgmt-agent-go-arm64 latest 1e0d08a95539 3 minutes ago 266MB [2020-08-18T15:38:45.932Z] docker-security-secretstore-setup-go-arm64 latest a711c3529786 4 minutes ago 32.6MB [2020-08-18T15:38:45.932Z] docker-security-secrets-setup-go-arm64 latest a5c93874b03e 4 minutes ago 24.2MB [2020-08-18T15:38:45.932Z] docker-support-notifications-go-arm64 latest a9e160411d8c 4 minutes ago 13.9MB [2020-08-18T15:38:45.932Z] docker-support-scheduler-go-arm64 latest 8e9f15e67766 4 minutes ago 12.6MB [2020-08-18T15:38:45.932Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-18T15:38:47.374Z] provisioning config files... [2020-08-18T15:38:47.396Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config6356838098142959008tmp [Pipeline] { [Pipeline] sh [2020-08-18T15:38:47.771Z] + curl -s https://codecov.io/bash [2020-08-18T15:38:47.771Z] + bash -s - -t @/w/workspace/edgex-go/19@tmp/config6356838098142959008tmp [Pipeline] } [2020-08-18T15:38:48.371Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:38:49.916Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:38:50.811Z] ---> package-listing.sh [2020-08-18T15:38:50.811Z] ++ facter osfamily [2020-08-18T15:38:50.811Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-18T15:38:50.811Z] + OS_FAMILY=redhat [2020-08-18T15:38:50.811Z] + workspace=/w/workspace/edgex-go/19 [2020-08-18T15:38:50.811Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-18T15:38:50.811Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-18T15:38:50.811Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-18T15:38:50.811Z] + PACKAGES=/tmp/packages_start.txt [2020-08-18T15:38:50.811Z] + '[' /w/workspace/edgex-go/19 ']' [2020-08-18T15:38:50.811Z] + PACKAGES=/tmp/packages_end.txt [2020-08-18T15:38:50.811Z] + case "${OS_FAMILY}" in [2020-08-18T15:38:50.811Z] + rpm -qa [2020-08-18T15:38:50.811Z] + sort [2020-08-18T15:38:55.048Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-18T15:38:55.048Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-18T15:38:55.048Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-18T15:38:55.048Z] + '[' /w/workspace/edgex-go/19 ']' [2020-08-18T15:38:55.048Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2020-08-18T15:38:55.048Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:38:55.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T15:38:55.437Z] [2020-08-18T15:38:55.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-18T15:38:55.805Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T15:38:55.805Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-18T15:38:55.805Z] c9b1b535fdd9: Pulling fs layer [2020-08-18T15:38:55.805Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-18T15:38:55.805Z] 756a868c4378: Pulling fs layer [2020-08-18T15:38:55.805Z] 444b2fc9a129: Pulling fs layer [2020-08-18T15:38:55.805Z] ea15f1150254: Pulling fs layer [2020-08-18T15:38:55.805Z] 41b27a9f41bf: Pulling fs layer [2020-08-18T15:38:55.805Z] 28c525ee5125: Pulling fs layer [2020-08-18T15:38:55.805Z] 094b1ea09ed8: Pulling fs layer [2020-08-18T15:38:55.805Z] 138eaada9080: Pulling fs layer [2020-08-18T15:38:55.805Z] 0622d0fa9048: Pulling fs layer [2020-08-18T15:38:55.805Z] 444b2fc9a129: Waiting [2020-08-18T15:38:55.805Z] ea15f1150254: Waiting [2020-08-18T15:38:55.805Z] 41b27a9f41bf: Waiting [2020-08-18T15:38:55.805Z] 28c525ee5125: Waiting [2020-08-18T15:38:55.805Z] 094b1ea09ed8: Waiting [2020-08-18T15:38:55.805Z] 138eaada9080: Waiting [2020-08-18T15:38:55.805Z] 0622d0fa9048: Waiting [2020-08-18T15:38:55.805Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-18T15:38:55.805Z] 2cc5ad85d9ab: Download complete [2020-08-18T15:38:55.805Z] 444b2fc9a129: Verifying Checksum [2020-08-18T15:38:55.805Z] 444b2fc9a129: Download complete [2020-08-18T15:38:55.805Z] c9b1b535fdd9: Verifying Checksum [2020-08-18T15:38:55.805Z] c9b1b535fdd9: Download complete [2020-08-18T15:38:56.083Z] ea15f1150254: Verifying Checksum [2020-08-18T15:38:56.083Z] ea15f1150254: Download complete [2020-08-18T15:38:56.083Z] 28c525ee5125: Verifying Checksum [2020-08-18T15:38:56.083Z] 28c525ee5125: Download complete [2020-08-18T15:38:56.361Z] 756a868c4378: Verifying Checksum [2020-08-18T15:38:56.361Z] 756a868c4378: Download complete [2020-08-18T15:38:56.361Z] c9b1b535fdd9: Pull complete [2020-08-18T15:38:56.361Z] 138eaada9080: Verifying Checksum [2020-08-18T15:38:56.361Z] 138eaada9080: Download complete [2020-08-18T15:38:56.361Z] 094b1ea09ed8: Verifying Checksum [2020-08-18T15:38:56.361Z] 094b1ea09ed8: Download complete [2020-08-18T15:38:56.628Z] 0622d0fa9048: Verifying Checksum [2020-08-18T15:38:56.628Z] 0622d0fa9048: Download complete [2020-08-18T15:38:56.628Z] 2cc5ad85d9ab: Pull complete [2020-08-18T15:38:56.894Z] 41b27a9f41bf: Verifying Checksum [2020-08-18T15:38:56.894Z] 41b27a9f41bf: Download complete [2020-08-18T15:38:58.290Z] 756a868c4378: Pull complete [2020-08-18T15:38:58.290Z] 444b2fc9a129: Pull complete [2020-08-18T15:38:58.558Z] ea15f1150254: Pull complete [2020-08-18T15:39:03.862Z] 41b27a9f41bf: Pull complete [2020-08-18T15:39:03.862Z] 28c525ee5125: Pull complete [2020-08-18T15:39:06.419Z] 094b1ea09ed8: Pull complete [2020-08-18T15:39:06.683Z] 138eaada9080: Pull complete [2020-08-18T15:39:06.943Z] 0622d0fa9048: Pull complete [2020-08-18T15:39:06.943Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-18T15:39:06.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T15:39:06.943Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-18T15:39:07.110Z] prd-centos7-docker-4c-2g-392 does not seem to be running inside a container [2020-08-18T15:39:07.148Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-18T15:39:12.114Z] $ docker top 5543d5fa9cf840a90d94bd5b7c45a303cf9fdf83f0897f36beff03ea063ac9fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T15:39:12.498Z] provisioning config files... [2020-08-18T15:39:12.514Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config1598424722058670122tmp [Pipeline] { [Pipeline] echo [2020-08-18T15:39:12.575Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:39:12.875Z] ---> create-netrc.sh [Pipeline] echo [2020-08-18T15:39:12.885Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T15:39:13.179Z] ---> logs-deploy.sh [2020-08-18T15:39:13.179Z] + ARCHIVE_ARTIFACTS= [2020-08-18T15:39:13.179Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-18T15:39:13.179Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-18T15:39:13.180Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-18T15:39:13.180Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/19 [2020-08-18T15:39:13.180Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/19/ [2020-08-18T15:39:13.180Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/19 /w/workspace/edgex-go/19 [2020-08-18T15:39:14.119Z] Archives upload complete. [2020-08-18T15:39:14.380Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/19/