Pull request #2625 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 5f58bbf663fa13630c0da133cf0e655e8ffdc207+a7ec3a865ede80db86ffd188b897ddab9785937f (8cad7c5cd16b8060d48387350b58204f338c613f) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-385 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 5f58bbf663fa13630c0da133cf0e655e8ffdc207 Merge succeeded, producing 5f58bbf663fa13630c0da133cf0e655e8ffdc207 Checking out Revision 5f58bbf663fa13630c0da133cf0e655e8ffdc207 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 Commit message: "snapcraft.yaml, many: use setpriv instead of drop" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T14:27:03.280Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T14:27:03.555Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T14:27:03.633Z] ========================================================= [2020-08-18T14:27:03.633Z] EdgeX Global Pipelines Version Info [2020-08-18T14:27:03.633Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ff7b7f5aaa042c4a3c3e15a9a884cca004407cc7 # timeout=10 [2020-08-18T14:27:05.520Z] ------------------- [2020-08-18T14:27:05.520Z] stable info: [2020-08-18T14:27:05.520Z] ------------------- [2020-08-18T14:27:05.520Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T14:27:05.520Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T14:27:05.520Z] Message: update stable to v1.0.106 [2020-08-18T14:27:06.466Z] ------------------- [2020-08-18T14:27:06.466Z] experimental info: [2020-08-18T14:27:06.466Z] ------------------- [2020-08-18T14:27:06.466Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T14:27:06.466Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T14:27:06.466Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-18T14:27:08.059Z] ++ 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-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/core-command/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/core-data/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-18T14:27:08.059Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T14:27:08.059Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-18T14:27:08.059Z] ++ cut -d/ -f2 [2020-08-18T14:27:08.059Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-18T14:27:08.126Z] 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-18T14:27:09.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T14:27:09.379Z] [2020-08-18T14:27:09.379Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:27:09.722Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T14:27:09.722Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T14:27:09.722Z] 31603596830f: Pulling fs layer [2020-08-18T14:27:09.722Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T14:27:09.722Z] 6ca5941a6612: Pulling fs layer [2020-08-18T14:27:09.722Z] ecc8261a40a4: Pulling fs layer [2020-08-18T14:27:09.722Z] ecc8261a40a4: Waiting [2020-08-18T14:27:09.722Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T14:27:09.722Z] 2a8b12db71e7: Download complete [2020-08-18T14:27:09.987Z] 31603596830f: Verifying Checksum [2020-08-18T14:27:09.987Z] 31603596830f: Download complete [2020-08-18T14:27:09.987Z] ecc8261a40a4: Verifying Checksum [2020-08-18T14:27:09.987Z] ecc8261a40a4: Download complete [2020-08-18T14:27:09.987Z] 6ca5941a6612: Verifying Checksum [2020-08-18T14:27:09.987Z] 6ca5941a6612: Download complete [2020-08-18T14:27:10.249Z] 31603596830f: Pull complete [2020-08-18T14:27:10.249Z] 2a8b12db71e7: Pull complete [2020-08-18T14:27:11.203Z] 6ca5941a6612: Pull complete [2020-08-18T14:27:11.203Z] ecc8261a40a4: Pull complete [2020-08-18T14:27:11.203Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T14:27:11.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T14:27:11.466Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T14:27:11.572Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-08-18T14:27:11.622Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T14:27:14.127Z] $ docker top fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T14:27:14.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T14:27:14.458Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T14:27:14.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T14:27:14.685Z] $ docker exec fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent [2020-08-18T14:27:14.838Z] SSH_AUTH_SOCK=/tmp/ssh-o0WGbNr0IYyT/agent.13 [2020-08-18T14:27:14.838Z] SSH_AGENT_PID=18 [2020-08-18T14:27:14.852Z] Running ssh-add (command line suppressed) [2020-08-18T14:27:14.979Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_4680637095582888102.key (/w/workspace/edgex-go/18@tmp/private_key_4680637095582888102.key) [2020-08-18T14:27:15.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T14:27:15.359Z] + git describe --exact-match --tags HEAD [2020-08-18T14:27:15.359Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T14:27:15.380Z] $ docker exec --env ******** --env ******** fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent -k [2020-08-18T14:27:15.490Z] unset SSH_AUTH_SOCK; [2020-08-18T14:27:15.490Z] unset SSH_AGENT_PID; [2020-08-18T14:27:15.491Z] echo Agent pid 18 killed; [2020-08-18T14:27:15.534Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T14:27:15.611Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T14:27:15.611Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T14:27:15.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T14:27:15.715Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T14:27:15.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T14:27:15.874Z] $ docker exec fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent [2020-08-18T14:27:16.024Z] SSH_AUTH_SOCK=/tmp/ssh-ukAgbUb53rE0/agent.49 [2020-08-18T14:27:16.024Z] SSH_AGENT_PID=54 [2020-08-18T14:27:16.030Z] Running ssh-add (command line suppressed) [2020-08-18T14:27:16.138Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_2396204830182541485.key (/w/workspace/edgex-go/18@tmp/private_key_2396204830182541485.key) [2020-08-18T14:27:16.187Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T14:27:16.514Z] + git semver init [2020-08-18T14:27:16.514Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T14:27:16.514Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2020-08-18T14:27:16.514Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2020-08-18T14:27:16.514Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T14:27:16.514Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T14:27:16.514Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T14:27:16.514Z] # $SEMVER_BRANCH = PR-2625 [2020-08-18T14:27:16.514Z] # $SEMVER_TEMP = /tmp/semver-400640690 [2020-08-18T14:27:16.514Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-18T14:27:34.648Z] # '/tmp/semver-400640690' -> '/w/workspace/edgex-go/18/.semver' [2020-08-18T14:27:34.648Z] # -> Force: false [2020-08-18T14:27:34.648Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2020-08-18T14:27:34.661Z] $ docker exec --env ******** --env ******** fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d ssh-agent -k [2020-08-18T14:27:34.869Z] unset SSH_AUTH_SOCK; [2020-08-18T14:27:34.869Z] unset SSH_AGENT_PID; [2020-08-18T14:27:34.869Z] echo Agent pid 54 killed; [2020-08-18T14:27:34.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T14:27:35.368Z] + git semver [Pipeline] } [2020-08-18T14:27:35.385Z] $ docker stop --time=1 fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d [2020-08-18T14:27:37.013Z] $ docker rm -f fd2907cdaad0650945417d28b5692a724c1f0fe0c16691d15c9d797b0a899f8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T14:27:50.293Z] Stashed 34 file(s) [Pipeline] echo [2020-08-18T14:27:50.295Z] [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-18T14:27:50.838Z] ========================================================= [2020-08-18T14:27:50.838Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-18T14:27:50.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:27:51.176Z] + 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-18T14:27:54.492Z] Sending build context to Docker daemon 323MB [2020-08-18T14:27:54.492Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T14:27:54.492Z] Step 2/7 : FROM ${BASE} [2020-08-18T14:27:54.492Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-18T14:27:54.492Z] df20fa9351a1: Pulling fs layer [2020-08-18T14:27:54.492Z] ed8968b2872e: Pulling fs layer [2020-08-18T14:27:54.492Z] a92cc7c5fd73: Pulling fs layer [2020-08-18T14:27:54.492Z] 2dd03ba5bac4: Pulling fs layer [2020-08-18T14:27:54.492Z] 1e091d79d1de: Pulling fs layer [2020-08-18T14:27:54.492Z] 481702a1767f: Pulling fs layer [2020-08-18T14:27:54.492Z] f64a6f60c768: Pulling fs layer [2020-08-18T14:27:54.492Z] e78d2573fc39: Pulling fs layer [2020-08-18T14:27:54.492Z] e876d2f968b6: Pulling fs layer [2020-08-18T14:27:54.492Z] ce8a83651883: Pulling fs layer [2020-08-18T14:27:54.492Z] 07967f4d0e4b: Pulling fs layer [2020-08-18T14:27:54.492Z] 2dd03ba5bac4: Waiting [2020-08-18T14:27:54.492Z] 1e091d79d1de: Waiting [2020-08-18T14:27:54.492Z] 481702a1767f: Waiting [2020-08-18T14:27:54.492Z] f64a6f60c768: Waiting [2020-08-18T14:27:54.492Z] e78d2573fc39: Waiting [2020-08-18T14:27:54.492Z] e876d2f968b6: Waiting [2020-08-18T14:27:54.492Z] ce8a83651883: Waiting [2020-08-18T14:27:54.492Z] 07967f4d0e4b: Waiting [2020-08-18T14:27:54.492Z] a92cc7c5fd73: Verifying Checksum [2020-08-18T14:27:54.492Z] a92cc7c5fd73: Download complete [2020-08-18T14:27:54.492Z] ed8968b2872e: Verifying Checksum [2020-08-18T14:27:54.492Z] ed8968b2872e: Download complete [2020-08-18T14:27:54.492Z] 1e091d79d1de: Verifying Checksum [2020-08-18T14:27:54.492Z] 1e091d79d1de: Download complete [2020-08-18T14:27:54.492Z] 481702a1767f: Verifying Checksum [2020-08-18T14:27:54.492Z] 481702a1767f: Download complete [2020-08-18T14:27:54.492Z] df20fa9351a1: Verifying Checksum [2020-08-18T14:27:54.492Z] df20fa9351a1: Download complete [2020-08-18T14:27:54.765Z] df20fa9351a1: Pull complete [2020-08-18T14:27:55.348Z] f64a6f60c768: Verifying Checksum [2020-08-18T14:27:55.348Z] f64a6f60c768: Download complete [2020-08-18T14:27:55.348Z] e876d2f968b6: Verifying Checksum [2020-08-18T14:27:55.348Z] e876d2f968b6: Download complete [2020-08-18T14:27:55.617Z] 2dd03ba5bac4: Verifying Checksum [2020-08-18T14:27:55.617Z] 2dd03ba5bac4: Download complete [2020-08-18T14:27:55.884Z] 07967f4d0e4b: Verifying Checksum [2020-08-18T14:27:55.884Z] 07967f4d0e4b: Download complete [2020-08-18T14:27:55.884Z] e78d2573fc39: Verifying Checksum [2020-08-18T14:27:55.884Z] e78d2573fc39: Download complete [2020-08-18T14:27:56.146Z] ce8a83651883: Verifying Checksum [2020-08-18T14:27:56.146Z] ce8a83651883: Download complete [2020-08-18T14:27:57.092Z] ed8968b2872e: Pull complete [2020-08-18T14:27:57.093Z] a92cc7c5fd73: Pull complete [2020-08-18T14:28:02.408Z] 2dd03ba5bac4: Pull complete [2020-08-18T14:28:02.408Z] 1e091d79d1de: Pull complete [2020-08-18T14:28:02.680Z] 481702a1767f: Pull complete [2020-08-18T14:28:05.665Z] Still waiting to schedule task [2020-08-18T14:28:05.665Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-384’ [2020-08-18T14:28:07.982Z] f64a6f60c768: Pull complete [2020-08-18T14:28:10.560Z] e78d2573fc39: Pull complete [2020-08-18T14:28:10.560Z] e876d2f968b6: Pull complete [2020-08-18T14:28:11.515Z] ce8a83651883: Pull complete [2020-08-18T14:28:11.515Z] 07967f4d0e4b: Pull complete [2020-08-18T14:28:11.515Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-18T14:28:11.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-18T14:28:11.515Z] ---> 5d7c900382c6 [2020-08-18T14:28:11.515Z] 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-18T14:28:12.909Z] ---> Running in b0cea6ac7e11 [2020-08-18T14:28:13.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:28:14.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:28:14.378Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T14:28:14.378Z] (2/12) Installing file (5.38-r0) [2020-08-18T14:28:14.641Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T14:28:14.641Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T14:28:16.559Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T14:28:16.559Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T14:28:16.559Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T14:28:16.559Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T14:28:16.820Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T14:28:16.820Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T14:28:16.820Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T14:28:17.084Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T14:28:17.084Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:28:17.084Z] OK: 233 MiB in 51 packages [2020-08-18T14:28:20.405Z] Removing intermediate container b0cea6ac7e11 [2020-08-18T14:28:20.405Z] ---> deb6bbb783ab [2020-08-18T14:28:20.405Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T14:28:20.405Z] ---> Running in 894c99d7ae68 [2020-08-18T14:28:20.669Z] Removing intermediate container 894c99d7ae68 [2020-08-18T14:28:20.669Z] ---> 5a7b17f0e677 [2020-08-18T14:28:20.669Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T14:28:20.932Z] latest: Pulling from library/docker [2020-08-18T14:28:21.196Z] df20fa9351a1: Already exists [2020-08-18T14:28:21.196Z] 25ad7478873d: Pulling fs layer [2020-08-18T14:28:21.196Z] 4684f6177b5d: Pulling fs layer [2020-08-18T14:28:21.196Z] 46e300cec669: Pulling fs layer [2020-08-18T14:28:21.196Z] 63038576ad94: Pulling fs layer [2020-08-18T14:28:21.196Z] 0fdb76c4706c: Pulling fs layer [2020-08-18T14:28:21.196Z] cb7edeffdfd5: Pulling fs layer [2020-08-18T14:28:21.196Z] 63038576ad94: Waiting [2020-08-18T14:28:21.196Z] 0fdb76c4706c: Waiting [2020-08-18T14:28:21.196Z] cb7edeffdfd5: Waiting [2020-08-18T14:28:21.196Z] 4684f6177b5d: Verifying Checksum [2020-08-18T14:28:21.196Z] 4684f6177b5d: Download complete [2020-08-18T14:28:21.461Z] 25ad7478873d: Verifying Checksum [2020-08-18T14:28:21.461Z] 25ad7478873d: Download complete [2020-08-18T14:28:21.461Z] 63038576ad94: Verifying Checksum [2020-08-18T14:28:21.461Z] 63038576ad94: Download complete [2020-08-18T14:28:21.723Z] cb7edeffdfd5: Verifying Checksum [2020-08-18T14:28:21.723Z] cb7edeffdfd5: Download complete [2020-08-18T14:28:21.723Z] 25ad7478873d: Pull complete [2020-08-18T14:28:21.723Z] 4684f6177b5d: Pull complete [2020-08-18T14:28:21.723Z] 0fdb76c4706c: Verifying Checksum [2020-08-18T14:28:21.723Z] 0fdb76c4706c: Download complete [2020-08-18T14:28:22.296Z] 46e300cec669: Verifying Checksum [2020-08-18T14:28:22.296Z] 46e300cec669: Download complete [2020-08-18T14:28:24.854Z] 46e300cec669: Pull complete [2020-08-18T14:28:24.854Z] 63038576ad94: Pull complete [2020-08-18T14:28:24.854Z] 0fdb76c4706c: Pull complete [2020-08-18T14:28:24.854Z] cb7edeffdfd5: Pull complete [2020-08-18T14:28:24.854Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T14:28:24.854Z] Status: Downloaded newer image for docker:latest [2020-08-18T14:28:26.245Z] ---> 61386fb331a5 [2020-08-18T14:28:26.245Z] Step 6/7 : COPY go.mod . [2020-08-18T14:28:26.509Z] ---> b11e6d930a7b [2020-08-18T14:28:26.509Z] Step 7/7 : RUN go mod download [2020-08-18T14:28:26.774Z] ---> Running in 0140fe202e3e [2020-08-18T14:28:34.924Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T14:28:34.925Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T14:28:34.925Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T14:28:34.925Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T14:28:34.925Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T14:28:34.925Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T14:28:34.925Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T14:28:34.925Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T14:28:34.925Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T14:28:34.925Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T14:28:34.925Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T14:28:34.925Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T14:28:34.925Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T14:28:34.925Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T14:28:34.925Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-18T14:28:34.925Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T14:28:34.925Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T14:28:34.925Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T14:28:34.925Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T14:28:34.925Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T14:28:35.186Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T14:28:35.186Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T14:28:35.186Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T14:28:35.186Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T14:28:35.186Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T14:28:35.186Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T14:28:35.186Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T14:28:35.447Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T14:28:35.447Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T14:28:35.447Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T14:28:35.447Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T14:28:35.447Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T14:28:35.447Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T14:28:35.447Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T14:28:35.708Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T14:28:35.708Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T14:28:35.708Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T14:28:35.708Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T14:28:35.708Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T14:28:35.708Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T14:28:35.969Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T14:28:36.230Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T14:28:36.230Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T14:28:36.230Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T14:28:36.230Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T14:28:36.230Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T14:28:36.230Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T14:28:36.230Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T14:28:36.494Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T14:28:36.494Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T14:28:36.494Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T14:28:36.494Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T14:28:36.494Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T14:28:36.494Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T14:28:36.494Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T14:28:36.757Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T14:28:36.757Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T14:28:36.757Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T14:28:36.757Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T14:28:36.757Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T14:28:36.757Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T14:28:37.017Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T14:28:37.017Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T14:28:37.018Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T14:28:37.018Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T14:28:37.018Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T14:28:37.018Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T14:28:37.018Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T14:28:37.279Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T14:28:37.279Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T14:28:37.279Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T14:28:37.279Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T14:28:37.279Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T14:28:37.279Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T14:28:37.279Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T14:28:37.540Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T14:28:37.540Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T14:28:37.540Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T14:28:37.540Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T14:28:37.540Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T14:28:37.540Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T14:28:37.800Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T14:28:37.800Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T14:28:37.800Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T14:28:37.800Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T14:28:37.800Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T14:28:52.750Z] Removing intermediate container 0140fe202e3e [2020-08-18T14:28:52.750Z] ---> ae10965ce422 [2020-08-18T14:28:52.750Z] Successfully built ae10965ce422 [2020-08-18T14:28:52.750Z] 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-18T14:28:53.316Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-18T14:28:53.316Z] . [Pipeline] withDockerContainer [2020-08-18T14:28:53.412Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-08-18T14:28:53.458Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-18T14:28:54.173Z] $ docker top 4d954fab3cf3729ec2e4020e85dbf6e46c555f94d168e4efd37eb200c1376309 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T14:28:54.711Z] + go version [2020-08-18T14:28:54.711Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-18T14:28:54.721Z] ========================================================= [2020-08-18T14:28:54.721Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T14:28:54.722Z] ========================================================= [Pipeline] sh [2020-08-18T14:28:55.008Z] + make test [2020-08-18T14:28:55.008Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T14:28:57.575Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T14:29:07.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T14:29:11.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T14:29:11.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T14:29:11.066Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T14:29:11.066Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T14:29:12.035Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.013s [2020-08-18T14:29:12.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T14:29:12.035Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T14:29:12.035Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T14:29:12.308Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T14:29:12.887Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T14:29:12.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T14:29:12.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T14:29:12.887Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T14:29:18.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements [2020-08-18T14:29:18.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T14:29:18.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T14:29:18.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T14:29:18.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T14:29:18.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T14:29:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.109s coverage: 27.3% of statements [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T14:29:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T14:29:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-08-18T14:29:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T14:29:22.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.121s coverage: 28.6% of statements [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T14:29:22.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.009s coverage: 100.0% of statements [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T14:29:22.061Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-08-18T14:29:22.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T14:29:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T14:29:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T14:29:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.017s coverage: 100.0% of statements [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T14:29:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T14:29:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.004s coverage: 58.8% of statements [2020-08-18T14:29:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements [2020-08-18T14:29:25.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T14:29:25.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T14:29:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-08-18T14:29:25.225Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.071s coverage: 55.9% of statements [2020-08-18T14:29:25.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T14:29:25.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T14:29:25.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T14:29:25.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.789s coverage: 86.3% of statements [2020-08-18T14:29:28.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.257s coverage: 72.2% of statements [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-08-18T14:29:28.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T14:29:28.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T14:29:28.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-08-18T14:29:28.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T14:29:28.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.031s coverage: 96.8% of statements [2020-08-18T14:29:28.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T14:29:28.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements [2020-08-18T14:29:28.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T14:29:28.896Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T14:29:28.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.116s coverage: 84.1% of statements [2020-08-18T14:29:29.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements [2020-08-18T14:29:29.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 42.9% of statements [2020-08-18T14:29:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T14:29:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T14:29:29.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.008s coverage: 100.0% of statements [2020-08-18T14:29:29.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T14:29:30.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.012s coverage: 83.8% of statements [2020-08-18T14:29:30.027Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T14:29:32.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.021s coverage: 46.1% of statements [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T14:29:32.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.029s coverage: 100.0% of statements [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T14:29:32.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.023s coverage: 100.0% of statements [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T14:29:32.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2020-08-18T14:29:32.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T14:29:32.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements [2020-08-18T14:29:32.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T14:29:32.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T14:29:32.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T14:29:32.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T14:29:32.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T14:29:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.020s coverage: 99.0% of statements [2020-08-18T14:29:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T14:29:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements [2020-08-18T14:29:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T14:29:33.545Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-18T14:29:33.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T14:29:34.133Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements [2020-08-18T14:29:34.133Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T14:29:34.133Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T14:29:34.133Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T14:29:34.133Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T14:29:34.401Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-08-18T14:29:34.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T14:29:34.401Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T14:29:34.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-08-18T14:29:34.664Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-18T14:29:35.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-18T14:29:35.236Z] GO111MODULE=on go vet ./... [2020-08-18T14:29:40.570Z] gofmt -l . [2020-08-18T14:29:41.142Z] [ "`gofmt -l .`" = "" ] [2020-08-18T14:29:41.715Z] ./bin/test-go-mod-tidy.sh [2020-08-18T14:29:42.288Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T14:29:43.537Z] + ls -al . [2020-08-18T14:29:43.537Z] total 552 [2020-08-18T14:29:43.537Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 14:29 . [2020-08-18T14:29:43.537Z] drwxr-xr-x 4 root root 30 Aug 18 14:28 .. [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 14:26 .dockerignore [2020-08-18T14:29:43.537Z] drwxrwxr-x 8 1001 1001 179 Aug 18 14:27 .git [2020-08-18T14:29:43.537Z] drwxrwxr-x 3 1001 1001 60 Aug 18 14:26 .github [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 14:26 .gitignore [2020-08-18T14:29:43.537Z] drwx------ 3 1001 1001 47 Aug 18 14:27 .semver [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 14:26 .sonarcloud.properties [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 14:26 CONTRIBUTING.md [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 14:26 Dockerfile.build [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 14:26 Jenkinsfile [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 14:26 LICENSE [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 14:26 Makefile [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 14:26 README.md [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 14:26 SECURITY.md [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 14:27 VERSION [2020-08-18T14:29:43.537Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 14:26 ZMQWindows.md [2020-08-18T14:29:43.537Z] drwxrwxr-x 2 1001 1001 117 Aug 18 14:26 bin [2020-08-18T14:29:43.538Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 14:26 cmd [2020-08-18T14:29:43.538Z] -rw-r--r-- 1 root root 455803 Aug 18 14:29 coverage.out [2020-08-18T14:29:43.538Z] -rw-r--r-- 1 root root 1019 Aug 18 14:29 go.mod [2020-08-18T14:29:43.538Z] -rw-r--r-- 1 root root 18146 Aug 18 14:29 go.sum [2020-08-18T14:29:43.538Z] drwxrwxr-x 8 1001 1001 127 Aug 18 14:26 internal [2020-08-18T14:29:43.538Z] drwxrwxr-x 4 1001 1001 26 Aug 18 14:26 openapi [2020-08-18T14:29:43.538Z] drwxrwxr-x 4 1001 1001 71 Aug 18 14:26 snap [2020-08-18T14:29:43.538Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 14:26 version.go [Pipeline] sh [2020-08-18T14:29:43.842Z] + '[' -e coverage.out ] [2020-08-18T14:29:43.842Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T14:29:43.990Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T14:29:44.285Z] + make build [2020-08-18T14:29:44.285Z] 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-18T14:29:50.945Z] 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-18T14:29:52.859Z] 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-18T14:29:54.780Z] 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-18T14:29:56.189Z] 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-18T14:29:58.109Z] 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-18T14:29:58.109Z] 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-18T14:30:00.668Z] 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-18T14:30:03.226Z] 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-18T14:30:04.617Z] 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-18T14:30:06.013Z] 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-18T14:30:07.422Z] 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-18T14:30:08.816Z] 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-18T14:30:09.780Z] $ docker stop --time=1 4d954fab3cf3729ec2e4020e85dbf6e46c555f94d168e4efd37eb200c1376309 [2020-08-18T14:30:11.426Z] $ docker rm -f 4d954fab3cf3729ec2e4020e85dbf6e46c555f94d168e4efd37eb200c1376309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:30:14.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T14:30:14.541Z] [2020-08-18T14:30:14.541Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:30:14.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T14:30:14.962Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-18T14:30:14.962Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-18T14:30:14.962Z] ca9280d653b3: Pulling fs layer [2020-08-18T14:30:14.962Z] 7e9c9ca2126c: Pulling fs layer [2020-08-18T14:30:14.962Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-18T14:30:14.962Z] cbdbe7a5bc2a: Download complete [2020-08-18T14:30:15.223Z] ca9280d653b3: Verifying Checksum [2020-08-18T14:30:15.223Z] ca9280d653b3: Download complete [2020-08-18T14:30:15.223Z] cbdbe7a5bc2a: Pull complete [2020-08-18T14:30:15.803Z] 7e9c9ca2126c: Download complete [2020-08-18T14:30:16.066Z] ca9280d653b3: Pull complete [2020-08-18T14:30:22.673Z] 7e9c9ca2126c: Pull complete [2020-08-18T14:30:22.673Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-18T14:30:22.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T14:30:22.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-18T14:30:22.817Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-08-18T14:30:22.857Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-18T14:30:25.817Z] $ docker top 3726a29027598ebcfae9ae6335d1d2c926394548e5113c5c2bee4de1c39c0a20 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T14:30:26.317Z] + docker-compose build --help [2020-08-18T14:30:26.317Z] + grep parallel [2020-08-18T14:30:27.260Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T14:30:27.272Z] $ docker stop --time=1 3726a29027598ebcfae9ae6335d1d2c926394548e5113c5c2bee4de1c39c0a20 [2020-08-18T14:30:28.647Z] $ docker rm -f 3726a29027598ebcfae9ae6335d1d2c926394548e5113c5c2bee4de1c39c0a20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:30:29.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T14:30:29.199Z] . [Pipeline] withDockerContainer [2020-08-18T14:30:29.303Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-08-18T14:30:29.344Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-18T14:30:29.998Z] $ docker top f0c360f5cd096c24737f0ade2627c8a71b1b8e877b37ba8312e843271d8291f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T14:30:30.510Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T14:30:31.454Z] Building docker-core-command-go ... [2020-08-18T14:30:31.454Z] Building docker-core-data-go ... [2020-08-18T14:30:31.454Z] Building docker-core-metadata-go ... [2020-08-18T14:30:31.454Z] Building docker-security-proxy-setup-go ... [2020-08-18T14:30:31.454Z] Building docker-security-secrets-setup-go ... [2020-08-18T14:30:31.454Z] Building docker-security-secretstore-setup-go ... [2020-08-18T14:30:31.454Z] Building docker-support-logging-go ... [2020-08-18T14:30:31.454Z] Building docker-support-notifications-go ... [2020-08-18T14:30:31.454Z] Building docker-support-scheduler-go ... [2020-08-18T14:30:31.454Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T14:30:31.454Z] Building docker-security-proxy-setup-go [2020-08-18T14:30:31.454Z] Building docker-support-logging-go [2020-08-18T14:30:31.454Z] Building docker-sys-mgmt-agent-go [2020-08-18T14:30:31.454Z] Building docker-security-secretstore-setup-go [2020-08-18T14:30:31.454Z] Building docker-core-data-go [2020-08-18T14:30:58.190Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:30:58.190Z] [2020-08-18T14:30:58.190Z] Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:30:58.190Z] [2020-08-18T14:30:58.190Z] ---> ae10965ce422 [2020-08-18T14:30:58.190Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T14:30:58.190Z] ---> ae10965ce422 [2020-08-18T14:30:58.190Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T14:30:58.190Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:30:58.190Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:30:58.190Z] ---> ae10965ce422 [2020-08-18T14:30:58.190Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T14:30:58.190Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:30:58.190Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:30:58.190Z] ---> ae10965ce422 [2020-08-18T14:30:58.190Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T14:30:58.190Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:30:58.190Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:30:58.190Z] ---> ae10965ce422 [2020-08-18T14:30:58.190Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T14:30:58.190Z] ---> Running in 2e81c9e135b2 [2020-08-18T14:30:58.190Z] ---> Running in bf0d7859fb94 [2020-08-18T14:30:58.190Z] ---> Running in a2b618be4f80 [2020-08-18T14:30:58.190Z] ---> Running in c78ed08c8a32 [2020-08-18T14:30:58.190Z] ---> Running in 5cfaf4fefcde [2020-08-18T14:30:58.190Z] Removing intermediate container a2b618be4f80 [2020-08-18T14:30:58.190Z] ---> 72c77ee332cb [2020-08-18T14:30:58.190Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:30:58.190Z] Removing intermediate container 5cfaf4fefcde [2020-08-18T14:30:58.190Z] ---> 0006ba7de238 [2020-08-18T14:30:58.190Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:30:58.190Z] Removing intermediate container c78ed08c8a32 [2020-08-18T14:30:58.190Z] ---> e09d2cc522e8 [2020-08-18T14:30:58.190Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:30:58.190Z] Removing intermediate container bf0d7859fb94 [2020-08-18T14:30:58.190Z] ---> 75244335e3cd [2020-08-18T14:30:58.190Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:30:58.190Z] Removing intermediate container 2e81c9e135b2 [2020-08-18T14:30:58.190Z] ---> 30afdf6f0f53 [2020-08-18T14:30:58.190Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:30:58.190Z] ---> Running in 8d4b12c537a4 [2020-08-18T14:30:58.190Z] ---> Running in 989d38bb28ed [2020-08-18T14:30:58.190Z] ---> Running in e7d7f1dab8c7 [2020-08-18T14:30:58.190Z] ---> Running in 4e975eee15f4 [2020-08-18T14:30:58.190Z] ---> Running in 47794444a3f6 [2020-08-18T14:30:59.137Z] Removing intermediate container 8d4b12c537a4 [2020-08-18T14:30:59.137Z] ---> 59a0bad941dc [2020-08-18T14:30:59.137Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T14:30:59.404Z] Removing intermediate container 989d38bb28ed [2020-08-18T14:30:59.404Z] ---> f1cef82909e3 [2020-08-18T14:30:59.404Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T14:30:59.404Z] ---> Running in 796edc16624e [2020-08-18T14:30:59.667Z] ---> Running in 77284ebf23d9 [2020-08-18T14:30:59.930Z] Removing intermediate container e7d7f1dab8c7 [2020-08-18T14:30:59.930Z] ---> 422b59df702e [2020-08-18T14:30:59.930Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T14:30:59.930Z] Removing intermediate container 4e975eee15f4 [2020-08-18T14:30:59.930Z] ---> 30743ef40809 [2020-08-18T14:30:59.930Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T14:31:00.191Z] Removing intermediate container 47794444a3f6 [2020-08-18T14:31:00.192Z] ---> dfbfdb4ac82b [2020-08-18T14:31:00.192Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T14:31:00.192Z] ---> Running in 09bbe20710da [2020-08-18T14:31:00.192Z] ---> Running in d32fda5c90c3 [2020-08-18T14:31:00.456Z] ---> Running in 798e65ad2cf4 [2020-08-18T14:31:00.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:00.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:00.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:00.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.777Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:31:01.777Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:31:01.777Z] OK: 12746 distinct packages available [2020-08-18T14:31:01.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:31:01.777Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:31:01.777Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:31:01.777Z] OK: 12746 distinct packages available [2020-08-18T14:31:02.051Z] OK: 233 MiB in 51 packages [2020-08-18T14:31:02.051Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:31:02.051Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:31:02.051Z] OK: 12746 distinct packages available [2020-08-18T14:31:02.051Z] OK: 233 MiB in 51 packages [2020-08-18T14:31:02.051Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:31:02.051Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:31:02.051Z] OK: 12746 distinct packages available [2020-08-18T14:31:02.327Z] OK: 233 MiB in 51 packages [2020-08-18T14:31:02.589Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:31:02.589Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:31:02.589Z] OK: 12746 distinct packages available [2020-08-18T14:31:02.589Z] OK: 233 MiB in 51 packages [2020-08-18T14:31:02.589Z] OK: 233 MiB in 51 packages [2020-08-18T14:31:02.849Z] OK: 233 MiB in 51 packages [2020-08-18T14:31:03.422Z] Removing intermediate container 796edc16624e [2020-08-18T14:31:03.422Z] ---> 8efcf419283f [2020-08-18T14:31:03.422Z] Step 6/20 : COPY go.mod . [2020-08-18T14:31:03.682Z] ---> 65eaf3227c5c [2020-08-18T14:31:03.682Z] Step 7/20 : RUN go mod download [2020-08-18T14:31:03.682Z] Removing intermediate container 09bbe20710da [2020-08-18T14:31:03.682Z] ---> 70b30fad291f [2020-08-18T14:31:03.682Z] Step 6/26 : COPY go.mod . [2020-08-18T14:31:03.943Z] ---> Running in 806138797db3 [2020-08-18T14:31:03.943Z] Removing intermediate container 77284ebf23d9 [2020-08-18T14:31:03.943Z] ---> 5b3b447e76ec [2020-08-18T14:31:03.943Z] Step 6/21 : COPY go.mod . [2020-08-18T14:31:03.943Z] Removing intermediate container d32fda5c90c3 [2020-08-18T14:31:03.943Z] ---> 4936ae2684da [2020-08-18T14:31:03.943Z] Step 6/26 : COPY go.mod . [2020-08-18T14:31:04.209Z] Removing intermediate container 798e65ad2cf4 [2020-08-18T14:31:04.209Z] ---> a30fe6581487 [2020-08-18T14:31:04.209Z] Step 6/22 : COPY go.mod . [2020-08-18T14:31:04.209Z] ---> e08e888d92ef [2020-08-18T14:31:04.209Z] Step 7/26 : RUN go mod download [2020-08-18T14:31:04.470Z] ---> Running in 7e33446d0cf7 [2020-08-18T14:31:04.470Z] ---> c971f61b8821 [2020-08-18T14:31:04.470Z] Step 7/21 : RUN go mod download [2020-08-18T14:31:04.470Z] ---> c0b93cd5589f [2020-08-18T14:31:04.470Z] Step 7/26 : RUN go mod download [2020-08-18T14:31:04.743Z] ---> baa824f415c3 [2020-08-18T14:31:04.743Z] Step 7/22 : RUN go mod download [2020-08-18T14:31:04.743Z] ---> Running in 77b824140432 [2020-08-18T14:31:05.009Z] ---> Running in 464994e0e1ae [2020-08-18T14:31:05.009Z] ---> Running in 6bead293cf13 [2020-08-18T14:31:05.972Z] Removing intermediate container 806138797db3 [2020-08-18T14:31:05.972Z] ---> 51f3a73e052c [2020-08-18T14:31:05.972Z] Step 8/20 : COPY . . [2020-08-18T14:31:06.234Z] Removing intermediate container 7e33446d0cf7 [2020-08-18T14:31:06.234Z] ---> d5561692d298 [2020-08-18T14:31:06.234Z] Step 8/26 : COPY . . [2020-08-18T14:31:11.547Z] Removing intermediate container 77b824140432 [2020-08-18T14:31:11.547Z] ---> 67811e556093 [2020-08-18T14:31:11.547Z] Step 8/26 : COPY . . [2020-08-18T14:31:14.872Z] Removing intermediate container 464994e0e1ae [2020-08-18T14:31:14.872Z] ---> 9fda4745cd3f [2020-08-18T14:31:14.872Z] Step 8/21 : COPY . . [2020-08-18T14:31:15.446Z] Removing intermediate container 6bead293cf13 [2020-08-18T14:31:15.446Z] ---> f5b79297a7a1 [2020-08-18T14:31:15.446Z] Step 8/22 : COPY . . [2020-08-18T14:31:36.969Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-386 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-18T14:31:37.065Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2020-08-18T14:31:41.910Z] using credential edgex-jenkins-ssh [2020-08-18T14:31:41.966Z] Cloning the remote Git repository [2020-08-18T14:31:41.966Z] Cloning with configured refspecs honoured and without tags [2020-08-18T14:31:42.031Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-18T14:31:42.144Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2020-08-18T14:31:42.220Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T14:31:42.221Z] > git --version # timeout=10 [2020-08-18T14:31:42.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T14:31:42.301Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T14:31:48.112Z] ---> ca66ba79a180 [2020-08-18T14:31:48.112Z] ---> ff91e6068e2e [2020-08-18T14:31:48.112Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T14:31:48.112Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T14:31:48.112Z] ---> ff487c182e84 [2020-08-18T14:31:48.112Z] 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-18T14:31:48.112Z] ---> Running in 841fca2dbc30 [2020-08-18T14:31:48.112Z] ---> Running in 40dd5990265b [2020-08-18T14:31:48.112Z] ---> Running in 27cefc219c3d [2020-08-18T14:31:48.112Z] ---> ea337cfbd115 [2020-08-18T14:31:48.112Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T14:31:48.112Z] ---> 54f422a680cd [2020-08-18T14:31:48.112Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T14:31:48.112Z] ---> Running in d3eac748acaf [2020-08-18T14:31:48.112Z] ---> Running in ca37399a2dde [2020-08-18T14:31:48.112Z] 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-18T14:31:48.112Z] 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-18T14:31:48.112Z] 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-18T14:31:48.112Z] 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-18T14:31:48.112Z] 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-18T14:31:59.456Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T14:31:59.474Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-18T14:31:59.625Z] Fetching without tags [2020-08-18T14:32:00.232Z] Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit 5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:32:00.609Z] Merge succeeded, producing 5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:32:00.609Z] Checking out Revision 5f58bbf663fa13630c0da133cf0e655e8ffdc207 (PR-2625) [2020-08-18T14:31:59.492Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T14:31:59.567Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T14:31:59.643Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T14:31:59.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T14:31:59.680Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T14:32:00.244Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T14:32:00.258Z] > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 [2020-08-18T14:32:00.530Z] > git remote # timeout=10 [2020-08-18T14:32:00.545Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T14:32:00.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T14:32:00.568Z] > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 [2020-08-18T14:32:00.592Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T14:32:00.610Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T14:32:00.623Z] > git checkout -f 5f58bbf663fa13630c0da133cf0e655e8ffdc207 # timeout=10 [2020-08-18T14:32:04.904Z] Commit message: "snapcraft.yaml, many: use setpriv instead of drop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-18T14:32:14.837Z] 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 [Pipeline] echo [2020-08-18T14:32:16.533Z] ========================================================= [2020-08-18T14:32:16.533Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T14:32:16.533Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:32:16.794Z] Removing intermediate container 27cefc219c3d [2020-08-18T14:32:16.794Z] ---> 25d6ec53d3b5 [2020-08-18T14:32:16.794Z] [2020-08-18T14:32:16.794Z] Step 10/20 : FROM alpine [2020-08-18T14:32:17.070Z] latest: Pulling from library/alpine [2020-08-18T14:32:17.338Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T14:32:17.338Z] Status: Downloaded newer image for alpine:latest [2020-08-18T14:32:17.338Z] ---> a24bb4013296 [2020-08-18T14:32:17.338Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T14:32:17.498Z] + 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-18T14:32:21.561Z] 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-18T14:32:21.561Z] ---> Running in 92d4eccc00b8 [2020-08-18T14:32:21.813Z] Sending build context to Docker daemon 323MB [2020-08-18T14:32:21.813Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T14:32:21.813Z] Step 2/7 : FROM ${BASE} [2020-08-18T14:32:21.813Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T14:32:21.813Z] b538f80385f9: Pulling fs layer [2020-08-18T14:32:21.813Z] 74f711af9a0d: Pulling fs layer [2020-08-18T14:32:21.813Z] 99f96fe45779: Pulling fs layer [2020-08-18T14:32:21.813Z] fd7a069fd194: Pulling fs layer [2020-08-18T14:32:21.813Z] 66aa3694b03b: Pulling fs layer [2020-08-18T14:32:21.813Z] 170f70906a0f: Pulling fs layer [2020-08-18T14:32:21.813Z] fd7a069fd194: Waiting [2020-08-18T14:32:21.813Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T14:32:21.813Z] 66aa3694b03b: Waiting [2020-08-18T14:32:21.813Z] 170f70906a0f: Waiting [2020-08-18T14:32:21.813Z] e772456be8f7: Pulling fs layer [2020-08-18T14:32:21.813Z] c890913d741a: Pulling fs layer [2020-08-18T14:32:21.813Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T14:32:21.813Z] 09adf4765672: Pulling fs layer [2020-08-18T14:32:21.813Z] ad7c5574e4b9: Waiting [2020-08-18T14:32:21.813Z] e772456be8f7: Waiting [2020-08-18T14:32:21.813Z] 2480fcc9aa5a: Waiting [2020-08-18T14:32:21.813Z] 09adf4765672: Waiting [2020-08-18T14:32:21.813Z] c890913d741a: Waiting [2020-08-18T14:32:21.813Z] 99f96fe45779: Download complete [2020-08-18T14:32:21.813Z] 74f711af9a0d: Verifying Checksum [2020-08-18T14:32:21.813Z] 74f711af9a0d: Download complete [2020-08-18T14:32:21.813Z] 66aa3694b03b: Verifying Checksum [2020-08-18T14:32:21.813Z] 66aa3694b03b: Download complete [2020-08-18T14:32:21.813Z] b538f80385f9: Verifying Checksum [2020-08-18T14:32:21.813Z] b538f80385f9: Download complete [2020-08-18T14:32:21.847Z] Removing intermediate container 841fca2dbc30 [2020-08-18T14:32:21.848Z] ---> 733d6fdb3dc8 [2020-08-18T14:32:21.848Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T14:32:22.090Z] 170f70906a0f: Verifying Checksum [2020-08-18T14:32:22.090Z] 170f70906a0f: Download complete [2020-08-18T14:32:22.119Z] Removing intermediate container ca37399a2dde [2020-08-18T14:32:22.119Z] ---> 32f0a393294b [2020-08-18T14:32:22.119Z] [2020-08-18T14:32:22.119Z] Step 10/21 : FROM scratch [2020-08-18T14:32:22.119Z] ---> [2020-08-18T14:32:22.119Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T14:32:22.391Z] ---> Running in e81890946716 [2020-08-18T14:32:22.391Z] ---> Running in 812ffe7430a7 [2020-08-18T14:32:22.689Z] b538f80385f9: Pull complete [2020-08-18T14:32:23.286Z] 74f711af9a0d: Pull complete [2020-08-18T14:32:23.563Z] 99f96fe45779: Pull complete [2020-08-18T14:32:23.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:24.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:24.068Z] Removing intermediate container 812ffe7430a7 [2020-08-18T14:32:24.068Z] ---> 39160fa29840 [2020-08-18T14:32:24.068Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T14:32:24.068Z] 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-18T14:32:24.068Z] ---> Running in bde0e2b338df [2020-08-18T14:32:24.337Z] Removing intermediate container bde0e2b338df [2020-08-18T14:32:24.337Z] ---> fc4f37095ef5 [2020-08-18T14:32:24.337Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T14:32:24.624Z] ---> Running in b32722238d8e [2020-08-18T14:32:24.890Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:32:24.890Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:32:24.890Z] OK: 12746 distinct packages available [2020-08-18T14:32:24.890Z] Removing intermediate container b32722238d8e [2020-08-18T14:32:24.890Z] ---> 37edac981ac9 [2020-08-18T14:32:24.890Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T14:32:25.007Z] ad7c5574e4b9: Verifying Checksum [2020-08-18T14:32:25.007Z] ad7c5574e4b9: Download complete [2020-08-18T14:32:25.007Z] c890913d741a: Verifying Checksum [2020-08-18T14:32:25.007Z] c890913d741a: Download complete [2020-08-18T14:32:25.151Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T14:32:25.151Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T14:32:25.151Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T14:32:25.151Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T14:32:25.151Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:32:25.151Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T14:32:25.420Z] OK: 7 MiB in 18 packages [2020-08-18T14:32:25.420Z] ---> 28453710cb70 [2020-08-18T14:32:25.420Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T14:32:26.446Z] 2480fcc9aa5a: Download complete [2020-08-18T14:32:26.724Z] 09adf4765672: Verifying Checksum [2020-08-18T14:32:26.724Z] 09adf4765672: Download complete [2020-08-18T14:32:27.340Z] e772456be8f7: Download complete [2020-08-18T14:32:27.612Z] fd7a069fd194: Verifying Checksum [2020-08-18T14:32:27.612Z] fd7a069fd194: Download complete [2020-08-18T14:32:27.967Z] ---> e9aa67131088 [2020-08-18T14:32:27.967Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T14:32:27.967Z] Removing intermediate container 40dd5990265b [2020-08-18T14:32:27.967Z] ---> 7f274904ed15 [2020-08-18T14:32:27.967Z] [2020-08-18T14:32:27.967Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T14:32:27.967Z] Removing intermediate container d3eac748acaf [2020-08-18T14:32:27.967Z] ---> 40839a658e42 [2020-08-18T14:32:27.967Z] [2020-08-18T14:32:27.967Z] Step 10/22 : FROM alpine [2020-08-18T14:32:27.967Z] ---> a24bb4013296 [2020-08-18T14:32:27.967Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:32:28.229Z] 3.10: Pulling from library/alpine [2020-08-18T14:32:28.229Z] ---> Running in 30972547180c [2020-08-18T14:32:28.229Z] Removing intermediate container e81890946716 [2020-08-18T14:32:28.230Z] ---> fffb217c9cd3 [2020-08-18T14:32:28.230Z] [2020-08-18T14:32:28.230Z] Step 11/26 : FROM docker:latest [2020-08-18T14:32:28.230Z] ---> 81f5749c9058 [2020-08-18T14:32:28.230Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T14:32:28.230Z] Removing intermediate container 92d4eccc00b8 [2020-08-18T14:32:28.230Z] ---> fe80885dc0c8 [2020-08-18T14:32:28.230Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T14:32:28.230Z] ---> 9a06ae8d6ca6 [2020-08-18T14:32:28.230Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T14:32:28.492Z] ---> Running in d9b6e4e409ba [2020-08-18T14:32:28.493Z] ---> Running in da3e0487dda2 [2020-08-18T14:32:28.493Z] Removing intermediate container 30972547180c [2020-08-18T14:32:28.493Z] ---> 021fafca4c2d [2020-08-18T14:32:28.493Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T14:32:29.064Z] ---> Running in 07dbb1d67a64 [2020-08-18T14:32:29.064Z] ---> 19c303684603 [2020-08-18T14:32:29.064Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:32:29.064Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T14:32:29.064Z] Removing intermediate container d9b6e4e409ba [2020-08-18T14:32:29.064Z] ---> e86ef1b4985b [2020-08-18T14:32:29.064Z] Step 13/20 : WORKDIR /edgex [2020-08-18T14:32:29.064Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T14:32:30.006Z] ---> be4e4bea2c2e [2020-08-18T14:32:30.006Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T14:32:30.006Z] ---> Running in 5822d1f09a1a [2020-08-18T14:32:30.006Z] Removing intermediate container 07dbb1d67a64 [2020-08-18T14:32:30.006Z] ---> 9ce920b85a36 [2020-08-18T14:32:30.006Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T14:32:30.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:30.268Z] ---> Running in d776374002d7 [2020-08-18T14:32:30.268Z] ---> Running in 45164166402f [2020-08-18T14:32:30.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:30.269Z] ---> Running in ebc0eb40cc4a [2020-08-18T14:32:30.269Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T14:32:30.269Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T14:32:30.269Z] Executing bash-5.0.17-r0.post-install [2020-08-18T14:32:30.269Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:32:30.533Z] OK: 12 MiB in 22 packages [2020-08-18T14:32:30.533Z] Removing intermediate container 5822d1f09a1a [2020-08-18T14:32:30.533Z] ---> 03654f1b4363 [2020-08-18T14:32:30.533Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T14:32:30.801Z] Removing intermediate container d776374002d7 [2020-08-18T14:32:30.801Z] ---> 64dd15ec986d [2020-08-18T14:32:30.801Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T14:32:30.801Z] ---> Running in 505e868b9ee2 [2020-08-18T14:32:30.801Z] Removing intermediate container ebc0eb40cc4a [2020-08-18T14:32:30.801Z] ---> 31f002949c11 [2020-08-18T14:32:30.801Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:32:31.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:31.066Z] ---> Running in 53f683529729 [2020-08-18T14:32:31.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:31.066Z] Removing intermediate container 505e868b9ee2 [2020-08-18T14:32:31.066Z] ---> fc463fe6501c [2020-08-18T14:32:31.066Z] Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:32:31.332Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T14:32:31.332Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T14:32:31.332Z] OK: 10346 distinct packages available [2020-08-18T14:32:31.332Z] ---> e249aaa5cdf6 [2020-08-18T14:32:31.332Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T14:32:31.332Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T14:32:31.332Z] Removing intermediate container da3e0487dda2 [2020-08-18T14:32:31.332Z] ---> ff9b25006db3 [2020-08-18T14:32:31.332Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T14:32:31.332Z] ---> Running in ce1a5c4be045 [2020-08-18T14:32:31.332Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T14:32:31.597Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T14:32:31.597Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T14:32:31.597Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T14:32:31.597Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T14:32:31.597Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T14:32:31.597Z] OK: 7 MiB in 19 packages [2020-08-18T14:32:32.168Z] ---> Running in c491942918de [2020-08-18T14:32:32.429Z] ---> 6a9ba4e152e2 [2020-08-18T14:32:32.429Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T14:32:32.429Z] Removing intermediate container ce1a5c4be045 [2020-08-18T14:32:32.429Z] ---> eb0cb6e75bd3 [2020-08-18T14:32:32.429Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T14:32:32.690Z] ---> Running in d07545e18912 [2020-08-18T14:32:32.690Z] ---> Running in 471b7d3fb6b6 [2020-08-18T14:32:34.607Z] Removing intermediate container 45164166402f [2020-08-18T14:32:34.607Z] ---> df686248e3c4 [2020-08-18T14:32:34.607Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T14:32:34.607Z] Removing intermediate container d07545e18912 [2020-08-18T14:32:34.607Z] ---> 84a703690299 [2020-08-18T14:32:34.607Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T14:32:34.607Z] Removing intermediate container 471b7d3fb6b6 [2020-08-18T14:32:34.607Z] ---> 03154e4a419b [2020-08-18T14:32:34.607Z] [2020-08-18T14:32:34.607Z] ---> Running in 7b47fdde5325 [2020-08-18T14:32:34.607Z] Successfully built 03154e4a419b [2020-08-18T14:32:34.607Z] ---> Running in afe0644da2e9 [2020-08-18T14:32:34.607Z] Successfully tagged docker-support-logging-go:latest [2020-08-18T14:32:34.868Z] Building docker-core-metadata-go [2020-08-18T14:32:34.869Z]  Building docker-support-logging-go ... done Removing intermediate container 53f683529729 [2020-08-18T14:32:34.869Z] ---> 74b1fa7e85f6 [2020-08-18T14:32:34.869Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T14:32:34.869Z] Removing intermediate container 7b47fdde5325 [2020-08-18T14:32:34.869Z] ---> bf9c9214ad9c [2020-08-18T14:32:34.869Z] Step 13/26 : WORKDIR / [2020-08-18T14:32:35.133Z] ---> Running in 5215404451db [2020-08-18T14:32:35.133Z] Removing intermediate container afe0644da2e9 [2020-08-18T14:32:35.133Z] ---> f888de1bc646 [2020-08-18T14:32:35.133Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T14:32:35.133Z] Removing intermediate container c491942918de [2020-08-18T14:32:35.133Z] ---> 15879d291656 [2020-08-18T14:32:35.133Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T14:32:35.395Z] ---> Running in 8f0a256622ac [2020-08-18T14:32:35.971Z] ---> Running in 7d396440bc25 [2020-08-18T14:32:35.971Z] ---> Running in 0c774aaf6219 [2020-08-18T14:32:39.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:39.284Z] Removing intermediate container 7d396440bc25 [2020-08-18T14:32:39.284Z] ---> f93fa87fa940 [2020-08-18T14:32:39.284Z] Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:32:39.284Z] Removing intermediate container 8f0a256622ac [2020-08-18T14:32:39.284Z] ---> f65395109556 [2020-08-18T14:32:39.284Z] 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-18T14:32:39.284Z] Removing intermediate container 0c774aaf6219 [2020-08-18T14:32:39.284Z] ---> be24a7f4c522 [2020-08-18T14:32:39.284Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T14:32:39.284Z] ---> Running in 714f963f2301 [2020-08-18T14:32:39.284Z] ---> Running in 4900c8f5b98c [2020-08-18T14:32:39.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:39.545Z] Removing intermediate container 714f963f2301 [2020-08-18T14:32:39.545Z] ---> ca335dd38bb2 [2020-08-18T14:32:39.545Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T14:32:39.545Z] Removing intermediate container 4900c8f5b98c [2020-08-18T14:32:39.545Z] ---> 19dd1e91d2c2 [2020-08-18T14:32:39.545Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T14:32:39.808Z] ---> 2a93fbbabb34 [2020-08-18T14:32:39.808Z] 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-18T14:32:39.808Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T14:32:39.808Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T14:32:39.808Z] ---> Running in 0dc1d739342c [2020-08-18T14:32:39.808Z] ---> Running in f2527109bbfb [2020-08-18T14:32:39.808Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T14:32:40.023Z] fd7a069fd194: Pull complete [2020-08-18T14:32:40.023Z] 66aa3694b03b: Pull complete [2020-08-18T14:32:40.023Z] 170f70906a0f: Pull complete [2020-08-18T14:32:40.073Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T14:32:40.334Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T14:32:40.596Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:32:40.596Z] OK: 8 MiB in 19 packages [2020-08-18T14:32:42.518Z] Removing intermediate container 0dc1d739342c [2020-08-18T14:32:42.518Z] ---> 8ad104ba7b56 [2020-08-18T14:32:42.518Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T14:32:42.518Z] ---> f50de542b908 [2020-08-18T14:32:42.518Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T14:32:42.518Z] Removing intermediate container f2527109bbfb [2020-08-18T14:32:42.518Z] ---> 83815c890227 [2020-08-18T14:32:42.518Z] [2020-08-18T14:32:43.437Z] ad7c5574e4b9: Pull complete [2020-08-18T14:32:43.484Z] Successfully built 83815c890227 [2020-08-18T14:32:43.484Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-18T14:32:43.484Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-08-18T14:32:44.429Z] ---> 625f04653d83 [2020-08-18T14:32:44.429Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T14:32:46.347Z] ---> 71727268e2f7 [2020-08-18T14:32:46.347Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T14:32:46.347Z] Removing intermediate container 5215404451db [2020-08-18T14:32:46.347Z] ---> b1095581aecc [2020-08-18T14:32:46.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T14:32:47.756Z] e772456be8f7: Pull complete [2020-08-18T14:32:48.028Z] c890913d741a: Pull complete [2020-08-18T14:32:48.279Z] ---> 1044065dcc44 [2020-08-18T14:32:48.279Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T14:32:49.665Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:32:49.665Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:32:49.665Z] ---> ae10965ce422 [2020-08-18T14:32:49.665Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T14:32:49.665Z] ---> Using cache [2020-08-18T14:32:49.665Z] ---> 30afdf6f0f53 [2020-08-18T14:32:49.665Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:32:49.665Z] ---> Using cache [2020-08-18T14:32:49.665Z] ---> dfbfdb4ac82b [2020-08-18T14:32:49.665Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T14:32:50.238Z] ---> 2c25f60de793 [2020-08-18T14:32:50.238Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T14:32:50.503Z] ---> 6903afbdc90e [2020-08-18T14:32:50.503Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T14:32:50.646Z] 2480fcc9aa5a: Pull complete [2020-08-18T14:32:50.646Z] 09adf4765672: Pull complete [2020-08-18T14:32:50.646Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T14:32:50.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T14:32:50.646Z] ---> 2248a725d1cf [2020-08-18T14:32:50.646Z] 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-18T14:32:50.771Z] ---> Running in 698c959d9f39 [2020-08-18T14:32:50.771Z] ---> b5f768d98c4d [2020-08-18T14:32:50.771Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T14:32:52.174Z] ---> Running in d124349986af [2020-08-18T14:32:52.438Z] ---> 208d9a7f955f [2020-08-18T14:32:52.438Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T14:32:53.837Z] ---> 19b1273374aa [2020-08-18T14:32:53.837Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T14:32:53.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:54.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:54.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:54.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:32:54.938Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:32:54.938Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:32:54.938Z] OK: 12746 distinct packages available [2020-08-18T14:32:54.938Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T14:32:54.938Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T14:32:54.938Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T14:32:54.938Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T14:32:54.938Z] ---> cf18ae031b25 [2020-08-18T14:32:54.938Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:32:55.201Z] OK: 233 MiB in 51 packages [2020-08-18T14:32:55.201Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T14:32:55.201Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T14:32:55.201Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T14:32:55.797Z] ---> 8cd6a2ee9d1b [2020-08-18T14:32:55.797Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T14:32:56.062Z] ---> Running in b5164da5123d [2020-08-18T14:32:58.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:32:58.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:32:59.122Z] ---> Running in 8ecfe385fcc2 [2020-08-18T14:32:59.213Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T14:32:59.485Z] (2/12) Installing file (5.38-r0) [2020-08-18T14:32:59.485Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T14:32:59.485Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T14:33:00.516Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T14:33:00.516Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T14:33:00.516Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T14:33:00.778Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:33:00.778Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:33:00.778Z] ---> ae10965ce422 [2020-08-18T14:33:00.778Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T14:33:00.778Z] ---> Using cache [2020-08-18T14:33:00.778Z] ---> 30afdf6f0f53 [2020-08-18T14:33:00.778Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:33:00.778Z] ---> Using cache [2020-08-18T14:33:00.778Z] ---> dfbfdb4ac82b [2020-08-18T14:33:00.778Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T14:33:01.038Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T14:33:01.613Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T14:33:01.874Z] ---> 0648bd86f4df [2020-08-18T14:33:01.874Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T14:33:01.874Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T14:33:01.874Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T14:33:02.822Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T14:33:02.822Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T14:33:02.822Z] ---> Running in 6da5313f9384 [2020-08-18T14:33:02.822Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T14:33:02.822Z] Removing intermediate container 698c959d9f39 [2020-08-18T14:33:02.822Z] ---> 6fc6f0b3ed54 [2020-08-18T14:33:02.822Z] Step 6/21 : COPY go.mod . [2020-08-18T14:33:02.822Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T14:33:02.822Z] Removing intermediate container 8ecfe385fcc2 [2020-08-18T14:33:02.822Z] ---> 8451d6069182 [2020-08-18T14:33:02.822Z] Step 20/22 : LABEL arch=x86_64 [2020-08-18T14:33:02.822Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T14:33:02.822Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T14:33:02.855Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T14:33:02.856Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T14:33:02.856Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T14:33:02.856Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T14:33:03.125Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T14:33:03.125Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T14:33:03.125Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T14:33:03.396Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T14:33:03.396Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:33:03.396Z] OK: 217 MiB in 51 packages [2020-08-18T14:33:03.763Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T14:33:04.023Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T14:33:04.023Z] ---> a470c3a56538 [2020-08-18T14:33:04.023Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T14:33:04.023Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T14:33:04.285Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T14:33:04.285Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T14:33:04.285Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T14:33:04.285Z] ---> Running in 1c4c157a29e3 [2020-08-18T14:33:04.285Z] ---> 90aeb763ff5e [2020-08-18T14:33:04.285Z] Step 7/21 : RUN go mod download [2020-08-18T14:33:04.285Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T14:33:04.285Z] ---> Running in 0c01c0d87060 [2020-08-18T14:33:04.285Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T14:33:04.285Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T14:33:04.285Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T14:33:04.856Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T14:33:04.856Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T14:33:04.856Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T14:33:04.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:33:05.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:33:05.804Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:33:05.804Z] ---> Running in b09cd917b9cc [2020-08-18T14:33:05.804Z] OK: 71 MiB in 55 packages [2020-08-18T14:33:05.804Z] Removing intermediate container 1c4c157a29e3 [2020-08-18T14:33:05.804Z] ---> e9b82e748676 [2020-08-18T14:33:05.804Z] Step 21/22 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:33:06.081Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:33:06.081Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:33:06.081Z] OK: 12746 distinct packages available [2020-08-18T14:33:06.081Z] ---> Running in 979cbb558522 [2020-08-18T14:33:06.350Z] OK: 233 MiB in 51 packages [2020-08-18T14:33:06.350Z] Removing intermediate container 979cbb558522 [2020-08-18T14:33:06.350Z] ---> ca98d31788a4 [2020-08-18T14:33:06.350Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T14:33:06.612Z] ---> Running in e31b8f7fb45b [2020-08-18T14:33:07.697Z] Removing intermediate container b5164da5123d [2020-08-18T14:33:07.697Z] ---> 59a704200388 [2020-08-18T14:33:07.697Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T14:33:07.697Z] ---> Running in b53ceaab4e67 [2020-08-18T14:33:08.108Z] Removing intermediate container e31b8f7fb45b [2020-08-18T14:33:08.109Z] ---> 6e8fd1c635fc [2020-08-18T14:33:08.109Z] [2020-08-18T14:33:08.289Z] Removing intermediate container b53ceaab4e67 [2020-08-18T14:33:08.289Z] ---> d9852c153167 [2020-08-18T14:33:08.289Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T14:33:08.389Z] Successfully built 6e8fd1c635fc [2020-08-18T14:33:08.558Z] latest: Pulling from library/docker [2020-08-18T14:33:08.558Z] b538f80385f9: Already exists [2020-08-18T14:33:08.558Z] 259a493cd78d: Pulling fs layer [2020-08-18T14:33:08.558Z] b8e66b5100f5: Pulling fs layer [2020-08-18T14:33:08.558Z] 39dc9c94d07c: Pulling fs layer [2020-08-18T14:33:08.558Z] 551b823b3b82: Pulling fs layer [2020-08-18T14:33:08.558Z] 3c52a74df98c: Pulling fs layer [2020-08-18T14:33:08.558Z] 6c9b121b6998: Pulling fs layer [2020-08-18T14:33:08.558Z] 3c52a74df98c: Waiting [2020-08-18T14:33:08.558Z] 6c9b121b6998: Waiting [2020-08-18T14:33:08.558Z] 551b823b3b82: Waiting [2020-08-18T14:33:08.831Z] b8e66b5100f5: Verifying Checksum [2020-08-18T14:33:08.831Z] b8e66b5100f5: Download complete [2020-08-18T14:33:08.966Z] Successfully tagged docker-core-data-go:latest [2020-08-18T14:33:08.966Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-08-18T14:33:09.107Z] 259a493cd78d: Verifying Checksum [2020-08-18T14:33:09.107Z] 259a493cd78d: Download complete [2020-08-18T14:33:09.107Z] 551b823b3b82: Download complete [2020-08-18T14:33:09.107Z] 3c52a74df98c: Verifying Checksum [2020-08-18T14:33:09.107Z] 3c52a74df98c: Download complete [2020-08-18T14:33:09.107Z] 6c9b121b6998: Verifying Checksum [2020-08-18T14:33:09.107Z] 6c9b121b6998: Download complete [2020-08-18T14:33:09.706Z] 259a493cd78d: Pull complete [2020-08-18T14:33:09.980Z] b8e66b5100f5: Pull complete [2020-08-18T14:33:10.255Z] 39dc9c94d07c: Verifying Checksum [2020-08-18T14:33:10.255Z] 39dc9c94d07c: Download complete [2020-08-18T14:33:12.275Z] Removing intermediate container 6da5313f9384 [2020-08-18T14:33:12.275Z] ---> 5266c9d8013c [2020-08-18T14:33:12.275Z] Step 6/20 : COPY go.mod . [2020-08-18T14:33:12.275Z] Removing intermediate container 0c01c0d87060 [2020-08-18T14:33:12.275Z] ---> 2d1715a25518 [2020-08-18T14:33:12.275Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T14:33:13.637Z] 39dc9c94d07c: Pull complete [2020-08-18T14:33:13.637Z] 551b823b3b82: Pull complete [2020-08-18T14:33:13.909Z] 3c52a74df98c: Pull complete [2020-08-18T14:33:14.504Z] 6c9b121b6998: Pull complete [2020-08-18T14:33:14.504Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T14:33:14.504Z] Status: Downloaded newer image for docker:latest [2020-08-18T14:33:15.576Z] ---> Running in aa8c8c4031d2 [2020-08-18T14:33:15.576Z] Removing intermediate container b09cd917b9cc [2020-08-18T14:33:15.576Z] ---> bcd8e330b997 [2020-08-18T14:33:15.576Z] Step 8/21 : COPY . . [2020-08-18T14:33:15.576Z] ---> 9cf11b4384e3 [2020-08-18T14:33:15.576Z] Step 7/20 : RUN go mod download [2020-08-18T14:33:15.576Z] Removing intermediate container d124349986af [2020-08-18T14:33:15.576Z] ---> 0650900179bc [2020-08-18T14:33:15.576Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T14:33:16.520Z] ---> Running in 34778137c076 [2020-08-18T14:33:16.782Z] ---> Running in 0fe244ea409c [2020-08-18T14:33:17.727Z] Removing intermediate container aa8c8c4031d2 [2020-08-18T14:33:17.727Z] ---> 1f0f3f107385 [2020-08-18T14:33:17.727Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T14:33:17.883Z] ---> 45124a194978 [2020-08-18T14:33:17.883Z] Step 6/7 : COPY go.mod . [2020-08-18T14:33:18.161Z] ---> 1d514a65b03b [2020-08-18T14:33:18.161Z] Step 7/7 : RUN go mod download [2020-08-18T14:33:18.434Z] ---> Running in e1697e66e61b [2020-08-18T14:33:20.289Z] ---> Running in 874e66edc9d4 [2020-08-18T14:33:22.226Z] Removing intermediate container 874e66edc9d4 [2020-08-18T14:33:22.226Z] ---> a50025bbd22d [2020-08-18T14:33:22.226Z] Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:33:23.176Z] ---> Running in 59c4b553695b [2020-08-18T14:33:26.491Z] Removing intermediate container 59c4b553695b [2020-08-18T14:33:26.491Z] ---> e5280351c5ac [2020-08-18T14:33:26.491Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T14:33:26.491Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:33:26.491Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:33:26.685Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T14:33:26.685Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T14:33:26.685Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T14:33:26.752Z] ---> ae10965ce422 [2020-08-18T14:33:26.752Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T14:33:26.955Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T14:33:26.955Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T14:33:26.956Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T14:33:26.956Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T14:33:26.956Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T14:33:26.956Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T14:33:26.956Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T14:33:27.015Z] ---> Using cache [2020-08-18T14:33:27.015Z] ---> 30afdf6f0f53 [2020-08-18T14:33:27.015Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:33:27.015Z] ---> Using cache [2020-08-18T14:33:27.015Z] ---> dfbfdb4ac82b [2020-08-18T14:33:27.015Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T14:33:27.015Z] ---> Using cache [2020-08-18T14:33:27.015Z] ---> 5266c9d8013c [2020-08-18T14:33:27.015Z] Step 6/21 : COPY go.mod . [2020-08-18T14:33:27.015Z] ---> Using cache [2020-08-18T14:33:27.015Z] ---> 9cf11b4384e3 [2020-08-18T14:33:27.015Z] Step 7/21 : RUN go mod download [2020-08-18T14:33:27.015Z] ---> Using cache [2020-08-18T14:33:27.015Z] ---> 8a34e889e147 [2020-08-18T14:33:27.015Z] Step 8/21 : COPY . . [2020-08-18T14:33:27.224Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T14:33:27.224Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T14:33:27.224Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T14:33:27.224Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T14:33:27.224Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-18T14:33:27.224Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T14:33:27.224Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T14:33:27.494Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T14:33:27.494Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T14:33:27.494Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T14:33:27.494Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T14:33:27.494Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T14:33:27.494Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T14:33:27.494Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T14:33:27.762Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T14:33:27.762Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T14:33:27.762Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T14:33:27.762Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T14:33:27.762Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T14:33:27.762Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T14:33:27.762Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T14:33:28.031Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T14:33:28.301Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T14:33:28.415Z] Removing intermediate container 34778137c076 [2020-08-18T14:33:28.415Z] ---> 8a34e889e147 [2020-08-18T14:33:28.415Z] Step 8/20 : COPY . . [2020-08-18T14:33:28.569Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T14:33:28.569Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T14:33:28.569Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T14:33:28.569Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T14:33:28.569Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T14:33:28.569Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T14:33:28.569Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T14:33:28.839Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T14:33:28.839Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T14:33:28.839Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T14:33:28.839Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T14:33:28.839Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T14:33:28.839Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T14:33:28.839Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T14:33:29.001Z] ---> Running in 3a7c2dbe8553 [2020-08-18T14:33:29.109Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T14:33:29.109Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T14:33:29.109Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T14:33:29.109Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T14:33:29.109Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T14:33:29.109Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T14:33:29.379Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T14:33:29.379Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T14:33:29.379Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T14:33:29.379Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T14:33:29.379Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T14:33:29.379Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T14:33:29.379Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T14:33:29.648Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T14:33:29.648Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T14:33:29.648Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T14:33:29.648Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T14:33:29.648Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T14:33:29.648Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T14:33:29.648Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T14:33:29.929Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T14:33:29.929Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T14:33:29.929Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T14:33:29.929Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T14:33:29.929Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T14:33:29.929Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T14:33:29.929Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T14:33:30.200Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T14:33:30.200Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T14:33:30.200Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T14:33:30.200Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T14:33:30.200Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T14:33:30.200Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T14:33:34.327Z] Removing intermediate container 3a7c2dbe8553 [2020-08-18T14:33:34.327Z] ---> 4fefbe475004 [2020-08-18T14:33:34.327Z] [2020-08-18T14:33:34.591Z] Successfully built 4fefbe475004 [2020-08-18T14:33:36.549Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-18T14:33:36.549Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-18T14:33:36.811Z] Collecting docker-compose==1.23.2 [2020-08-18T14:33:36.811Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T14:33:38.744Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T14:33:38.744Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T14:33:42.965Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T14:33:42.965Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T14:33:44.384Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T14:33:44.384Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T14:33:45.782Z] ---> 4712b32a0832 [2020-08-18T14:33:45.782Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T14:33:48.349Z] ---> Running in f89d780733dd [2020-08-18T14:33:48.506Z] Removing intermediate container e1697e66e61b [2020-08-18T14:33:48.506Z] ---> 73f0c7d75e59 [2020-08-18T14:33:48.506Z] Successfully built 73f0c7d75e59 [2020-08-18T14:33:48.506Z] 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-18T14:33:49.236Z] + docker inspect -f . ci-base-image-arm64 [2020-08-18T14:33:49.236Z] . [Pipeline] withDockerContainer [2020-08-18T14:33:49.557Z] prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container [2020-08-18T14:33:49.685Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-18T14:33:50.293Z] 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-18T14:33:50.619Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T14:33:50.619Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T14:33:51.044Z] $ docker top 63225c22cdb50959a236a3fd563ef8778d738acb6b8d0079dc541a1b617ab85f -eo pid,comm [2020-08-18T14:33:51.215Z] 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-18T14:33:51.216Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [Pipeline] { [Pipeline] sh [2020-08-18T14:33:51.489Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T14:33:52.064Z] + go version [2020-08-18T14:33:52.064Z] go version go1.13.13 linux/arm64 [2020-08-18T14:33:52.064Z] Collecting PyYAML<4,>=3.10 [2020-08-18T14:33:52.064Z] Downloading PyYAML-3.13.tar.gz (270 kB) [Pipeline] echo [2020-08-18T14:33:52.091Z] ========================================================= [2020-08-18T14:33:52.091Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T14:33:52.091Z] ========================================================= [Pipeline] sh [2020-08-18T14:33:52.737Z] + make test [2020-08-18T14:33:52.737Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T14:33:55.364Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T14:33:57.412Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T14:33:57.412Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T14:33:57.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:33:57.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:33:57.996Z] ---> ae10965ce422 [2020-08-18T14:33:57.996Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T14:33:57.996Z] ---> Using cache [2020-08-18T14:33:57.996Z] ---> 30afdf6f0f53 [2020-08-18T14:33:57.997Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:33:57.997Z] ---> Using cache [2020-08-18T14:33:57.997Z] ---> dfbfdb4ac82b [2020-08-18T14:33:57.997Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T14:33:58.968Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T14:33:59.229Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T14:34:00.188Z] ---> Running in 8ed3ead449a7 [2020-08-18T14:34:00.188Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T14:34:00.188Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T14:34:00.188Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T14:34:00.188Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T14:34:00.188Z] ---> 206550164475 [2020-08-18T14:34:00.188Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T14:34:00.188Z] ---> 5254731a6bdf [2020-08-18T14:34:00.188Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T14:34:00.471Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T14:34:00.471Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T14:34:00.471Z] ---> Running in 414a2dbaf1c1 [2020-08-18T14:34:00.471Z] ---> Running in f832a605930d [2020-08-18T14:34:00.750Z] Collecting idna<2.8,>=2.5 [2020-08-18T14:34:00.750Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T14:34:00.750Z] 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-18T14:34:00.750Z] 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-18T14:34:00.750Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T14:34:00.750Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T14:34:00.750Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T14:34:00.750Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T14:34:01.036Z] Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, PyYAML, dockerpty, jsonschema, docker-compose [2020-08-18T14:34:01.036Z] Running setup.py install for texttable: started [2020-08-18T14:34:02.021Z] 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-18T14:34:02.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:34:02.021Z] 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-18T14:34:02.021Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T14:34:02.021Z] Attempting uninstall: urllib3 [2020-08-18T14:34:02.021Z] Found existing installation: urllib3 1.25.9 [2020-08-18T14:34:02.021Z] Uninstalling urllib3-1.25.9: [2020-08-18T14:34:02.607Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T14:34:02.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:34:02.607Z] Attempting uninstall: idna [2020-08-18T14:34:02.607Z] Found existing installation: idna 2.9 [2020-08-18T14:34:02.607Z] Uninstalling idna-2.9: [2020-08-18T14:34:02.879Z] Successfully uninstalled idna-2.9 [2020-08-18T14:34:03.152Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:34:03.152Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:34:03.152Z] OK: 12746 distinct packages available [2020-08-18T14:34:03.152Z] Attempting uninstall: requests [2020-08-18T14:34:03.152Z] Found existing installation: requests 2.23.0 [2020-08-18T14:34:03.152Z] Uninstalling requests-2.23.0: [2020-08-18T14:34:03.423Z] Successfully uninstalled requests-2.23.0 [2020-08-18T14:34:03.423Z] OK: 233 MiB in 51 packages [2020-08-18T14:34:04.837Z] Running setup.py install for docopt: started [2020-08-18T14:34:05.426Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T14:34:06.022Z] Running setup.py install for PyYAML: started [2020-08-18T14:34:07.316Z] Removing intermediate container 8ed3ead449a7 [2020-08-18T14:34:07.316Z] ---> a89fc98facaf [2020-08-18T14:34:07.316Z] Step 6/23 : COPY go.mod . [2020-08-18T14:34:07.316Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T14:34:07.316Z] Running setup.py install for dockerpty: started [2020-08-18T14:34:07.758Z] ---> 9d8d47a3bf5d [2020-08-18T14:34:07.758Z] Step 7/23 : RUN go mod download [2020-08-18T14:34:08.034Z] ---> Running in 3bf88e7c0432 [2020-08-18T14:34:08.304Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T14:34:09.295Z] 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-18T14:34:11.900Z] Removing intermediate container 3bf88e7c0432 [2020-08-18T14:34:11.900Z] ---> 5724698adc25 [2020-08-18T14:34:11.900Z] Step 8/23 : COPY . . [2020-08-18T14:34:18.596Z] Removing intermediate container 0fe244ea409c [2020-08-18T14:34:18.596Z] ---> 3aeeba93ac1e [2020-08-18T14:34:18.596Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T14:34:21.181Z] ---> Running in 6d906020bc84 [2020-08-18T14:34:23.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:34:23.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:34:23.696Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T14:34:23.696Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T14:34:23.696Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T14:34:23.696Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:34:23.696Z] OK: 72 MiB in 58 packages [2020-08-18T14:34:27.746Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T14:34:31.885Z] Removing intermediate container 6d906020bc84 [2020-08-18T14:34:31.885Z] ---> ca3bcebdd160 [2020-08-18T14:34:31.885Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:34:33.811Z] ---> Running in bceb558b3016 [2020-08-18T14:34:35.726Z] Removing intermediate container bceb558b3016 [2020-08-18T14:34:35.726Z] ---> c5894dc1506c [2020-08-18T14:34:35.726Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T14:34:35.726Z] ---> 71f6c72833ed [2020-08-18T14:34:35.727Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T14:34:36.673Z] ---> Running in 95443a103b6c [2020-08-18T14:34:36.673Z] ---> Running in 0cec03897c25 [2020-08-18T14:34:38.063Z] Removing intermediate container f89d780733dd [2020-08-18T14:34:38.063Z] ---> 50a4cb5d7a46 [2020-08-18T14:34:38.063Z] [2020-08-18T14:34:38.063Z] Step 10/21 : FROM scratch [2020-08-18T14:34:38.063Z] ---> [2020-08-18T14:34:38.063Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:34:39.015Z] Removing intermediate container 95443a103b6c [2020-08-18T14:34:39.015Z] ---> faefa796f970 [2020-08-18T14:34:39.015Z] Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:34:41.569Z] ---> Running in acfe743f283f [2020-08-18T14:34:41.569Z] 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-18T14:34:41.569Z] ---> Running in a3515cac9a30 [2020-08-18T14:34:41.569Z] Removing intermediate container f832a605930d [2020-08-18T14:34:41.569Z] ---> 30146a2bbf62 [2020-08-18T14:34:41.569Z] [2020-08-18T14:34:41.569Z] Step 10/20 : FROM scratch [2020-08-18T14:34:41.569Z] ---> [2020-08-18T14:34:41.569Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:34:41.831Z] ---> Using cache [2020-08-18T14:34:41.831Z] ---> 51dd8ca028d3 [2020-08-18T14:34:41.831Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T14:34:42.102Z] Removing intermediate container acfe743f283f [2020-08-18T14:34:42.103Z] ---> 51dd8ca028d3 [2020-08-18T14:34:42.373Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T14:34:42.373Z] ---> Running in f3d2208665ec [2020-08-18T14:34:42.650Z] ---> Running in bf78baa58e37 [2020-08-18T14:34:42.650Z] Removing intermediate container a3515cac9a30 [2020-08-18T14:34:42.650Z] ---> cc9fddc20399 [2020-08-18T14:34:42.650Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T14:34:42.847Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T14:34:42.847Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T14:34:43.464Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T14:34:43.622Z] Removing intermediate container 414a2dbaf1c1 [2020-08-18T14:34:43.622Z] ---> 0de2851ce8a8 [2020-08-18T14:34:43.622Z] [2020-08-18T14:34:43.622Z] Step 10/21 : FROM scratch [2020-08-18T14:34:43.622Z] ---> [2020-08-18T14:34:43.622Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:34:43.622Z] ---> Running in 76bebee2fed5 [2020-08-18T14:34:43.622Z] ---> Using cache [2020-08-18T14:34:43.622Z] ---> 51dd8ca028d3 [2020-08-18T14:34:43.622Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T14:34:43.889Z] ---> Running in f371dab72a4a [2020-08-18T14:34:43.889Z] Removing intermediate container f3d2208665ec [2020-08-18T14:34:43.889Z] ---> 30b77ab28998 [2020-08-18T14:34:43.889Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T14:34:43.889Z] Removing intermediate container bf78baa58e37 [2020-08-18T14:34:43.889Z] ---> 20a64dd1ae55 [2020-08-18T14:34:43.889Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T14:34:44.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T14:34:44.069Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T14:34:44.069Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T14:34:44.162Z] ---> Running in b1317b9f7efa [2020-08-18T14:34:44.162Z] Removing intermediate container 76bebee2fed5 [2020-08-18T14:34:44.162Z] ---> 09bbb067d3ae [2020-08-18T14:34:44.162Z] [2020-08-18T14:34:44.162Z] ---> Running in 4f6334fdf04c [2020-08-18T14:34:44.438Z] Removing intermediate container f371dab72a4a [2020-08-18T14:34:44.438Z] ---> 2d93a780e7ed [2020-08-18T14:34:44.438Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T14:34:44.438Z] Successfully built 09bbb067d3ae [2020-08-18T14:34:44.438Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-18T14:34:44.438Z] Building docker-security-secrets-setup-go [2020-08-18T14:34:44.438Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in dec96190b8e6 [2020-08-18T14:34:46.399Z] Removing intermediate container b1317b9f7efa [2020-08-18T14:34:46.399Z] ---> da8f24695647 [2020-08-18T14:34:46.399Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T14:34:46.399Z] Removing intermediate container 4f6334fdf04c [2020-08-18T14:34:46.399Z] ---> 8a7582ba4469 [2020-08-18T14:34:46.399Z] Step 14/21 : WORKDIR / [2020-08-18T14:34:50.616Z] Removing intermediate container dec96190b8e6 [2020-08-18T14:34:50.616Z] ---> 69b3a7df33ec [2020-08-18T14:34:50.616Z] Step 14/21 : WORKDIR / [2020-08-18T14:34:50.616Z] ---> Running in dbe86466b949 [2020-08-18T14:34:50.616Z] ---> c1a471d56fd7 [2020-08-18T14:34:50.616Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T14:34:50.616Z] ---> Running in dcb99d53611d [2020-08-18T14:34:51.584Z] ---> 3aa6630a2333 [2020-08-18T14:34:51.584Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T14:34:51.584Z] Removing intermediate container dbe86466b949 [2020-08-18T14:34:51.584Z] ---> 9b12008dd795 [2020-08-18T14:34:51.584Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T14:34:51.584Z] Removing intermediate container dcb99d53611d [2020-08-18T14:34:51.584Z] ---> ba730b60095f [2020-08-18T14:34:51.584Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T14:34:52.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-08-18T14:34:52.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T14:34:52.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T14:34:52.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T14:34:52.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T14:34:52.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T14:34:52.998Z] ---> 194f09181977 [2020-08-18T14:34:52.998Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T14:34:52.998Z] ---> 43c4f2d4323b [2020-08-18T14:34:52.998Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T14:34:54.951Z] ---> 3de0c783ed19 [2020-08-18T14:34:54.951Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:34:56.345Z] ---> Running in a18c8ff1b886 [2020-08-18T14:34:56.345Z] ---> cad6571d3641 [2020-08-18T14:34:56.345Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T14:34:56.610Z] ---> f7a62628bb45 [2020-08-18T14:34:56.610Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T14:34:57.570Z] Removing intermediate container a18c8ff1b886 [2020-08-18T14:34:57.570Z] ---> 755828c089fd [2020-08-18T14:34:57.570Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T14:34:58.151Z] ---> ce23c020b2fb [2020-08-18T14:34:58.151Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:34:58.736Z] ---> Running in ab2931605dbd [2020-08-18T14:34:58.736Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:34:58.736Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T14:34:58.736Z] ---> ae10965ce422 [2020-08-18T14:34:58.736Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T14:34:58.736Z] ---> Using cache [2020-08-18T14:34:58.736Z] ---> 30afdf6f0f53 [2020-08-18T14:34:58.736Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T14:34:59.681Z] ---> Running in 2ad8959f4c0b [2020-08-18T14:34:59.681Z] ---> fe96705f71a7 [2020-08-18T14:34:59.681Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:34:59.681Z] ---> Running in c84ed7815e69 [2020-08-18T14:34:59.942Z] Removing intermediate container ab2931605dbd [2020-08-18T14:34:59.942Z] ---> 4a271141a888 [2020-08-18T14:34:59.942Z] Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:34:59.942Z] ---> Running in e161455d0153 [2020-08-18T14:34:59.942Z] Removing intermediate container 2ad8959f4c0b [2020-08-18T14:34:59.942Z] ---> c18fe4cece5a [2020-08-18T14:34:59.942Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T14:35:00.204Z] ---> Running in 7921649b6a1a [2020-08-18T14:35:00.204Z] ---> Running in 016937528c1d [2020-08-18T14:35:00.204Z] Removing intermediate container e161455d0153 [2020-08-18T14:35:00.204Z] ---> e32137bca843 [2020-08-18T14:35:00.204Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T14:35:00.465Z] Removing intermediate container 7921649b6a1a [2020-08-18T14:35:00.465Z] ---> 677c7806a469 [2020-08-18T14:35:00.465Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T14:35:00.465Z] ---> Running in 26af7da62193 [2020-08-18T14:35:00.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.131s coverage: 27.3% of statements [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T14:35:00.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T14:35:00.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-08-18T14:35:00.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T14:35:00.725Z] ---> Running in 7e4e4000696a [2020-08-18T14:35:00.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:35:00.725Z] Removing intermediate container 016937528c1d [2020-08-18T14:35:00.725Z] ---> 88aabb3f4f09 [2020-08-18T14:35:00.725Z] Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:35:00.725Z] Removing intermediate container 26af7da62193 [2020-08-18T14:35:00.725Z] ---> 23dd86ebd2a2 [2020-08-18T14:35:00.725Z] Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:35:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.384s coverage: 28.6% of statements [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T14:35:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T14:35:00.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements [2020-08-18T14:35:00.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T14:35:00.987Z] ---> Running in cc3aa4c5fc70 [2020-08-18T14:35:00.987Z] Removing intermediate container 7e4e4000696a [2020-08-18T14:35:00.987Z] ---> a923edf05a09 [2020-08-18T14:35:00.987Z] [2020-08-18T14:35:00.987Z] ---> Running in 934ecdc9b3e9 [2020-08-18T14:35:01.254Z] Successfully built a923edf05a09 [2020-08-18T14:35:01.254Z] Removing intermediate container cc3aa4c5fc70 [2020-08-18T14:35:01.254Z] ---> f4da4e41ecb9 [2020-08-18T14:35:01.254Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T14:35:01.254Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-18T14:35:01.254Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:35:01.828Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:35:01.828Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:35:01.828Z] OK: 12746 distinct packages available [2020-08-18T14:35:02.089Z] OK: 233 MiB in 51 packages [2020-08-18T14:35:02.662Z] ---> Running in f98ebd577a46 [2020-08-18T14:35:02.662Z] Removing intermediate container 934ecdc9b3e9 [2020-08-18T14:35:02.662Z] ---> 484610bbe956 [2020-08-18T14:35:02.662Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T14:35:02.662Z] ---> Running in a99c70874040 [2020-08-18T14:35:02.925Z] Removing intermediate container 0cec03897c25 [2020-08-18T14:35:02.925Z] ---> 523c0f07ed49 [2020-08-18T14:35:02.926Z] [2020-08-18T14:35:02.926Z] Step 10/23 : FROM scratch [2020-08-18T14:35:02.926Z] ---> [2020-08-18T14:35:02.926Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T14:35:02.926Z] Removing intermediate container f98ebd577a46 [2020-08-18T14:35:02.926Z] ---> dd8dc8357ded [2020-08-18T14:35:02.926Z] [2020-08-18T14:35:02.926Z] ---> Using cache [2020-08-18T14:35:02.926Z] ---> 39160fa29840 [2020-08-18T14:35:02.926Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T14:35:02.926Z] ---> Running in bc5d1d6afde9 [2020-08-18T14:35:02.926Z] Successfully built dd8dc8357ded [2020-08-18T14:35:02.926Z] Successfully tagged docker-core-command-go:latest [2020-08-18T14:35:02.976Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.075s coverage: 89.8% of statements [2020-08-18T14:35:02.977Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T14:35:03.186Z]  Building docker-core-command-go ... done Removing intermediate container a99c70874040 [2020-08-18T14:35:03.186Z] ---> 5790478d629f [2020-08-18T14:35:03.186Z] [2020-08-18T14:35:03.186Z] Removing intermediate container c84ed7815e69 [2020-08-18T14:35:03.186Z] ---> f684f54b51db [2020-08-18T14:35:03.186Z] Step 5/29 : COPY go.mod . [2020-08-18T14:35:03.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2020-08-18T14:35:03.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T14:35:05.100Z] Successfully built 5790478d629f [2020-08-18T14:35:05.100Z] Successfully tagged docker-core-metadata-go:latest [2020-08-18T14:35:05.100Z]  Building docker-core-metadata-go ... done Removing intermediate container bc5d1d6afde9 [2020-08-18T14:35:05.100Z] ---> 31d4156c7518 [2020-08-18T14:35:05.100Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T14:35:05.100Z] ---> b1f5308a3564 [2020-08-18T14:35:05.100Z] Step 6/29 : RUN go mod download [2020-08-18T14:35:05.100Z] ---> Running in 719756011cb8 [2020-08-18T14:35:05.100Z] ---> Running in aa0738ab28ab [2020-08-18T14:35:05.368Z] Removing intermediate container 719756011cb8 [2020-08-18T14:35:05.368Z] ---> fb24e1ec8a7d [2020-08-18T14:35:05.368Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T14:35:05.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 100.0% of statements [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T14:35:05.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T14:35:05.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T14:35:05.628Z] ---> a463dc779d39 [2020-08-18T14:35:05.628Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T14:35:06.404Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-08-18T14:35:06.685Z] ---> 6a78e633067d [2020-08-18T14:35:06.685Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T14:35:06.954Z] Removing intermediate container aa0738ab28ab [2020-08-18T14:35:06.954Z] ---> 28cf60f8e217 [2020-08-18T14:35:06.954Z] Step 7/29 : COPY . . [2020-08-18T14:35:07.255Z] ---> 48f04d4de64b [2020-08-18T14:35:07.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T14:35:08.648Z] ---> 539d97c1dff9 [2020-08-18T14:35:08.648Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T14:35:09.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements [2020-08-18T14:35:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T14:35:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T14:35:09.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2020-08-18T14:35:11.200Z] ---> 51b88741e8cf [2020-08-18T14:35:11.200Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T14:35:11.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.269s coverage: 55.9% of statements [2020-08-18T14:35:11.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T14:35:11.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T14:35:11.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T14:35:11.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T14:35:12.146Z] ---> 8fec456fa78d [2020-08-18T14:35:12.146Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:35:14.692Z] ---> Running in 88fcb41e7354 [2020-08-18T14:35:15.269Z] Removing intermediate container 88fcb41e7354 [2020-08-18T14:35:15.269Z] ---> a90ee8f7c674 [2020-08-18T14:35:15.269Z] Step 21/23 : LABEL arch=x86_64 [2020-08-18T14:35:16.666Z] ---> Running in 4c5370cbe28a [2020-08-18T14:35:16.928Z] Removing intermediate container 4c5370cbe28a [2020-08-18T14:35:16.928Z] ---> c5049e5e0cdc [2020-08-18T14:35:16.928Z] Step 22/23 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:35:17.190Z] ---> Running in 843cc12901a7 [2020-08-18T14:35:18.133Z] Removing intermediate container 843cc12901a7 [2020-08-18T14:35:18.133Z] ---> 9ac5a5666966 [2020-08-18T14:35:18.133Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T14:35:18.400Z] ---> Running in fd574a8eb098 [2020-08-18T14:35:19.350Z] Removing intermediate container fd574a8eb098 [2020-08-18T14:35:19.350Z] ---> acb9e7dfd570 [2020-08-18T14:35:19.350Z] [2020-08-18T14:35:19.350Z] Successfully built acb9e7dfd570 [2020-08-18T14:35:19.350Z] Successfully tagged docker-support-notifications-go:latest [2020-08-18T14:35:21.264Z]  Building docker-support-notifications-go ... done  ---> 657dbb4a4d09 [2020-08-18T14:35:21.264Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T14:35:21.264Z] ---> Running in 3e8ffe756457 [2020-08-18T14:35:21.525Z] 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-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.474s coverage: 86.3% of statements [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.167s coverage: 72.2% of statements [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.397s coverage: 72.1% of statements [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.042s coverage: 28.8% of statements [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 26.9% of statements [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T14:35:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.1% of statements [2020-08-18T14:35:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-08-18T14:35:26.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.079s coverage: 42.9% of statements [2020-08-18T14:35:26.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T14:35:26.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T14:35:26.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements [2020-08-18T14:35:26.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T14:35:27.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.047s coverage: 83.8% of statements [2020-08-18T14:35:27.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T14:35:31.580Z] Removing intermediate container 3e8ffe756457 [2020-08-18T14:35:31.581Z] ---> 31aa06359910 [2020-08-18T14:35:31.581Z] [2020-08-18T14:35:31.581Z] Step 9/29 : FROM alpine:latest [2020-08-18T14:35:31.581Z] ---> a24bb4013296 [2020-08-18T14:35:31.581Z] 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-18T14:35:31.581Z] ---> Running in 4c7a53ed5b71 [2020-08-18T14:35:31.581Z] Removing intermediate container 4c7a53ed5b71 [2020-08-18T14:35:31.581Z] ---> b282f3995a58 [2020-08-18T14:35:31.581Z] Step 11/29 : USER root [2020-08-18T14:35:31.581Z] ---> Running in 429068d5754d [2020-08-18T14:35:31.581Z] Removing intermediate container 429068d5754d [2020-08-18T14:35:31.581Z] ---> 12f7662663ce [2020-08-18T14:35:31.581Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T14:35:31.581Z] ---> Running in 931170b8eb43 [2020-08-18T14:35:31.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T14:35:31.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T14:35:31.581Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:35:31.581Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:35:31.581Z] OK: 12746 distinct packages available [2020-08-18T14:35:31.965Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T14:35:31.965Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T14:35:31.965Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:35:31.965Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T14:35:31.965Z] OK: 6 MiB in 16 packages [2020-08-18T14:35:32.099Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 46.1% of statements [2020-08-18T14:35:32.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T14:35:32.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T14:35:32.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-08-18T14:35:32.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T14:35:32.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T14:35:32.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T14:35:32.100Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements [2020-08-18T14:35:32.100Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T14:35:33.081Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-08-18T14:35:33.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T14:35:33.353Z] Removing intermediate container 931170b8eb43 [2020-08-18T14:35:33.353Z] ---> e3b2ea8e7cee [2020-08-18T14:35:33.353Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T14:35:33.353Z] ---> Running in e86a544810fe [2020-08-18T14:35:33.614Z] Removing intermediate container e86a544810fe [2020-08-18T14:35:33.614Z] ---> c03fe0e34463 [2020-08-18T14:35:33.614Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T14:35:33.614Z] ---> Running in ec2b0df345ee [2020-08-18T14:35:34.997Z] Removing intermediate container ec2b0df345ee [2020-08-18T14:35:34.997Z] ---> 9f2495562f31 [2020-08-18T14:35:34.997Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T14:35:35.258Z] ---> Running in 03c13c53be53 [2020-08-18T14:35:36.203Z] Removing intermediate container 03c13c53be53 [2020-08-18T14:35:36.203Z] ---> 7eacc0a301e1 [2020-08-18T14:35:36.203Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T14:35:36.463Z] ---> 140ebcd12faf [2020-08-18T14:35:36.463Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T14:35:36.724Z] ---> 4ab0bf608c8b [2020-08-18T14:35:36.724Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T14:35:36.984Z] ---> c04b90768cc8 [2020-08-18T14:35:36.984Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T14:35:37.245Z] ---> 09d594f5fa34 [2020-08-18T14:35:37.245Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T14:35:37.510Z] ---> a82c1b26120b [2020-08-18T14:35:37.510Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T14:35:37.510Z] ---> Running in a8a4cae06b72 [2020-08-18T14:35:38.465Z] Removing intermediate container a8a4cae06b72 [2020-08-18T14:35:38.465Z] ---> ec09f1e53cb3 [2020-08-18T14:35:38.465Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T14:35:38.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.221s coverage: 29.1% of statements [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T14:35:38.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T14:35:38.495Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T14:35:38.495Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2020-08-18T14:35:38.495Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T14:35:38.725Z] ---> 325c4836d350 [2020-08-18T14:35:38.725Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T14:35:38.725Z] ---> Running in c0a0b907ac48 [2020-08-18T14:35:39.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-08-18T14:35:39.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T14:35:39.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T14:35:39.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T14:35:39.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T14:35:39.667Z] Removing intermediate container c0a0b907ac48 [2020-08-18T14:35:39.667Z] ---> 471fae4778d6 [2020-08-18T14:35:39.667Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T14:35:39.667Z] ---> Running in 6d4fa135109f [2020-08-18T14:35:40.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements [2020-08-18T14:35:40.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T14:35:40.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T14:35:40.609Z] Removing intermediate container 6d4fa135109f [2020-08-18T14:35:40.609Z] ---> a58f57ccfaa9 [2020-08-18T14:35:40.609Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T14:35:40.609Z] ---> Running in 8350735da3d4 [2020-08-18T14:35:40.741Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-08-18T14:35:40.870Z] Removing intermediate container 8350735da3d4 [2020-08-18T14:35:40.870Z] ---> 950363ef42b0 [2020-08-18T14:35:40.870Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T14:35:40.870Z] ---> Running in d7e76020c69a [2020-08-18T14:35:41.130Z] Removing intermediate container d7e76020c69a [2020-08-18T14:35:41.130Z] ---> 28fbb222f60a [2020-08-18T14:35:41.130Z] Step 27/29 : LABEL arch=x86_64 [2020-08-18T14:35:41.130Z] ---> Running in a5074f1776a3 [2020-08-18T14:35:41.391Z] Removing intermediate container a5074f1776a3 [2020-08-18T14:35:41.391Z] ---> d24351df0704 [2020-08-18T14:35:41.391Z] Step 28/29 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:35:41.391Z] ---> Running in e43b46532742 [2020-08-18T14:35:41.653Z] Removing intermediate container e43b46532742 [2020-08-18T14:35:41.653Z] ---> 1af0a2c3e7e4 [2020-08-18T14:35:41.653Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T14:35:41.653Z] ---> Running in 0261f16aedf0 [2020-08-18T14:35:41.653Z] Removing intermediate container 0261f16aedf0 [2020-08-18T14:35:41.653Z] ---> e17be76358f9 [2020-08-18T14:35:41.653Z] [2020-08-18T14:35:41.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-18T14:35:41.914Z] Successfully built e17be76358f9 [2020-08-18T14:35:41.914Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-18T14:35:42.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements [2020-08-18T14:35:43.287Z] GO111MODULE=on go vet ./... [2020-08-18T14:35:43.342Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-18T14:35:43.407Z] $ docker stop --time=1 f0c360f5cd096c24737f0ade2627c8a71b1b8e877b37ba8312e843271d8291f6 [2020-08-18T14:35:45.192Z] $ docker rm -f f0c360f5cd096c24737f0ade2627c8a71b1b8e877b37ba8312e843271d8291f6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T14:35:45.808Z] + docker images [2020-08-18T14:35:45.808Z] + grep docker [2020-08-18T14:35:46.381Z] docker-security-secrets-setup-go latest e17be76358f9 5 seconds ago 25.1MB [2020-08-18T14:35:46.382Z] docker-support-notifications-go latest acb9e7dfd570 28 seconds ago 14.4MB [2020-08-18T14:35:46.382Z] docker-core-command-go latest dd8dc8357ded 44 seconds ago 13MB [2020-08-18T14:35:46.382Z] docker-core-metadata-go latest 5790478d629f 44 seconds ago 14.4MB [2020-08-18T14:35:46.382Z] docker-support-scheduler-go latest a923edf05a09 46 seconds ago 13.1MB [2020-08-18T14:35:46.382Z] docker-sys-mgmt-agent-go latest 09bbb067d3ae About a minute ago 284MB [2020-08-18T14:35:46.382Z] docker-security-secretstore-setup-go latest 4fefbe475004 2 minutes ago 33.9MB [2020-08-18T14:35:46.382Z] docker-core-data-go latest 6e8fd1c635fc 2 minutes ago 23.8MB [2020-08-18T14:35:46.382Z] docker-security-proxy-setup-go latest 83815c890227 3 minutes ago 16.4MB [2020-08-18T14:35:46.382Z] docker-support-logging-go latest 03154e4a419b 3 minutes ago 11.8MB [2020-08-18T14:35:46.382Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-18T14:36:01.608Z] gofmt -l . [2020-08-18T14:36:01.608Z] [ "`gofmt -l .`" = "" ] [2020-08-18T14:36:03.571Z] ./bin/test-go-mod-tidy.sh [2020-08-18T14:36:04.550Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T14:36:07.822Z] + ls -al . [2020-08-18T14:36:07.822Z] total 584 [2020-08-18T14:36:07.822Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 14:36 . [2020-08-18T14:36:07.822Z] drwxr-xr-x 4 root root 4096 Aug 18 14:33 .. [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 14:32 .dockerignore [2020-08-18T14:36:07.822Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 14:32 .git [2020-08-18T14:36:07.822Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 14:32 .github [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 14:32 .gitignore [2020-08-18T14:36:07.822Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 14:32 .semver [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 14:32 .sonarcloud.properties [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 14:32 CONTRIBUTING.md [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 14:32 Dockerfile.build [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 14:32 Jenkinsfile [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 14:32 LICENSE [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 14:32 Makefile [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 14:32 README.md [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 14:32 SECURITY.md [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 14:27 VERSION [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 14:32 ZMQWindows.md [2020-08-18T14:36:07.822Z] drwxrwxr-x 2 1001 1001 4096 Aug 18 14:32 bin [2020-08-18T14:36:07.822Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 14:32 cmd [2020-08-18T14:36:07.822Z] -rw-r--r-- 1 root root 455803 Aug 18 14:35 coverage.out [2020-08-18T14:36:07.822Z] -rw-r--r-- 1 root root 1019 Aug 18 14:36 go.mod [2020-08-18T14:36:07.822Z] -rw-r--r-- 1 root root 18146 Aug 18 14:36 go.sum [2020-08-18T14:36:07.822Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 14:32 internal [2020-08-18T14:36:07.822Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 14:32 openapi [2020-08-18T14:36:07.822Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 14:32 snap [2020-08-18T14:36:07.822Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 14:32 version.go [Pipeline] sh [2020-08-18T14:36:08.471Z] + '[' -e coverage.out ] [2020-08-18T14:36:08.471Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T14:36:08.535Z] Warning: overwriting stash ‘coverage-report’ [2020-08-18T14:36:09.743Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T14:36:10.437Z] + make build [2020-08-18T14:36:10.437Z] 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-18T14:36:28.793Z] 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-18T14:36:41.188Z] 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-18T14:36:43.799Z] 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-18T14:36:48.101Z] 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-18T14:36:54.802Z] 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-18T14:36:56.229Z] 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-18T14:37:00.522Z] 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-18T14:37:04.811Z] 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-18T14:37:09.116Z] 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-18T14:37:13.411Z] 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-18T14:37:17.689Z] 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-18T14:37:21.059Z] 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-18T14:37:24.448Z] $ docker stop --time=1 63225c22cdb50959a236a3fd563ef8778d738acb6b8d0079dc541a1b617ab85f [2020-08-18T14:37:26.894Z] $ docker rm -f 63225c22cdb50959a236a3fd563ef8778d738acb6b8d0079dc541a1b617ab85f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:37:28.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T14:37:28.365Z] [2020-08-18T14:37:28.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:37:29.019Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T14:37:29.291Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-18T14:37:29.291Z] 29e5d40040c1: Pulling fs layer [2020-08-18T14:37:29.291Z] 1ce36da41761: Pulling fs layer [2020-08-18T14:37:29.291Z] 25b303627fd3: Pulling fs layer [2020-08-18T14:37:29.291Z] 29e5d40040c1: Verifying Checksum [2020-08-18T14:37:29.291Z] 29e5d40040c1: Download complete [2020-08-18T14:37:29.566Z] 1ce36da41761: Verifying Checksum [2020-08-18T14:37:29.566Z] 1ce36da41761: Download complete [2020-08-18T14:37:30.164Z] 29e5d40040c1: Pull complete [2020-08-18T14:37:31.592Z] 1ce36da41761: Pull complete [2020-08-18T14:37:31.592Z] 25b303627fd3: Download complete [2020-08-18T14:37:41.717Z] 25b303627fd3: Pull complete [2020-08-18T14:37:41.717Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-18T14:37:41.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T14:37:41.717Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-18T14:37:41.946Z] prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container [2020-08-18T14:37:42.017Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-18T14:37:45.670Z] $ docker top 12945bd47d1a6c7033662efd18300e80804fa707fd6b46af751bd4bf5709e657 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T14:37:47.098Z] + docker-compose build --help [2020-08-18T14:37:47.098Z] + grep parallel [2020-08-18T14:37:51.376Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T14:37:51.389Z] $ docker stop --time=1 12945bd47d1a6c7033662efd18300e80804fa707fd6b46af751bd4bf5709e657 [2020-08-18T14:37:53.309Z] $ docker rm -f 12945bd47d1a6c7033662efd18300e80804fa707fd6b46af751bd4bf5709e657 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:37:54.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T14:37:54.090Z] . [Pipeline] withDockerContainer [2020-08-18T14:37:54.333Z] prd-ubuntu18.04-docker-arm64-4c-16g-386 does not seem to be running inside a container [2020-08-18T14:37:54.406Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-18T14:37:55.775Z] $ docker top b69e2d330983cae41fd24f9fc59857b8f2732ac3951f779ff8039c80650bfb3d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T14:37:56.772Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T14:38:01.056Z] Building docker-core-command-go ... [2020-08-18T14:38:01.056Z] Building docker-core-data-go ... [2020-08-18T14:38:01.056Z] Building docker-core-metadata-go ... [2020-08-18T14:38:01.056Z] Building docker-security-proxy-setup-go ... [2020-08-18T14:38:01.056Z] Building docker-security-secrets-setup-go ... [2020-08-18T14:38:01.056Z] Building docker-security-secretstore-setup-go ... [2020-08-18T14:38:01.056Z] Building docker-support-logging-go ... [2020-08-18T14:38:01.056Z] Building docker-support-notifications-go ... [2020-08-18T14:38:01.056Z] Building docker-support-scheduler-go ... [2020-08-18T14:38:01.056Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T14:38:01.056Z] Building docker-security-secretstore-setup-go [2020-08-18T14:38:01.056Z] Building docker-security-proxy-setup-go [2020-08-18T14:38:01.056Z] Building docker-core-metadata-go [2020-08-18T14:38:01.056Z] Building docker-support-scheduler-go [2020-08-18T14:38:01.056Z] Building docker-security-secrets-setup-go [2020-08-18T14:39:52.934Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:39:52.935Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:39:52.935Z] ---> 73f0c7d75e59 [2020-08-18T14:39:52.935Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T14:39:52.935Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:39:52.935Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:39:52.935Z] ---> 73f0c7d75e59 [2020-08-18T14:39:52.935Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T14:39:52.935Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:39:52.935Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:39:52.935Z] ---> 73f0c7d75e59 [2020-08-18T14:39:52.935Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T14:39:52.935Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:39:52.935Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:39:52.935Z] ---> 73f0c7d75e59 [2020-08-18T14:39:52.935Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T14:39:52.935Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:39:52.935Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T14:39:52.935Z] ---> 73f0c7d75e59 [2020-08-18T14:39:52.935Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T14:39:52.935Z] ---> Running in 3d86361bfb9d [2020-08-18T14:39:52.935Z] ---> Running in eaebcbcbd1b9 [2020-08-18T14:39:52.935Z] ---> Running in 9234c24746f1 [2020-08-18T14:39:52.935Z] ---> Running in 5d38b5d61283 [2020-08-18T14:39:52.935Z] ---> Running in c8cc5cd3957f [2020-08-18T14:39:52.935Z] Removing intermediate container 3d86361bfb9d [2020-08-18T14:39:52.935Z] ---> a914e0c21d10 [2020-08-18T14:39:52.935Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:39:52.935Z] Removing intermediate container 9234c24746f1 [2020-08-18T14:39:52.935Z] ---> 81a67ccb4402 [2020-08-18T14:39:52.935Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:39:52.935Z] Removing intermediate container 5d38b5d61283 [2020-08-18T14:39:52.935Z] ---> 418d0f352439 [2020-08-18T14:39:52.935Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T14:39:52.935Z] Removing intermediate container eaebcbcbd1b9 [2020-08-18T14:39:52.935Z] ---> d1b2b1e0bfc3 [2020-08-18T14:39:52.935Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:39:52.935Z] Removing intermediate container c8cc5cd3957f [2020-08-18T14:39:52.935Z] ---> 816fe73e59b7 [2020-08-18T14:39:52.935Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:39:52.935Z] ---> Running in 4481646ad668 [2020-08-18T14:39:52.935Z] ---> Running in 8329103d80ec [2020-08-18T14:39:52.935Z] ---> Running in f08ee661f185 [2020-08-18T14:39:52.935Z] ---> Running in b2d5c8616952 [2020-08-18T14:39:52.935Z] ---> Running in a8c2614a0d2a [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] Removing intermediate container 8329103d80ec [2020-08-18T14:39:52.935Z] ---> a9ae348a6984 [2020-08-18T14:39:52.935Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] Removing intermediate container 4481646ad668 [2020-08-18T14:39:52.935Z] ---> 0f2e7ba123c3 [2020-08-18T14:39:52.935Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T14:39:52.935Z] ---> Running in 55a5b93fe7f6 [2020-08-18T14:39:52.935Z] ---> Running in 592d2a08f2de [2020-08-18T14:39:52.935Z] Removing intermediate container b2d5c8616952 [2020-08-18T14:39:52.935Z] ---> 1bfe9f5ae301 [2020-08-18T14:39:52.935Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T14:39:52.935Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:39:52.935Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:39:52.935Z] OK: 12617 distinct packages available [2020-08-18T14:39:52.935Z] Removing intermediate container a8c2614a0d2a [2020-08-18T14:39:52.935Z] ---> 471583ff23f0 [2020-08-18T14:39:52.935Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T14:39:52.935Z] ---> Running in 48a1112cd821 [2020-08-18T14:39:52.935Z] ---> Running in b86530a15475 [2020-08-18T14:39:52.935Z] OK: 217 MiB in 51 packages [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] Removing intermediate container f08ee661f185 [2020-08-18T14:39:52.935Z] ---> bf92e6b0d97b [2020-08-18T14:39:52.935Z] Step 5/29 : COPY go.mod . [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:52.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:53.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:53.532Z] ---> f8caa53ca1d2 [2020-08-18T14:39:53.532Z] Step 6/29 : RUN go mod download [2020-08-18T14:39:53.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:39:53.532Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:39:53.532Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:39:53.532Z] OK: 12617 distinct packages available [2020-08-18T14:39:53.806Z] ---> Running in d2095c505897 [2020-08-18T14:39:54.083Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:39:54.083Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:39:54.083Z] OK: 12617 distinct packages available [2020-08-18T14:39:54.686Z] OK: 217 MiB in 51 packages [2020-08-18T14:39:54.686Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:39:54.686Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:39:54.686Z] OK: 12617 distinct packages available [2020-08-18T14:39:54.686Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:39:54.686Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:39:54.686Z] OK: 12617 distinct packages available [2020-08-18T14:39:54.963Z] OK: 217 MiB in 51 packages [2020-08-18T14:39:55.579Z] OK: 217 MiB in 51 packages [2020-08-18T14:39:55.850Z] OK: 217 MiB in 51 packages [2020-08-18T14:39:56.843Z] Removing intermediate container 55a5b93fe7f6 [2020-08-18T14:39:56.843Z] ---> f7423fab837c [2020-08-18T14:39:56.843Z] Step 6/21 : COPY go.mod . [2020-08-18T14:39:57.440Z] Removing intermediate container 592d2a08f2de [2020-08-18T14:39:57.440Z] ---> 231833ce9e80 [2020-08-18T14:39:57.440Z] Step 6/26 : COPY go.mod . [2020-08-18T14:39:57.440Z] Removing intermediate container 48a1112cd821 [2020-08-18T14:39:57.440Z] ---> 8f4a4ab7eb78 [2020-08-18T14:39:57.440Z] Step 6/20 : COPY go.mod . [2020-08-18T14:39:57.714Z] Removing intermediate container b86530a15475 [2020-08-18T14:39:57.714Z] ---> 4b66eb9cbd03 [2020-08-18T14:39:57.714Z] Step 6/20 : COPY go.mod . [2020-08-18T14:39:58.308Z] ---> ab4bb45688aa [2020-08-18T14:39:58.308Z] Step 7/21 : RUN go mod download [2020-08-18T14:39:58.585Z] ---> c3b16365cc9b [2020-08-18T14:39:58.585Z] Step 7/26 : RUN go mod download [2020-08-18T14:39:58.585Z] ---> Running in bc787cc0e845 [2020-08-18T14:39:58.585Z] ---> Running in 51829e74f8b8 [2020-08-18T14:39:58.868Z] Removing intermediate container d2095c505897 [2020-08-18T14:39:58.868Z] ---> 7f154515d1de [2020-08-18T14:39:58.868Z] Step 7/29 : COPY . . [2020-08-18T14:39:58.868Z] ---> d1479db29f1d [2020-08-18T14:39:58.868Z] Step 7/20 : RUN go mod download [2020-08-18T14:39:59.146Z] ---> 28e43de0bf1f [2020-08-18T14:39:59.146Z] Step 7/20 : RUN go mod download [2020-08-18T14:39:59.146Z] ---> Running in eed5ac221cfa [2020-08-18T14:39:59.425Z] ---> Running in 496e4a3744aa [2020-08-18T14:40:06.184Z] Removing intermediate container bc787cc0e845 [2020-08-18T14:40:06.184Z] ---> 2c55209edecb [2020-08-18T14:40:06.184Z] Step 8/21 : COPY . . [2020-08-18T14:40:06.184Z] Removing intermediate container eed5ac221cfa [2020-08-18T14:40:06.184Z] ---> 6c16b237e91c [2020-08-18T14:40:06.184Z] Step 8/20 : COPY . . [2020-08-18T14:40:06.184Z] Removing intermediate container 51829e74f8b8 [2020-08-18T14:40:06.184Z] ---> 5bf6e10bd9bf [2020-08-18T14:40:06.184Z] Step 8/26 : COPY . . [2020-08-18T14:40:06.184Z] Removing intermediate container 496e4a3744aa [2020-08-18T14:40:06.184Z] ---> 09172f3717f8 [2020-08-18T14:40:06.184Z] Step 8/20 : COPY . . [2020-08-18T14:40:33.126Z] ---> b555cb1e21b7 [2020-08-18T14:40:33.126Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T14:40:33.729Z] ---> Running in 0c39d2135eef [2020-08-18T14:40:34.336Z] ---> 5b5cdeef4eea [2020-08-18T14:40:34.336Z] 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-18T14:40:34.336Z] ---> 39a07b25bde0 [2020-08-18T14:40:34.336Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T14:40:34.336Z] ---> b073602e1e8c [2020-08-18T14:40:34.336Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T14:40:34.336Z] ---> 705ed67df57d [2020-08-18T14:40:34.336Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T14:40:34.607Z] ---> Running in edbbc986576f [2020-08-18T14:40:34.607Z] ---> Running in 4827a1388f19 [2020-08-18T14:40:34.607Z] ---> Running in e8bd8fc323d5 [2020-08-18T14:40:34.883Z] ---> Running in 78b08dae6cc0 [2020-08-18T14:40:36.318Z] 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-18T14:40:37.302Z] 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-18T14:40:37.577Z] 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-18T14:40:37.855Z] 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-18T14:40:38.131Z] 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-18T14:42:00.010Z] 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-18T14:42:01.460Z] Removing intermediate container 0c39d2135eef [2020-08-18T14:42:01.460Z] ---> 33b87ca76255 [2020-08-18T14:42:01.460Z] [2020-08-18T14:42:01.460Z] Step 9/29 : FROM alpine:latest [2020-08-18T14:42:02.456Z] latest: Pulling from library/alpine [2020-08-18T14:42:04.476Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T14:42:04.476Z] Status: Downloaded newer image for alpine:latest [2020-08-18T14:42:04.476Z] ---> 62ee0e9f8440 [2020-08-18T14:42:04.476Z] 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-18T14:42:04.476Z] Removing intermediate container edbbc986576f [2020-08-18T14:42:04.476Z] ---> 79635516ac71 [2020-08-18T14:42:04.476Z] [2020-08-18T14:42:04.476Z] Step 10/20 : FROM alpine [2020-08-18T14:42:04.476Z] ---> 62ee0e9f8440 [2020-08-18T14:42:04.476Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T14:42:04.754Z] ---> Running in 08cb3e253505 [2020-08-18T14:42:04.754Z] ---> Running in b8d9a587a7d8 [2020-08-18T14:42:05.364Z] Removing intermediate container 08cb3e253505 [2020-08-18T14:42:05.364Z] ---> 0fef230e3ddd [2020-08-18T14:42:05.364Z] Step 11/29 : USER root [2020-08-18T14:42:05.643Z] ---> Running in e6a60b1195a7 [2020-08-18T14:42:06.244Z] Removing intermediate container e6a60b1195a7 [2020-08-18T14:42:06.244Z] ---> 6387c36d24d4 [2020-08-18T14:42:06.244Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T14:42:06.520Z] ---> Running in 9a0daf6e49bb [2020-08-18T14:42:07.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:08.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:09.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:09.376Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:42:09.376Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:42:09.376Z] OK: 12617 distinct packages available [2020-08-18T14:42:09.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:10.256Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T14:42:10.536Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T14:42:10.536Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:42:10.536Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:42:10.536Z] OK: 12617 distinct packages available [2020-08-18T14:42:10.812Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T14:42:10.812Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T14:42:10.812Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:42:10.812Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T14:42:11.093Z] OK: 7 MiB in 18 packages [2020-08-18T14:42:11.385Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T14:42:11.385Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T14:42:11.665Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:42:11.665Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T14:42:11.955Z] OK: 6 MiB in 16 packages [2020-08-18T14:42:12.243Z] 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-18T14:42:14.882Z] Removing intermediate container b8d9a587a7d8 [2020-08-18T14:42:14.882Z] ---> 96497cfcce6e [2020-08-18T14:42:14.882Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T14:42:14.882Z] Removing intermediate container 9a0daf6e49bb [2020-08-18T14:42:14.882Z] ---> 4d5a9a3a2754 [2020-08-18T14:42:14.882Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T14:42:14.882Z] ---> Running in 29ad41d9812c [2020-08-18T14:42:15.161Z] ---> Running in 6d40378f5283 [2020-08-18T14:42:15.446Z] Removing intermediate container 29ad41d9812c [2020-08-18T14:42:15.446Z] ---> 6914b3bf399e [2020-08-18T14:42:15.446Z] Step 13/20 : WORKDIR /edgex [2020-08-18T14:42:15.724Z] Removing intermediate container 6d40378f5283 [2020-08-18T14:42:15.724Z] ---> ee287f465d81 [2020-08-18T14:42:15.724Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T14:42:15.998Z] ---> Running in 09f5af2e33c8 [2020-08-18T14:42:15.998Z] ---> Running in 913e940ad658 [2020-08-18T14:42:16.604Z] Removing intermediate container 09f5af2e33c8 [2020-08-18T14:42:16.604Z] ---> 997ce30d8a35 [2020-08-18T14:42:16.604Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T14:42:16.879Z] Removing intermediate container 913e940ad658 [2020-08-18T14:42:16.879Z] ---> 458dd6a44d6e [2020-08-18T14:42:16.879Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T14:42:17.156Z] ---> Running in 3c900cbd901c [2020-08-18T14:42:18.156Z] ---> c7b88f190286 [2020-08-18T14:42:18.156Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T14:42:20.818Z] ---> edd971ee805d [2020-08-18T14:42:20.818Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T14:42:20.818Z] ---> Running in a05761e9c1e7 [2020-08-18T14:42:21.818Z] Removing intermediate container 3c900cbd901c [2020-08-18T14:42:21.818Z] ---> 4b969e6991f8 [2020-08-18T14:42:21.818Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T14:42:22.090Z] Removing intermediate container a05761e9c1e7 [2020-08-18T14:42:22.090Z] ---> f50c26136674 [2020-08-18T14:42:22.090Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T14:42:22.090Z] ---> Running in c7112af8a5a3 [2020-08-18T14:42:24.065Z] Removing intermediate container c7112af8a5a3 [2020-08-18T14:42:24.065Z] ---> 21e40550ac20 [2020-08-18T14:42:24.065Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T14:42:24.668Z] ---> Running in 0cf5b007efbc [2020-08-18T14:42:24.941Z] ---> a3ff0ecf6806 [2020-08-18T14:42:24.941Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T14:42:25.549Z] Removing intermediate container 0cf5b007efbc [2020-08-18T14:42:25.549Z] ---> 11c92fbeb76e [2020-08-18T14:42:25.549Z] Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:42:25.825Z] Removing intermediate container e8bd8fc323d5 [2020-08-18T14:42:25.825Z] ---> 5feda1897063 [2020-08-18T14:42:25.825Z] [2020-08-18T14:42:25.825Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T14:42:26.102Z] ---> Running in 71505909b0db [2020-08-18T14:42:26.102Z] 3.10: Pulling from library/alpine [2020-08-18T14:42:26.386Z] ---> 8547e54dd4e7 [2020-08-18T14:42:26.386Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T14:42:26.674Z] Removing intermediate container 71505909b0db [2020-08-18T14:42:26.674Z] ---> d24f2b930f58 [2020-08-18T14:42:26.674Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T14:42:27.289Z] ---> Running in a4d666ad882e [2020-08-18T14:42:27.890Z] ---> c62909e1f587 [2020-08-18T14:42:27.890Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T14:42:28.161Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T14:42:28.161Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T14:42:28.161Z] ---> 536a684cf733 [2020-08-18T14:42:28.161Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T14:42:28.433Z] Removing intermediate container a4d666ad882e [2020-08-18T14:42:28.433Z] ---> 62fef1bf3df6 [2020-08-18T14:42:28.433Z] [2020-08-18T14:42:28.717Z] ---> Running in a2e6028954d9 [2020-08-18T14:42:29.715Z] Successfully built 62fef1bf3df6 [2020-08-18T14:42:30.001Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-18T14:42:30.001Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-08-18T14:42:30.001Z] ---> 3009f97547ac [2020-08-18T14:42:30.001Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T14:42:30.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:30.600Z] Removing intermediate container 4827a1388f19 [2020-08-18T14:42:30.600Z] ---> 0fbfb1dfe426 [2020-08-18T14:42:30.600Z] [2020-08-18T14:42:30.600Z] Step 10/20 : FROM scratch [2020-08-18T14:42:30.600Z] ---> [2020-08-18T14:42:30.600Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:42:30.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:31.484Z] ---> Running in 1c2da4c81b20 [2020-08-18T14:42:31.484Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T14:42:31.484Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T14:42:31.484Z] OK: 10167 distinct packages available [2020-08-18T14:42:32.082Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T14:42:32.082Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T14:42:32.082Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T14:42:32.082Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T14:42:32.082Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T14:42:32.082Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T14:42:32.082Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T14:42:32.353Z] OK: 7 MiB in 19 packages [2020-08-18T14:42:32.636Z] ---> 64f87c709b84 [2020-08-18T14:42:32.636Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T14:42:33.236Z] Removing intermediate container 1c2da4c81b20 [2020-08-18T14:42:33.236Z] ---> 2519eba40056 [2020-08-18T14:42:33.236Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T14:42:33.517Z] ---> Running in 9ade4645941f [2020-08-18T14:42:33.517Z] ---> Running in da061438874c [2020-08-18T14:42:36.171Z] Removing intermediate container 9ade4645941f [2020-08-18T14:42:36.171Z] ---> 348dd145ab93 [2020-08-18T14:42:36.171Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T14:42:36.772Z] ---> Running in 1930c7ab6184 [2020-08-18T14:42:37.366Z] Removing intermediate container a2e6028954d9 [2020-08-18T14:42:37.366Z] ---> 2f7110314f2d [2020-08-18T14:42:37.366Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T14:42:37.971Z] Removing intermediate container 1930c7ab6184 [2020-08-18T14:42:37.971Z] ---> 6961e84b72b7 [2020-08-18T14:42:37.971Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T14:42:37.971Z] ---> Running in 8d13eb87f54c [2020-08-18T14:42:38.244Z] Removing intermediate container 78b08dae6cc0 [2020-08-18T14:42:38.244Z] ---> 718c63c23809 [2020-08-18T14:42:38.244Z] [2020-08-18T14:42:38.244Z] Step 10/21 : FROM scratch [2020-08-18T14:42:38.244Z] ---> [2020-08-18T14:42:38.244Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:42:38.244Z] ---> Using cache [2020-08-18T14:42:38.244Z] ---> 2519eba40056 [2020-08-18T14:42:38.244Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T14:42:38.526Z] ---> Running in dd3bb79cda9f [2020-08-18T14:42:38.805Z] Removing intermediate container da061438874c [2020-08-18T14:42:38.805Z] ---> 72b03ffc8056 [2020-08-18T14:42:38.805Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T14:42:38.805Z] Removing intermediate container 8d13eb87f54c [2020-08-18T14:42:38.805Z] ---> 1d8a3e536636 [2020-08-18T14:42:38.805Z] Step 13/26 : WORKDIR / [2020-08-18T14:42:39.082Z] ---> da360a9fc7a1 [2020-08-18T14:42:39.082Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T14:42:39.082Z] ---> Running in 301f315c24de [2020-08-18T14:42:39.082Z] Removing intermediate container dd3bb79cda9f [2020-08-18T14:42:39.082Z] ---> bb8066387163 [2020-08-18T14:42:39.082Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T14:42:39.355Z] ---> Running in 9ce82019d0e3 [2020-08-18T14:42:39.952Z] Removing intermediate container 301f315c24de [2020-08-18T14:42:39.952Z] ---> 047dd7e5c2c4 [2020-08-18T14:42:39.952Z] 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-18T14:42:40.228Z] ---> b3bb7beed5f7 [2020-08-18T14:42:40.228Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T14:42:40.503Z] Removing intermediate container 9ce82019d0e3 [2020-08-18T14:42:40.503Z] ---> 606833e58cd4 [2020-08-18T14:42:40.503Z] Step 14/21 : WORKDIR / [2020-08-18T14:42:41.100Z] ---> Running in e93d7b209f28 [2020-08-18T14:42:41.374Z] ---> 1b2bf0b4513d [2020-08-18T14:42:41.374Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T14:42:41.374Z] ---> Running in 4ca7e892a926 [2020-08-18T14:42:41.980Z] ---> 1ac2a01d1f37 [2020-08-18T14:42:41.980Z] 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-18T14:42:42.580Z] Removing intermediate container 4ca7e892a926 [2020-08-18T14:42:42.580Z] ---> 37a9e0af8df5 [2020-08-18T14:42:42.580Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T14:42:42.869Z] ---> f1a3076b4034 [2020-08-18T14:42:42.869Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:42:43.483Z] ---> Running in b4ee47688d2d [2020-08-18T14:42:43.761Z] ---> 9e8bbd14a970 [2020-08-18T14:42:43.761Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T14:42:43.761Z] ---> 286d5b41b536 [2020-08-18T14:42:43.761Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T14:42:44.374Z] Removing intermediate container b4ee47688d2d [2020-08-18T14:42:44.374Z] ---> 2558ed6fec22 [2020-08-18T14:42:44.374Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T14:42:44.981Z] ---> Running in 83a0d1a60401 [2020-08-18T14:42:45.581Z] ---> 50bffa46c10e [2020-08-18T14:42:45.581Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T14:42:46.174Z] Removing intermediate container e93d7b209f28 [2020-08-18T14:42:46.174Z] ---> 29d615519baf [2020-08-18T14:42:46.174Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T14:42:46.174Z] ---> e8f2912383e1 [2020-08-18T14:42:46.174Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T14:42:46.174Z] Removing intermediate container 83a0d1a60401 [2020-08-18T14:42:46.174Z] ---> 619023a17835 [2020-08-18T14:42:46.174Z] Step 19/20 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:42:46.772Z] ---> Running in 15b65b9fc3ff [2020-08-18T14:42:46.772Z] ---> Running in 319a1f1aefea [2020-08-18T14:42:47.050Z] ---> dec652af7af5 [2020-08-18T14:42:47.050Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T14:42:47.658Z] ---> 20fb7bdd623c [2020-08-18T14:42:47.658Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:42:47.658Z] Removing intermediate container 319a1f1aefea [2020-08-18T14:42:47.658Z] ---> 5a2a8d9287fa [2020-08-18T14:42:47.658Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T14:42:47.936Z] ---> Running in 705df4b535a5 [2020-08-18T14:42:47.936Z] ---> Running in 1a3ba3f5f480 [2020-08-18T14:42:49.700Z] Removing intermediate container 705df4b535a5 [2020-08-18T14:42:49.700Z] ---> 1758f55d88f9 [2020-08-18T14:42:49.700Z] [2020-08-18T14:42:49.700Z] Removing intermediate container 1a3ba3f5f480 [2020-08-18T14:42:49.700Z] ---> 3a6ffc6c25cd [2020-08-18T14:42:49.700Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T14:42:49.700Z] ---> 25c9569f05d9 [2020-08-18T14:42:49.700Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T14:42:50.036Z] ---> Running in 2ba610609ce7 [2020-08-18T14:42:50.327Z] Successfully built 1758f55d88f9 [2020-08-18T14:42:50.637Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-18T14:42:50.637Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-08-18T14:42:51.298Z] Removing intermediate container 2ba610609ce7 [2020-08-18T14:42:51.298Z] ---> 7f5a2a0e8887 [2020-08-18T14:42:51.298Z] Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:42:51.896Z] ---> Running in 5c8ec49e2cfc [2020-08-18T14:42:51.896Z] Removing intermediate container 15b65b9fc3ff [2020-08-18T14:42:51.896Z] ---> f39916897338 [2020-08-18T14:42:51.896Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T14:42:52.874Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:42:52.874Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:42:52.874Z] ---> 73f0c7d75e59 [2020-08-18T14:42:52.874Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T14:42:52.874Z] ---> Running in 18843b5bce47 [2020-08-18T14:42:52.874Z] ---> Using cache [2020-08-18T14:42:52.874Z] ---> 816fe73e59b7 [2020-08-18T14:42:52.874Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:42:52.874Z] ---> Using cache [2020-08-18T14:42:52.874Z] ---> 471583ff23f0 [2020-08-18T14:42:52.874Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T14:42:53.479Z] Removing intermediate container 5c8ec49e2cfc [2020-08-18T14:42:53.479Z] ---> d232893bc0a9 [2020-08-18T14:42:53.479Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T14:42:53.479Z] ---> 8f28b9a5a17d [2020-08-18T14:42:53.479Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T14:42:53.760Z] ---> Running in ecdf4f7f3c9a [2020-08-18T14:42:54.034Z] ---> Running in 869b3d12f72c [2020-08-18T14:42:54.034Z] Removing intermediate container 18843b5bce47 [2020-08-18T14:42:54.034Z] ---> 7ee645388871 [2020-08-18T14:42:54.034Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T14:42:55.014Z] ---> Running in da43ed35f3e7 [2020-08-18T14:42:55.611Z] Removing intermediate container 869b3d12f72c [2020-08-18T14:42:55.611Z] ---> a4466be7790a [2020-08-18T14:42:55.611Z] [2020-08-18T14:42:55.891Z] ---> 356b5c7ec2df [2020-08-18T14:42:55.891Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T14:42:55.891Z] Removing intermediate container da43ed35f3e7 [2020-08-18T14:42:55.891Z] ---> b7edaf6ba822 [2020-08-18T14:42:55.891Z] Step 27/29 : LABEL arch=arm64 [2020-08-18T14:42:56.168Z] Successfully built a4466be7790a [2020-08-18T14:42:56.446Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-18T14:42:56.446Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-18T14:42:56.722Z] ---> Running in a74becbff9fc [2020-08-18T14:42:56.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:57.005Z] ---> 911f57321ed3 [2020-08-18T14:42:57.005Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T14:42:57.005Z] ---> Running in 16fa6576c0c1 [2020-08-18T14:42:57.282Z] Removing intermediate container a74becbff9fc [2020-08-18T14:42:57.282Z] ---> c36cb5273011 [2020-08-18T14:42:57.282Z] Step 28/29 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:42:57.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:42:58.160Z] ---> Running in 1db966b6ad36 [2020-08-18T14:42:58.433Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:42:58.433Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:42:58.433Z] OK: 12617 distinct packages available [2020-08-18T14:42:59.423Z] OK: 217 MiB in 51 packages [2020-08-18T14:42:59.710Z] Removing intermediate container 1db966b6ad36 [2020-08-18T14:42:59.710Z] ---> 936b6aac5bcf [2020-08-18T14:42:59.710Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T14:43:01.199Z] ---> Running in e9b2b2a84959 [2020-08-18T14:43:01.796Z] Removing intermediate container e9b2b2a84959 [2020-08-18T14:43:01.796Z] ---> 98ab2d02605a [2020-08-18T14:43:01.796Z] [2020-08-18T14:43:02.070Z] Removing intermediate container ecdf4f7f3c9a [2020-08-18T14:43:02.070Z] ---> f4c823850728 [2020-08-18T14:43:02.070Z] Step 6/22 : COPY go.mod . [2020-08-18T14:43:02.350Z] Successfully built 98ab2d02605a [2020-08-18T14:43:02.350Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-18T14:43:02.350Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-08-18T14:43:02.350Z] Removing intermediate container 16fa6576c0c1 [2020-08-18T14:43:02.350Z] ---> 11414a7458d8 [2020-08-18T14:43:02.350Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T14:43:02.624Z] ---> Running in 0a88943b1ccf [2020-08-18T14:43:02.896Z] ---> 8cc8d236a327 [2020-08-18T14:43:02.896Z] Step 7/22 : RUN go mod download [2020-08-18T14:43:03.172Z] ---> Running in 8ce7d4896c2e [2020-08-18T14:43:03.172Z] Removing intermediate container 0a88943b1ccf [2020-08-18T14:43:03.172Z] ---> b779c402a4a7 [2020-08-18T14:43:03.172Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T14:43:03.445Z] ---> Running in dca87e449a77 [2020-08-18T14:43:04.432Z] Removing intermediate container dca87e449a77 [2020-08-18T14:43:04.432Z] ---> 38d3d736be51 [2020-08-18T14:43:04.432Z] Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:43:05.412Z] ---> Running in 14abedaf547a [2020-08-18T14:43:06.868Z] Removing intermediate container 14abedaf547a [2020-08-18T14:43:06.868Z] ---> 437d6ec37abd [2020-08-18T14:43:06.868Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T14:43:08.331Z] ---> Running in e4ec95056c0c [2020-08-18T14:43:09.778Z] Removing intermediate container e4ec95056c0c [2020-08-18T14:43:09.778Z] ---> 3f00cced8717 [2020-08-18T14:43:09.778Z] [2020-08-18T14:43:10.054Z] Successfully built 3f00cced8717 [2020-08-18T14:43:10.054Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-18T14:43:10.054Z] Removing intermediate container 8ce7d4896c2e [2020-08-18T14:43:10.054Z] ---> 63f295eb7507 [2020-08-18T14:43:10.054Z]  Building docker-security-secretstore-setup-go ... done Step 8/22 : COPY . . [2020-08-18T14:43:10.054Z] Building docker-support-logging-go [2020-08-18T14:43:32.254Z] ---> 3eff31618ec7 [2020-08-18T14:43:32.254Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T14:43:32.254Z] ---> Running in 946008aa9557 [2020-08-18T14:43:33.238Z] 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-18T14:43:48.392Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:43:48.392Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:43:48.392Z] ---> 73f0c7d75e59 [2020-08-18T14:43:48.392Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T14:43:48.392Z] ---> Using cache [2020-08-18T14:43:48.392Z] ---> 816fe73e59b7 [2020-08-18T14:43:48.392Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:43:48.392Z] ---> Using cache [2020-08-18T14:43:48.392Z] ---> 471583ff23f0 [2020-08-18T14:43:48.392Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T14:43:48.392Z] ---> Running in 19c9918463f6 [2020-08-18T14:43:51.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:43:52.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:43:53.051Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:43:53.051Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:43:53.051Z] OK: 12617 distinct packages available [2020-08-18T14:43:54.058Z] OK: 217 MiB in 51 packages [2020-08-18T14:43:59.546Z] Removing intermediate container 19c9918463f6 [2020-08-18T14:43:59.546Z] ---> 8480d660fdc2 [2020-08-18T14:43:59.546Z] Step 6/23 : COPY go.mod . [2020-08-18T14:43:59.546Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:43:59.546Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:43:59.546Z] ---> 73f0c7d75e59 [2020-08-18T14:43:59.546Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T14:43:59.546Z] ---> Using cache [2020-08-18T14:43:59.546Z] ---> 816fe73e59b7 [2020-08-18T14:43:59.546Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:43:59.546Z] ---> Using cache [2020-08-18T14:43:59.546Z] ---> 471583ff23f0 [2020-08-18T14:43:59.546Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T14:43:59.546Z] ---> Using cache [2020-08-18T14:43:59.546Z] ---> 4b66eb9cbd03 [2020-08-18T14:43:59.546Z] Step 6/21 : COPY go.mod . [2020-08-18T14:43:59.546Z] ---> Using cache [2020-08-18T14:43:59.546Z] ---> 28e43de0bf1f [2020-08-18T14:43:59.546Z] Step 7/21 : RUN go mod download [2020-08-18T14:43:59.546Z] ---> Using cache [2020-08-18T14:43:59.546Z] ---> 09172f3717f8 [2020-08-18T14:43:59.546Z] Step 8/21 : COPY . . [2020-08-18T14:43:59.546Z] ---> Using cache [2020-08-18T14:43:59.546Z] ---> 39a07b25bde0 [2020-08-18T14:43:59.546Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T14:43:59.546Z] ---> Running in ad45bcbbbf75 [2020-08-18T14:44:01.581Z] ---> f96bbd5c03a6 [2020-08-18T14:44:01.581Z] Step 7/23 : RUN go mod download [2020-08-18T14:44:02.581Z] 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-18T14:44:02.581Z] ---> Running in 654bf2f08958 [2020-08-18T14:44:04.041Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:44:04.041Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:44:04.041Z] ---> 73f0c7d75e59 [2020-08-18T14:44:04.041Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T14:44:04.041Z] ---> Using cache [2020-08-18T14:44:04.041Z] ---> 816fe73e59b7 [2020-08-18T14:44:04.041Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:44:04.041Z] ---> Using cache [2020-08-18T14:44:04.041Z] ---> 471583ff23f0 [2020-08-18T14:44:04.041Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T14:44:04.041Z] ---> Running in a8b41fc6fd67 [2020-08-18T14:44:06.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:44:07.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:44:08.830Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:44:08.830Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:44:08.830Z] OK: 12617 distinct packages available [2020-08-18T14:44:09.431Z] Removing intermediate container 654bf2f08958 [2020-08-18T14:44:09.431Z] ---> 8f81852bd181 [2020-08-18T14:44:09.431Z] Step 8/23 : COPY . . [2020-08-18T14:44:09.706Z] OK: 217 MiB in 51 packages [2020-08-18T14:44:11.703Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T14:44:11.703Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T14:44:11.703Z] ---> 73f0c7d75e59 [2020-08-18T14:44:11.703Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T14:44:11.703Z] ---> Using cache [2020-08-18T14:44:11.703Z] ---> 816fe73e59b7 [2020-08-18T14:44:11.703Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:44:11.703Z] ---> Using cache [2020-08-18T14:44:11.703Z] ---> 471583ff23f0 [2020-08-18T14:44:11.991Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T14:44:11.991Z] ---> Running in bfd4aa5c2ab0 [2020-08-18T14:44:13.461Z] Removing intermediate container a8b41fc6fd67 [2020-08-18T14:44:13.461Z] ---> 91360f028e43 [2020-08-18T14:44:13.461Z] Step 6/26 : COPY go.mod . [2020-08-18T14:44:15.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:44:15.762Z] ---> b3cc5d42a02f [2020-08-18T14:44:15.762Z] Step 7/26 : RUN go mod download [2020-08-18T14:44:16.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:44:16.378Z] ---> Running in 3de80037e3ca [2020-08-18T14:44:17.371Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T14:44:17.371Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T14:44:17.371Z] OK: 12617 distinct packages available [2020-08-18T14:44:18.382Z] OK: 217 MiB in 51 packages [2020-08-18T14:44:19.378Z] OK: 217 MiB in 51 packages [2020-08-18T14:44:22.828Z] Removing intermediate container bfd4aa5c2ab0 [2020-08-18T14:44:22.828Z] ---> 3148cd0900fc [2020-08-18T14:44:22.828Z] Step 6/21 : COPY go.mod . [2020-08-18T14:44:23.101Z] Removing intermediate container 3de80037e3ca [2020-08-18T14:44:23.101Z] ---> 60b843191784 [2020-08-18T14:44:23.101Z] Step 8/26 : COPY . . [2020-08-18T14:44:24.555Z] ---> f31191bf703e [2020-08-18T14:44:24.555Z] Step 7/21 : RUN go mod download [2020-08-18T14:44:24.841Z] ---> Running in aa3e21dfc427 [2020-08-18T14:44:31.584Z] Removing intermediate container aa3e21dfc427 [2020-08-18T14:44:31.584Z] ---> 70aff794087b [2020-08-18T14:44:31.584Z] Step 8/21 : COPY . . [2020-08-18T14:44:44.011Z] ---> 14c526f9362e [2020-08-18T14:44:44.011Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T14:44:44.011Z] ---> Running in 8436fe37c179 [2020-08-18T14:44:46.017Z] 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-18T14:45:04.477Z] ---> bdaf8786d180 [2020-08-18T14:45:04.477Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T14:45:04.477Z] ---> Running in 95c68ccf6fe6 [2020-08-18T14:45:05.465Z] 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-18T14:45:06.945Z] Removing intermediate container 946008aa9557 [2020-08-18T14:45:06.945Z] ---> b2d680556c0e [2020-08-18T14:45:06.945Z] [2020-08-18T14:45:06.945Z] Step 10/22 : FROM alpine [2020-08-18T14:45:06.945Z] ---> 62ee0e9f8440 [2020-08-18T14:45:06.945Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:45:06.945Z] ---> Running in dd36f19a16f6 [2020-08-18T14:45:07.221Z] ---> e2e0bf30f2aa [2020-08-18T14:45:07.222Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T14:45:07.496Z] ---> Running in bcd04e24ffa6 [2020-08-18T14:45:08.094Z] Removing intermediate container dd36f19a16f6 [2020-08-18T14:45:08.094Z] ---> ab8ebcae8094 [2020-08-18T14:45:08.094Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T14:45:08.384Z] ---> Running in dbd2ed68d37a [2020-08-18T14:45:08.986Z] Removing intermediate container dbd2ed68d37a [2020-08-18T14:45:08.986Z] ---> 32c4b3bbb805 [2020-08-18T14:45:08.986Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T14:45:09.264Z] ---> Running in 3ad7ff76b449 [2020-08-18T14:45:10.247Z] Removing intermediate container 3ad7ff76b449 [2020-08-18T14:45:10.247Z] ---> 843e60c8f045 [2020-08-18T14:45:10.247Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T14:45:10.247Z] ---> Running in 8dfb7b1b9af2 [2020-08-18T14:45:10.525Z] 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-18T14:45:14.851Z] Removing intermediate container 8dfb7b1b9af2 [2020-08-18T14:45:14.851Z] ---> dd70307f2603 [2020-08-18T14:45:14.851Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T14:45:14.851Z] ---> Running in fe36a256c943 [2020-08-18T14:45:16.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:45:17.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:45:18.804Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T14:45:18.804Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T14:45:18.804Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T14:45:19.081Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T14:45:19.358Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T14:45:19.358Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:45:19.358Z] OK: 8 MiB in 19 packages [2020-08-18T14:45:21.342Z] Removing intermediate container fe36a256c943 [2020-08-18T14:45:21.342Z] ---> 504497ad7cc9 [2020-08-18T14:45:21.342Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T14:45:22.347Z] ---> 613678080129 [2020-08-18T14:45:22.347Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T14:45:24.333Z] ---> 3661c00b0a11 [2020-08-18T14:45:24.333Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T14:45:25.316Z] ---> 7abaf224af28 [2020-08-18T14:45:25.316Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:45:25.592Z] ---> Running in 5fba19b2a2b8 [2020-08-18T14:45:26.585Z] Removing intermediate container 5fba19b2a2b8 [2020-08-18T14:45:26.585Z] ---> 51b2b24f0a96 [2020-08-18T14:45:26.585Z] Step 20/22 : LABEL arch=arm64 [2020-08-18T14:45:26.585Z] ---> Running in 3fdd5379b5c9 [2020-08-18T14:45:27.194Z] Removing intermediate container 3fdd5379b5c9 [2020-08-18T14:45:27.194Z] ---> 5da7433fc6f4 [2020-08-18T14:45:27.194Z] Step 21/22 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:45:27.470Z] ---> Running in d36579e4da2d [2020-08-18T14:45:28.086Z] Removing intermediate container d36579e4da2d [2020-08-18T14:45:28.086Z] ---> 346cfc4b0b69 [2020-08-18T14:45:28.086Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T14:45:28.086Z] ---> Running in 5a8e9f7ae7bb [2020-08-18T14:45:28.694Z] Removing intermediate container 5a8e9f7ae7bb [2020-08-18T14:45:28.694Z] ---> 92da9c244c62 [2020-08-18T14:45:28.694Z] [2020-08-18T14:45:29.300Z] Successfully built 92da9c244c62 [2020-08-18T14:45:29.576Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-18T14:45:36.301Z]  Building docker-core-data-go ... done Removing intermediate container ad45bcbbbf75 [2020-08-18T14:45:36.301Z] ---> 4e72abb8c140 [2020-08-18T14:45:36.301Z] [2020-08-18T14:45:36.301Z] Step 10/21 : FROM scratch [2020-08-18T14:45:36.301Z] ---> [2020-08-18T14:45:36.301Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T14:45:36.301Z] ---> Using cache [2020-08-18T14:45:36.301Z] ---> 2519eba40056 [2020-08-18T14:45:36.301Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T14:45:36.301Z] ---> Running in b26fa2e4201e [2020-08-18T14:45:36.301Z] Removing intermediate container b26fa2e4201e [2020-08-18T14:45:36.301Z] ---> 529d2cd62cd3 [2020-08-18T14:45:36.301Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T14:45:36.301Z] ---> Running in ae326eafb165 [2020-08-18T14:45:36.902Z] Removing intermediate container ae326eafb165 [2020-08-18T14:45:36.902Z] ---> b582659c2a0e [2020-08-18T14:45:36.902Z] Step 14/21 : WORKDIR / [2020-08-18T14:45:36.902Z] ---> Running in 55926c25abb9 [2020-08-18T14:45:37.891Z] Removing intermediate container 55926c25abb9 [2020-08-18T14:45:37.891Z] ---> e78d707a34fa [2020-08-18T14:45:37.891Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T14:45:38.883Z] ---> e34e3eb7f202 [2020-08-18T14:45:38.883Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T14:45:40.872Z] ---> 96ad98b1e723 [2020-08-18T14:45:40.872Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T14:45:41.850Z] ---> 3b437383bc10 [2020-08-18T14:45:41.850Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:45:41.850Z] ---> Running in db8f2d9db360 [2020-08-18T14:45:42.446Z] Removing intermediate container db8f2d9db360 [2020-08-18T14:45:42.446Z] ---> e047ed4ee4b2 [2020-08-18T14:45:42.446Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T14:45:42.719Z] ---> Running in 0e2c36d4fe10 [2020-08-18T14:45:43.316Z] Removing intermediate container 0e2c36d4fe10 [2020-08-18T14:45:43.316Z] ---> 1ef3635d363f [2020-08-18T14:45:43.316Z] Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:45:43.588Z] ---> Running in cfe2dcde3644 [2020-08-18T14:45:44.204Z] Removing intermediate container cfe2dcde3644 [2020-08-18T14:45:44.204Z] ---> aaf13a290ab2 [2020-08-18T14:45:44.204Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T14:45:44.480Z] ---> Running in 4c619400a628 [2020-08-18T14:45:45.089Z] Removing intermediate container 4c619400a628 [2020-08-18T14:45:45.089Z] ---> 4ec1b585e6aa [2020-08-18T14:45:45.089Z] [2020-08-18T14:45:45.691Z] Successfully built 4ec1b585e6aa [2020-08-18T14:45:45.691Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-18T14:46:18.115Z]  Building docker-core-command-go ... done Removing intermediate container 8436fe37c179 [2020-08-18T14:46:18.115Z] ---> c63394cf3a20 [2020-08-18T14:46:18.115Z] [2020-08-18T14:46:18.115Z] Step 10/23 : FROM scratch [2020-08-18T14:46:18.115Z] ---> [2020-08-18T14:46:18.115Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T14:46:18.115Z] ---> Running in 04609f4b2e37 [2020-08-18T14:46:18.115Z] Removing intermediate container 04609f4b2e37 [2020-08-18T14:46:18.115Z] ---> 5aeeec357b50 [2020-08-18T14:46:18.115Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T14:46:18.115Z] ---> Running in cebe15be4254 [2020-08-18T14:46:18.115Z] Removing intermediate container cebe15be4254 [2020-08-18T14:46:18.115Z] ---> da32bc13a2b2 [2020-08-18T14:46:18.115Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T14:46:18.115Z] Removing intermediate container 95c68ccf6fe6 [2020-08-18T14:46:18.115Z] ---> 9a5600339485 [2020-08-18T14:46:18.115Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T14:46:18.115Z] ---> Running in 65de663754fe [2020-08-18T14:46:18.115Z] ---> Running in cfedd30170f6 [2020-08-18T14:46:18.115Z] Removing intermediate container 65de663754fe [2020-08-18T14:46:18.115Z] ---> 24afb43737d4 [2020-08-18T14:46:18.115Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T14:46:18.115Z] 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-18T14:46:18.392Z] ---> 81af6581a892 [2020-08-18T14:46:18.392Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T14:46:18.994Z] Removing intermediate container bcd04e24ffa6 [2020-08-18T14:46:18.994Z] ---> c97db2b9d483 [2020-08-18T14:46:18.994Z] [2020-08-18T14:46:18.994Z] Step 10/21 : FROM scratch [2020-08-18T14:46:18.994Z] ---> [2020-08-18T14:46:18.994Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T14:46:19.274Z] ---> Using cache [2020-08-18T14:46:19.274Z] ---> 5aeeec357b50 [2020-08-18T14:46:19.274Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T14:46:19.274Z] ---> Running in 1c2eb99162ef [2020-08-18T14:46:19.554Z] ---> 349a48601a97 [2020-08-18T14:46:19.554Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T14:46:19.829Z] Removing intermediate container 1c2eb99162ef [2020-08-18T14:46:19.829Z] ---> c7fd37a6dd72 [2020-08-18T14:46:19.829Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T14:46:20.102Z] ---> Running in 5a972b57aac1 [2020-08-18T14:46:20.386Z] Removing intermediate container 5a972b57aac1 [2020-08-18T14:46:20.386Z] ---> b7954a30cc43 [2020-08-18T14:46:20.386Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T14:46:20.984Z] ---> ceb1113e9923 [2020-08-18T14:46:20.984Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T14:46:21.260Z] ---> 33a2a44580bd [2020-08-18T14:46:21.536Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T14:46:21.536Z] Removing intermediate container cfedd30170f6 [2020-08-18T14:46:21.536Z] ---> 448dc47f3d0f [2020-08-18T14:46:21.536Z] [2020-08-18T14:46:21.536Z] Step 11/26 : FROM docker:latest [2020-08-18T14:46:21.536Z] ---> ce9d55ae87f1 [2020-08-18T14:46:21.536Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T14:46:21.809Z] ---> Running in 4d90beeb1ed9 [2020-08-18T14:46:22.082Z] ---> 6074049b33f3 [2020-08-18T14:46:22.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T14:46:23.063Z] ---> 61a45c5d4653 [2020-08-18T14:46:23.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T14:46:24.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:46:24.507Z] ---> 4221b00f158a [2020-08-18T14:46:24.507Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T14:46:24.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:46:24.507Z] ---> e8c8ff481cf3 [2020-08-18T14:46:24.507Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T14:46:25.114Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T14:46:25.114Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T14:46:25.390Z] ---> 203d059bb92a [2020-08-18T14:46:25.390Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:46:25.390Z] Executing bash-5.0.17-r0.post-install [2020-08-18T14:46:25.390Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:46:25.390Z] OK: 12 MiB in 22 packages [2020-08-18T14:46:25.390Z] ---> Running in fd90d82479e4 [2020-08-18T14:46:25.390Z] ---> 2f1a7e634811 [2020-08-18T14:46:25.390Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:46:25.670Z] ---> Running in cd656c7e63c2 [2020-08-18T14:46:25.946Z] Removing intermediate container fd90d82479e4 [2020-08-18T14:46:25.946Z] ---> 1efa2afddd53 [2020-08-18T14:46:25.946Z] Step 21/23 : LABEL arch=arm64 [2020-08-18T14:46:26.234Z] ---> Running in 50b2c1df502b [2020-08-18T14:46:26.234Z] Removing intermediate container cd656c7e63c2 [2020-08-18T14:46:26.234Z] ---> 83ddf767ee00 [2020-08-18T14:46:26.234Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T14:46:26.510Z] ---> Running in 01043d1baaed [2020-08-18T14:46:26.785Z] Removing intermediate container 50b2c1df502b [2020-08-18T14:46:26.785Z] ---> afa717b01e54 [2020-08-18T14:46:26.785Z] Step 22/23 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:46:26.785Z] Removing intermediate container 4d90beeb1ed9 [2020-08-18T14:46:26.785Z] ---> 62ca8be49a0c [2020-08-18T14:46:26.785Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T14:46:26.785Z] ---> Running in 031d18b695e5 [2020-08-18T14:46:27.059Z] Removing intermediate container 01043d1baaed [2020-08-18T14:46:27.059Z] ---> d8b02f6a1141 [2020-08-18T14:46:27.059Z] Step 20/21 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:46:27.059Z] ---> Running in bc28e0005cdd [2020-08-18T14:46:27.341Z] ---> Running in 7d163e5c5fdb [2020-08-18T14:46:27.341Z] Removing intermediate container 031d18b695e5 [2020-08-18T14:46:27.341Z] ---> 7b11c46c3ebc [2020-08-18T14:46:27.341Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T14:46:27.623Z] ---> Running in 983b17dd9dac [2020-08-18T14:46:27.901Z] Removing intermediate container 7d163e5c5fdb [2020-08-18T14:46:27.901Z] ---> 32f9d47898db [2020-08-18T14:46:27.901Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T14:46:27.901Z] ---> Running in 132ec3edb98a [2020-08-18T14:46:28.179Z] Removing intermediate container 983b17dd9dac [2020-08-18T14:46:28.179Z] ---> 8ca58782b404 [2020-08-18T14:46:28.179Z] [2020-08-18T14:46:28.800Z] Successfully built 8ca58782b404 [2020-08-18T14:46:28.800Z] Removing intermediate container 132ec3edb98a [2020-08-18T14:46:28.800Z] ---> af2f62b58c65 [2020-08-18T14:46:28.800Z] [2020-08-18T14:46:28.800Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-18T14:46:29.078Z]  Building docker-support-notifications-go ... done Successfully built af2f62b58c65 [2020-08-18T14:46:29.367Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-18T14:46:29.982Z]  Building docker-support-logging-go ... done Removing intermediate container bc28e0005cdd [2020-08-18T14:46:29.982Z] ---> 9f1ab8bdfbf2 [2020-08-18T14:46:29.982Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T14:46:30.269Z] ---> Running in f7984083f91c [2020-08-18T14:46:30.547Z] Removing intermediate container f7984083f91c [2020-08-18T14:46:30.547Z] ---> 6feb99ca329a [2020-08-18T14:46:30.547Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T14:46:30.823Z] ---> Running in ed2e26c1958c [2020-08-18T14:46:31.103Z] Removing intermediate container ed2e26c1958c [2020-08-18T14:46:31.103Z] ---> ef3886ee94dc [2020-08-18T14:46:31.103Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T14:46:31.381Z] ---> Running in 60715f4bdcde [2020-08-18T14:46:31.989Z] Removing intermediate container 60715f4bdcde [2020-08-18T14:46:31.989Z] ---> fe57582333e5 [2020-08-18T14:46:31.989Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T14:46:32.979Z] ---> f5dac70416c8 [2020-08-18T14:46:32.979Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T14:46:33.978Z] ---> 65df40467cc8 [2020-08-18T14:46:33.978Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T14:46:34.589Z] ---> 35496e52106f [2020-08-18T14:46:34.589Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T14:46:34.869Z] ---> Running in 646313d19342 [2020-08-18T14:46:36.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:46:36.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:46:37.205Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T14:46:37.205Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T14:46:37.205Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T14:46:37.205Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T14:46:37.205Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T14:46:37.205Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T14:46:37.476Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T14:46:39.437Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T14:46:39.437Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T14:46:39.437Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T14:46:39.437Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T14:46:39.437Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T14:46:39.437Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T14:46:39.437Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T14:46:39.437Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T14:46:39.437Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T14:46:39.437Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T14:46:39.437Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T14:46:39.437Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T14:46:39.437Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T14:46:39.437Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T14:46:39.437Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T14:46:39.437Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T14:46:39.437Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T14:46:39.437Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T14:46:39.437Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T14:46:39.707Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T14:46:39.707Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T14:46:39.707Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T14:46:39.707Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T14:46:39.707Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T14:46:39.707Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T14:46:39.707Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T14:46:39.707Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:46:39.980Z] OK: 71 MiB in 55 packages [2020-08-18T14:46:46.674Z] Removing intermediate container 646313d19342 [2020-08-18T14:46:46.674Z] ---> bc3adcf5d21d [2020-08-18T14:46:46.674Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T14:46:46.674Z] ---> Running in cce3336bacfd [2020-08-18T14:46:52.110Z] Collecting docker-compose==1.23.2 [2020-08-18T14:46:52.110Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T14:46:52.726Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T14:46:53.001Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T14:46:53.593Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T14:46:53.593Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T14:46:53.861Z] 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-18T14:46:54.132Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T14:46:54.402Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T14:46:57.004Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T14:46:57.004Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T14:46:57.972Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T14:46:57.972Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T14:46:58.561Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T14:46:58.561Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T14:47:01.160Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T14:47:01.160Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T14:47:01.160Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T14:47:01.160Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T14:47:03.763Z] Collecting PyYAML<4,>=3.10 [2020-08-18T14:47:03.763Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T14:47:07.134Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T14:47:07.134Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T14:47:07.405Z] 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-18T14:47:07.674Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T14:47:07.674Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T14:47:07.946Z] 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-18T14:47:08.219Z] Collecting idna<2.8,>=2.5 [2020-08-18T14:47:08.219Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T14:47:08.219Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T14:47:08.219Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T14:47:08.219Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T14:47:08.219Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T14:47:09.192Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, docker-compose [2020-08-18T14:47:09.192Z] Attempting uninstall: urllib3 [2020-08-18T14:47:09.192Z] Found existing installation: urllib3 1.25.9 [2020-08-18T14:47:09.192Z] Uninstalling urllib3-1.25.9: [2020-08-18T14:47:09.464Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T14:47:10.055Z] Attempting uninstall: idna [2020-08-18T14:47:10.056Z] Found existing installation: idna 2.9 [2020-08-18T14:47:10.056Z] Uninstalling idna-2.9: [2020-08-18T14:47:10.326Z] Successfully uninstalled idna-2.9 [2020-08-18T14:47:10.918Z] Attempting uninstall: requests [2020-08-18T14:47:10.918Z] Found existing installation: requests 2.23.0 [2020-08-18T14:47:10.918Z] Uninstalling requests-2.23.0: [2020-08-18T14:47:11.188Z] Successfully uninstalled requests-2.23.0 [2020-08-18T14:47:12.611Z] Running setup.py install for dockerpty: started [2020-08-18T14:47:14.568Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T14:47:14.843Z] Running setup.py install for texttable: started [2020-08-18T14:47:16.807Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T14:47:16.807Z] Running setup.py install for docopt: started [2020-08-18T14:47:19.409Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T14:47:19.409Z] Running setup.py install for PyYAML: started [2020-08-18T14:47:22.007Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T14:47:22.597Z] 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-18T14:47:26.887Z] Removing intermediate container cce3336bacfd [2020-08-18T14:47:26.887Z] ---> d5e92cd0d38e [2020-08-18T14:47:26.887Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T14:47:26.887Z] ---> Running in e3031299e90f [2020-08-18T14:47:27.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T14:47:28.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T14:47:28.728Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T14:47:28.728Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T14:47:28.728Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T14:47:28.728Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T14:47:28.728Z] OK: 71 MiB in 58 packages [2020-08-18T14:47:29.703Z] Removing intermediate container e3031299e90f [2020-08-18T14:47:29.703Z] ---> c88594171b91 [2020-08-18T14:47:29.703Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T14:47:29.974Z] ---> Running in 42297832233e [2020-08-18T14:47:30.571Z] Removing intermediate container 42297832233e [2020-08-18T14:47:30.572Z] ---> 6aa894aabf4c [2020-08-18T14:47:30.572Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T14:47:30.572Z] ---> Running in 5cfaa4ada8ad [2020-08-18T14:47:30.847Z] Removing intermediate container 5cfaa4ada8ad [2020-08-18T14:47:30.847Z] ---> f4e2a1a80d44 [2020-08-18T14:47:30.847Z] Step 25/26 : LABEL git_sha=5f58bbf663fa13630c0da133cf0e655e8ffdc207 [2020-08-18T14:47:31.117Z] ---> Running in e44072462b76 [2020-08-18T14:47:31.709Z] Removing intermediate container e44072462b76 [2020-08-18T14:47:31.709Z] ---> 13c9f7bc5473 [2020-08-18T14:47:31.709Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T14:47:31.709Z] ---> Running in 2b08bdf88406 [2020-08-18T14:47:31.985Z] Removing intermediate container 2b08bdf88406 [2020-08-18T14:47:31.985Z] ---> fe42081d7ef5 [2020-08-18T14:47:31.985Z] [2020-08-18T14:47:32.577Z] Successfully built fe42081d7ef5 [2020-08-18T14:47:32.577Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-18T14:47:32.863Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-18T14:47:32.855Z] $ docker stop --time=1 b69e2d330983cae41fd24f9fc59857b8f2732ac3951f779ff8039c80650bfb3d [2020-08-18T14:47:34.761Z] $ docker rm -f b69e2d330983cae41fd24f9fc59857b8f2732ac3951f779ff8039c80650bfb3d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T14:47:35.453Z] + + dockergrep images docker [2020-08-18T14:47:35.453Z] [2020-08-18T14:47:35.723Z] docker-sys-mgmt-agent-go-arm64 latest fe42081d7ef5 4 seconds ago 266MB [2020-08-18T14:47:35.723Z] docker-support-logging-go-arm64 latest af2f62b58c65 About a minute ago 11.4MB [2020-08-18T14:47:35.723Z] docker-support-notifications-go-arm64 latest 8ca58782b404 About a minute ago 13.9MB [2020-08-18T14:47:35.723Z] docker-core-command-go-arm64 latest 4ec1b585e6aa About a minute ago 12.4MB [2020-08-18T14:47:35.723Z] docker-core-data-go-arm64 latest 92da9c244c62 2 minutes ago 22.6MB [2020-08-18T14:47:35.723Z] docker-security-secretstore-setup-go-arm64 latest 3f00cced8717 4 minutes ago 32.6MB [2020-08-18T14:47:35.723Z] docker-security-secrets-setup-go-arm64 latest 98ab2d02605a 4 minutes ago 24.2MB [2020-08-18T14:47:35.723Z] docker-core-metadata-go-arm64 latest a4466be7790a 4 minutes ago 13.8MB [2020-08-18T14:47:35.723Z] docker-support-scheduler-go-arm64 latest 1758f55d88f9 4 minutes ago 12.6MB [2020-08-18T14:47:35.723Z] docker-security-proxy-setup-go-arm64 latest 62fef1bf3df6 5 minutes ago 15.8MB [2020-08-18T14:47:35.723Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-18T14:47:37.701Z] provisioning config files... [2020-08-18T14:47:37.721Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config1936845963537058188tmp [Pipeline] { [Pipeline] sh [2020-08-18T14:47:38.086Z] + curl -s https://codecov.io/bash [2020-08-18T14:47:38.087Z] + bash -s - -t @/w/workspace/edgex-go/18@tmp/config1936845963537058188tmp [Pipeline] } [2020-08-18T14:47:38.667Z] 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-18T14:47:40.150Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T14:47:41.156Z] ---> package-listing.sh [2020-08-18T14:47:41.156Z] ++ facter osfamily [2020-08-18T14:47:41.156Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-18T14:47:41.156Z] + OS_FAMILY=redhat [2020-08-18T14:47:41.156Z] + workspace=/w/workspace/edgex-go/18 [2020-08-18T14:47:41.156Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-18T14:47:41.156Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-18T14:47:41.156Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-18T14:47:41.156Z] + PACKAGES=/tmp/packages_start.txt [2020-08-18T14:47:41.156Z] + '[' /w/workspace/edgex-go/18 ']' [2020-08-18T14:47:41.156Z] + PACKAGES=/tmp/packages_end.txt [2020-08-18T14:47:41.156Z] + case "${OS_FAMILY}" in [2020-08-18T14:47:41.156Z] + rpm -qa [2020-08-18T14:47:41.156Z] + sort [2020-08-18T14:47:45.386Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-18T14:47:45.386Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-18T14:47:45.387Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-18T14:47:45.387Z] + '[' /w/workspace/edgex-go/18 ']' [2020-08-18T14:47:45.387Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2020-08-18T14:47:45.387Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:47:46.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T14:47:46.136Z] [2020-08-18T14:47:46.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-18T14:47:46.487Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T14:47:46.487Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-18T14:47:46.487Z] c9b1b535fdd9: Pulling fs layer [2020-08-18T14:47:46.487Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-18T14:47:46.487Z] 756a868c4378: Pulling fs layer [2020-08-18T14:47:46.487Z] 444b2fc9a129: Pulling fs layer [2020-08-18T14:47:46.487Z] ea15f1150254: Pulling fs layer [2020-08-18T14:47:46.487Z] 41b27a9f41bf: Pulling fs layer [2020-08-18T14:47:46.487Z] 28c525ee5125: Pulling fs layer [2020-08-18T14:47:46.487Z] 094b1ea09ed8: Pulling fs layer [2020-08-18T14:47:46.487Z] 138eaada9080: Pulling fs layer [2020-08-18T14:47:46.487Z] 0622d0fa9048: Pulling fs layer [2020-08-18T14:47:46.487Z] 444b2fc9a129: Waiting [2020-08-18T14:47:46.487Z] 28c525ee5125: Waiting [2020-08-18T14:47:46.487Z] 094b1ea09ed8: Waiting [2020-08-18T14:47:46.487Z] 138eaada9080: Waiting [2020-08-18T14:47:46.487Z] 41b27a9f41bf: Waiting [2020-08-18T14:47:46.487Z] ea15f1150254: Waiting [2020-08-18T14:47:46.487Z] 0622d0fa9048: Waiting [2020-08-18T14:47:46.487Z] 2cc5ad85d9ab: Download complete [2020-08-18T14:47:46.487Z] 444b2fc9a129: Verifying Checksum [2020-08-18T14:47:46.487Z] 444b2fc9a129: Download complete [2020-08-18T14:47:46.487Z] c9b1b535fdd9: Verifying Checksum [2020-08-18T14:47:46.487Z] c9b1b535fdd9: Download complete [2020-08-18T14:47:46.757Z] ea15f1150254: Verifying Checksum [2020-08-18T14:47:46.757Z] ea15f1150254: Download complete [2020-08-18T14:47:46.757Z] 28c525ee5125: Verifying Checksum [2020-08-18T14:47:46.757Z] 28c525ee5125: Download complete [2020-08-18T14:47:47.025Z] 756a868c4378: Verifying Checksum [2020-08-18T14:47:47.025Z] 756a868c4378: Download complete [2020-08-18T14:47:47.025Z] 138eaada9080: Verifying Checksum [2020-08-18T14:47:47.025Z] 138eaada9080: Download complete [2020-08-18T14:47:47.025Z] c9b1b535fdd9: Pull complete [2020-08-18T14:47:47.025Z] 0622d0fa9048: Verifying Checksum [2020-08-18T14:47:47.025Z] 0622d0fa9048: Download complete [2020-08-18T14:47:47.286Z] 094b1ea09ed8: Verifying Checksum [2020-08-18T14:47:47.286Z] 094b1ea09ed8: Download complete [2020-08-18T14:47:47.286Z] 2cc5ad85d9ab: Pull complete [2020-08-18T14:47:47.551Z] 41b27a9f41bf: Verifying Checksum [2020-08-18T14:47:47.551Z] 41b27a9f41bf: Download complete [2020-08-18T14:47:48.947Z] 756a868c4378: Pull complete [2020-08-18T14:47:49.208Z] 444b2fc9a129: Pull complete [2020-08-18T14:47:49.469Z] ea15f1150254: Pull complete [2020-08-18T14:47:54.788Z] 41b27a9f41bf: Pull complete [2020-08-18T14:47:54.788Z] 28c525ee5125: Pull complete [2020-08-18T14:47:57.349Z] 094b1ea09ed8: Pull complete [2020-08-18T14:47:57.610Z] 138eaada9080: Pull complete [2020-08-18T14:47:57.871Z] 0622d0fa9048: Pull complete [2020-08-18T14:47:57.871Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-18T14:47:57.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T14:47:57.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-18T14:47:58.290Z] prd-centos7-docker-4c-2g-385 does not seem to be running inside a container [2020-08-18T14:47:58.345Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-18T14:48:02.613Z] $ docker top e68352a9f019579268a38995bd4b85870d7e087f8f9e27540030a9e581f13754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T14:48:02.920Z] provisioning config files... [2020-08-18T14:48:02.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4331801740768356068tmp [Pipeline] { [Pipeline] echo [2020-08-18T14:48:03.005Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T14:48:03.304Z] ---> create-netrc.sh [Pipeline] echo [2020-08-18T14:48:03.313Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T14:48:03.621Z] ---> logs-deploy.sh [2020-08-18T14:48:03.621Z] + ARCHIVE_ARTIFACTS= [2020-08-18T14:48:03.621Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-18T14:48:03.621Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-18T14:48:03.621Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-18T14:48:03.621Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/18 [2020-08-18T14:48:03.621Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/18/ [2020-08-18T14:48:03.621Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/18 /w/workspace/edgex-go/18 [2020-08-18T14:48:04.561Z] Archives upload complete. [2020-08-18T14:48:04.821Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/18/