Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 82b187e91532f82db40e9dc8d7590bd46fa6d242+aed4594c0c67a41538adeca107413fb688e317f4 (220ac0a9f41e06758c47dd355504ba506efe92d1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3347 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/30 [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/30 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 Merge succeeded, producing 3411bc6691e646aaca2da325fb23ef81e0951fbb Checking out Revision 3411bc6691e646aaca2da325fb23ef81e0951fbb (PR-2574) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3411bc6691e646aaca2da325fb23ef81e0951fbb # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-11T04:32:06.314Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-11T04:32:06.539Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-11T04:32:06.630Z] ========================================================= [2020-08-11T04:32:06.630Z] EdgeX Global Pipelines Version Info [2020-08-11T04:32:06.630Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 00db54cc79085e1ecaf600c8ab979e4b96d614ac # timeout=10 [2020-08-11T04:32:08.504Z] ------------------- [2020-08-11T04:32:08.504Z] stable info: [2020-08-11T04:32:08.504Z] ------------------- [2020-08-11T04:32:08.504Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-11T04:32:08.504Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-11T04:32:08.504Z] Message: update stable to v1.0.106 [2020-08-11T04:32:09.113Z] ------------------- [2020-08-11T04:32:09.113Z] experimental info: [2020-08-11T04:32:09.113Z] ------------------- [2020-08-11T04:32:09.113Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-11T04:32:09.113Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-11T04:32:09.113Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-11T04:32:10.713Z] ++ 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-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/core-command/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/core-data/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-11T04:32:10.713Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:32:10.713Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-11T04:32:10.713Z] ++ cut -d/ -f2 [2020-08-11T04:32:10.713Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-11T04:32:10.781Z] 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-11T04:32:11.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:32:11.785Z] [2020-08-11T04:32:11.785Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:32:12.138Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:32:12.138Z] latest: Pulling from edgex-devops/git-semver [2020-08-11T04:32:12.138Z] 31603596830f: Pulling fs layer [2020-08-11T04:32:12.138Z] 2a8b12db71e7: Pulling fs layer [2020-08-11T04:32:12.138Z] 6ca5941a6612: Pulling fs layer [2020-08-11T04:32:12.138Z] ecc8261a40a4: Pulling fs layer [2020-08-11T04:32:12.138Z] ecc8261a40a4: Waiting [2020-08-11T04:32:12.138Z] 2a8b12db71e7: Verifying Checksum [2020-08-11T04:32:12.138Z] 2a8b12db71e7: Download complete [2020-08-11T04:32:12.138Z] 31603596830f: Download complete [2020-08-11T04:32:12.401Z] ecc8261a40a4: Verifying Checksum [2020-08-11T04:32:12.401Z] ecc8261a40a4: Download complete [2020-08-11T04:32:12.401Z] 6ca5941a6612: Verifying Checksum [2020-08-11T04:32:12.401Z] 6ca5941a6612: Download complete [2020-08-11T04:32:12.664Z] 31603596830f: Pull complete [2020-08-11T04:32:13.240Z] 2a8b12db71e7: Pull complete [2020-08-11T04:32:13.827Z] 6ca5941a6612: Pull complete [2020-08-11T04:32:14.093Z] ecc8261a40a4: Pull complete [2020-08-11T04:32:14.093Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-11T04:32:14.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:32:14.093Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-11T04:32:14.230Z] prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container [2020-08-11T04:32:14.303Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-11T04:32:16.615Z] $ docker top 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T04:32:16.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:32:16.870Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:32:17.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:32:17.088Z] $ docker exec 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent [2020-08-11T04:32:17.260Z] SSH_AUTH_SOCK=/tmp/ssh-ewMuPKVgLgrk/agent.11 [2020-08-11T04:32:17.260Z] SSH_AGENT_PID=16 [2020-08-11T04:32:17.274Z] Running ssh-add (command line suppressed) [2020-08-11T04:32:17.389Z] Identity added: /w/workspace/edgex-go/30@tmp/private_key_7440543948752023879.key (/w/workspace/edgex-go/30@tmp/private_key_7440543948752023879.key) [2020-08-11T04:32:17.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:32:17.803Z] + git describe --exact-match --tags HEAD [2020-08-11T04:32:17.803Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-11T04:32:17.822Z] $ docker exec --env ******** --env ******** 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent -k [2020-08-11T04:32:17.933Z] unset SSH_AUTH_SOCK; [2020-08-11T04:32:17.934Z] unset SSH_AGENT_PID; [2020-08-11T04:32:17.934Z] echo Agent pid 16 killed; [2020-08-11T04:32:17.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-11T04:32:18.067Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-11T04:32:18.067Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-11T04:32:18.179Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:32:18.179Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:32:18.340Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:32:18.341Z] $ docker exec 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent [2020-08-11T04:32:18.512Z] SSH_AUTH_SOCK=/tmp/ssh-VOit8rQkiqVs/agent.44 [2020-08-11T04:32:18.512Z] SSH_AGENT_PID=49 [2020-08-11T04:32:18.519Z] Running ssh-add (command line suppressed) [2020-08-11T04:32:18.651Z] Identity added: /w/workspace/edgex-go/30@tmp/private_key_1324375405851386759.key (/w/workspace/edgex-go/30@tmp/private_key_1324375405851386759.key) [2020-08-11T04:32:18.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:32:19.103Z] + git semver init [2020-08-11T04:32:19.103Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T04:32:19.103Z] # $GIT_DIR = /w/workspace/edgex-go/30/.git [2020-08-11T04:32:19.103Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/30 [2020-08-11T04:32:19.103Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T04:32:19.103Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T04:32:19.103Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T04:32:19.103Z] # $SEMVER_BRANCH = PR-2574 [2020-08-11T04:32:19.103Z] # $SEMVER_TEMP = /tmp/semver-123987852 [2020-08-11T04:32:19.103Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-11T04:32:37.276Z] # '/tmp/semver-123987852' -> '/w/workspace/edgex-go/30/.semver' [2020-08-11T04:32:37.276Z] # -> Force: false [2020-08-11T04:32:37.276Z] # $SEMVER_DIR = /w/workspace/edgex-go/30/.semver [Pipeline] } [2020-08-11T04:32:37.287Z] $ docker exec --env ******** --env ******** 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 ssh-agent -k [2020-08-11T04:32:37.486Z] unset SSH_AUTH_SOCK; [2020-08-11T04:32:37.487Z] unset SSH_AGENT_PID; [2020-08-11T04:32:37.487Z] echo Agent pid 49 killed; [2020-08-11T04:32:37.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T04:32:37.988Z] + git semver [Pipeline] } [2020-08-11T04:32:38.003Z] $ docker stop --time=1 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 [2020-08-11T04:32:39.620Z] $ docker rm -f 751a4e871308cc3581eeeb62ba2a8248b00f71f934fd9a22eb583f9bd841e3b5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-11T04:32:54.249Z] Stashed 31 file(s) [Pipeline] echo [2020-08-11T04:32:54.251Z] [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-11T04:32:54.721Z] ========================================================= [2020-08-11T04:32:54.721Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-11T04:32:54.721Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:32:55.047Z] + 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-11T04:32:58.365Z] Sending build context to Docker daemon 323MB [2020-08-11T04:32:58.365Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:32:58.365Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:32:58.365Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-11T04:32:58.365Z] df20fa9351a1: Pulling fs layer [2020-08-11T04:32:58.365Z] ed8968b2872e: Pulling fs layer [2020-08-11T04:32:58.365Z] a92cc7c5fd73: Pulling fs layer [2020-08-11T04:32:58.365Z] 2dd03ba5bac4: Pulling fs layer [2020-08-11T04:32:58.365Z] 1e091d79d1de: Pulling fs layer [2020-08-11T04:32:58.365Z] 481702a1767f: Pulling fs layer [2020-08-11T04:32:58.365Z] f64a6f60c768: Pulling fs layer [2020-08-11T04:32:58.365Z] e78d2573fc39: Pulling fs layer [2020-08-11T04:32:58.365Z] e876d2f968b6: Pulling fs layer [2020-08-11T04:32:58.365Z] ce8a83651883: Pulling fs layer [2020-08-11T04:32:58.365Z] 07967f4d0e4b: Pulling fs layer [2020-08-11T04:32:58.365Z] f64a6f60c768: Waiting [2020-08-11T04:32:58.365Z] e78d2573fc39: Waiting [2020-08-11T04:32:58.365Z] e876d2f968b6: Waiting [2020-08-11T04:32:58.365Z] ce8a83651883: Waiting [2020-08-11T04:32:58.365Z] 07967f4d0e4b: Waiting [2020-08-11T04:32:58.365Z] 1e091d79d1de: Waiting [2020-08-11T04:32:58.365Z] 2dd03ba5bac4: Waiting [2020-08-11T04:32:58.365Z] 481702a1767f: Waiting [2020-08-11T04:32:58.365Z] a92cc7c5fd73: Verifying Checksum [2020-08-11T04:32:58.365Z] a92cc7c5fd73: Download complete [2020-08-11T04:32:58.365Z] ed8968b2872e: Download complete [2020-08-11T04:32:58.365Z] 1e091d79d1de: Verifying Checksum [2020-08-11T04:32:58.365Z] 1e091d79d1de: Download complete [2020-08-11T04:32:58.365Z] 481702a1767f: Verifying Checksum [2020-08-11T04:32:58.365Z] 481702a1767f: Download complete [2020-08-11T04:32:58.365Z] df20fa9351a1: Verifying Checksum [2020-08-11T04:32:58.365Z] df20fa9351a1: Download complete [2020-08-11T04:32:58.365Z] df20fa9351a1: Pull complete [2020-08-11T04:32:59.354Z] f64a6f60c768: Verifying Checksum [2020-08-11T04:32:59.354Z] f64a6f60c768: Download complete [2020-08-11T04:32:59.930Z] 2dd03ba5bac4: Verifying Checksum [2020-08-11T04:32:59.930Z] 2dd03ba5bac4: Download complete [2020-08-11T04:33:00.191Z] e78d2573fc39: Verifying Checksum [2020-08-11T04:33:00.191Z] e78d2573fc39: Download complete [2020-08-11T04:33:00.457Z] e876d2f968b6: Verifying Checksum [2020-08-11T04:33:00.457Z] e876d2f968b6: Download complete [2020-08-11T04:33:00.457Z] 07967f4d0e4b: Verifying Checksum [2020-08-11T04:33:00.457Z] 07967f4d0e4b: Download complete [2020-08-11T04:33:00.457Z] ed8968b2872e: Pull complete [2020-08-11T04:33:01.031Z] ce8a83651883: Verifying Checksum [2020-08-11T04:33:01.031Z] ce8a83651883: Download complete [2020-08-11T04:33:01.031Z] a92cc7c5fd73: Pull complete [2020-08-11T04:33:07.654Z] 2dd03ba5bac4: Pull complete [2020-08-11T04:33:07.654Z] 1e091d79d1de: Pull complete [2020-08-11T04:33:07.654Z] 481702a1767f: Pull complete [2020-08-11T04:33:09.543Z] Still waiting to schedule task [2020-08-11T04:33:09.543Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3349’ is offline [2020-08-11T04:33:12.970Z] f64a6f60c768: Pull complete [2020-08-11T04:33:15.537Z] e78d2573fc39: Pull complete [2020-08-11T04:33:15.537Z] e876d2f968b6: Pull complete [2020-08-11T04:33:16.485Z] ce8a83651883: Pull complete [2020-08-11T04:33:16.485Z] 07967f4d0e4b: Pull complete [2020-08-11T04:33:16.485Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-11T04:33:16.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-11T04:33:16.485Z] ---> 5d7c900382c6 [2020-08-11T04:33:16.485Z] 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-11T04:33:18.401Z] ---> Running in cfa356db3d62 [2020-08-11T04:33:18.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:33:19.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:33:20.546Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:33:20.546Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:33:20.807Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:33:20.807Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:33:30.808Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:33:30.808Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:33:30.808Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:33:30.808Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:33:30.808Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:33:30.808Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:33:30.808Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:33:30.808Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:33:30.808Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:33:30.808Z] OK: 233 MiB in 51 packages [2020-08-11T04:33:34.112Z] Removing intermediate container cfa356db3d62 [2020-08-11T04:33:34.112Z] ---> 5d85a8026e61 [2020-08-11T04:33:34.112Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:33:34.112Z] ---> Running in ba768d6d1aef [2020-08-11T04:33:34.376Z] Removing intermediate container ba768d6d1aef [2020-08-11T04:33:34.376Z] ---> 761f28095811 [2020-08-11T04:33:34.376Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:33:34.636Z] latest: Pulling from library/docker [2020-08-11T04:33:34.909Z] df20fa9351a1: Already exists [2020-08-11T04:33:34.909Z] 25ad7478873d: Pulling fs layer [2020-08-11T04:33:34.909Z] 4684f6177b5d: Pulling fs layer [2020-08-11T04:33:34.909Z] 46e300cec669: Pulling fs layer [2020-08-11T04:33:34.909Z] 63038576ad94: Pulling fs layer [2020-08-11T04:33:34.909Z] 0fdb76c4706c: Pulling fs layer [2020-08-11T04:33:34.909Z] cb7edeffdfd5: Pulling fs layer [2020-08-11T04:33:34.909Z] 63038576ad94: Waiting [2020-08-11T04:33:34.909Z] cb7edeffdfd5: Waiting [2020-08-11T04:33:34.909Z] 0fdb76c4706c: Waiting [2020-08-11T04:33:34.909Z] 4684f6177b5d: Verifying Checksum [2020-08-11T04:33:34.909Z] 4684f6177b5d: Download complete [2020-08-11T04:33:34.909Z] 25ad7478873d: Download complete [2020-08-11T04:33:35.180Z] 63038576ad94: Verifying Checksum [2020-08-11T04:33:35.180Z] 63038576ad94: Download complete [2020-08-11T04:33:35.180Z] 25ad7478873d: Pull complete [2020-08-11T04:33:35.454Z] 0fdb76c4706c: Verifying Checksum [2020-08-11T04:33:35.454Z] 0fdb76c4706c: Download complete [2020-08-11T04:33:35.454Z] 4684f6177b5d: Pull complete [2020-08-11T04:33:35.717Z] 46e300cec669: Verifying Checksum [2020-08-11T04:33:35.717Z] 46e300cec669: Download complete [2020-08-11T04:33:36.296Z] cb7edeffdfd5: Verifying Checksum [2020-08-11T04:33:36.296Z] cb7edeffdfd5: Download complete [2020-08-11T04:33:38.213Z] 46e300cec669: Pull complete [2020-08-11T04:33:38.213Z] 63038576ad94: Pull complete [2020-08-11T04:33:38.213Z] 0fdb76c4706c: Pull complete [2020-08-11T04:33:38.474Z] cb7edeffdfd5: Pull complete [2020-08-11T04:33:38.474Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:33:38.474Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:33:40.392Z] ---> 09abe076aaef [2020-08-11T04:33:40.392Z] Step 6/7 : COPY go.mod . [2020-08-11T04:33:40.392Z] ---> 51a6ab53ddc7 [2020-08-11T04:33:40.392Z] Step 7/7 : RUN go mod download [2020-08-11T04:33:40.392Z] ---> Running in 0017e9c0fcfc [2020-08-11T04:33:42.938Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:33:42.939Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:33:42.939Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:33:42.939Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:33:42.939Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:33:42.939Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:33:42.939Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:33:42.939Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:33:42.939Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T04:33:42.939Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:33:42.939Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:33:42.939Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:33:42.939Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:33:42.939Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:33:42.939Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:33:42.939Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:33:42.939Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:33:43.199Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:33:43.199Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:33:43.459Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:33:43.459Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:33:43.459Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:33:43.459Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:33:43.459Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:33:43.459Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:33:43.459Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:33:43.459Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:33:43.459Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:33:43.459Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:33:43.459Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:33:43.459Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:33:43.719Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:33:43.980Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:33:43.980Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:33:43.980Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:33:43.980Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:33:43.980Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:33:43.980Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:33:43.980Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:33:43.980Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:33:43.980Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:33:43.980Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:33:43.980Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:33:43.980Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:33:44.241Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:33:44.241Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:33:44.241Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:33:44.241Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:33:44.501Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:33:44.501Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:33:44.501Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:33:44.501Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:33:44.501Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:33:44.501Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:33:44.501Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:33:44.501Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:33:44.501Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:33:44.501Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:33:44.501Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:33:44.501Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:33:44.763Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:33:44.763Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:33:44.763Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T04:33:44.763Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:33:44.763Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:33:44.763Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:33:44.763Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:33:44.763Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:33:44.763Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:33:44.763Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:33:44.763Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:33:44.763Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:33:45.027Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:33:57.363Z] Removing intermediate container 0017e9c0fcfc [2020-08-11T04:33:57.363Z] ---> 64a09c948002 [2020-08-11T04:33:57.363Z] Successfully built 64a09c948002 [2020-08-11T04:33:57.363Z] 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-11T04:33:57.937Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-11T04:33:57.937Z] . [Pipeline] withDockerContainer [2020-08-11T04:33:58.032Z] prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container [2020-08-11T04:33:58.087Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-11T04:33:58.776Z] $ docker top c92c5d139ffcfa885e36e7eb1641ae4a5d8b6d34450800d92091b9c1b95ae87c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:33:59.308Z] + go version [2020-08-11T04:33:59.308Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-11T04:33:59.324Z] ========================================================= [2020-08-11T04:33:59.324Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:33:59.324Z] ========================================================= [Pipeline] sh [2020-08-11T04:33:59.631Z] + make test [2020-08-11T04:33:59.631Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:34:01.597Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:34:11.779Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:34:17.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:34:17.139Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:34:17.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:34:17.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:34:17.139Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-08-11T04:34:17.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:34:17.139Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:34:17.409Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:34:17.680Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:34:18.270Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:34:18.271Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:34:18.271Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:34:18.271Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:34:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements [2020-08-11T04:34:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:34:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:34:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:34:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:34:25.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:34:27.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.068s coverage: 27.3% of statements [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:34:27.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:34:27.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements [2020-08-11T04:34:27.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:34:29.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:34:29.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.032s coverage: 100.0% of statements [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:34:29.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:34:29.015Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.028s coverage: 89.8% of statements [2020-08-11T04:34:29.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:34:29.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:34:29.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.023s coverage: 100.0% of statements [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:34:29.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:34:29.592Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements [2020-08-11T04:34:31.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements [2020-08-11T04:34:31.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:34:31.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:34:31.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-08-11T04:34:31.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.009s coverage: 92.3% of statements [2020-08-11T04:34:31.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2020-08-11T04:34:31.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2020-08-11T04:34:32.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements [2020-08-11T04:34:32.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.084s coverage: 55.9% of statements [2020-08-11T04:34:32.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:34:32.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:34:32.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:34:32.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:34:34.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.550s coverage: 86.3% of statements [2020-08-11T04:34:34.131Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:34:34.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.333s coverage: 72.2% of statements [2020-08-11T04:34:34.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.128s coverage: 72.1% of statements [2020-08-11T04:34:34.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-08-11T04:34:34.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-08-11T04:34:34.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:34:34.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:34:34.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:34:34.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-08-11T04:34:34.392Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:34:34.988Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.011s coverage: 96.8% of statements [2020-08-11T04:34:34.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:34:36.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.057s coverage: 33.7% of statements [2020-08-11T04:34:36.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:34:36.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:34:36.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-08-11T04:34:36.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.019s coverage: 100.0% of statements [2020-08-11T04:34:36.679Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements [2020-08-11T04:34:36.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:34:36.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:34:36.950Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-11T04:34:36.950Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:34:37.223Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements [2020-08-11T04:34:37.223Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:34:38.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.059s coverage: 46.1% of statements [2020-08-11T04:34:38.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:34:38.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:34:38.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-08-11T04:34:38.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:34:38.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:34:38.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:34:38.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-08-11T04:34:38.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:34:38.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements [2020-08-11T04:34:38.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:34:40.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.044s coverage: 29.1% of statements [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:34:40.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.021s coverage: 99.0% of statements [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:34:40.855Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.006s coverage: 100.0% of statements [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:34:40.855Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:34:40.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:34:40.855Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:34:41.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.015s coverage: 87.9% of statements [2020-08-11T04:34:41.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:34:41.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:34:41.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-08-11T04:34:41.725Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-08-11T04:34:41.989Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-11T04:34:42.253Z] GO111MODULE=on go vet ./... [2020-08-11T04:34:48.890Z] gofmt -l . [2020-08-11T04:34:48.890Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:34:49.462Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:34:50.407Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T04:34:52.095Z] + ls -al . [2020-08-11T04:34:52.095Z] total 564 [2020-08-11T04:34:52.095Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:34 . [2020-08-11T04:34:52.095Z] drwxr-xr-x 4 root root 30 Aug 11 04:33 .. [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:32 .dockerignore [2020-08-11T04:34:52.095Z] drwxrwxr-x 8 1001 1001 179 Aug 11 04:32 .git [2020-08-11T04:34:52.095Z] drwxrwxr-x 3 1001 1001 60 Aug 11 04:32 .github [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:32 .gitignore [2020-08-11T04:34:52.095Z] drwx------ 3 1001 1001 47 Aug 11 04:32 .semver [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:32 .sonarcloud.properties [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:32 CONTRIBUTING.md [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:32 Dockerfile.build [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:32 Jenkinsfile [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:32 LICENSE [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:32 Makefile [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:32 README.md [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:32 SECURITY.md [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:32 VERSION [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:32 ZMQWindows.md [2020-08-11T04:34:52.095Z] drwxrwxr-x 2 1001 1001 117 Aug 11 04:32 bin [2020-08-11T04:34:52.095Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:32 cmd [2020-08-11T04:34:52.095Z] -rw-r--r-- 1 root root 465013 Aug 11 04:34 coverage.out [2020-08-11T04:34:52.095Z] -rw-r--r-- 1 root root 1075 Aug 11 04:34 go.mod [2020-08-11T04:34:52.095Z] -rw-r--r-- 1 root root 18146 Aug 11 04:34 go.sum [2020-08-11T04:34:52.095Z] drwxrwxr-x 8 1001 1001 127 Aug 11 04:32 internal [2020-08-11T04:34:52.095Z] drwxrwxr-x 4 1001 1001 26 Aug 11 04:32 openapi [2020-08-11T04:34:52.095Z] drwxrwxr-x 4 1001 1001 71 Aug 11 04:32 snap [2020-08-11T04:34:52.095Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:32 version.go [Pipeline] sh [2020-08-11T04:34:52.410Z] + '[' -e coverage.out ] [2020-08-11T04:34:52.410Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:34:52.574Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:34:52.890Z] + make build [2020-08-11T04:34:52.891Z] 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-11T04:34:59.545Z] 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-11T04:35:02.098Z] 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-11T04:35:03.508Z] 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-11T04:35:04.914Z] 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-11T04:35:06.853Z] 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-11T04:35:07.119Z] 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-11T04:35:09.669Z] 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-11T04:35:11.055Z] 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-11T04:35:12.450Z] 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-11T04:35:15.016Z] 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-11T04:35:15.963Z] 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-11T04:35:17.351Z] 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-11T04:35:18.752Z] $ docker stop --time=1 c92c5d139ffcfa885e36e7eb1641ae4a5d8b6d34450800d92091b9c1b95ae87c [2020-08-11T04:35:20.434Z] $ docker rm -f c92c5d139ffcfa885e36e7eb1641ae4a5d8b6d34450800d92091b9c1b95ae87c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:35:21.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:35:21.870Z] [2020-08-11T04:35:21.870Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:35:22.244Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:35:22.244Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-11T04:35:22.244Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-11T04:35:22.244Z] ca9280d653b3: Pulling fs layer [2020-08-11T04:35:22.244Z] 7e9c9ca2126c: Pulling fs layer [2020-08-11T04:35:22.244Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-11T04:35:22.244Z] cbdbe7a5bc2a: Download complete [2020-08-11T04:35:22.516Z] ca9280d653b3: Verifying Checksum [2020-08-11T04:35:22.516Z] ca9280d653b3: Download complete [2020-08-11T04:35:22.784Z] cbdbe7a5bc2a: Pull complete [2020-08-11T04:35:23.364Z] 7e9c9ca2126c: Verifying Checksum [2020-08-11T04:35:23.364Z] 7e9c9ca2126c: Download complete [2020-08-11T04:35:23.628Z] ca9280d653b3: Pull complete [2020-08-11T04:35:30.260Z] 7e9c9ca2126c: Pull complete [2020-08-11T04:35:30.260Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-11T04:35:30.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:35:30.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-11T04:35:30.430Z] prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container [2020-08-11T04:35:30.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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-11T04:35:33.594Z] $ docker top c43cfba84dae2f81047a3119d15d68368f873e243c619d99678548b7cc7e4733 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:35:34.087Z] + grep parallel [2020-08-11T04:35:34.087Z] + docker-compose build --help [2020-08-11T04:35:35.035Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:35:35.047Z] $ docker stop --time=1 c43cfba84dae2f81047a3119d15d68368f873e243c619d99678548b7cc7e4733 [2020-08-11T04:35:36.418Z] $ docker rm -f c43cfba84dae2f81047a3119d15d68368f873e243c619d99678548b7cc7e4733 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:35:37.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:35:37.120Z] . [Pipeline] withDockerContainer [2020-08-11T04:35:37.225Z] prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container [2020-08-11T04:35:37.281Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-11T04:35:37.977Z] $ docker top cd415dd860927db963bfe6e414249c8fc4dac8458c9701031a2ebc185d7bad0d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:35:38.448Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:35:39.400Z] Building docker-core-command-go ... [2020-08-11T04:35:39.400Z] Building docker-core-data-go ... [2020-08-11T04:35:39.400Z] Building docker-core-metadata-go ... [2020-08-11T04:35:39.400Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:35:39.400Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:35:39.400Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:35:39.400Z] Building docker-support-logging-go ... [2020-08-11T04:35:39.400Z] Building docker-support-notifications-go ... [2020-08-11T04:35:39.400Z] Building docker-support-scheduler-go ... [2020-08-11T04:35:39.400Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:35:39.400Z] Building docker-support-scheduler-go [2020-08-11T04:35:39.400Z] Building docker-core-metadata-go [2020-08-11T04:35:39.400Z] Building docker-support-notifications-go [2020-08-11T04:35:39.400Z] Building docker-core-data-go [2020-08-11T04:35:39.400Z] Building docker-security-proxy-setup-go [2020-08-11T04:36:11.998Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:11.998Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:36:11.998Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:11.998Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:36:11.998Z] ---> 64a09c948002 [2020-08-11T04:36:11.998Z] Step 3/21 : WORKDIR /edgex-go ---> 64a09c948002 [2020-08-11T04:36:11.998Z] [2020-08-11T04:36:11.998Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:36:11.998Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:11.998Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:36:11.998Z] ---> 64a09c948002 [2020-08-11T04:36:11.998Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:36:11.998Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:11.998Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:36:11.998Z] ---> 64a09c948002 [2020-08-11T04:36:11.998Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:36:11.998Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:11.998Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:36:11.998Z] ---> 64a09c948002 [2020-08-11T04:36:11.998Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:36:11.998Z] ---> Running in 3cc5cfdc867f [2020-08-11T04:36:11.998Z] ---> Running in 66998c3113c6 [2020-08-11T04:36:11.998Z] ---> Running in d586a3b4ae94 [2020-08-11T04:36:11.998Z] ---> Running in b72a0b94b431 [2020-08-11T04:36:11.998Z] ---> Running in 2a8f64fe52ee [2020-08-11T04:36:11.998Z] Removing intermediate container 3cc5cfdc867f [2020-08-11T04:36:11.998Z] ---> 23dee3c2b5e6 [2020-08-11T04:36:11.998Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:11.998Z] Removing intermediate container d586a3b4ae94 [2020-08-11T04:36:11.998Z] ---> ac98db0092c4 [2020-08-11T04:36:11.998Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:11.998Z] Removing intermediate container 66998c3113c6 [2020-08-11T04:36:11.998Z] ---> e22db1f4b438 [2020-08-11T04:36:11.998Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:11.998Z] Removing intermediate container b72a0b94b431 [2020-08-11T04:36:11.998Z] ---> 74dd3578190b [2020-08-11T04:36:11.998Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:11.998Z] Removing intermediate container 2a8f64fe52ee [2020-08-11T04:36:11.998Z] ---> 40604f2e7711 [2020-08-11T04:36:11.998Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:11.998Z] ---> Running in 7b61ad7dc88c [2020-08-11T04:36:11.998Z] ---> Running in a7d46f87bcca [2020-08-11T04:36:11.998Z] ---> Running in 6d0a63e4be17 [2020-08-11T04:36:11.998Z] ---> Running in f623e0bd2b5e [2020-08-11T04:36:11.998Z] ---> Running in a18aebb6a74d [2020-08-11T04:36:12.569Z] Removing intermediate container 6d0a63e4be17 [2020-08-11T04:36:12.569Z] ---> d0fcf6852652 [2020-08-11T04:36:12.569Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:36:12.569Z] Removing intermediate container 7b61ad7dc88c [2020-08-11T04:36:12.569Z] ---> 44f4672db733 [2020-08-11T04:36:12.569Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:36:12.831Z] ---> Running in 1c04d51c0d33 [2020-08-11T04:36:12.831Z] ---> Running in 4d73326a94f3 [2020-08-11T04:36:12.831Z] Removing intermediate container f623e0bd2b5e [2020-08-11T04:36:12.831Z] ---> 7b53643db852 [2020-08-11T04:36:12.831Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:36:12.831Z] Removing intermediate container a7d46f87bcca [2020-08-11T04:36:12.831Z] ---> d8d18cb0e217 [2020-08-11T04:36:12.831Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:36:13.092Z] Removing intermediate container a18aebb6a74d [2020-08-11T04:36:13.092Z] ---> 5f5100a337ac [2020-08-11T04:36:13.092Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:36:13.092Z] ---> Running in da9159fbabac [2020-08-11T04:36:13.092Z] ---> Running in 8510fd12ba60 [2020-08-11T04:36:13.092Z] ---> Running in 4e5aa8dbb712 [2020-08-11T04:36:14.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:14.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:14.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:14.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:14.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:15.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:15.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:15.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:16.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:16.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:16.746Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:16.746Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:16.746Z] OK: 12749 distinct packages available [2020-08-11T04:36:16.746Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:16.746Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:16.746Z] OK: 12749 distinct packages available [2020-08-11T04:36:16.746Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:17.009Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:17.270Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:17.270Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:17.270Z] OK: 12749 distinct packages available [2020-08-11T04:36:17.270Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:17.270Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:17.270Z] OK: 12749 distinct packages available [2020-08-11T04:36:17.531Z] Removing intermediate container 1c04d51c0d33 [2020-08-11T04:36:17.531Z] ---> 151b6939d978 [2020-08-11T04:36:17.531Z] Step 6/22 : COPY go.mod . [2020-08-11T04:36:17.531Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:17.531Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:17.804Z] ---> dae3979f8a66 [2020-08-11T04:36:17.804Z] Step 7/22 : RUN go mod download [2020-08-11T04:36:17.804Z] Removing intermediate container 4d73326a94f3 [2020-08-11T04:36:17.804Z] ---> d5ef6ff1de72 [2020-08-11T04:36:17.804Z] Step 6/21 : COPY go.mod . [2020-08-11T04:36:17.804Z] ---> Running in 74aca300c6d1 [2020-08-11T04:36:18.066Z] ---> e5c2490bdea5 [2020-08-11T04:36:18.066Z] Step 7/21 : RUN go mod download [2020-08-11T04:36:18.334Z] ---> Running in a25161eb329f [2020-08-11T04:36:18.334Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:18.334Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:18.334Z] OK: 12749 distinct packages available [2020-08-11T04:36:18.334Z] Removing intermediate container 8510fd12ba60 [2020-08-11T04:36:18.334Z] ---> 58980f315eec [2020-08-11T04:36:18.334Z] Step 6/20 : COPY go.mod . [2020-08-11T04:36:18.600Z] Removing intermediate container 4e5aa8dbb712 [2020-08-11T04:36:18.600Z] ---> 0dda076a18ec [2020-08-11T04:36:18.600Z] Step 6/23 : COPY go.mod . [2020-08-11T04:36:18.600Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:18.863Z] ---> 48a3596e125c [2020-08-11T04:36:18.863Z] Step 7/20 : RUN go mod download [2020-08-11T04:36:18.863Z] ---> Running in 160bc51add96 [2020-08-11T04:36:19.124Z] ---> 99f7fc62f1da [2020-08-11T04:36:19.124Z] Step 7/23 : RUN go mod download [2020-08-11T04:36:19.124Z] ---> Running in a3795da8b6f6 [2020-08-11T04:36:19.399Z] Removing intermediate container da9159fbabac [2020-08-11T04:36:19.399Z] ---> 1ca908d825e5 [2020-08-11T04:36:19.399Z] Step 6/20 : COPY go.mod . [2020-08-11T04:36:19.662Z] ---> e19a6667d983 [2020-08-11T04:36:19.662Z] Step 7/20 : RUN go mod download [2020-08-11T04:36:19.930Z] ---> Running in 05a3d1526080 [2020-08-11T04:36:20.192Z] Removing intermediate container a25161eb329f [2020-08-11T04:36:20.192Z] ---> 2d3891080c0b [2020-08-11T04:36:20.192Z] Step 8/21 : COPY . . [2020-08-11T04:36:20.452Z] Removing intermediate container 74aca300c6d1 [2020-08-11T04:36:20.452Z] ---> 7216df3ef8ac [2020-08-11T04:36:20.452Z] Step 8/22 : COPY . . [2020-08-11T04:36:28.630Z] Removing intermediate container a3795da8b6f6 [2020-08-11T04:36:28.630Z] ---> 3f5f9a661085 [2020-08-11T04:36:28.630Z] Step 8/23 : COPY . . [2020-08-11T04:36:28.630Z] Removing intermediate container 160bc51add96 [2020-08-11T04:36:28.630Z] ---> 766e14798617 [2020-08-11T04:36:28.630Z] Step 8/20 : COPY . . [2020-08-11T04:36:29.102Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3354 in /w/workspace/edgexfoundry_edgex-go_PR-2574 [Pipeline] { [Pipeline] ws [2020-08-11T04:36:29.175Z] Running in /w/workspace/edgex-go/30 [Pipeline] { [Pipeline] checkout [2020-08-11T04:36:33.937Z] Removing intermediate container 05a3d1526080 [2020-08-11T04:36:33.937Z] ---> a605af4b16d6 [2020-08-11T04:36:33.937Z] Step 8/20 : COPY . . [2020-08-11T04:36:34.397Z] using credential edgex-jenkins-ssh [2020-08-11T04:36:34.452Z] Cloning the remote Git repository [2020-08-11T04:36:34.452Z] Cloning with configured refspecs honoured and without tags [2020-08-11T04:36:34.521Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:36:34.641Z] > git init /w/workspace/edgex-go/30 # timeout=10 [2020-08-11T04:36:34.709Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:36:34.710Z] > git --version # timeout=10 [2020-08-11T04:36:34.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:36:34.831Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:36:59.236Z] Fetching without tags [2020-08-11T04:36:59.733Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 82b187e91532f82db40e9dc8d7590bd46fa6d242 [2020-08-11T04:36:59.148Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:36:59.170Z] > git config --add remote.origin.fetch +refs/pull/2574/head:refs/remotes/origin/PR-2574 # timeout=10 [2020-08-11T04:36:59.188Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:36:59.213Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:36:59.248Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:36:59.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:36:59.266Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2574/head:refs/remotes/origin/PR-2574 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:36:59.754Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:36:59.840Z] > git checkout -f 82b187e91532f82db40e9dc8d7590bd46fa6d242 # timeout=10 [2020-08-11T04:37:00.162Z] > git remote # timeout=10 [2020-08-11T04:37:00.190Z] > git config --get remote.origin.url # timeout=10 [2020-08-11T04:37:00.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:37:00.212Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-11T04:37:00.526Z] Merge succeeded, producing 7d20e22b83bb8dc9ca724f9d0fb63b0b4a8fc47e [2020-08-11T04:37:00.527Z] Checking out Revision 7d20e22b83bb8dc9ca724f9d0fb63b0b4a8fc47e (PR-2574) [2020-08-11T04:37:00.980Z] ---> 3ddca0ec6afc [2020-08-11T04:37:00.980Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:37:00.980Z] ---> f2c528a2afc8 [2020-08-11T04:37:00.980Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:37:01.242Z] ---> Running in f3dbc976dafc [2020-08-11T04:37:02.184Z] ---> Running in 770a65c74342 [2020-08-11T04:37:02.755Z] ---> 293752ae7fe9 [2020-08-11T04:37:02.755Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:37:00.514Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-11T04:37:00.531Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:37:00.548Z] > git checkout -f 7d20e22b83bb8dc9ca724f9d0fb63b0b4a8fc47e # timeout=10 [2020-08-11T04:37:03.019Z] ---> 68c91892b2c1 [2020-08-11T04:37:03.019Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:37:03.019Z] ---> 7013ce4373e2 [2020-08-11T04:37:03.019Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:37:03.019Z] ---> Running in feaef1a513c6 [2020-08-11T04:37:03.280Z] ---> Running in f1d68a29f3b0 [2020-08-11T04:37:03.280Z] ---> Running in aa6eb32b2383 [2020-08-11T04:37:03.542Z] 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-11T04:37:03.542Z] 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-11T04:37:03.807Z] 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-11T04:37:04.397Z] 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-11T04:37:04.397Z] 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-11T04:37:04.876Z] Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" [2020-08-11T04:37:04.902Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-11T04:37:04.882Z] > git rev-list --no-walk 00db54cc79085e1ecaf600c8ab979e4b96d614ac # timeout=10 [Pipeline] echo [2020-08-11T04:37:17.224Z] ========================================================= [2020-08-11T04:37:17.224Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-11T04:37:17.224Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:37:18.117Z] + 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-11T04:37:22.468Z] Sending build context to Docker daemon 323MB [2020-08-11T04:37:22.468Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:37:22.468Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:37:22.468Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-11T04:37:22.468Z] b538f80385f9: Pulling fs layer [2020-08-11T04:37:22.468Z] 74f711af9a0d: Pulling fs layer [2020-08-11T04:37:22.468Z] 99f96fe45779: Pulling fs layer [2020-08-11T04:37:22.468Z] fd7a069fd194: Pulling fs layer [2020-08-11T04:37:22.468Z] 66aa3694b03b: Pulling fs layer [2020-08-11T04:37:22.468Z] 170f70906a0f: Pulling fs layer [2020-08-11T04:37:22.468Z] ad7c5574e4b9: Pulling fs layer [2020-08-11T04:37:22.468Z] e772456be8f7: Pulling fs layer [2020-08-11T04:37:22.468Z] c890913d741a: Pulling fs layer [2020-08-11T04:37:22.468Z] 2480fcc9aa5a: Pulling fs layer [2020-08-11T04:37:22.468Z] 09adf4765672: Pulling fs layer [2020-08-11T04:37:22.468Z] 09adf4765672: Waiting [2020-08-11T04:37:22.468Z] ad7c5574e4b9: Waiting [2020-08-11T04:37:22.468Z] fd7a069fd194: Waiting [2020-08-11T04:37:22.468Z] 66aa3694b03b: Waiting [2020-08-11T04:37:22.468Z] 170f70906a0f: Waiting [2020-08-11T04:37:22.468Z] e772456be8f7: Waiting [2020-08-11T04:37:22.468Z] c890913d741a: Waiting [2020-08-11T04:37:22.468Z] 2480fcc9aa5a: Waiting [2020-08-11T04:37:22.468Z] 99f96fe45779: Verifying Checksum [2020-08-11T04:37:22.468Z] 99f96fe45779: Download complete [2020-08-11T04:37:22.468Z] 74f711af9a0d: Verifying Checksum [2020-08-11T04:37:22.468Z] 74f711af9a0d: Download complete [2020-08-11T04:37:22.468Z] 66aa3694b03b: Verifying Checksum [2020-08-11T04:37:22.468Z] 66aa3694b03b: Download complete [2020-08-11T04:37:22.468Z] 170f70906a0f: Download complete [2020-08-11T04:37:22.468Z] b538f80385f9: Verifying Checksum [2020-08-11T04:37:22.468Z] b538f80385f9: Download complete [2020-08-11T04:37:23.451Z] b538f80385f9: Pull complete [2020-08-11T04:37:23.727Z] 74f711af9a0d: Pull complete [2020-08-11T04:37:24.329Z] 99f96fe45779: Pull complete [2020-08-11T04:37:25.778Z] ad7c5574e4b9: Verifying Checksum [2020-08-11T04:37:25.778Z] ad7c5574e4b9: Download complete [2020-08-11T04:37:25.778Z] c890913d741a: Verifying Checksum [2020-08-11T04:37:25.778Z] c890913d741a: Download complete [2020-08-11T04:37:27.754Z] 2480fcc9aa5a: Verifying Checksum [2020-08-11T04:37:27.754Z] 2480fcc9aa5a: Download complete [2020-08-11T04:37:27.754Z] 09adf4765672: Download complete [2020-08-11T04:37:28.730Z] e772456be8f7: Verifying Checksum [2020-08-11T04:37:28.730Z] e772456be8f7: Download complete [2020-08-11T04:37:29.330Z] fd7a069fd194: Verifying Checksum [2020-08-11T04:37:29.330Z] fd7a069fd194: Download complete [2020-08-11T04:37:36.620Z] Removing intermediate container f1d68a29f3b0 [2020-08-11T04:37:36.620Z] ---> 90e17387b114 [2020-08-11T04:37:36.620Z] [2020-08-11T04:37:36.620Z] Step 10/20 : FROM alpine [2020-08-11T04:37:36.620Z] latest: Pulling from library/alpine [2020-08-11T04:37:36.620Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:37:36.620Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:37:36.620Z] ---> a24bb4013296 [2020-08-11T04:37:36.620Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:37:36.620Z] ---> Running in 5a13fcedd486 [2020-08-11T04:37:36.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:36.620Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:36.620Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:36.620Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:36.620Z] OK: 12749 distinct packages available [2020-08-11T04:37:36.620Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:37:36.620Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:37:36.620Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:37:36.620Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:37:36.620Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:36.620Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:37:36.881Z] OK: 7 MiB in 18 packages [2020-08-11T04:37:40.194Z] Removing intermediate container 5a13fcedd486 [2020-08-11T04:37:40.194Z] ---> 3f39067b33dd [2020-08-11T04:37:40.194Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:37:40.194Z] ---> Running in c3c9cbf1eeee [2020-08-11T04:37:40.194Z] Removing intermediate container c3c9cbf1eeee [2020-08-11T04:37:40.194Z] ---> a205fad63165 [2020-08-11T04:37:40.194Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:37:40.460Z] ---> Running in b28571ed74ca [2020-08-11T04:37:41.745Z] fd7a069fd194: Pull complete [2020-08-11T04:37:41.745Z] 66aa3694b03b: Pull complete [2020-08-11T04:37:41.745Z] 170f70906a0f: Pull complete [2020-08-11T04:37:45.160Z] ad7c5574e4b9: Pull complete [2020-08-11T04:37:47.057Z] Removing intermediate container b28571ed74ca [2020-08-11T04:37:47.057Z] ---> f656401f4e9a [2020-08-11T04:37:47.057Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:37:47.631Z] Removing intermediate container feaef1a513c6 [2020-08-11T04:37:47.631Z] ---> c0e4f109cb08 [2020-08-11T04:37:47.631Z] [2020-08-11T04:37:47.631Z] Step 10/23 : FROM scratch [2020-08-11T04:37:47.631Z] ---> [2020-08-11T04:37:47.631Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:37:48.218Z] Removing intermediate container aa6eb32b2383 [2020-08-11T04:37:48.218Z] ---> c5ef7a49ced5 [2020-08-11T04:37:48.218Z] [2020-08-11T04:37:48.218Z] Step 10/20 : FROM scratch [2020-08-11T04:37:48.218Z] ---> [2020-08-11T04:37:48.218Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:37:48.218Z] Removing intermediate container 770a65c74342 [2020-08-11T04:37:48.218Z] ---> ae7bd64f2053 [2020-08-11T04:37:48.218Z] [2020-08-11T04:37:48.218Z] Step 10/21 : FROM scratch [2020-08-11T04:37:48.218Z] ---> [2020-08-11T04:37:48.218Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:37:48.218Z] ---> Running in 689cba5bacd9 [2020-08-11T04:37:48.218Z] ---> Running in 291aed1e86ee [2020-08-11T04:37:48.218Z] ---> cba845b10f26 [2020-08-11T04:37:48.218Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:37:48.218Z] ---> Running in 44b1ff562aee [2020-08-11T04:37:48.479Z] Removing intermediate container f3dbc976dafc [2020-08-11T04:37:48.479Z] ---> 1757256e24ba [2020-08-11T04:37:48.479Z] [2020-08-11T04:37:48.479Z] Step 10/22 : FROM alpine [2020-08-11T04:37:48.479Z] ---> a24bb4013296 [2020-08-11T04:37:48.479Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:37:48.479Z] Removing intermediate container 689cba5bacd9 [2020-08-11T04:37:48.479Z] ---> 3e52bc43e57e [2020-08-11T04:37:48.479Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:37:48.479Z] Removing intermediate container 291aed1e86ee [2020-08-11T04:37:48.479Z] ---> 461edb1678c5 [2020-08-11T04:37:48.479Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:37:48.740Z] ---> Running in 167f119ae400 [2020-08-11T04:37:48.740Z] ---> Running in 2a5a897eeb2d [2020-08-11T04:37:48.740Z] ---> Running in 7d2d0a8fd4dd [2020-08-11T04:37:48.740Z] Removing intermediate container 44b1ff562aee [2020-08-11T04:37:48.740Z] ---> bc27f84a8488 [2020-08-11T04:37:48.740Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:37:48.740Z] ---> cd2a8e8d7815 [2020-08-11T04:37:48.740Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:37:49.004Z] ---> Running in efa8d28642a6 [2020-08-11T04:37:49.004Z] ---> Running in df0d8b9e792d [2020-08-11T04:37:49.004Z] Removing intermediate container 2a5a897eeb2d [2020-08-11T04:37:49.004Z] ---> a2b373207dc9 [2020-08-11T04:37:49.004Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:37:49.004Z] Removing intermediate container 167f119ae400 [2020-08-11T04:37:49.004Z] ---> f3e36b73fad9 [2020-08-11T04:37:49.004Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:37:49.270Z] Removing intermediate container 7d2d0a8fd4dd [2020-08-11T04:37:49.270Z] ---> 517ee16a3c75 [2020-08-11T04:37:49.270Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:37:49.270Z] Removing intermediate container efa8d28642a6 [2020-08-11T04:37:49.270Z] ---> bc5b14d9fa3a [2020-08-11T04:37:49.270Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:37:49.270Z] ---> Running in 115fe0c50f35 [2020-08-11T04:37:49.270Z] ---> Running in 7b6ce6a6e26e [2020-08-11T04:37:49.270Z] ---> Running in fec3356cdbe3 [2020-08-11T04:37:49.270Z] ---> Running in 97bce07dd513 [2020-08-11T04:37:49.470Z] e772456be8f7: Pull complete [2020-08-11T04:37:49.470Z] c890913d741a: Pull complete [2020-08-11T04:37:49.531Z] Removing intermediate container df0d8b9e792d [2020-08-11T04:37:49.531Z] ---> 90988ff73ef0 [2020-08-11T04:37:49.531Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:37:49.531Z] Removing intermediate container 115fe0c50f35 [2020-08-11T04:37:49.531Z] ---> 2d0785fb7ff8 [2020-08-11T04:37:49.531Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:37:50.473Z] ---> Running in bc6d192fb094 [2020-08-11T04:37:50.473Z] Removing intermediate container 7b6ce6a6e26e [2020-08-11T04:37:50.473Z] ---> 6cabe07b4ce6 [2020-08-11T04:37:50.473Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:37:50.741Z] Removing intermediate container 97bce07dd513 [2020-08-11T04:37:50.741Z] ---> c38908888c14 [2020-08-11T04:37:50.741Z] Step 14/21 : WORKDIR / [2020-08-11T04:37:50.741Z] ---> 4379d4d32cbf [2020-08-11T04:37:50.741Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:37:50.741Z] Removing intermediate container fec3356cdbe3 [2020-08-11T04:37:50.741Z] ---> cb8e50494048 [2020-08-11T04:37:50.741Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:37:50.741Z] ---> Running in f545bdf4a0ab [2020-08-11T04:37:50.741Z] ---> Running in b7e0829989f8 [2020-08-11T04:37:51.006Z] Removing intermediate container bc6d192fb094 [2020-08-11T04:37:51.006Z] ---> 09df0854b525 [2020-08-11T04:37:51.006Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:37:51.006Z] ---> acca5b3f3e16 [2020-08-11T04:37:51.006Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:37:51.445Z] 2480fcc9aa5a: Pull complete [2020-08-11T04:37:51.950Z] ---> Running in a29a86e99df9 [2020-08-11T04:37:51.950Z] Removing intermediate container f545bdf4a0ab [2020-08-11T04:37:51.950Z] ---> 5e40f56b797c [2020-08-11T04:37:51.950Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:37:52.042Z] 09adf4765672: Pull complete [2020-08-11T04:37:52.042Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-11T04:37:52.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-11T04:37:52.042Z] ---> 2248a725d1cf [2020-08-11T04:37:52.042Z] 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-11T04:37:52.214Z] Removing intermediate container b7e0829989f8 [2020-08-11T04:37:52.214Z] ---> 29dc72d89cad [2020-08-11T04:37:52.214Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:52.214Z] ---> 94a2056c6229 [2020-08-11T04:37:52.214Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:37:52.214Z] ---> 33a9a419cc7d [2020-08-11T04:37:52.214Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:52.214Z] ---> Running in dbc17e0c4e51 [2020-08-11T04:37:52.476Z] ---> fcd698a68c97 [2020-08-11T04:37:52.476Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:37:52.476Z] Removing intermediate container a29a86e99df9 [2020-08-11T04:37:52.476Z] ---> 9aff899a54ed [2020-08-11T04:37:52.476Z] Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:37:52.738Z] ---> Running in 14b52ac2befd [2020-08-11T04:37:52.999Z] ---> a9726abb362c [2020-08-11T04:37:52.999Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:53.267Z] ---> b7a8c8844532 [2020-08-11T04:37:53.267Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:37:53.267Z] ---> b9eb730474b3 [2020-08-11T04:37:53.267Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:53.267Z] ---> Running in fcccd31f6bf0 [2020-08-11T04:37:53.267Z] Removing intermediate container 14b52ac2befd [2020-08-11T04:37:53.267Z] ---> 16c782276b4d [2020-08-11T04:37:53.267Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:37:53.533Z] ---> Running in 350a2f41a1d0 [2020-08-11T04:37:53.533Z] Removing intermediate container fcccd31f6bf0 [2020-08-11T04:37:53.533Z] ---> ce16fd499ed5 [2020-08-11T04:37:53.533Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:37:53.794Z] ---> 6008116b3f68 [2020-08-11T04:37:53.794Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:37:53.794Z] ---> edeeda1929ff [2020-08-11T04:37:53.794Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:53.794Z] Removing intermediate container 350a2f41a1d0 [2020-08-11T04:37:53.794Z] ---> d1ec2e74fb43 [2020-08-11T04:37:53.794Z] [2020-08-11T04:37:54.059Z] ---> Running in ea5206e4bd41 [2020-08-11T04:37:54.059Z] ---> Running in 097e12fcae32 [2020-08-11T04:37:54.059Z] Successfully built d1ec2e74fb43 [2020-08-11T04:37:54.059Z] Removing intermediate container dbc17e0c4e51 [2020-08-11T04:37:54.059Z] ---> 13c4ce6c2192 [2020-08-11T04:37:54.059Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:37:54.059Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-11T04:37:54.059Z] Building docker-sys-mgmt-agent-go [2020-08-11T04:37:54.320Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6eaf819a8ae5 [2020-08-11T04:37:54.320Z] Removing intermediate container ea5206e4bd41 [2020-08-11T04:37:54.321Z] ---> 66b92e1d7111 [2020-08-11T04:37:54.321Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:37:54.321Z] Removing intermediate container 097e12fcae32 [2020-08-11T04:37:54.321Z] ---> 5ea96035b0b4 [2020-08-11T04:37:54.321Z] Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:37:54.583Z] ---> 697d8dfc1974 [2020-08-11T04:37:54.584Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:54.864Z] ---> Running in 3d6379719394 [2020-08-11T04:37:54.864Z] ---> Running in 5c591c581ee7 [2020-08-11T04:37:55.136Z] ---> be024f551e05 [2020-08-11T04:37:55.136Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:55.398Z] Removing intermediate container 3d6379719394 [2020-08-11T04:37:55.398Z] ---> 4111fbdf619d [2020-08-11T04:37:55.398Z] Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:37:55.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:55.398Z] ---> Running in 54f116a8314f [2020-08-11T04:37:55.398Z] Removing intermediate container 5c591c581ee7 [2020-08-11T04:37:55.398Z] ---> 6b3efe4df073 [2020-08-11T04:37:55.398Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:37:56.781Z] ---> Running in 33472ec6738e [2020-08-11T04:37:56.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:57.722Z] ---> Running in 7070881aa0e6 [2020-08-11T04:37:57.722Z] Removing intermediate container 54f116a8314f [2020-08-11T04:37:57.722Z] ---> cd005dc8a1fb [2020-08-11T04:37:57.722Z] Step 21/23 : LABEL arch=x86_64 [2020-08-11T04:37:57.722Z] Removing intermediate container 33472ec6738e [2020-08-11T04:37:57.722Z] ---> a2b5fd76cf83 [2020-08-11T04:37:57.722Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:37:57.722Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:37:57.722Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:37:57.984Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:37:57.984Z] ---> Running in b079f5162ca4 [2020-08-11T04:37:57.984Z] ---> Running in dae33f905f61 [2020-08-11T04:37:58.244Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:37:58.507Z] Removing intermediate container 7070881aa0e6 [2020-08-11T04:37:58.507Z] ---> bef996987eb9 [2020-08-11T04:37:58.507Z] [2020-08-11T04:37:58.507Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:37:58.507Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:58.507Z] OK: 8 MiB in 19 packages [2020-08-11T04:37:58.507Z] Removing intermediate container b079f5162ca4 [2020-08-11T04:37:58.507Z] ---> 1f2492003cdf [2020-08-11T04:37:58.507Z] Step 22/23 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:37:58.766Z] ---> Running in a2e00fcfff78 [2020-08-11T04:37:58.770Z] Successfully built bef996987eb9 [2020-08-11T04:37:59.031Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-11T04:37:59.031Z] Building docker-core-command-go [2020-08-11T04:37:59.608Z]  Building docker-support-scheduler-go ... done Removing intermediate container dae33f905f61 [2020-08-11T04:37:59.608Z] ---> 6ea4f31bd7c0 [2020-08-11T04:37:59.608Z] [2020-08-11T04:38:00.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:38:00.560Z] Successfully built 6ea4f31bd7c0 [2020-08-11T04:38:00.820Z] Successfully tagged docker-core-metadata-go:latest [2020-08-11T04:38:00.820Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-08-11T04:38:01.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:38:02.611Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:38:02.611Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:38:02.885Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:38:02.885Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:38:07.177Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:38:07.177Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:38:07.177Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:38:07.177Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:38:07.177Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:38:07.177Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:38:07.177Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:38:07.177Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:38:07.435Z] ---> Running in bfbb75a0f063 [2020-08-11T04:38:07.449Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:38:07.449Z] OK: 217 MiB in 51 packages [2020-08-11T04:38:08.016Z] Removing intermediate container 6eaf819a8ae5 [2020-08-11T04:38:08.016Z] ---> ca92b5d92ee9 [2020-08-11T04:38:08.016Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:38:08.277Z] Removing intermediate container bfbb75a0f063 [2020-08-11T04:38:08.277Z] ---> 229fc79e89a4 [2020-08-11T04:38:08.277Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:38:08.547Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:08.547Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:38:08.547Z] ---> 64a09c948002 [2020-08-11T04:38:08.547Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:38:08.547Z] ---> Using cache [2020-08-11T04:38:08.547Z] ---> 40604f2e7711 [2020-08-11T04:38:08.547Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:38:08.547Z] ---> Using cache [2020-08-11T04:38:08.547Z] ---> 5f5100a337ac [2020-08-11T04:38:08.547Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:38:09.933Z] ---> Running in bd0d3779f627 [2020-08-11T04:38:11.338Z] ---> c99e90b451d7 [2020-08-11T04:38:11.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:38:11.603Z] ---> Running in 75f8bcb60209 [2020-08-11T04:38:11.751Z] Removing intermediate container a2e00fcfff78 [2020-08-11T04:38:11.751Z] ---> fb97e98ad980 [2020-08-11T04:38:11.751Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:38:11.867Z] Removing intermediate container bd0d3779f627 [2020-08-11T04:38:11.868Z] ---> 971edc3e2029 [2020-08-11T04:38:11.868Z] [2020-08-11T04:38:12.024Z] ---> Running in 36ab3b78a44a [2020-08-11T04:38:12.130Z] Successfully built 971edc3e2029 [2020-08-11T04:38:12.130Z] Successfully tagged docker-support-notifications-go:latest [2020-08-11T04:38:12.130Z] Building docker-support-logging-go [2020-08-11T04:38:12.619Z] Removing intermediate container 36ab3b78a44a [2020-08-11T04:38:12.619Z] ---> a3f9470c2908 [2020-08-11T04:38:12.619Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:38:12.892Z] latest: Pulling from library/docker [2020-08-11T04:38:13.171Z] b538f80385f9: Already exists [2020-08-11T04:38:13.171Z] 259a493cd78d: Pulling fs layer [2020-08-11T04:38:13.171Z] b8e66b5100f5: Pulling fs layer [2020-08-11T04:38:13.171Z] 39dc9c94d07c: Pulling fs layer [2020-08-11T04:38:13.171Z] 551b823b3b82: Pulling fs layer [2020-08-11T04:38:13.171Z] 3c52a74df98c: Pulling fs layer [2020-08-11T04:38:13.171Z] 6c9b121b6998: Pulling fs layer [2020-08-11T04:38:13.171Z] 551b823b3b82: Waiting [2020-08-11T04:38:13.171Z] 3c52a74df98c: Waiting [2020-08-11T04:38:13.171Z] 6c9b121b6998: Waiting [2020-08-11T04:38:13.171Z] b8e66b5100f5: Verifying Checksum [2020-08-11T04:38:13.171Z] b8e66b5100f5: Download complete [2020-08-11T04:38:13.171Z] 259a493cd78d: Verifying Checksum [2020-08-11T04:38:13.171Z] 259a493cd78d: Download complete [2020-08-11T04:38:13.448Z] 551b823b3b82: Verifying Checksum [2020-08-11T04:38:13.448Z] 551b823b3b82: Download complete [2020-08-11T04:38:13.448Z] 3c52a74df98c: Verifying Checksum [2020-08-11T04:38:13.448Z] 3c52a74df98c: Download complete [2020-08-11T04:38:13.448Z] 6c9b121b6998: Verifying Checksum [2020-08-11T04:38:13.448Z] 6c9b121b6998: Download complete [2020-08-11T04:38:14.051Z] 259a493cd78d: Pull complete [2020-08-11T04:38:14.326Z] b8e66b5100f5: Pull complete [2020-08-11T04:38:14.602Z] 39dc9c94d07c: Verifying Checksum [2020-08-11T04:38:14.602Z] 39dc9c94d07c: Download complete [2020-08-11T04:38:14.693Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:15.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:15.778Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:15.778Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:15.778Z] OK: 12749 distinct packages available [2020-08-11T04:38:16.353Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:17.982Z] 39dc9c94d07c: Pull complete [2020-08-11T04:38:18.259Z] 551b823b3b82: Pull complete [2020-08-11T04:38:18.536Z] 3c52a74df98c: Pull complete [2020-08-11T04:38:18.814Z] 6c9b121b6998: Pull complete [2020-08-11T04:38:18.814Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:38:18.814Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:38:18.942Z] ---> 2db81704cecf [2020-08-11T04:38:18.942Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:38:19.892Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:19.892Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:38:19.892Z] ---> 64a09c948002 [2020-08-11T04:38:19.892Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:38:20.156Z] ---> Using cache [2020-08-11T04:38:20.156Z] ---> 40604f2e7711 [2020-08-11T04:38:20.156Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:38:20.156Z] ---> Using cache [2020-08-11T04:38:20.156Z] ---> 5f5100a337ac [2020-08-11T04:38:20.156Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:38:20.418Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:20.418Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:38:20.418Z] ---> 64a09c948002 [2020-08-11T04:38:20.418Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:38:20.418Z] ---> Using cache [2020-08-11T04:38:20.418Z] ---> 40604f2e7711 [2020-08-11T04:38:20.418Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:38:20.418Z] ---> Using cache [2020-08-11T04:38:20.418Z] ---> 5f5100a337ac [2020-08-11T04:38:20.418Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:38:21.818Z] ---> d6acd04a492b [2020-08-11T04:38:21.818Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:38:21.818Z] Removing intermediate container 75f8bcb60209 [2020-08-11T04:38:21.818Z] ---> 4bf198a95465 [2020-08-11T04:38:21.818Z] Step 6/26 : COPY go.mod . [2020-08-11T04:38:21.818Z] ---> Running in 356a37601e18 [2020-08-11T04:38:21.818Z] ---> Running in 33e5837872d1 [2020-08-11T04:38:22.079Z] ---> Running in c8f469543aa4 [2020-08-11T04:38:22.212Z] ---> f2e9788af453 [2020-08-11T04:38:22.212Z] Step 6/7 : COPY go.mod . [2020-08-11T04:38:22.653Z] ---> 2d373f4d607f [2020-08-11T04:38:22.653Z] Step 7/26 : RUN go mod download [2020-08-11T04:38:22.916Z] Removing intermediate container c8f469543aa4 [2020-08-11T04:38:22.916Z] ---> a0c22b4d4273 [2020-08-11T04:38:22.916Z] Step 20/22 : LABEL arch=x86_64 [2020-08-11T04:38:23.193Z] ---> Running in 2da01e8717f1 [2020-08-11T04:38:23.193Z] ---> Running in 3a0dbf80184e [2020-08-11T04:38:23.193Z] ---> e8adb8801c9f [2020-08-11T04:38:23.193Z] Step 7/7 : RUN go mod download [2020-08-11T04:38:23.466Z] ---> Running in 7c7c21372f51 [2020-08-11T04:38:24.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:24.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:24.847Z] Removing intermediate container 3a0dbf80184e [2020-08-11T04:38:24.847Z] ---> 384f19b04dff [2020-08-11T04:38:24.847Z] Step 21/22 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:38:25.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:25.376Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:25.376Z] ---> Running in 61cdb25b84a6 [2020-08-11T04:38:25.376Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:25.376Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:25.376Z] OK: 12749 distinct packages available [2020-08-11T04:38:25.766Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:25.766Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:25.766Z] OK: 12749 distinct packages available [2020-08-11T04:38:25.766Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:25.766Z] Removing intermediate container 61cdb25b84a6 [2020-08-11T04:38:25.766Z] ---> bea00648a4a1 [2020-08-11T04:38:25.766Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:38:26.057Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:26.425Z] ---> Running in 12d65eda7ffd [2020-08-11T04:38:26.843Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:38:26.843Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:38:26.843Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:38:26.843Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:38:26.843Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:38:26.843Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:38:26.843Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:38:26.843Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:38:26.843Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T04:38:26.843Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:38:26.843Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:38:26.843Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:38:26.843Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:38:26.843Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:38:26.843Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:38:26.843Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:38:26.843Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:38:26.843Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:38:26.843Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:38:26.843Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:38:26.843Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:38:27.114Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:38:27.114Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:38:27.114Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:38:27.114Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:38:27.114Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:38:27.114Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:38:27.114Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:38:27.114Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:38:27.114Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:38:27.386Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:38:27.386Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:38:27.386Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:38:27.387Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:27.387Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:38:27.387Z] ---> 64a09c948002 [2020-08-11T04:38:27.387Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:38:27.387Z] ---> Using cache [2020-08-11T04:38:27.387Z] ---> 40604f2e7711 [2020-08-11T04:38:27.387Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:38:27.387Z] ---> Using cache [2020-08-11T04:38:27.387Z] ---> 5f5100a337ac [2020-08-11T04:38:27.387Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:38:27.660Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:38:27.940Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:38:27.940Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:38:27.940Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:38:27.940Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:38:27.940Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:38:27.940Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:38:27.940Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:38:27.940Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:38:27.940Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:38:27.940Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:38:27.940Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:38:27.940Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:38:27.956Z] Removing intermediate container 12d65eda7ffd [2020-08-11T04:38:27.957Z] ---> 93267994d91d [2020-08-11T04:38:27.957Z] [2020-08-11T04:38:27.957Z] Successfully built 93267994d91d [2020-08-11T04:38:28.218Z] ---> Running in 2b5dc958dba7 [2020-08-11T04:38:28.218Z] Successfully tagged docker-core-data-go:latest [2020-08-11T04:38:28.218Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-11T04:38:28.220Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:38:28.220Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:38:28.480Z] Removing intermediate container 356a37601e18 [2020-08-11T04:38:28.480Z] ---> 77e95eb5a436 [2020-08-11T04:38:28.480Z] Step 6/26 : COPY go.mod . [2020-08-11T04:38:28.490Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:38:28.490Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:38:28.490Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:38:28.490Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:38:28.490Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:38:28.490Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:38:28.490Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:38:28.490Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:38:28.491Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:38:28.491Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:38:28.741Z] Removing intermediate container 2da01e8717f1 [2020-08-11T04:38:28.741Z] ---> 74a1d062131c [2020-08-11T04:38:28.741Z] Step 8/26 : COPY . . [2020-08-11T04:38:28.762Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:38:28.762Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:38:28.762Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:38:28.762Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:38:28.762Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:38:28.762Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T04:38:28.762Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:38:28.762Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:38:28.762Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:38:28.762Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:38:28.762Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:38:29.007Z] ---> 334ab4c1f4d5 [2020-08-11T04:38:29.007Z] Step 7/26 : RUN go mod download [2020-08-11T04:38:29.007Z] Removing intermediate container 33e5837872d1 [2020-08-11T04:38:29.007Z] ---> 708fc5ad963d [2020-08-11T04:38:29.007Z] Step 6/21 : COPY go.mod . [2020-08-11T04:38:29.035Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:38:29.035Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:38:29.035Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:38:29.035Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:38:29.035Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:38:29.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:30.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:30.480Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:30.480Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:30.480Z] OK: 12749 distinct packages available [2020-08-11T04:38:31.866Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:32.444Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:34.993Z] ---> Running in bb012c5816c6 [2020-08-11T04:38:36.377Z] ---> 280b513b87c9 [2020-08-11T04:38:36.377Z] Step 7/21 : RUN go mod download [2020-08-11T04:38:37.323Z] ---> Running in 5f8e544399d6 [2020-08-11T04:38:39.891Z] Removing intermediate container 2b5dc958dba7 [2020-08-11T04:38:39.891Z] ---> 2c27378c2823 [2020-08-11T04:38:39.891Z] Step 6/21 : COPY go.mod . [2020-08-11T04:38:43.210Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:43.210Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:38:43.210Z] ---> 64a09c948002 [2020-08-11T04:38:43.210Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:38:43.210Z] ---> Using cache [2020-08-11T04:38:43.210Z] ---> 40604f2e7711 [2020-08-11T04:38:43.210Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:38:43.210Z] ---> a263a305ee2a [2020-08-11T04:38:43.210Z] Step 7/21 : RUN go mod download [2020-08-11T04:38:43.784Z] ---> Running in d9a6a9f168eb [2020-08-11T04:38:43.784Z] ---> Running in b2e878a14e3f [2020-08-11T04:38:43.784Z] Removing intermediate container bb012c5816c6 [2020-08-11T04:38:43.784Z] ---> 20822afd881f [2020-08-11T04:38:43.784Z] Step 8/26 : COPY . . [2020-08-11T04:38:47.335Z] Removing intermediate container 7c7c21372f51 [2020-08-11T04:38:47.335Z] ---> 9c04a2d6d64a [2020-08-11T04:38:47.335Z] Successfully built 9c04a2d6d64a [2020-08-11T04:38:47.335Z] 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-11T04:38:48.036Z] + docker inspect -f . ci-base-image-arm64 [2020-08-11T04:38:48.036Z] . [Pipeline] withDockerContainer [2020-08-11T04:38:48.288Z] prd-ubuntu18.04-docker-arm64-4c-16g-3354 does not seem to be running inside a container [2020-08-11T04:38:48.372Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-11T04:38:49.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:49.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:49.823Z] $ docker top 6189e0159cb0df35a99ab2fd437390f816c2aa463b98b6fc78f82370e3335452 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:38:50.229Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:50.230Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:50.230Z] OK: 12749 distinct packages available [2020-08-11T04:38:50.501Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:50.501Z] Removing intermediate container 5f8e544399d6 [2020-08-11T04:38:50.501Z] ---> f8f5d7de867c [2020-08-11T04:38:50.501Z] Step 8/21 : COPY . . [2020-08-11T04:38:50.847Z] + go version [2020-08-11T04:38:50.847Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-11T04:38:50.865Z] ========================================================= [2020-08-11T04:38:50.865Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:38:50.865Z] ========================================================= [Pipeline] sh [2020-08-11T04:38:51.506Z] + make test [2020-08-11T04:38:51.506Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:38:54.118Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:39:00.628Z] ---> 944fc81c1cc4 [2020-08-11T04:39:00.628Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:39:00.628Z] Removing intermediate container d9a6a9f168eb [2020-08-11T04:39:00.628Z] ---> b1d9d09259c0 [2020-08-11T04:39:00.628Z] Step 5/29 : COPY go.mod . [2020-08-11T04:39:00.628Z] ---> Running in 538f5292575f [2020-08-11T04:39:01.207Z] Removing intermediate container b2e878a14e3f [2020-08-11T04:39:01.207Z] ---> f4238a7eb232 [2020-08-11T04:39:01.207Z] Step 8/21 : COPY . . [2020-08-11T04:39:05.430Z] ---> 5619e4071c12 [2020-08-11T04:39:05.430Z] Step 6/29 : RUN go mod download [2020-08-11T04:39:06.825Z] 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-11T04:39:10.145Z] ---> Running in a1426593b81e [2020-08-11T04:39:12.718Z] ---> d468dbd1604c [2020-08-11T04:39:12.718Z] 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-11T04:39:14.139Z] ---> Running in 721931cced9c [2020-08-11T04:39:15.589Z] ---> 58370a2f54d2 [2020-08-11T04:39:15.589Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:39:16.575Z] ---> Running in 81e8519f8af0 [2020-08-11T04:39:17.977Z] 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-11T04:39:17.977Z] 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-11T04:39:17.977Z] Removing intermediate container a1426593b81e [2020-08-11T04:39:17.977Z] ---> 1d3881232b8b [2020-08-11T04:39:17.977Z] Step 7/29 : COPY . . [2020-08-11T04:39:26.508Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:39:28.095Z] ---> 112364c6919d [2020-08-11T04:39:28.095Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:39:28.362Z] ---> Running in 6f314588ef12 [2020-08-11T04:39:30.352Z] 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-11T04:39:40.799Z] Removing intermediate container 538f5292575f [2020-08-11T04:39:40.799Z] ---> 7a1832903070 [2020-08-11T04:39:40.799Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:39:40.799Z] ---> Running in 97b3dbb0a112 [2020-08-11T04:39:40.799Z] ---> 35792ed0f681 [2020-08-11T04:39:40.799Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:39:41.385Z] ---> Running in bcb80e68a462 [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:39:41.629Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:39:41.629Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:39:41.969Z] 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-11T04:39:42.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:39:42.233Z] 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-11T04:39:43.203Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:39:43.475Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:39:43.475Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:39:43.475Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:39:43.643Z] 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-11T04:39:46.973Z] Removing intermediate container 97b3dbb0a112 [2020-08-11T04:39:46.973Z] ---> ab3dd4427103 [2020-08-11T04:39:46.973Z] [2020-08-11T04:39:46.973Z] Step 11/26 : FROM docker:latest [2020-08-11T04:39:46.973Z] ---> 81f5749c9058 [2020-08-11T04:39:46.973Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:39:47.254Z] ---> Running in a7db8d601c87 [2020-08-11T04:39:48.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:48.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:48.755Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:39:48.755Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:39:48.755Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:39:48.755Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:39:48.755Z] OK: 12 MiB in 22 packages [2020-08-11T04:39:50.689Z] Removing intermediate container 81e8519f8af0 [2020-08-11T04:39:50.689Z] ---> 502943be9652 [2020-08-11T04:39:50.689Z] [2020-08-11T04:39:50.689Z] Step 10/21 : FROM scratch [2020-08-11T04:39:50.689Z] ---> [2020-08-11T04:39:50.689Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:39:50.953Z] 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-11T04:39:51.545Z] ---> Using cache [2020-08-11T04:39:51.545Z] ---> bc27f84a8488 [2020-08-11T04:39:51.545Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:39:51.822Z] ---> Running in dc58cd7bd020 [2020-08-11T04:39:51.822Z] Removing intermediate container a7db8d601c87 [2020-08-11T04:39:51.822Z] ---> 6f938c83f3b9 [2020-08-11T04:39:51.822Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:39:51.822Z] ---> Running in 7fc935d99086 [2020-08-11T04:39:52.100Z] Removing intermediate container dc58cd7bd020 [2020-08-11T04:39:52.100Z] ---> c8046ef8d153 [2020-08-11T04:39:52.100Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:39:52.100Z] ---> Running in f66597e4a2be [2020-08-11T04:39:52.368Z] Removing intermediate container f66597e4a2be [2020-08-11T04:39:52.368Z] ---> 8bca9518586b [2020-08-11T04:39:52.368Z] Step 14/21 : WORKDIR / [2020-08-11T04:39:53.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements [2020-08-11T04:39:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:39:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:39:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:39:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:39:53.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:39:54.919Z] ---> Running in f058c933a55c [2020-08-11T04:39:55.507Z] Removing intermediate container f058c933a55c [2020-08-11T04:39:55.507Z] ---> 575a4590e0b4 [2020-08-11T04:39:55.507Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:39:55.786Z] Removing intermediate container 7fc935d99086 [2020-08-11T04:39:55.786Z] ---> 1916250c0894 [2020-08-11T04:39:55.786Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:39:56.060Z] ---> fc9eb5f9a944 [2020-08-11T04:39:56.060Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:39:56.060Z] ---> Running in 2c860f778caa [2020-08-11T04:39:56.639Z] Removing intermediate container 2c860f778caa [2020-08-11T04:39:56.639Z] ---> c589efa9ebc2 [2020-08-11T04:39:56.639Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:39:58.556Z] ---> Running in 0ddec56c7f94 [2020-08-11T04:39:58.556Z] ---> 6f21729fba50 [2020-08-11T04:39:58.556Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:58.556Z] Removing intermediate container 721931cced9c [2020-08-11T04:39:58.556Z] ---> 0130f61df8ba [2020-08-11T04:39:58.556Z] [2020-08-11T04:39:58.556Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:39:58.556Z] Removing intermediate container 6f314588ef12 [2020-08-11T04:39:58.556Z] ---> 05c03a43426a [2020-08-11T04:39:58.556Z] [2020-08-11T04:39:58.556Z] Step 10/21 : FROM scratch [2020-08-11T04:39:58.556Z] ---> [2020-08-11T04:39:58.556Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:39:58.556Z] Removing intermediate container 0ddec56c7f94 [2020-08-11T04:39:58.556Z] ---> d9f0f25743d8 [2020-08-11T04:39:58.556Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:39:58.556Z] ---> Using cache [2020-08-11T04:39:58.556Z] ---> 3e52bc43e57e [2020-08-11T04:39:58.556Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:39:58.816Z] ---> Running in 6c6ada2eecd0 [2020-08-11T04:39:58.816Z] ---> Running in 0ae1bdca66ae [2020-08-11T04:39:58.816Z] ---> 51012ef2d120 [2020-08-11T04:39:58.816Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:39:58.816Z] 3.10: Pulling from library/alpine [2020-08-11T04:39:59.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.3% of statements [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:39:59.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:39:59.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-08-11T04:39:59.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:39:59.076Z] ---> Running in 7cbf03bf2253 [2020-08-11T04:39:59.337Z] Removing intermediate container 0ae1bdca66ae [2020-08-11T04:39:59.337Z] ---> 8bbed019e1ef [2020-08-11T04:39:59.337Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:39:59.337Z] Removing intermediate container 6c6ada2eecd0 [2020-08-11T04:39:59.337Z] ---> 9363769f8290 [2020-08-11T04:39:59.337Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:40:00.720Z] ---> Running in 1530ef4c4095 [2020-08-11T04:40:02.104Z] Removing intermediate container 7cbf03bf2253 [2020-08-11T04:40:02.104Z] ---> 1f2729b133ca [2020-08-11T04:40:02.104Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:40:02.104Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:40:02.104Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:40:02.104Z] ---> be4e4bea2c2e [2020-08-11T04:40:02.104Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:40:02.104Z] ---> 02225ae237cf [2020-08-11T04:40:02.104Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:40:02.104Z] Removing intermediate container bcb80e68a462 [2020-08-11T04:40:02.104Z] ---> c99dcd63b06c [2020-08-11T04:40:02.104Z] [2020-08-11T04:40:02.104Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:40:02.104Z] ---> a24bb4013296 [2020-08-11T04:40:02.104Z] 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-11T04:40:02.104Z] Removing intermediate container 1530ef4c4095 [2020-08-11T04:40:02.104Z] ---> 424e712670a0 [2020-08-11T04:40:02.104Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:40:02.104Z] ---> Running in fae0a1176e31 [2020-08-11T04:40:02.364Z] ---> Running in 9ab5088038f2 [2020-08-11T04:40:02.364Z] ---> Running in 170ea94cc3c3 [2020-08-11T04:40:02.636Z] ---> f07ac312df9c [2020-08-11T04:40:02.636Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / ---> b09cc55bac51 [2020-08-11T04:40:02.636Z] [2020-08-11T04:40:02.636Z] Removing intermediate container fae0a1176e31 [2020-08-11T04:40:02.636Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:40:02.636Z] ---> fd714f518f84 [2020-08-11T04:40:02.636Z] Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:40:02.636Z] Removing intermediate container 170ea94cc3c3 [2020-08-11T04:40:02.636Z] ---> b538d07ad1cb [2020-08-11T04:40:02.636Z] Step 11/29 : USER root [2020-08-11T04:40:02.898Z] ---> Running in 3de90588404e [2020-08-11T04:40:02.898Z] ---> Running in 9db716b57436 [2020-08-11T04:40:02.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:03.162Z] ---> 0ee273076fd6 [2020-08-11T04:40:03.162Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:40:03.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:03.162Z] ---> 51e1f60890e7 [2020-08-11T04:40:03.162Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:40:03.162Z] Removing intermediate container 3de90588404e [2020-08-11T04:40:03.162Z] ---> a5833f1793d4 [2020-08-11T04:40:03.162Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:40:03.162Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:40:03.162Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:40:03.162Z] OK: 10346 distinct packages available [2020-08-11T04:40:03.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:40:03.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:40:03.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-08-11T04:40:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:40:03.423Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:40:03.423Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:40:03.423Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:40:03.423Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:40:03.423Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:40:03.423Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:40:03.423Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:40:03.690Z] OK: 7 MiB in 19 packages [2020-08-11T04:40:03.690Z] ---> Running in 03400093639d [2020-08-11T04:40:03.690Z] Removing intermediate container 9db716b57436 [2020-08-11T04:40:03.690Z] ---> 1ca20c418a25 [2020-08-11T04:40:03.690Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:40:03.952Z] ---> Running in ede98d4922bc [2020-08-11T04:40:03.952Z] ---> 38b4b38b112b [2020-08-11T04:40:03.952Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:40:04.214Z] ---> Running in 4bb721fd6352 [2020-08-11T04:40:04.214Z] Removing intermediate container ede98d4922bc [2020-08-11T04:40:04.214Z] ---> b6e5a301bf8d [2020-08-11T04:40:04.214Z] [2020-08-11T04:40:04.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.081s coverage: 89.8% of statements [2020-08-11T04:40:04.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:40:04.473Z] Successfully built b6e5a301bf8d [2020-08-11T04:40:04.473Z] ---> 777170e240e2 [2020-08-11T04:40:04.473Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:40:04.473Z] Successfully tagged docker-core-command-go:latest [2020-08-11T04:40:04.737Z]  Building docker-core-command-go ... done  ---> Running in 1aed58cd301a [2020-08-11T04:40:04.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:04.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:05.269Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:40:05.269Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:40:05.269Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:40:05.269Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:40:05.269Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:40:05.269Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:40:05.269Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:40:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:40:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 100.0% of statements [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:40:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:40:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-08-11T04:40:05.531Z] Removing intermediate container 1aed58cd301a [2020-08-11T04:40:05.531Z] ---> ce5e27df0a0a [2020-08-11T04:40:05.531Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:40:05.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:05.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:05.796Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:40:05.796Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:40:05.796Z] OK: 12749 distinct packages available [2020-08-11T04:40:06.057Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:40:06.057Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:40:06.057Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:40:06.057Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:40:06.057Z] OK: 6 MiB in 16 packages [2020-08-11T04:40:06.629Z] Removing intermediate container 9ab5088038f2 [2020-08-11T04:40:06.629Z] ---> 8878168cc825 [2020-08-11T04:40:06.629Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:40:10.835Z] ---> Running in 07d7b3d17aa4 [2020-08-11T04:40:11.094Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:40:11.094Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:40:11.094Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:40:11.094Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:40:11.094Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:40:11.094Z] ---> Running in 22ce392a46fa [2020-08-11T04:40:11.094Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:40:11.095Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:40:11.666Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:40:11.666Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:40:11.666Z] Removing intermediate container 07d7b3d17aa4 [2020-08-11T04:40:11.666Z] ---> 3a0f6e43b7d7 [2020-08-11T04:40:11.666Z] Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:40:11.666Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:40:12.238Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:40:12.238Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:40:12.238Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:40:12.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.335s coverage: 63.5% of statements [2020-08-11T04:40:12.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:40:12.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:40:12.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2020-08-11T04:40:12.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 92.3% of statements [2020-08-11T04:40:12.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2020-08-11T04:40:12.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2020-08-11T04:40:12.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2020-08-11T04:40:12.811Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:40:12.811Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:40:12.811Z] ---> Running in e15b1ded1910 [2020-08-11T04:40:12.811Z] Removing intermediate container 22ce392a46fa [2020-08-11T04:40:12.811Z] ---> 50a8c0f215f4 [2020-08-11T04:40:12.811Z] Step 13/26 : WORKDIR / [2020-08-11T04:40:12.811Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:40:12.811Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:40:12.811Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:40:12.811Z] Removing intermediate container 4bb721fd6352 [2020-08-11T04:40:12.811Z] ---> e19d318ad21e [2020-08-11T04:40:12.811Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:40:12.811Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:40:13.071Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:40:13.331Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:40:13.331Z] ---> Running in 3d1b1885bd9d [2020-08-11T04:40:13.331Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:40:13.331Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:40:13.331Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:40:13.331Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:40:13.331Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:40:13.591Z] ---> Running in c5dccb2a2c56 [2020-08-11T04:40:13.591Z] Removing intermediate container e15b1ded1910 [2020-08-11T04:40:13.591Z] ---> 89b85db0f400 [2020-08-11T04:40:13.591Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:40:16.135Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 55.9% of statements [2020-08-11T04:40:16.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:40:16.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:40:16.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:40:16.135Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:40:16.141Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:40:16.141Z] OK: 71 MiB in 55 packages [2020-08-11T04:40:16.141Z] Removing intermediate container 3d1b1885bd9d [2020-08-11T04:40:16.141Z] ---> 707757505da1 [2020-08-11T04:40:16.141Z] 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-11T04:40:16.141Z] ---> Running in 05be3d700095 [2020-08-11T04:40:16.141Z] Removing intermediate container c5dccb2a2c56 [2020-08-11T04:40:16.141Z] ---> 3effdb6b7fbb [2020-08-11T04:40:16.141Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:40:16.141Z] ---> Running in 60dbbfb6d24f [2020-08-11T04:40:16.413Z] Removing intermediate container 05be3d700095 [2020-08-11T04:40:16.413Z] ---> cb3e6b4c1a3b [2020-08-11T04:40:16.413Z] [2020-08-11T04:40:16.413Z] ---> 4aef6abca48a [2020-08-11T04:40:16.413Z] 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-11T04:40:16.413Z] Removing intermediate container 60dbbfb6d24f [2020-08-11T04:40:16.413Z] ---> 7eb9b83e443b [2020-08-11T04:40:16.413Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:40:16.413Z] Successfully built cb3e6b4c1a3b [2020-08-11T04:40:16.413Z] Successfully tagged docker-support-logging-go:latest [2020-08-11T04:40:16.990Z]  Building docker-support-logging-go ... done  ---> Running in 96ef514f270d [2020-08-11T04:40:20.298Z] ---> d445043a98d5 [2020-08-11T04:40:20.298Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:40:20.560Z] Removing intermediate container 03400093639d [2020-08-11T04:40:20.560Z] ---> 0a922ed6dcf3 [2020-08-11T04:40:20.560Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:40:20.560Z] ---> Running in 2e3c2db3e6ab [2020-08-11T04:40:20.560Z] ---> cedd2835d25e [2020-08-11T04:40:20.560Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:40:20.825Z] ---> 1fec8f21e01f [2020-08-11T04:40:20.825Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:40:21.089Z] Removing intermediate container 96ef514f270d [2020-08-11T04:40:21.089Z] ---> 754b71c4babf [2020-08-11T04:40:21.089Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:40:21.350Z] ---> 4546e486c112 [2020-08-11T04:40:21.350Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:40:21.611Z] ---> 2b8bd205e16e [2020-08-11T04:40:21.611Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:40:21.873Z] ---> 6c71a529d7e4 [2020-08-11T04:40:21.873Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:40:22.143Z] ---> 5e8803aa2841 [2020-08-11T04:40:22.143Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:40:22.143Z] Collecting docker-compose==1.23.2 [2020-08-11T04:40:22.143Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:40:22.143Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:40:22.143Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:40:22.407Z] ---> 426228589d86 [2020-08-11T04:40:22.407Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:40:22.407Z] ---> fc714393f11e [2020-08-11T04:40:22.407Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:40:22.672Z] ---> 5940a5537744 [2020-08-11T04:40:22.672Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:40:22.672Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:40:22.672Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:40:22.672Z] ---> 40c7bce35716 [2020-08-11T04:40:22.672Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:40:23.613Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:40:23.613Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:40:23.613Z] ---> Running in 3de6ab7e6b39 [2020-08-11T04:40:23.613Z] ---> cb9b269a7bf4 [2020-08-11T04:40:23.613Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:40:23.875Z] ---> Running in ad237d835054 [2020-08-11T04:40:23.875Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:40:23.875Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:40:24.447Z] 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-11T04:40:24.707Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:40:24.707Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:40:24.968Z] Removing intermediate container 3de6ab7e6b39 [2020-08-11T04:40:24.968Z] ---> 9b9cbbf1cae1 [2020-08-11T04:40:24.968Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:40:24.968Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:40:24.968Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:40:24.968Z] ---> Running in 6680153c2f72 [2020-08-11T04:40:24.968Z] Removing intermediate container ad237d835054 [2020-08-11T04:40:24.968Z] ---> ac3012b5bcdc [2020-08-11T04:40:24.968Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:40:24.968Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:40:24.968Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:40:25.235Z] Removing intermediate container 6680153c2f72 [2020-08-11T04:40:25.235Z] ---> ea109830cd7c [2020-08-11T04:40:25.235Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:40:25.235Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:40:25.235Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:40:25.235Z] ---> Running in bb3d52b4ca8e [2020-08-11T04:40:25.495Z] ---> 2a8843e85382 [2020-08-11T04:40:25.495Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:40:25.495Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:40:25.495Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:40:25.495Z] ---> Running in 0fa9e616784b [2020-08-11T04:40:25.755Z] Removing intermediate container bb3d52b4ca8e [2020-08-11T04:40:25.755Z] ---> aac50b9e5f01 [2020-08-11T04:40:25.755Z] Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:40:27.672Z] ---> Running in a63185bccc7b [2020-08-11T04:40:27.672Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:40:27.672Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:40:27.672Z] 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-11T04:40:27.672Z] Removing intermediate container a63185bccc7b [2020-08-11T04:40:27.672Z] ---> 52998eac2e0e [2020-08-11T04:40:27.672Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:40:27.672Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:40:27.672Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:40:27.672Z] 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-11T04:40:27.672Z] ---> Running in 3d5347540aa9 [2020-08-11T04:40:27.672Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:40:27.672Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:40:27.672Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:40:27.672Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:40:27.672Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:40:27.672Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:40:27.935Z] Installing collected packages: dockerpty, cached-property, docopt, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, docker-compose [2020-08-11T04:40:27.935Z] Running setup.py install for dockerpty: started [2020-08-11T04:40:27.935Z] Removing intermediate container 3d5347540aa9 [2020-08-11T04:40:27.935Z] ---> 0bc13657b6fe [2020-08-11T04:40:27.935Z] [2020-08-11T04:40:28.199Z] Successfully built 0bc13657b6fe [2020-08-11T04:40:28.199Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-11T04:40:28.199Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0fa9e616784b [2020-08-11T04:40:28.199Z] ---> 34b5025be940 [2020-08-11T04:40:28.199Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:40:28.199Z] ---> Running in 856abbe61716 [2020-08-11T04:40:28.537Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:40:28.537Z] Running setup.py install for docopt: started [2020-08-11T04:40:28.846Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:40:28.846Z] Running setup.py install for texttable: started [2020-08-11T04:40:29.482Z] Removing intermediate container 856abbe61716 [2020-08-11T04:40:29.482Z] ---> 64d36cc23ec0 [2020-08-11T04:40:29.482Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:40:29.482Z] ---> Running in a3f9fcb17b12 [2020-08-11T04:40:29.482Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:40:29.482Z] Attempting uninstall: urllib3 [2020-08-11T04:40:29.482Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:40:29.482Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:40:29.482Z] Removing intermediate container a3f9fcb17b12 [2020-08-11T04:40:29.482Z] ---> 42946f4dadf5 [2020-08-11T04:40:29.482Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:40:29.482Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:40:30.056Z] ---> Running in 826704fb1f98 [2020-08-11T04:40:30.056Z] Attempting uninstall: idna [2020-08-11T04:40:30.056Z] Found existing installation: idna 2.9 [2020-08-11T04:40:30.056Z] Uninstalling idna-2.9: [2020-08-11T04:40:30.056Z] Successfully uninstalled idna-2.9 [2020-08-11T04:40:30.626Z] Removing intermediate container 826704fb1f98 [2020-08-11T04:40:30.626Z] ---> 1d7844ee7116 [2020-08-11T04:40:30.626Z] Step 27/29 : LABEL arch=x86_64 [2020-08-11T04:40:30.626Z] Attempting uninstall: requests [2020-08-11T04:40:30.626Z] Found existing installation: requests 2.23.0 [2020-08-11T04:40:30.626Z] Uninstalling requests-2.23.0: [2020-08-11T04:40:30.626Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:40:30.886Z] ---> Running in ee908ae25adc [2020-08-11T04:40:31.457Z] Removing intermediate container ee908ae25adc [2020-08-11T04:40:31.457Z] ---> 8ad5b56bfc36 [2020-08-11T04:40:31.457Z] Step 28/29 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:40:31.717Z] ---> Running in 4e68fb46bedc [2020-08-11T04:40:31.717Z] Running setup.py install for PyYAML: started [2020-08-11T04:40:31.978Z] Removing intermediate container 4e68fb46bedc [2020-08-11T04:40:31.978Z] ---> 57edd53b4538 [2020-08-11T04:40:31.978Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:40:31.978Z] ---> Running in d569e74a2134 [2020-08-11T04:40:32.237Z] Removing intermediate container d569e74a2134 [2020-08-11T04:40:32.237Z] ---> 1cde3283438d [2020-08-11T04:40:32.237Z] [2020-08-11T04:40:32.237Z] Successfully built 1cde3283438d [2020-08-11T04:40:32.237Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-11T04:40:32.238Z]  Building docker-security-secrets-setup-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:40:32.498Z] 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-11T04:40:35.045Z] Removing intermediate container 2e3c2db3e6ab [2020-08-11T04:40:35.045Z] ---> 25f43fce3418 [2020-08-11T04:40:35.045Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:40:35.045Z] ---> Running in 4241f6195d62 [2020-08-11T04:40:35.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:35.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:40:35.877Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:40:35.877Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:40:35.877Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:40:35.877Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:40:35.877Z] OK: 72 MiB in 58 packages [2020-08-11T04:40:36.450Z] Removing intermediate container 4241f6195d62 [2020-08-11T04:40:36.450Z] ---> fc404221b9f0 [2020-08-11T04:40:36.450Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:40:36.450Z] ---> Running in 04157fdaef90 [2020-08-11T04:40:36.711Z] Removing intermediate container 04157fdaef90 [2020-08-11T04:40:36.711Z] ---> 2460d569a161 [2020-08-11T04:40:36.711Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:40:36.711Z] ---> Running in 7ee8d526637f [2020-08-11T04:40:36.973Z] Removing intermediate container 7ee8d526637f [2020-08-11T04:40:36.973Z] ---> 9b24f27ff563 [2020-08-11T04:40:36.973Z] Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:40:36.973Z] ---> Running in 1db335ff6e89 [2020-08-11T04:40:37.233Z] Removing intermediate container 1db335ff6e89 [2020-08-11T04:40:37.233Z] ---> 06b03a3179b3 [2020-08-11T04:40:37.233Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:40:37.233Z] ---> Running in d6d9c435cb8c [2020-08-11T04:40:37.493Z] Removing intermediate container d6d9c435cb8c [2020-08-11T04:40:37.493Z] ---> 861d972e74c9 [2020-08-11T04:40:37.493Z] [2020-08-11T04:40:37.493Z] Successfully built 861d972e74c9 [2020-08-11T04:40:37.493Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-11T04:40:37.764Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-11T04:40:37.779Z] $ docker stop --time=1 cd415dd860927db963bfe6e414249c8fc4dac8458c9701031a2ebc185d7bad0d [2020-08-11T04:40:39.380Z] $ docker rm -f cd415dd860927db963bfe6e414249c8fc4dac8458c9701031a2ebc185d7bad0d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:40:39.894Z] + docker images [2020-08-11T04:40:39.894Z] + grep docker [2020-08-11T04:40:39.894Z] docker-sys-mgmt-agent-go latest 861d972e74c9 2 seconds ago 284MB [2020-08-11T04:40:39.894Z] docker-security-secrets-setup-go latest 1cde3283438d 8 seconds ago 25.1MB [2020-08-11T04:40:39.894Z] docker-security-secretstore-setup-go latest 0bc13657b6fe 12 seconds ago 33.9MB [2020-08-11T04:40:39.894Z] docker-support-logging-go latest cb3e6b4c1a3b 23 seconds ago 11.8MB [2020-08-11T04:40:39.894Z] docker-core-command-go latest b6e5a301bf8d 36 seconds ago 13MB [2020-08-11T04:40:39.894Z] docker-core-data-go latest 93267994d91d 2 minutes ago 23.8MB [2020-08-11T04:40:39.894Z] docker-support-notifications-go latest 971edc3e2029 2 minutes ago 14.4MB [2020-08-11T04:40:39.894Z] docker-core-metadata-go latest 6ea4f31bd7c0 2 minutes ago 14.4MB [2020-08-11T04:40:39.894Z] docker-support-scheduler-go latest bef996987eb9 2 minutes ago 13.1MB [2020-08-11T04:40:39.894Z] docker-security-proxy-setup-go latest d1ec2e74fb43 2 minutes ago 16.4MB [2020-08-11T04:40:39.894Z] docker latest 81f5749c9058 6 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-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.127s coverage: 86.3% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.065s coverage: 72.2% of statements [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.370s coverage: 72.1% of statements [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.027s coverage: 96.8% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 33.7% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.059s coverage: 42.9% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.163s coverage: 46.1% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:40:42.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-08-11T04:40:42.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:40:44.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.224s coverage: 29.1% of statements [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:40:44.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:40:44.399Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:40:44.399Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2020-08-11T04:40:44.399Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:40:45.845Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-11T04:40:45.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:40:45.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:40:45.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:40:45.845Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:40:47.291Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements [2020-08-11T04:40:47.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:40:47.291Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:40:47.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2020-08-11T04:40:48.174Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-08-11T04:40:49.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements [2020-08-11T04:40:50.594Z] GO111MODULE=on go vet ./... [2020-08-11T04:41:08.935Z] gofmt -l . [2020-08-11T04:41:10.010Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:41:12.331Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:41:13.351Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T04:41:16.727Z] + ls -al . [2020-08-11T04:41:16.727Z] total 596 [2020-08-11T04:41:16.727Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:41 . [2020-08-11T04:41:16.727Z] drwxr-xr-x 4 root root 4096 Aug 11 04:38 .. [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:36 .dockerignore [2020-08-11T04:41:16.727Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:37 .git [2020-08-11T04:41:16.727Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:36 .github [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:37 .gitignore [2020-08-11T04:41:16.727Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:37 .semver [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:37 .sonarcloud.properties [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:36 CONTRIBUTING.md [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:37 Dockerfile.build [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:37 Jenkinsfile [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:36 LICENSE [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:37 Makefile [2020-08-11T04:41:16.727Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:36 README.md [2020-08-11T04:41:16.728Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:36 SECURITY.md [2020-08-11T04:41:16.728Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:32 VERSION [2020-08-11T04:41:16.728Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:36 ZMQWindows.md [2020-08-11T04:41:16.728Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 04:36 bin [2020-08-11T04:41:16.728Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:36 cmd [2020-08-11T04:41:16.728Z] -rw-r--r-- 1 root root 465013 Aug 11 04:40 coverage.out [2020-08-11T04:41:16.728Z] -rw-r--r-- 1 root root 1075 Aug 11 04:41 go.mod [2020-08-11T04:41:16.728Z] -rw-r--r-- 1 root root 18146 Aug 11 04:41 go.sum [2020-08-11T04:41:16.728Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:37 internal [2020-08-11T04:41:16.728Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:37 openapi [2020-08-11T04:41:16.728Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:37 snap [2020-08-11T04:41:16.728Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:37 version.go [Pipeline] sh [2020-08-11T04:41:17.191Z] + '[' -e coverage.out ] [2020-08-11T04:41:17.192Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:41:17.570Z] Warning: overwriting stash ‘coverage-report’ [2020-08-11T04:41:18.828Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:41:19.548Z] + make build [2020-08-11T04:41:19.548Z] 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-11T04:41:37.880Z] 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-11T04:41:48.012Z] 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-11T04:41:53.416Z] 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-11T04:41:58.816Z] 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-11T04:42:07.110Z] 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-11T04:42:07.710Z] 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-11T04:42:13.112Z] 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-11T04:42:19.820Z] 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-11T04:42:25.222Z] 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-11T04:42:30.635Z] 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-11T04:42:36.026Z] 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-11T04:42:41.419Z] 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-11T04:42:44.820Z] $ docker stop --time=1 6189e0159cb0df35a99ab2fd437390f816c2aa463b98b6fc78f82370e3335452 [2020-08-11T04:42:47.495Z] $ docker rm -f 6189e0159cb0df35a99ab2fd437390f816c2aa463b98b6fc78f82370e3335452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:42:49.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:42:49.392Z] [2020-08-11T04:42:49.392Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:42:49.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:42:50.049Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-11T04:42:50.049Z] 29e5d40040c1: Pulling fs layer [2020-08-11T04:42:50.049Z] 1ce36da41761: Pulling fs layer [2020-08-11T04:42:50.049Z] 25b303627fd3: Pulling fs layer [2020-08-11T04:42:50.049Z] 29e5d40040c1: Verifying Checksum [2020-08-11T04:42:50.049Z] 29e5d40040c1: Download complete [2020-08-11T04:42:50.646Z] 1ce36da41761: Verifying Checksum [2020-08-11T04:42:50.646Z] 1ce36da41761: Download complete [2020-08-11T04:42:50.646Z] 29e5d40040c1: Pull complete [2020-08-11T04:42:52.078Z] 1ce36da41761: Pull complete [2020-08-11T04:42:52.078Z] 25b303627fd3: Verifying Checksum [2020-08-11T04:42:52.078Z] 25b303627fd3: Download complete [2020-08-11T04:43:02.215Z] 25b303627fd3: Pull complete [2020-08-11T04:43:02.215Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-11T04:43:02.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:43:02.215Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-11T04:43:02.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-3354 does not seem to be running inside a container [2020-08-11T04:43:02.582Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-11T04:43:06.501Z] $ docker top b362433cca7584d25ed9ed187e566fb7a7796a6d2cbe72591ebfe9e0bb34ab55 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:43:08.009Z] + docker-compose build --help [2020-08-11T04:43:08.009Z] + grep parallel [2020-08-11T04:43:13.387Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:43:13.405Z] $ docker stop --time=1 b362433cca7584d25ed9ed187e566fb7a7796a6d2cbe72591ebfe9e0bb34ab55 [2020-08-11T04:43:15.455Z] $ docker rm -f b362433cca7584d25ed9ed187e566fb7a7796a6d2cbe72591ebfe9e0bb34ab55 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:43:16.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:43:16.251Z] . [Pipeline] withDockerContainer [2020-08-11T04:43:16.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-3354 does not seem to be running inside a container [2020-08-11T04:43:16.621Z] $ 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/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@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-11T04:43:18.255Z] $ docker top f2386ced880ad9bfd9c0d95c6ccddc583e929784838987d63c388b74f461cce1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:43:19.307Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:43:23.597Z] Building docker-core-command-go ... [2020-08-11T04:43:23.597Z] Building docker-core-data-go ... [2020-08-11T04:43:23.597Z] Building docker-core-metadata-go ... [2020-08-11T04:43:23.597Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:43:23.597Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:43:23.597Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:43:23.597Z] Building docker-support-logging-go ... [2020-08-11T04:43:23.597Z] Building docker-support-notifications-go ... [2020-08-11T04:43:23.597Z] Building docker-support-scheduler-go ... [2020-08-11T04:43:23.597Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:43:23.597Z] Building docker-support-notifications-go [2020-08-11T04:43:23.597Z] Building docker-core-data-go [2020-08-11T04:43:23.597Z] Building docker-security-secretstore-setup-go [2020-08-11T04:43:23.597Z] Building docker-security-proxy-setup-go [2020-08-11T04:43:23.597Z] Building docker-sys-mgmt-agent-go [2020-08-11T04:45:15.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:15.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:15.427Z] ---> 9c04a2d6d64a [2020-08-11T04:45:15.427Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:45:15.427Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:15.427Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:15.427Z] ---> 9c04a2d6d64a [2020-08-11T04:45:15.427Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:45:15.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:15.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:15.427Z] ---> 9c04a2d6d64a [2020-08-11T04:45:15.427Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:45:15.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:15.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:15.427Z] ---> 9c04a2d6d64a [2020-08-11T04:45:15.427Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:45:15.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:15.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:15.427Z] ---> 9c04a2d6d64a [2020-08-11T04:45:15.427Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:45:15.427Z] ---> Running in b7346169f155 [2020-08-11T04:45:15.427Z] ---> Running in c015db568089 [2020-08-11T04:45:15.427Z] ---> Running in a9377e7956b4 [2020-08-11T04:45:15.427Z] ---> Running in 360d7f2734c7 [2020-08-11T04:45:15.427Z] ---> Running in 276100c10547 [2020-08-11T04:45:15.427Z] Removing intermediate container b7346169f155 [2020-08-11T04:45:15.427Z] ---> 2c55daa13259 [2020-08-11T04:45:15.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:15.427Z] Removing intermediate container 276100c10547 [2020-08-11T04:45:15.427Z] ---> f9bd06cf6cff [2020-08-11T04:45:15.427Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:15.427Z] Removing intermediate container c015db568089 [2020-08-11T04:45:15.427Z] ---> 81f9ea8082e8 [2020-08-11T04:45:15.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:15.427Z] Removing intermediate container 360d7f2734c7 [2020-08-11T04:45:15.427Z] ---> 6ecf40165215 [2020-08-11T04:45:15.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:15.427Z] Removing intermediate container a9377e7956b4 [2020-08-11T04:45:15.427Z] ---> a3cb5bbace89 [2020-08-11T04:45:15.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:15.427Z] ---> Running in 192dac2596ba [2020-08-11T04:45:15.427Z] ---> Running in 1f8485a3ac18 [2020-08-11T04:45:15.427Z] ---> Running in be85b469a013 [2020-08-11T04:45:15.427Z] ---> Running in c9025588da9c [2020-08-11T04:45:15.427Z] ---> Running in 3d891bf327f9 [2020-08-11T04:45:17.405Z] Removing intermediate container 1f8485a3ac18 [2020-08-11T04:45:17.405Z] ---> ee3ca3cead37 [2020-08-11T04:45:17.405Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:45:17.405Z] Removing intermediate container 192dac2596ba [2020-08-11T04:45:17.405Z] ---> 3afec372fdc9 [2020-08-11T04:45:17.405Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:45:17.405Z] ---> Running in 632dfd49a12c [2020-08-11T04:45:17.405Z] Removing intermediate container be85b469a013 [2020-08-11T04:45:17.405Z] ---> afc790ea4a8b [2020-08-11T04:45:17.405Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:45:17.405Z] ---> Running in 3e5acf0d31bc [2020-08-11T04:45:17.681Z] ---> Running in 347806bc052f [2020-08-11T04:45:17.681Z] Removing intermediate container c9025588da9c [2020-08-11T04:45:17.681Z] ---> caf72f7b0e8e [2020-08-11T04:45:17.681Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:45:17.681Z] Removing intermediate container 3d891bf327f9 [2020-08-11T04:45:17.681Z] ---> 663256880e1e [2020-08-11T04:45:17.681Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:45:17.954Z] ---> Running in b5d32b220c4b [2020-08-11T04:45:17.954Z] ---> Running in 743dc1356862 [2020-08-11T04:45:19.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:19.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:20.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:20.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:20.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:20.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:20.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:21.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:21.306Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:21.306Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:21.306Z] OK: 12620 distinct packages available [2020-08-11T04:45:21.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:21.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:21.584Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:21.584Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:21.584Z] OK: 12620 distinct packages available [2020-08-11T04:45:21.865Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:21.865Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:21.865Z] OK: 12620 distinct packages available [2020-08-11T04:45:22.143Z] OK: 217 MiB in 51 packages [2020-08-11T04:45:22.417Z] OK: 217 MiB in 51 packages [2020-08-11T04:45:22.703Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:22.703Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:22.703Z] OK: 12620 distinct packages available [2020-08-11T04:45:22.703Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:22.703Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:22.703Z] OK: 12620 distinct packages available [2020-08-11T04:45:23.012Z] OK: 217 MiB in 51 packages [2020-08-11T04:45:23.619Z] OK: 217 MiB in 51 packages [2020-08-11T04:45:23.619Z] OK: 217 MiB in 51 packages [2020-08-11T04:45:24.600Z] Removing intermediate container 632dfd49a12c [2020-08-11T04:45:24.600Z] ---> 39c8debefbe6 [2020-08-11T04:45:24.600Z] Step 6/22 : COPY go.mod . [2020-08-11T04:45:24.600Z] Removing intermediate container 3e5acf0d31bc [2020-08-11T04:45:24.600Z] ---> 9bb36b3cab16 [2020-08-11T04:45:24.600Z] Step 6/26 : COPY go.mod . [2020-08-11T04:45:24.871Z] Removing intermediate container 347806bc052f [2020-08-11T04:45:24.871Z] ---> 6282fd7226cd [2020-08-11T04:45:24.871Z] Step 6/26 : COPY go.mod . [2020-08-11T04:45:25.475Z] ---> a9ed37bd684a [2020-08-11T04:45:25.475Z] Step 7/22 : RUN go mod download [2020-08-11T04:45:25.475Z] Removing intermediate container b5d32b220c4b [2020-08-11T04:45:25.475Z] ---> 3873e4338ae8 [2020-08-11T04:45:25.475Z] Step 6/20 : COPY go.mod . [2020-08-11T04:45:25.756Z] Removing intermediate container 743dc1356862 [2020-08-11T04:45:25.756Z] ---> d156aa55db0f [2020-08-11T04:45:25.756Z] Step 6/23 : COPY go.mod . [2020-08-11T04:45:25.756Z] ---> Running in d63b03f0c0e9 [2020-08-11T04:45:25.756Z] ---> f9293ff4f608 [2020-08-11T04:45:25.756Z] Step 7/26 : RUN go mod download [2020-08-11T04:45:26.038Z] ---> cf883023c4f5 [2020-08-11T04:45:26.038Z] Step 7/26 : RUN go mod download [2020-08-11T04:45:26.038Z] ---> Running in d78f21ee212d [2020-08-11T04:45:26.317Z] ---> Running in ac7588312f44 [2020-08-11T04:45:26.918Z] ---> e70432dcb7ac [2020-08-11T04:45:26.918Z] Step 7/20 : RUN go mod download [2020-08-11T04:45:26.918Z] ---> 6106e48ded3d [2020-08-11T04:45:26.918Z] Step 7/23 : RUN go mod download [2020-08-11T04:45:26.918Z] ---> Running in 2f2e65af0b2b [2020-08-11T04:45:27.198Z] ---> Running in 6e487bafd4ca [2020-08-11T04:45:31.531Z] Removing intermediate container d63b03f0c0e9 [2020-08-11T04:45:31.531Z] ---> 70d9df866354 [2020-08-11T04:45:31.531Z] Step 8/22 : COPY . . [2020-08-11T04:45:31.531Z] Removing intermediate container ac7588312f44 [2020-08-11T04:45:31.531Z] ---> a7a813321521 [2020-08-11T04:45:31.531Z] Step 8/26 : COPY . . [2020-08-11T04:45:31.531Z] Removing intermediate container d78f21ee212d [2020-08-11T04:45:31.531Z] ---> dcb73223d485 [2020-08-11T04:45:31.531Z] Step 8/26 : COPY . . [2020-08-11T04:45:32.143Z] Removing intermediate container 2f2e65af0b2b [2020-08-11T04:45:32.143Z] ---> 8e7be207d68a [2020-08-11T04:45:32.420Z] Step 8/20 : COPY . . [2020-08-11T04:45:33.401Z] Removing intermediate container 6e487bafd4ca [2020-08-11T04:45:33.401Z] ---> 9cdecf62b4b3 [2020-08-11T04:45:33.401Z] Step 8/23 : COPY . . [2020-08-11T04:46:05.834Z] ---> 165bf6748002 [2020-08-11T04:46:05.834Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:46:05.834Z] ---> a9be152790cb [2020-08-11T04:46:05.834Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:46:05.834Z] ---> e980799a2a7f [2020-08-11T04:46:05.834Z] 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-11T04:46:05.834Z] ---> 383ad3eeb181 [2020-08-11T04:46:05.834Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:46:05.834Z] ---> 458e5293e9de [2020-08-11T04:46:05.834Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:46:05.835Z] ---> Running in cf4a82186ca2 [2020-08-11T04:46:05.835Z] ---> Running in 9eaf3269264c [2020-08-11T04:46:05.835Z] ---> Running in 950a25fb22b2 [2020-08-11T04:46:05.835Z] ---> Running in f388a5f48c8b [2020-08-11T04:46:05.835Z] ---> Running in 9aec255a319b [2020-08-11T04:46:07.293Z] 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-11T04:46:07.568Z] 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-11T04:46:07.568Z] 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-11T04:46:08.187Z] 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-11T04:46:08.187Z] 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-11T04:47:45.062Z] 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-11T04:47:45.062Z] Removing intermediate container cf4a82186ca2 [2020-08-11T04:47:45.062Z] ---> 863740635c10 [2020-08-11T04:47:45.062Z] [2020-08-11T04:47:45.062Z] Step 10/20 : FROM alpine [2020-08-11T04:47:45.062Z] latest: Pulling from library/alpine [2020-08-11T04:47:45.062Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:47:45.062Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:47:45.062Z] ---> 62ee0e9f8440 [2020-08-11T04:47:45.062Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:47:45.062Z] ---> Running in 8ab3e6ea2cfd [2020-08-11T04:47:45.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:45.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:46.331Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:47:46.331Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:47:46.331Z] OK: 12620 distinct packages available [2020-08-11T04:47:47.331Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:47:47.331Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:47:47.331Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:47:47.613Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:47:47.613Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:47:47.613Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:47:47.889Z] OK: 7 MiB in 18 packages [2020-08-11T04:47:51.328Z] Removing intermediate container 8ab3e6ea2cfd [2020-08-11T04:47:51.328Z] ---> f3a16d3bc98b [2020-08-11T04:47:51.328Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:47:51.615Z] ---> Running in 3a36baeeafda [2020-08-11T04:47:52.614Z] 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-11T04:47:52.614Z] Removing intermediate container 3a36baeeafda [2020-08-11T04:47:52.614Z] ---> 65af7ee89e13 [2020-08-11T04:47:52.614Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:47:53.221Z] ---> Running in fcb6b20e4e0e [2020-08-11T04:47:54.678Z] Removing intermediate container fcb6b20e4e0e [2020-08-11T04:47:54.678Z] ---> 227935c6a187 [2020-08-11T04:47:54.678Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:47:54.964Z] Removing intermediate container f388a5f48c8b [2020-08-11T04:47:54.964Z] ---> 39bbcdf57ccc [2020-08-11T04:47:55.248Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:47:55.542Z] ---> Running in 7d028825eb62 [2020-08-11T04:47:56.164Z] ---> eab6834fc3af [2020-08-11T04:47:56.164Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:47:58.837Z] ---> 37e9490c0878 [2020-08-11T04:47:58.837Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:47:58.837Z] 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-11T04:47:58.837Z] ---> Running in bb1c1054a7ce [2020-08-11T04:47:59.452Z] Removing intermediate container bb1c1054a7ce [2020-08-11T04:47:59.452Z] ---> 5773c30646c2 [2020-08-11T04:47:59.452Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:47:59.736Z] ---> Running in 49e92f50ac88 [2020-08-11T04:48:00.372Z] Removing intermediate container 49e92f50ac88 [2020-08-11T04:48:00.372Z] ---> 83cb5254cc0e [2020-08-11T04:48:00.372Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:48:00.653Z] ---> Running in a8847763ef24 [2020-08-11T04:48:01.266Z] Removing intermediate container a8847763ef24 [2020-08-11T04:48:01.266Z] ---> 8bdf264aa288 [2020-08-11T04:48:01.551Z] Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:48:01.551Z] ---> Running in 42f9155017be [2020-08-11T04:48:02.568Z] Removing intermediate container 42f9155017be [2020-08-11T04:48:02.568Z] ---> d8828eb0d44c [2020-08-11T04:48:02.568Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:48:02.568Z] ---> Running in dd4d7e42413e [2020-08-11T04:48:03.578Z] Removing intermediate container dd4d7e42413e [2020-08-11T04:48:03.578Z] ---> 539e7495ddbf [2020-08-11T04:48:03.578Z] [2020-08-11T04:48:04.734Z] Successfully built 539e7495ddbf [2020-08-11T04:48:05.294Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-11T04:48:05.294Z] Building docker-core-command-go [2020-08-11T04:48:07.412Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d028825eb62 [2020-08-11T04:48:07.412Z] ---> 59735ecd8198 [2020-08-11T04:48:07.412Z] [2020-08-11T04:48:07.412Z] Step 11/26 : FROM docker:latest [2020-08-11T04:48:07.412Z] ---> ce9d55ae87f1 [2020-08-11T04:48:07.412Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:48:07.702Z] ---> Running in d3c6a0d9011f [2020-08-11T04:48:10.474Z] Removing intermediate container 950a25fb22b2 [2020-08-11T04:48:10.474Z] ---> 2d808aead4c3 [2020-08-11T04:48:10.474Z] [2020-08-11T04:48:10.474Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:48:10.474Z] 3.10: Pulling from library/alpine [2020-08-11T04:48:11.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:11.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:11.988Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:48:11.988Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:48:11.988Z] ---> 536a684cf733 [2020-08-11T04:48:11.988Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:48:12.300Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:48:12.300Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:48:12.300Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:48:12.300Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:12.300Z] OK: 12 MiB in 22 packages [2020-08-11T04:48:14.301Z] ---> Running in cd5cd1079999 [2020-08-11T04:48:15.765Z] Removing intermediate container d3c6a0d9011f [2020-08-11T04:48:15.765Z] ---> 7e26105cdf51 [2020-08-11T04:48:15.765Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:48:16.046Z] ---> Running in fbe5ce9189b1 [2020-08-11T04:48:17.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:17.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:18.496Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:48:18.496Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:48:18.496Z] OK: 10167 distinct packages available [2020-08-11T04:48:19.150Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:48:19.445Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:48:19.445Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:48:19.445Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:48:19.445Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:48:19.445Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:48:19.445Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:48:19.722Z] OK: 7 MiB in 19 packages [2020-08-11T04:48:20.355Z] Removing intermediate container 9aec255a319b [2020-08-11T04:48:20.355Z] ---> f9270e056cee [2020-08-11T04:48:20.355Z] [2020-08-11T04:48:20.355Z] Step 10/23 : FROM scratch [2020-08-11T04:48:20.355Z] ---> [2020-08-11T04:48:20.355Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:48:20.642Z] ---> Running in 3165727ae1bc [2020-08-11T04:48:21.254Z] Removing intermediate container fbe5ce9189b1 [2020-08-11T04:48:21.254Z] ---> 2e0011114949 [2020-08-11T04:48:21.254Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:48:21.532Z] Removing intermediate container 3165727ae1bc [2020-08-11T04:48:21.532Z] ---> 86bef82d6dd7 [2020-08-11T04:48:21.532Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:48:21.532Z] ---> Running in 349949d68512 [2020-08-11T04:48:21.810Z] ---> Running in b583b35c12f1 [2020-08-11T04:48:22.800Z] Removing intermediate container 349949d68512 [2020-08-11T04:48:22.800Z] ---> c3752ed8d48f [2020-08-11T04:48:22.800Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:48:22.800Z] Removing intermediate container b583b35c12f1 [2020-08-11T04:48:22.800Z] ---> 84b611c88701 [2020-08-11T04:48:22.800Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:48:23.411Z] ---> Running in 2b967e448e93 [2020-08-11T04:48:23.411Z] Removing intermediate container cd5cd1079999 [2020-08-11T04:48:23.411Z] ---> f5c0531a6110 [2020-08-11T04:48:23.411Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:48:23.411Z] ---> Running in f582d2be5ba5 [2020-08-11T04:48:23.686Z] ---> Running in 3135c0e174d1 [2020-08-11T04:48:23.964Z] Removing intermediate container 2b967e448e93 [2020-08-11T04:48:23.964Z] ---> cdbf58726881 [2020-08-11T04:48:23.964Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:48:24.240Z] Removing intermediate container f582d2be5ba5 [2020-08-11T04:48:24.240Z] ---> 38a42516a6bf [2020-08-11T04:48:24.240Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:48:24.521Z] Removing intermediate container 3135c0e174d1 [2020-08-11T04:48:24.521Z] ---> 6521bf588410 [2020-08-11T04:48:24.521Z] Step 13/26 : WORKDIR / [2020-08-11T04:48:24.521Z] ---> Running in afc0797e8e4c [2020-08-11T04:48:24.813Z] ---> Running in af6ecd252ce7 [2020-08-11T04:48:25.427Z] ---> 1f9d5b1f9658 [2020-08-11T04:48:25.427Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:48:25.711Z] Removing intermediate container afc0797e8e4c [2020-08-11T04:48:25.711Z] ---> ba8b11a88482 [2020-08-11T04:48:25.711Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:48:25.991Z] Removing intermediate container af6ecd252ce7 [2020-08-11T04:48:25.991Z] ---> cb855d945e8b [2020-08-11T04:48:25.991Z] 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-11T04:48:28.008Z] ---> aabd6d8b2f83 [2020-08-11T04:48:28.008Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:48:28.008Z] ---> b1ed04bcb41a [2020-08-11T04:48:28.008Z] 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-11T04:48:28.008Z] ---> 6d1ddce3a41c [2020-08-11T04:48:28.008Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:48:29.006Z] ---> 71f9c4629e17 [2020-08-11T04:48:29.006Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:48:29.289Z] ---> c5991d0c0f21 [2020-08-11T04:48:29.289Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:48:30.280Z] ---> 00921066a9e6 [2020-08-11T04:48:30.280Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:48:30.898Z] ---> f225e26d2126 [2020-08-11T04:48:30.898Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:48:31.177Z] ---> 2d650ce72dc0 [2020-08-11T04:48:31.177Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:48:31.791Z] ---> Running in 87c8d18e37ff [2020-08-11T04:48:31.791Z] ---> 843402072d3c [2020-08-11T04:48:31.791Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:48:32.410Z] ---> c296c7be2ae4 [2020-08-11T04:48:32.410Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:48:33.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:34.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:35.137Z] ---> 1aa8744433f6 [2020-08-11T04:48:35.137Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:48:35.137Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:48:35.137Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:48:35.137Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:48:35.137Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:48:35.137Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:48:35.137Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:48:35.137Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:48:35.418Z] ---> 554332798b2b [2020-08-11T04:48:35.418Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:48:36.428Z] Removing intermediate container 9eaf3269264c [2020-08-11T04:48:36.428Z] ---> 3cec5a3401ed [2020-08-11T04:48:36.428Z] [2020-08-11T04:48:36.428Z] Step 10/22 : FROM alpine [2020-08-11T04:48:36.428Z] ---> 62ee0e9f8440 [2020-08-11T04:48:36.703Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:48:36.703Z] ---> 91385310ce18 [2020-08-11T04:48:36.703Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:48:36.979Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:48:36.979Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:48:36.979Z] ---> 9c04a2d6d64a [2020-08-11T04:48:36.979Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:48:36.979Z] ---> Using cache [2020-08-11T04:48:36.979Z] ---> a3cb5bbace89 [2020-08-11T04:48:36.979Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:48:36.979Z] ---> Using cache [2020-08-11T04:48:36.979Z] ---> 663256880e1e [2020-08-11T04:48:36.979Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:48:37.253Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:48:37.253Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:48:37.253Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:48:37.253Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:48:37.545Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:48:37.545Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:48:37.545Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:48:37.545Z] ---> Running in 1ac98053b9a0 [2020-08-11T04:48:37.545Z] ---> Running in b403969294ab [2020-08-11T04:48:37.545Z] ---> Running in 859dbe8e0f3b [2020-08-11T04:48:37.545Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:48:37.837Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:48:37.837Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:48:37.837Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:48:37.837Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:48:37.837Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:48:37.837Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:48:37.837Z] ---> 988b1ecef394 [2020-08-11T04:48:37.837Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:48:37.837Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:48:37.837Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:48:37.837Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:48:37.837Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:48:37.837Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:48:38.117Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:48:38.117Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:48:38.117Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:48:38.117Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:48:38.117Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:48:38.117Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:48:38.117Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:48:38.406Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:38.406Z] OK: 71 MiB in 55 packages [2020-08-11T04:48:38.683Z] Removing intermediate container 1ac98053b9a0 [2020-08-11T04:48:38.683Z] ---> aadfcf59d8cf [2020-08-11T04:48:38.683Z] Step 21/23 : LABEL arch=arm64 [2020-08-11T04:48:38.683Z] Removing intermediate container b403969294ab [2020-08-11T04:48:38.683Z] ---> a913a8434872 [2020-08-11T04:48:38.683Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:48:39.284Z] ---> Running in 5d97dadff207 [2020-08-11T04:48:39.284Z] ---> Running in 4824b325c94e [2020-08-11T04:48:39.561Z] ---> 2f12fa1f4408 [2020-08-11T04:48:39.561Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:48:39.835Z] Removing intermediate container 4824b325c94e [2020-08-11T04:48:39.835Z] ---> 2c34772ae29a [2020-08-11T04:48:39.835Z] Step 22/23 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:48:40.111Z] Removing intermediate container 5d97dadff207 [2020-08-11T04:48:40.111Z] ---> 92e893d867e7 [2020-08-11T04:48:40.111Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:48:40.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:40.111Z] ---> Running in 93c86ef5da0e [2020-08-11T04:48:40.393Z] ---> Running in eff39b20f462 [2020-08-11T04:48:40.998Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:40.998Z] ---> 2c593168b955 [2020-08-11T04:48:40.998Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:48:40.998Z] Removing intermediate container 93c86ef5da0e [2020-08-11T04:48:40.998Z] ---> 7939ccbc8de5 [2020-08-11T04:48:40.998Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:48:41.608Z] Removing intermediate container eff39b20f462 [2020-08-11T04:48:41.608Z] ---> 7ab37bf5dfe8 [2020-08-11T04:48:41.608Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:48:41.608Z] ---> Running in 87f3c15117a7 [2020-08-11T04:48:41.608Z] ---> Running in aac85aff3900 [2020-08-11T04:48:41.608Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:48:41.608Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:48:41.608Z] OK: 12620 distinct packages available [2020-08-11T04:48:41.892Z] ---> Running in ed9a3ad74627 [2020-08-11T04:48:42.514Z] Removing intermediate container aac85aff3900 [2020-08-11T04:48:42.514Z] ---> a3c3126a1466 [2020-08-11T04:48:42.514Z] [2020-08-11T04:48:42.514Z] OK: 217 MiB in 51 packages [2020-08-11T04:48:43.513Z] Successfully built a3c3126a1466 [2020-08-11T04:48:43.789Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-11T04:48:43.789Z] Building docker-core-metadata-go [2020-08-11T04:48:45.248Z]  Building docker-support-notifications-go ... done Removing intermediate container 859dbe8e0f3b [2020-08-11T04:48:45.248Z] ---> 5a2548c8cd81 [2020-08-11T04:48:45.248Z] Step 6/21 : COPY go.mod . [2020-08-11T04:48:46.716Z] ---> 3ae6ec4ed044 [2020-08-11T04:48:46.716Z] Step 7/21 : RUN go mod download [2020-08-11T04:48:47.316Z] ---> Running in 9bd83bbe9fa9 [2020-08-11T04:48:47.956Z] Removing intermediate container ed9a3ad74627 [2020-08-11T04:48:47.956Z] ---> 9a681dd29827 [2020-08-11T04:48:47.956Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:48:47.956Z] Removing intermediate container 87f3c15117a7 [2020-08-11T04:48:47.956Z] ---> 2162b47697f1 [2020-08-11T04:48:47.956Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:48:48.950Z] Removing intermediate container 87c8d18e37ff [2020-08-11T04:48:48.950Z] ---> c611601e58cd [2020-08-11T04:48:48.950Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:48:48.950Z] ---> Running in 82bdc4d6c391 [2020-08-11T04:48:48.950Z] ---> Running in c39a7f2a7a58 [2020-08-11T04:48:49.561Z] ---> Running in 346ee4ec5975 [2020-08-11T04:48:50.183Z] Removing intermediate container c39a7f2a7a58 [2020-08-11T04:48:50.183Z] ---> bed092a93193 [2020-08-11T04:48:50.183Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:48:50.806Z] ---> Running in dd86390bf4d5 [2020-08-11T04:48:51.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:52.073Z] Removing intermediate container dd86390bf4d5 [2020-08-11T04:48:52.073Z] ---> 320b7eba2513 [2020-08-11T04:48:52.073Z] Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:48:52.360Z] ---> Running in dabadb693db8 [2020-08-11T04:48:52.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:52.920Z] Removing intermediate container dabadb693db8 [2020-08-11T04:48:52.920Z] ---> b0386f3f7a61 [2020-08-11T04:48:52.920Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:48:53.199Z] Removing intermediate container 9bd83bbe9fa9 [2020-08-11T04:48:53.199Z] ---> 551e99f814ae [2020-08-11T04:48:53.199Z] Step 8/21 : COPY . . [2020-08-11T04:48:53.480Z] ---> Running in 298cc42a0452 [2020-08-11T04:48:53.775Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:48:53.775Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:48:54.093Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:48:54.373Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:48:54.373Z] Removing intermediate container 298cc42a0452 [2020-08-11T04:48:54.373Z] ---> a3916e0980f0 [2020-08-11T04:48:54.373Z] [2020-08-11T04:48:54.655Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:48:54.655Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:54.655Z] OK: 8 MiB in 19 packages [2020-08-11T04:48:55.275Z] Successfully built a3916e0980f0 [2020-08-11T04:48:55.275Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-11T04:48:55.559Z] Building docker-security-secrets-setup-go [2020-08-11T04:48:58.239Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-08-11T04:48:58.518Z] Removing intermediate container 82bdc4d6c391 [2020-08-11T04:48:58.518Z] ---> 26e3ada05879 [2020-08-11T04:48:58.518Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:48:58.518Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:48:59.536Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:48:59.536Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:49:01.563Z] ---> a2de6134a320 [2020-08-11T04:49:01.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:49:03.058Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:49:03.058Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:49:04.564Z] ---> 7ed31f784112 [2020-08-11T04:49:04.564Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:49:04.564Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:49:04.861Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:49:05.876Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:49:05.876Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:49:06.503Z] ---> d684c0cb5556 [2020-08-11T04:49:06.503Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:49:06.796Z] ---> Running in 64958d3d7d9e [2020-08-11T04:49:07.814Z] Removing intermediate container 64958d3d7d9e [2020-08-11T04:49:07.814Z] ---> 4e9de20b7d9b [2020-08-11T04:49:07.814Z] Step 20/22 : LABEL arch=arm64 [2020-08-11T04:49:08.098Z] ---> Running in 0ce1f262004e [2020-08-11T04:49:09.140Z] Removing intermediate container 0ce1f262004e [2020-08-11T04:49:09.140Z] ---> 8ae5a547d69b [2020-08-11T04:49:09.140Z] Step 21/22 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:49:10.159Z] ---> Running in 37d8c253bdc5 [2020-08-11T04:49:10.448Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:49:10.771Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:49:11.376Z] Removing intermediate container 37d8c253bdc5 [2020-08-11T04:49:11.376Z] ---> 98823d7b3b88 [2020-08-11T04:49:11.376Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:49:11.663Z] ---> Running in dd8631581414 [2020-08-11T04:49:11.663Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:49:11.941Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:49:12.222Z] Removing intermediate container dd8631581414 [2020-08-11T04:49:12.222Z] ---> 6a4ebc5a2800 [2020-08-11T04:49:12.222Z] [2020-08-11T04:49:13.216Z] Successfully built 6a4ebc5a2800 [2020-08-11T04:49:13.216Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-11T04:49:13.216Z] Building docker-support-logging-go [2020-08-11T04:49:16.622Z]  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 [2020-08-11T04:49:16.622Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:49:18.064Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:49:18.343Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:49:19.790Z] ---> 7d5642cedca9 [2020-08-11T04:49:19.790Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:49:19.790Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:49:19.790Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:49:19.790Z] ---> 9c04a2d6d64a [2020-08-11T04:49:19.790Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:49:19.790Z] ---> Using cache [2020-08-11T04:49:19.790Z] ---> a3cb5bbace89 [2020-08-11T04:49:19.790Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:49:19.790Z] ---> Using cache [2020-08-11T04:49:19.790Z] ---> 663256880e1e [2020-08-11T04:49:19.790Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:49:19.790Z] ---> Using cache [2020-08-11T04:49:19.790Z] ---> 5a2548c8cd81 [2020-08-11T04:49:19.790Z] Step 6/21 : COPY go.mod . [2020-08-11T04:49:19.790Z] ---> Using cache [2020-08-11T04:49:19.790Z] ---> 3ae6ec4ed044 [2020-08-11T04:49:19.790Z] Step 7/21 : RUN go mod download [2020-08-11T04:49:19.790Z] ---> Using cache [2020-08-11T04:49:19.790Z] ---> 551e99f814ae [2020-08-11T04:49:19.790Z] Step 8/21 : COPY . . [2020-08-11T04:49:19.790Z] ---> Using cache [2020-08-11T04:49:19.790Z] ---> 7d5642cedca9 [2020-08-11T04:49:19.790Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:49:20.763Z] ---> Running in 6199e6ce0721 [2020-08-11T04:49:20.763Z] ---> Running in 93a991d8d532 [2020-08-11T04:49:22.209Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:49:22.209Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:49:22.818Z] 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-11T04:49:22.818Z] 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-11T04:49:23.091Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:49:23.091Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:49:23.370Z] 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-11T04:49:23.973Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:49:23.974Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:49:24.593Z] 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-11T04:49:24.875Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:49:24.875Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:49:24.875Z] 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-11T04:49:24.875Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:49:24.875Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:49:24.875Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:49:24.875Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:49:26.345Z] Installing collected packages: docopt, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, cached-property, texttable, docker-compose [2020-08-11T04:49:26.345Z] Running setup.py install for docopt: started [2020-08-11T04:49:29.787Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:49:30.784Z] Attempting uninstall: urllib3 [2020-08-11T04:49:30.784Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:49:30.784Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:49:31.387Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:49:31.993Z] Attempting uninstall: idna [2020-08-11T04:49:31.993Z] Found existing installation: idna 2.9 [2020-08-11T04:49:31.993Z] Uninstalling idna-2.9: [2020-08-11T04:49:32.272Z] Successfully uninstalled idna-2.9 [2020-08-11T04:49:33.270Z] Attempting uninstall: requests [2020-08-11T04:49:33.270Z] Found existing installation: requests 2.23.0 [2020-08-11T04:49:33.270Z] Uninstalling requests-2.23.0: [2020-08-11T04:49:33.556Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:49:35.024Z] Running setup.py install for dockerpty: started [2020-08-11T04:49:37.677Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:49:37.959Z] Running setup.py install for PyYAML: started [2020-08-11T04:49:42.373Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:49:42.373Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:49:42.373Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:49:42.373Z] ---> 9c04a2d6d64a [2020-08-11T04:49:42.373Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:49:42.373Z] ---> Using cache [2020-08-11T04:49:42.373Z] ---> a3cb5bbace89 [2020-08-11T04:49:42.373Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:49:42.702Z] Running setup.py install for texttable: started [2020-08-11T04:49:47.111Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:49:47.111Z] ---> Running in 838ec8f9ef14 [2020-08-11T04:49:48.582Z] 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-11T04:49:50.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:49:51.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:49:53.247Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:49:53.247Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:49:53.247Z] OK: 12620 distinct packages available [2020-08-11T04:49:54.244Z] OK: 217 MiB in 51 packages [2020-08-11T04:49:57.901Z] Removing intermediate container 838ec8f9ef14 [2020-08-11T04:49:57.901Z] ---> 450ecf40e0dd [2020-08-11T04:49:57.901Z] Step 5/29 : COPY go.mod . [2020-08-11T04:49:58.301Z] Removing intermediate container 346ee4ec5975 [2020-08-11T04:49:58.301Z] ---> 4a17d2d93986 [2020-08-11T04:49:58.301Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:49:58.943Z] ---> Running in 1071aca3fb17 [2020-08-11T04:50:00.003Z] ---> a0badf5b4a2d [2020-08-11T04:50:00.003Z] Step 6/29 : RUN go mod download [2020-08-11T04:50:00.279Z] ---> Running in 4fc92396d657 [2020-08-11T04:50:01.742Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:50:01.742Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:50:01.742Z] ---> 9c04a2d6d64a [2020-08-11T04:50:01.742Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:50:01.742Z] ---> Using cache [2020-08-11T04:50:01.742Z] ---> a3cb5bbace89 [2020-08-11T04:50:01.742Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:50:01.742Z] ---> Using cache [2020-08-11T04:50:01.742Z] ---> 663256880e1e [2020-08-11T04:50:01.742Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:50:01.742Z] ---> Running in 935f9f325de7 [2020-08-11T04:50:02.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:02.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:03.221Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:50:03.221Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:50:03.221Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:50:03.221Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:50:03.506Z] OK: 71 MiB in 58 packages [2020-08-11T04:50:04.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:05.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:05.402Z] Removing intermediate container 1071aca3fb17 [2020-08-11T04:50:05.402Z] ---> 41bb34071303 [2020-08-11T04:50:05.402Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:50:05.684Z] ---> Running in a7ab5b75effd [2020-08-11T04:50:06.293Z] Removing intermediate container 4fc92396d657 [2020-08-11T04:50:06.293Z] ---> b3e4c26e4e5f [2020-08-11T04:50:06.293Z] Step 7/29 : COPY . . [2020-08-11T04:50:06.293Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:50:06.293Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:50:06.293Z] OK: 12620 distinct packages available [2020-08-11T04:50:06.579Z] Removing intermediate container a7ab5b75effd [2020-08-11T04:50:06.579Z] ---> e89c333e5e2e [2020-08-11T04:50:06.579Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:50:06.579Z] ---> Running in 8df5ddc32cf4 [2020-08-11T04:50:07.575Z] OK: 217 MiB in 51 packages [2020-08-11T04:50:07.859Z] Removing intermediate container 8df5ddc32cf4 [2020-08-11T04:50:07.859Z] ---> dceb604dba4d [2020-08-11T04:50:07.859Z] Step 25/26 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:50:08.468Z] OK: 217 MiB in 51 packages [2020-08-11T04:50:08.468Z] ---> Running in 7fe84f837637 [2020-08-11T04:50:09.472Z] Removing intermediate container 7fe84f837637 [2020-08-11T04:50:09.472Z] ---> 748fb81b2364 [2020-08-11T04:50:09.472Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:50:10.088Z] ---> Running in eaa9075faed9 [2020-08-11T04:50:11.591Z] Removing intermediate container eaa9075faed9 [2020-08-11T04:50:11.591Z] ---> f69a6edeface [2020-08-11T04:50:11.591Z] [2020-08-11T04:50:11.886Z] Removing intermediate container 935f9f325de7 [2020-08-11T04:50:11.886Z] ---> 1828baea9a5e [2020-08-11T04:50:11.886Z] Step 6/21 : COPY go.mod . [2020-08-11T04:50:12.882Z] Successfully built f69a6edeface [2020-08-11T04:50:12.882Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-11T04:50:12.882Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-08-11T04:50:14.362Z] ---> 790af544cdbf [2020-08-11T04:50:14.362Z] Step 7/21 : RUN go mod download [2020-08-11T04:50:15.833Z] ---> Running in 16a868261452 [2020-08-11T04:50:26.032Z] Removing intermediate container 16a868261452 [2020-08-11T04:50:26.032Z] ---> a40ada2e74f1 [2020-08-11T04:50:26.032Z] Step 8/21 : COPY . . [2020-08-11T04:50:38.458Z] ---> 323b73402b53 [2020-08-11T04:50:38.458Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:50:39.064Z] ---> Running in 407be4ade805 [2020-08-11T04:50:41.721Z] 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-11T04:50:46.069Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:50:46.069Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:50:46.069Z] ---> 9c04a2d6d64a [2020-08-11T04:50:46.069Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:50:46.069Z] ---> Using cache [2020-08-11T04:50:46.069Z] ---> a3cb5bbace89 [2020-08-11T04:50:46.069Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:50:46.069Z] ---> Using cache [2020-08-11T04:50:46.069Z] ---> 663256880e1e [2020-08-11T04:50:46.069Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:50:46.069Z] ---> Using cache [2020-08-11T04:50:46.069Z] ---> 5a2548c8cd81 [2020-08-11T04:50:46.069Z] Step 6/20 : COPY go.mod . [2020-08-11T04:50:46.069Z] ---> Using cache [2020-08-11T04:50:46.069Z] ---> 3ae6ec4ed044 [2020-08-11T04:50:46.069Z] Step 7/20 : RUN go mod download [2020-08-11T04:50:46.069Z] ---> Using cache [2020-08-11T04:50:46.069Z] ---> 551e99f814ae [2020-08-11T04:50:46.069Z] Step 8/20 : COPY . . [2020-08-11T04:50:46.069Z] ---> Using cache [2020-08-11T04:50:46.069Z] ---> 7d5642cedca9 [2020-08-11T04:50:46.069Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:50:47.576Z] ---> Running in 53d3369f415b [2020-08-11T04:50:50.992Z] 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-11T04:50:57.743Z] ---> a468518c1122 [2020-08-11T04:50:57.743Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:50:57.743Z] ---> Running in 8798a191f4b6 [2020-08-11T04:50:59.741Z] 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-11T04:51:09.927Z] Removing intermediate container 6199e6ce0721 [2020-08-11T04:51:09.927Z] ---> 4b572175dc6e [2020-08-11T04:51:09.927Z] [2020-08-11T04:51:09.927Z] Step 10/21 : FROM scratch [2020-08-11T04:51:09.927Z] ---> [2020-08-11T04:51:09.927Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:51:09.927Z] ---> Running in 05cccbb514bf [2020-08-11T04:51:09.927Z] Removing intermediate container 05cccbb514bf [2020-08-11T04:51:09.927Z] ---> fe0930aab680 [2020-08-11T04:51:09.927Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:51:09.927Z] ---> Running in 5be0674a14be [2020-08-11T04:51:10.525Z] Removing intermediate container 5be0674a14be [2020-08-11T04:51:10.525Z] ---> af4bb956788b [2020-08-11T04:51:10.525Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:51:10.525Z] ---> Running in 0a86b787d043 [2020-08-11T04:51:11.515Z] Removing intermediate container 0a86b787d043 [2020-08-11T04:51:11.515Z] ---> 46e3cc223c95 [2020-08-11T04:51:11.515Z] Step 14/21 : WORKDIR / [2020-08-11T04:51:11.515Z] ---> Running in 92244ed10f81 [2020-08-11T04:51:12.495Z] Removing intermediate container 92244ed10f81 [2020-08-11T04:51:12.495Z] ---> 815e0e434ebf [2020-08-11T04:51:12.495Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:51:13.484Z] ---> d6e7da8c9a48 [2020-08-11T04:51:13.484Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:51:16.901Z] ---> 194d413bafd6 [2020-08-11T04:51:16.901Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:51:17.911Z] ---> 09634af6a1f2 [2020-08-11T04:51:17.911Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:51:17.911Z] Removing intermediate container 93a991d8d532 [2020-08-11T04:51:17.911Z] ---> 1efb420e6053 [2020-08-11T04:51:17.911Z] [2020-08-11T04:51:17.911Z] Step 10/21 : FROM scratch [2020-08-11T04:51:17.911Z] ---> [2020-08-11T04:51:17.911Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:51:18.206Z] ---> Running in 49a3c1264441 [2020-08-11T04:51:18.206Z] ---> Using cache [2020-08-11T04:51:18.206Z] ---> fe0930aab680 [2020-08-11T04:51:18.206Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:51:18.484Z] ---> Running in bbc7c2f23af1 [2020-08-11T04:51:18.759Z] Removing intermediate container 49a3c1264441 [2020-08-11T04:51:18.759Z] ---> a64ed22f8e9e [2020-08-11T04:51:18.759Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:51:19.044Z] ---> Running in 22beeb08db5d [2020-08-11T04:51:19.044Z] Removing intermediate container bbc7c2f23af1 [2020-08-11T04:51:19.044Z] ---> 6ab1299429d2 [2020-08-11T04:51:19.044Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:51:19.321Z] ---> Running in 0d17cd734c0a [2020-08-11T04:51:19.934Z] Removing intermediate container 22beeb08db5d [2020-08-11T04:51:19.934Z] ---> 924c84bea0e5 [2020-08-11T04:51:19.934Z] Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:51:19.934Z] Removing intermediate container 0d17cd734c0a [2020-08-11T04:51:19.934Z] ---> 5fac7ac1eca3 [2020-08-11T04:51:19.934Z] Step 14/21 : WORKDIR / [2020-08-11T04:51:19.934Z] ---> Running in 5a15c064b813 [2020-08-11T04:51:20.217Z] ---> Running in 5a0f879a794e [2020-08-11T04:51:21.209Z] Removing intermediate container 5a15c064b813 [2020-08-11T04:51:21.209Z] ---> 3f7f0f758268 [2020-08-11T04:51:21.209Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:51:21.209Z] Removing intermediate container 5a0f879a794e [2020-08-11T04:51:21.209Z] ---> 41b422b76ba0 [2020-08-11T04:51:21.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:51:21.209Z] ---> Running in 7101b3f96dee [2020-08-11T04:51:22.205Z] Removing intermediate container 7101b3f96dee [2020-08-11T04:51:22.205Z] ---> 14ff11bba859 [2020-08-11T04:51:22.205Z] [2020-08-11T04:51:22.815Z] ---> d387584db89d [2020-08-11T04:51:22.815Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:51:22.815Z] Successfully built 14ff11bba859 [2020-08-11T04:51:23.101Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-11T04:51:25.099Z]  Building docker-core-command-go ... done  ---> f6fa642ad30e [2020-08-11T04:51:25.099Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:51:26.101Z] ---> 1aa5c770eca6 [2020-08-11T04:51:26.101Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:51:26.383Z] ---> Running in 4891cfe46e3a [2020-08-11T04:51:27.014Z] Removing intermediate container 4891cfe46e3a [2020-08-11T04:51:27.014Z] ---> e554c35e9cfb [2020-08-11T04:51:27.014Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:51:27.014Z] ---> Running in 9b8ca970d48a [2020-08-11T04:51:28.014Z] Removing intermediate container 9b8ca970d48a [2020-08-11T04:51:28.014Z] ---> af8f4eceae4a [2020-08-11T04:51:28.014Z] Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:51:28.014Z] ---> Running in f5b8659e7a1c [2020-08-11T04:51:28.621Z] Removing intermediate container f5b8659e7a1c [2020-08-11T04:51:28.621Z] ---> 9e58fcdcfee2 [2020-08-11T04:51:28.621Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:51:28.913Z] ---> Running in 31e90f3e3900 [2020-08-11T04:51:29.544Z] Removing intermediate container 31e90f3e3900 [2020-08-11T04:51:29.544Z] ---> d081598d4574 [2020-08-11T04:51:29.544Z] [2020-08-11T04:51:30.155Z] Successfully built d081598d4574 [2020-08-11T04:51:30.155Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-11T04:51:52.383Z]  Building docker-core-metadata-go ... done Removing intermediate container 407be4ade805 [2020-08-11T04:51:52.383Z] ---> a88c56254980 [2020-08-11T04:51:52.383Z] [2020-08-11T04:51:52.383Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:51:52.383Z] ---> 62ee0e9f8440 [2020-08-11T04:51:52.383Z] 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-11T04:51:52.383Z] ---> Running in 5365ab7837ce [2020-08-11T04:51:52.685Z] Removing intermediate container 5365ab7837ce [2020-08-11T04:51:52.685Z] ---> 4ae5b8b1dfc6 [2020-08-11T04:51:52.685Z] Step 11/29 : USER root [2020-08-11T04:51:52.685Z] ---> Running in 8671433e187d [2020-08-11T04:51:53.678Z] Removing intermediate container 8671433e187d [2020-08-11T04:51:53.678Z] ---> ad3a6cd59e55 [2020-08-11T04:51:53.678Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:51:53.678Z] ---> Running in d638beeec7f8 [2020-08-11T04:51:56.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:51:56.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:51:56.627Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:51:56.627Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:51:56.627Z] OK: 12620 distinct packages available [2020-08-11T04:51:57.622Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:51:57.622Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:51:57.622Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:51:57.622Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:51:57.901Z] OK: 6 MiB in 16 packages [2020-08-11T04:51:59.924Z] Removing intermediate container d638beeec7f8 [2020-08-11T04:51:59.924Z] ---> d52a4a79c111 [2020-08-11T04:51:59.924Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:52:00.199Z] ---> Running in 1c626e588a7b [2020-08-11T04:52:00.475Z] Removing intermediate container 1c626e588a7b [2020-08-11T04:52:00.475Z] ---> 18bbf0b30300 [2020-08-11T04:52:00.475Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:52:00.752Z] ---> Running in 41af514dc6d9 [2020-08-11T04:52:01.352Z] Removing intermediate container 41af514dc6d9 [2020-08-11T04:52:01.352Z] ---> 6ad0663d122a [2020-08-11T04:52:01.352Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:52:01.352Z] ---> Running in c3fe0e3a9ea7 [2020-08-11T04:52:05.698Z] Removing intermediate container c3fe0e3a9ea7 [2020-08-11T04:52:05.698Z] ---> bb7387d93fa1 [2020-08-11T04:52:05.698Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:52:06.681Z] Removing intermediate container 8798a191f4b6 [2020-08-11T04:52:06.681Z] ---> a4c3ec46d7ab [2020-08-11T04:52:06.681Z] [2020-08-11T04:52:06.681Z] Step 10/21 : FROM scratch [2020-08-11T04:52:06.681Z] ---> [2020-08-11T04:52:06.681Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:52:06.956Z] ---> Using cache [2020-08-11T04:52:06.956Z] ---> 86bef82d6dd7 [2020-08-11T04:52:06.956Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:52:07.229Z] ---> fbfb7b10ae03 [2020-08-11T04:52:07.229Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:52:07.229Z] ---> Running in 4d979718e444 [2020-08-11T04:52:07.828Z] Removing intermediate container 4d979718e444 [2020-08-11T04:52:07.828Z] ---> 0d0a1270edad [2020-08-11T04:52:07.828Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:52:08.107Z] ---> 02b5f7c42549 [2020-08-11T04:52:08.107Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:52:08.107Z] ---> Running in ea4cba0be339 [2020-08-11T04:52:09.100Z] Removing intermediate container ea4cba0be339 [2020-08-11T04:52:09.100Z] ---> 8949beafe5fa [2020-08-11T04:52:09.100Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:52:09.375Z] ---> 2219786ed652 [2020-08-11T04:52:09.375Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:52:09.999Z] Removing intermediate container 53d3369f415b [2020-08-11T04:52:09.999Z] ---> 3c0aa185a277 [2020-08-11T04:52:09.999Z] [2020-08-11T04:52:09.999Z] Step 10/20 : FROM scratch [2020-08-11T04:52:09.999Z] ---> [2020-08-11T04:52:09.999Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:52:09.999Z] ---> c0f3347894b4 [2020-08-11T04:52:09.999Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:52:09.999Z] ---> Using cache [2020-08-11T04:52:09.999Z] ---> fe0930aab680 [2020-08-11T04:52:09.999Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:52:10.277Z] ---> Running in 2de15cba775e [2020-08-11T04:52:10.277Z] ---> 77334b3ed336 [2020-08-11T04:52:10.277Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:52:10.881Z] ---> 0a317dce3886 [2020-08-11T04:52:10.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:52:10.881Z] Removing intermediate container 2de15cba775e [2020-08-11T04:52:10.881Z] ---> 3a1b59b714d4 [2020-08-11T04:52:10.881Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:52:11.162Z] ---> Running in 8cc875146786 [2020-08-11T04:52:11.162Z] ---> 667392a5f5b0 [2020-08-11T04:52:11.162Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:52:11.440Z] ---> Running in ec21937fdd57 [2020-08-11T04:52:12.039Z] Removing intermediate container 8cc875146786 [2020-08-11T04:52:12.039Z] ---> c55d38f1c814 [2020-08-11T04:52:12.039Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:52:12.311Z] ---> 126be17de421 [2020-08-11T04:52:12.312Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:52:12.906Z] ---> f863de4defb5 [2020-08-11T04:52:12.906Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:52:13.180Z] ---> a41484f1c98d [2020-08-11T04:52:13.180Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:52:13.180Z] ---> Running in 0c0b09d84056 [2020-08-11T04:52:14.170Z] Removing intermediate container 0c0b09d84056 [2020-08-11T04:52:14.170Z] ---> a3e934789e71 [2020-08-11T04:52:14.170Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:52:14.451Z] ---> 9c91c5601226 [2020-08-11T04:52:14.452Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:52:14.452Z] ---> Running in 4499cb130354 [2020-08-11T04:52:15.441Z] Removing intermediate container ec21937fdd57 [2020-08-11T04:52:15.441Z] ---> b14a3f07e664 [2020-08-11T04:52:15.441Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:52:15.441Z] Removing intermediate container 4499cb130354 [2020-08-11T04:52:15.441Z] ---> cf1c7e3e4e57 [2020-08-11T04:52:15.441Z] Step 20/21 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:52:15.441Z] ---> 2926097df3d8 [2020-08-11T04:52:15.441Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:52:15.441Z] ---> Running in 75ea79b9fbc8 [2020-08-11T04:52:15.713Z] ---> Running in 0803cae48d4e [2020-08-11T04:52:16.310Z] Removing intermediate container 75ea79b9fbc8 [2020-08-11T04:52:16.310Z] ---> 76b41df1f455 [2020-08-11T04:52:16.310Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:52:16.596Z] Removing intermediate container 0803cae48d4e [2020-08-11T04:52:16.596Z] ---> 0a67112fd6fe [2020-08-11T04:52:16.596Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:52:16.596Z] ---> Running in 6409876388ad [2020-08-11T04:52:16.596Z] ---> a2b0cf764dbe [2020-08-11T04:52:16.596Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:52:16.596Z] ---> Running in 7b6b1a19296d [2020-08-11T04:52:16.871Z] ---> Running in 10a9e76b5ed0 [2020-08-11T04:52:17.469Z] Removing intermediate container 6409876388ad [2020-08-11T04:52:17.469Z] ---> 51ea3973536f [2020-08-11T04:52:17.469Z] [2020-08-11T04:52:17.746Z] Removing intermediate container 7b6b1a19296d [2020-08-11T04:52:17.746Z] ---> 504797b608a1 [2020-08-11T04:52:17.746Z] Step 19/20 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:52:18.027Z] Successfully built 51ea3973536f [2020-08-11T04:52:18.027Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-11T04:52:18.300Z]  Building docker-support-logging-go ... done  ---> Running in c724eac051d3 [2020-08-11T04:52:18.907Z] Removing intermediate container c724eac051d3 [2020-08-11T04:52:18.907Z] ---> 171e130618f8 [2020-08-11T04:52:18.907Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:52:19.501Z] ---> Running in c5c5cf738e83 [2020-08-11T04:52:20.097Z] Removing intermediate container c5c5cf738e83 [2020-08-11T04:52:20.097Z] ---> 884877bc94e6 [2020-08-11T04:52:20.097Z] [2020-08-11T04:52:20.097Z] Removing intermediate container 10a9e76b5ed0 [2020-08-11T04:52:20.097Z] ---> 9f4e81adf376 [2020-08-11T04:52:20.097Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:52:20.374Z] Successfully built 884877bc94e6 [2020-08-11T04:52:20.374Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-11T04:52:20.374Z]  Building docker-support-scheduler-go ... done  ---> Running in 2f8a9d8c8de8 [2020-08-11T04:52:23.761Z] Removing intermediate container 2f8a9d8c8de8 [2020-08-11T04:52:23.761Z] ---> 54be604f86b4 [2020-08-11T04:52:23.761Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:52:23.761Z] ---> Running in bcbcab2d8aa9 [2020-08-11T04:52:24.036Z] Removing intermediate container bcbcab2d8aa9 [2020-08-11T04:52:24.036Z] ---> d2c8f586bb63 [2020-08-11T04:52:24.036Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:52:24.311Z] ---> Running in 0e733c480223 [2020-08-11T04:52:24.904Z] Removing intermediate container 0e733c480223 [2020-08-11T04:52:24.904Z] ---> ba2ec9d4a5be [2020-08-11T04:52:24.904Z] Step 27/29 : LABEL arch=arm64 [2020-08-11T04:52:24.904Z] ---> Running in b92e50b30da3 [2020-08-11T04:52:25.499Z] Removing intermediate container b92e50b30da3 [2020-08-11T04:52:25.499Z] ---> 52b38c78a901 [2020-08-11T04:52:25.499Z] Step 28/29 : LABEL git_sha=3411bc6691e646aaca2da325fb23ef81e0951fbb [2020-08-11T04:52:25.499Z] ---> Running in 61d9c461e433 [2020-08-11T04:52:26.096Z] Removing intermediate container 61d9c461e433 [2020-08-11T04:52:26.096Z] ---> 8f339eed8220 [2020-08-11T04:52:26.096Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:52:26.367Z] ---> Running in c887d1660ca4 [2020-08-11T04:52:26.960Z] Removing intermediate container c887d1660ca4 [2020-08-11T04:52:26.960Z] ---> c972849339e0 [2020-08-11T04:52:26.960Z] [2020-08-11T04:52:27.237Z] Successfully built c972849339e0 [2020-08-11T04:52:27.508Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-11T04:52:27.525Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-11T04:52:27.525Z] $ docker stop --time=1 f2386ced880ad9bfd9c0d95c6ccddc583e929784838987d63c388b74f461cce1 [2020-08-11T04:52:29.644Z] $ docker rm -f f2386ced880ad9bfd9c0d95c6ccddc583e929784838987d63c388b74f461cce1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:52:30.331Z] + docker images [2020-08-11T04:52:30.331Z] + grep docker [2020-08-11T04:52:30.612Z] docker-security-secrets-setup-go-arm64 latest c972849339e0 4 seconds ago 24.2MB [2020-08-11T04:52:30.612Z] docker-support-scheduler-go-arm64 latest 884877bc94e6 11 seconds ago 12.6MB [2020-08-11T04:52:30.612Z] docker-support-logging-go-arm64 latest 51ea3973536f 14 seconds ago 11.4MB [2020-08-11T04:52:30.612Z] docker-core-metadata-go-arm64 latest d081598d4574 About a minute ago 13.8MB [2020-08-11T04:52:30.612Z] docker-core-command-go-arm64 latest 14ff11bba859 About a minute ago 12.4MB [2020-08-11T04:52:30.612Z] docker-sys-mgmt-agent-go-arm64 latest f69a6edeface 2 minutes ago 266MB [2020-08-11T04:52:30.612Z] docker-core-data-go-arm64 latest 6a4ebc5a2800 3 minutes ago 22.6MB [2020-08-11T04:52:30.612Z] docker-security-secretstore-setup-go-arm64 latest a3916e0980f0 3 minutes ago 32.6MB [2020-08-11T04:52:30.612Z] docker-support-notifications-go-arm64 latest a3c3126a1466 3 minutes ago 13.9MB [2020-08-11T04:52:30.612Z] docker-security-proxy-setup-go-arm64 latest 539e7495ddbf 4 minutes ago 15.8MB [2020-08-11T04:52:30.612Z] docker latest ce9d55ae87f1 6 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-11T04:52:31.951Z] provisioning config files... [2020-08-11T04:52:31.964Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/30@tmp/config9179044120289432602tmp [Pipeline] { [Pipeline] sh [2020-08-11T04:52:32.313Z] + curl -s https://codecov.io/bash [2020-08-11T04:52:32.313Z] + bash -s - -t @/w/workspace/edgex-go/30@tmp/config9179044120289432602tmp [Pipeline] } [2020-08-11T04:52:32.585Z] 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-11T04:52:34.091Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:52:34.970Z] ---> package-listing.sh [2020-08-11T04:52:34.970Z] ++ facter osfamily [2020-08-11T04:52:34.970Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-11T04:52:34.970Z] + OS_FAMILY=redhat [2020-08-11T04:52:34.970Z] + workspace=/w/workspace/edgex-go/30 [2020-08-11T04:52:34.970Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-11T04:52:34.970Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-11T04:52:34.970Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-11T04:52:34.970Z] + PACKAGES=/tmp/packages_start.txt [2020-08-11T04:52:34.970Z] + '[' /w/workspace/edgex-go/30 ']' [2020-08-11T04:52:34.970Z] + PACKAGES=/tmp/packages_end.txt [2020-08-11T04:52:34.970Z] + case "${OS_FAMILY}" in [2020-08-11T04:52:34.970Z] + rpm -qa [2020-08-11T04:52:34.970Z] + sort [2020-08-11T04:52:39.183Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-11T04:52:39.183Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-11T04:52:39.183Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-11T04:52:39.183Z] + '[' /w/workspace/edgex-go/30 ']' [2020-08-11T04:52:39.183Z] + mkdir -p /w/workspace/edgex-go/30/archives/ [2020-08-11T04:52:39.183Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/30/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:52:39.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:52:39.568Z] [2020-08-11T04:52:39.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:52:39.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:52:39.905Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-11T04:52:39.905Z] c9b1b535fdd9: Pulling fs layer [2020-08-11T04:52:39.905Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-11T04:52:39.905Z] 756a868c4378: Pulling fs layer [2020-08-11T04:52:39.905Z] 444b2fc9a129: Pulling fs layer [2020-08-11T04:52:39.905Z] ea15f1150254: Pulling fs layer [2020-08-11T04:52:39.905Z] 41b27a9f41bf: Pulling fs layer [2020-08-11T04:52:39.905Z] 28c525ee5125: Pulling fs layer [2020-08-11T04:52:39.905Z] 094b1ea09ed8: Pulling fs layer [2020-08-11T04:52:39.905Z] 138eaada9080: Pulling fs layer [2020-08-11T04:52:39.905Z] 0622d0fa9048: Pulling fs layer [2020-08-11T04:52:39.905Z] 28c525ee5125: Waiting [2020-08-11T04:52:39.905Z] 0622d0fa9048: Waiting [2020-08-11T04:52:39.905Z] 094b1ea09ed8: Waiting [2020-08-11T04:52:39.905Z] 138eaada9080: Waiting [2020-08-11T04:52:39.905Z] 41b27a9f41bf: Waiting [2020-08-11T04:52:39.905Z] ea15f1150254: Waiting [2020-08-11T04:52:39.905Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-11T04:52:39.905Z] 2cc5ad85d9ab: Download complete [2020-08-11T04:52:39.905Z] 444b2fc9a129: Verifying Checksum [2020-08-11T04:52:39.905Z] 444b2fc9a129: Download complete [2020-08-11T04:52:39.905Z] c9b1b535fdd9: Verifying Checksum [2020-08-11T04:52:39.905Z] c9b1b535fdd9: Download complete [2020-08-11T04:52:39.905Z] ea15f1150254: Verifying Checksum [2020-08-11T04:52:39.905Z] ea15f1150254: Download complete [2020-08-11T04:52:40.173Z] 28c525ee5125: Verifying Checksum [2020-08-11T04:52:40.173Z] 28c525ee5125: Download complete [2020-08-11T04:52:40.444Z] 756a868c4378: Verifying Checksum [2020-08-11T04:52:40.444Z] 756a868c4378: Download complete [2020-08-11T04:52:40.444Z] c9b1b535fdd9: Pull complete [2020-08-11T04:52:40.444Z] 138eaada9080: Verifying Checksum [2020-08-11T04:52:40.444Z] 138eaada9080: Download complete [2020-08-11T04:52:40.444Z] 0622d0fa9048: Verifying Checksum [2020-08-11T04:52:40.444Z] 0622d0fa9048: Download complete [2020-08-11T04:52:40.709Z] 094b1ea09ed8: Verifying Checksum [2020-08-11T04:52:40.709Z] 094b1ea09ed8: Download complete [2020-08-11T04:52:40.709Z] 2cc5ad85d9ab: Pull complete [2020-08-11T04:52:40.970Z] 41b27a9f41bf: Verifying Checksum [2020-08-11T04:52:40.970Z] 41b27a9f41bf: Download complete [2020-08-11T04:52:42.359Z] 756a868c4378: Pull complete [2020-08-11T04:52:42.359Z] 444b2fc9a129: Pull complete [2020-08-11T04:52:42.359Z] ea15f1150254: Pull complete [2020-08-11T04:52:48.968Z] 41b27a9f41bf: Pull complete [2020-08-11T04:52:49.234Z] 28c525ee5125: Pull complete [2020-08-11T04:52:51.159Z] 094b1ea09ed8: Pull complete [2020-08-11T04:52:53.087Z] 138eaada9080: Pull complete [2020-08-11T04:52:53.348Z] 0622d0fa9048: Pull complete [2020-08-11T04:52:53.348Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-11T04:52:53.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:52:53.348Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-11T04:52:53.547Z] prd-centos7-docker-4c-2g-3347 does not seem to be running inside a container [2020-08-11T04:52:53.597Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/30 -v /w/workspace/edgex-go/30:/w/workspace/edgex-go/30:rw,z -v /w/workspace/edgex-go/30@tmp:/w/workspace/edgex-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-11T04:52:57.261Z] $ docker top 7d744ef901e7a56d6ad75ccf41596169f3757da72564d5373d674af86734bb07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T04:52:57.553Z] provisioning config files... [2020-08-11T04:52:57.567Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/30@tmp/config8160758139341659934tmp [Pipeline] { [Pipeline] echo [2020-08-11T04:52:57.630Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:52:57.924Z] ---> create-netrc.sh [Pipeline] echo [2020-08-11T04:52:57.934Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:52:58.229Z] ---> logs-deploy.sh [2020-08-11T04:52:58.229Z] + ARCHIVE_ARTIFACTS= [2020-08-11T04:52:58.229Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-11T04:52:58.229Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-11T04:52:58.229Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-11T04:52:58.229Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/30 [2020-08-11T04:52:58.229Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/30/ [2020-08-11T04:52:58.229Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/30 /w/workspace/edgex-go/30 [2020-08-11T04:52:59.171Z] Archives upload complete. [2020-08-11T04:52:59.431Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2574/30 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2574/30/