Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1+1421448afc2248c8ed7ba2afa89517a5a2307549 (b0f91622c1a2e0d226a7fa0f3a77b3681be48f32) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' 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-501 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 Merge succeeded, producing 37502a697d6f306c7d138f7d2cd6d873ce15d92d Checking out Revision 37502a697d6f306c7d138f7d2cd6d873ce15d92d (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # 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/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # 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 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37502a697d6f306c7d138f7d2cd6d873ce15d92d # timeout=10 Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 0a3cbf90209bea9491aaff912b0fe7316e668dc5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-27T20:32:08.108Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-27T20:32:08.434Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-27T20:32:08.521Z] ========================================================= [2020-08-27T20:32:08.521Z] EdgeX Global Pipelines Version Info [2020-08-27T20:32:08.521Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:32:09.910Z] ------------------- [2020-08-27T20:32:09.911Z] stable info: [2020-08-27T20:32:09.911Z] ------------------- [2020-08-27T20:32:09.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-27T20:32:09.911Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-27T20:32:09.911Z] Message: update stable to v1.0.106 [2020-08-27T20:32:10.858Z] ------------------- [2020-08-27T20:32:10.858Z] experimental info: [2020-08-27T20:32:10.858Z] ------------------- [2020-08-27T20:32:10.858Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-27T20:32:10.858Z] Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 [2020-08-27T20:32:10.858Z] Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-27T20:32:13.129Z] ++ 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-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/core-command/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/core-data/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-27T20:32:13.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T20:32:13.129Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-27T20:32:13.129Z] ++ cut -d/ -f2 [2020-08-27T20:32:13.129Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-27T20:32:13.196Z] 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-27T20:32:13.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:32:14.205Z] [2020-08-27T20:32:14.205Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:32:14.599Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:32:14.599Z] latest: Pulling from edgex-devops/git-semver [2020-08-27T20:32:14.599Z] 31603596830f: Pulling fs layer [2020-08-27T20:32:14.599Z] 2a8b12db71e7: Pulling fs layer [2020-08-27T20:32:14.599Z] 6ca5941a6612: Pulling fs layer [2020-08-27T20:32:14.599Z] ecc8261a40a4: Pulling fs layer [2020-08-27T20:32:14.599Z] ecc8261a40a4: Waiting [2020-08-27T20:32:14.599Z] 2a8b12db71e7: Verifying Checksum [2020-08-27T20:32:14.599Z] 2a8b12db71e7: Download complete [2020-08-27T20:32:14.599Z] 31603596830f: Verifying Checksum [2020-08-27T20:32:14.599Z] 31603596830f: Download complete [2020-08-27T20:32:14.862Z] ecc8261a40a4: Verifying Checksum [2020-08-27T20:32:14.862Z] ecc8261a40a4: Download complete [2020-08-27T20:32:14.862Z] 6ca5941a6612: Verifying Checksum [2020-08-27T20:32:14.862Z] 6ca5941a6612: Download complete [2020-08-27T20:32:14.862Z] 31603596830f: Pull complete [2020-08-27T20:32:15.126Z] 2a8b12db71e7: Pull complete [2020-08-27T20:32:15.708Z] 6ca5941a6612: Pull complete [2020-08-27T20:32:15.968Z] ecc8261a40a4: Pull complete [2020-08-27T20:32:15.968Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-27T20:32:15.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T20:32:15.968Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-27T20:32:16.065Z] prd-centos7-docker-4c-2g-501 does not seem to be running inside a container [2020-08-27T20:32:16.111Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:32:18.610Z] $ docker top 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T20:32:18.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:32:18.981Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:32:19.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:32:19.213Z] $ docker exec 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent [2020-08-27T20:32:19.365Z] SSH_AUTH_SOCK=/tmp/ssh-dmk0qoH2YUbP/agent.12 [2020-08-27T20:32:19.365Z] SSH_AGENT_PID=17 [2020-08-27T20:32:19.377Z] Running ssh-add (command line suppressed) [2020-08-27T20:32:19.519Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_4351660407654387268.key (/w/workspace/edgex-go/10@tmp/private_key_4351660407654387268.key) [2020-08-27T20:32:19.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:32:19.904Z] + git describe --exact-match --tags HEAD [2020-08-27T20:32:19.905Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-27T20:32:19.929Z] $ docker exec --env ******** --env ******** 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent -k [2020-08-27T20:32:20.039Z] unset SSH_AUTH_SOCK; [2020-08-27T20:32:20.040Z] unset SSH_AGENT_PID; [2020-08-27T20:32:20.040Z] echo Agent pid 17 killed; [2020-08-27T20:32:20.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-27T20:32:20.286Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-27T20:32:20.286Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-27T20:32:20.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T20:32:20.446Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T20:32:20.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T20:32:20.614Z] $ docker exec 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent [2020-08-27T20:32:20.769Z] SSH_AUTH_SOCK=/tmp/ssh-tFWQv5I5VGYc/agent.45 [2020-08-27T20:32:20.769Z] SSH_AGENT_PID=50 [2020-08-27T20:32:20.775Z] Running ssh-add (command line suppressed) [2020-08-27T20:32:20.893Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_5480727771793379183.key (/w/workspace/edgex-go/10@tmp/private_key_5480727771793379183.key) [2020-08-27T20:32:20.958Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T20:32:21.565Z] + git semver init [2020-08-27T20:32:21.565Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T20:32:21.565Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2020-08-27T20:32:21.565Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2020-08-27T20:32:21.565Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T20:32:21.565Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T20:32:21.565Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T20:32:21.565Z] # $SEMVER_BRANCH = PR-2659 [2020-08-27T20:32:21.565Z] # $SEMVER_TEMP = /tmp/semver-779429208 [2020-08-27T20:32:21.565Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-27T20:32:43.555Z] # '/tmp/semver-779429208' -> '/w/workspace/edgex-go/10/.semver' [2020-08-27T20:32:43.555Z] # -> Force: false [2020-08-27T20:32:43.555Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2020-08-27T20:32:43.566Z] $ docker exec --env ******** --env ******** 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 ssh-agent -k [2020-08-27T20:32:43.731Z] unset SSH_AUTH_SOCK; [2020-08-27T20:32:43.732Z] unset SSH_AGENT_PID; [2020-08-27T20:32:43.732Z] echo Agent pid 50 killed; [2020-08-27T20:32:43.780Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T20:32:44.241Z] + git semver [Pipeline] } [2020-08-27T20:32:44.266Z] $ docker stop --time=1 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 [2020-08-27T20:32:45.884Z] $ docker rm -f 3aa51f917a83ac375c71862e6c280f4c780d301e1f54de029c3ba361bba98dd9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-27T20:32:58.993Z] Stashed 39 file(s) [Pipeline] echo [2020-08-27T20:32:58.996Z] [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-27T20:32:59.514Z] ========================================================= [2020-08-27T20:32:59.514Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-27T20:32:59.514Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:32:59.846Z] + 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-27T20:33:03.152Z] Sending build context to Docker daemon 323.2MB [2020-08-27T20:33:03.152Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:33:03.152Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:33:03.152Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-27T20:33:03.152Z] df20fa9351a1: Pulling fs layer [2020-08-27T20:33:03.152Z] ed8968b2872e: Pulling fs layer [2020-08-27T20:33:03.152Z] a92cc7c5fd73: Pulling fs layer [2020-08-27T20:33:03.152Z] 2dd03ba5bac4: Pulling fs layer [2020-08-27T20:33:03.152Z] 1e091d79d1de: Pulling fs layer [2020-08-27T20:33:03.152Z] 481702a1767f: Pulling fs layer [2020-08-27T20:33:03.152Z] f64a6f60c768: Pulling fs layer [2020-08-27T20:33:03.152Z] e78d2573fc39: Pulling fs layer [2020-08-27T20:33:03.152Z] e876d2f968b6: Pulling fs layer [2020-08-27T20:33:03.152Z] ce8a83651883: Pulling fs layer [2020-08-27T20:33:03.152Z] 07967f4d0e4b: Pulling fs layer [2020-08-27T20:33:03.152Z] f64a6f60c768: Waiting [2020-08-27T20:33:03.152Z] e78d2573fc39: Waiting [2020-08-27T20:33:03.152Z] ce8a83651883: Waiting [2020-08-27T20:33:03.152Z] 07967f4d0e4b: Waiting [2020-08-27T20:33:03.152Z] 1e091d79d1de: Waiting [2020-08-27T20:33:03.152Z] 481702a1767f: Waiting [2020-08-27T20:33:03.152Z] 2dd03ba5bac4: Waiting [2020-08-27T20:33:03.152Z] a92cc7c5fd73: Download complete [2020-08-27T20:33:03.152Z] ed8968b2872e: Verifying Checksum [2020-08-27T20:33:03.152Z] ed8968b2872e: Download complete [2020-08-27T20:33:03.152Z] 1e091d79d1de: Verifying Checksum [2020-08-27T20:33:03.152Z] 1e091d79d1de: Download complete [2020-08-27T20:33:03.152Z] 481702a1767f: Verifying Checksum [2020-08-27T20:33:03.152Z] 481702a1767f: Download complete [2020-08-27T20:33:03.152Z] df20fa9351a1: Verifying Checksum [2020-08-27T20:33:03.152Z] df20fa9351a1: Download complete [2020-08-27T20:33:04.145Z] df20fa9351a1: Pull complete [2020-08-27T20:33:04.145Z] f64a6f60c768: Verifying Checksum [2020-08-27T20:33:04.145Z] f64a6f60c768: Download complete [2020-08-27T20:33:04.412Z] e78d2573fc39: Verifying Checksum [2020-08-27T20:33:04.412Z] e78d2573fc39: Download complete [2020-08-27T20:33:04.676Z] 2dd03ba5bac4: Verifying Checksum [2020-08-27T20:33:04.676Z] 2dd03ba5bac4: Download complete [2020-08-27T20:33:04.938Z] e876d2f968b6: Verifying Checksum [2020-08-27T20:33:04.938Z] e876d2f968b6: Download complete [2020-08-27T20:33:04.938Z] 07967f4d0e4b: Verifying Checksum [2020-08-27T20:33:04.938Z] 07967f4d0e4b: Download complete [2020-08-27T20:33:05.199Z] ce8a83651883: Verifying Checksum [2020-08-27T20:33:05.199Z] ce8a83651883: Download complete [2020-08-27T20:33:05.772Z] ed8968b2872e: Pull complete [2020-08-27T20:33:06.035Z] a92cc7c5fd73: Pull complete [2020-08-27T20:33:11.356Z] 2dd03ba5bac4: Pull complete [2020-08-27T20:33:11.356Z] 1e091d79d1de: Pull complete [2020-08-27T20:33:11.356Z] 481702a1767f: Pull complete [2020-08-27T20:33:14.304Z] Still waiting to schedule task [2020-08-27T20:33:14.304Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-502’ [2020-08-27T20:33:19.510Z] f64a6f60c768: Pull complete [2020-08-27T20:33:22.835Z] e78d2573fc39: Pull complete [2020-08-27T20:33:22.835Z] e876d2f968b6: Pull complete [2020-08-27T20:33:23.787Z] ce8a83651883: Pull complete [2020-08-27T20:33:23.787Z] 07967f4d0e4b: Pull complete [2020-08-27T20:33:23.787Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-27T20:33:23.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-27T20:33:23.787Z] ---> 5d7c900382c6 [2020-08-27T20:33:23.787Z] 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-27T20:33:25.708Z] ---> Running in 88d9fe3809bd [2020-08-27T20:33:25.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:33:26.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:33:27.486Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:33:27.486Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:33:27.486Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:33:27.746Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:33:35.880Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:33:35.880Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:33:35.880Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:33:35.880Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:33:35.880Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:33:35.880Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:33:35.880Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:33:36.140Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:33:36.140Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:33:36.140Z] OK: 233 MiB in 51 packages [2020-08-27T20:33:40.350Z] Removing intermediate container 88d9fe3809bd [2020-08-27T20:33:40.350Z] ---> 4a04b29ab68f [2020-08-27T20:33:40.350Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:33:40.350Z] ---> Running in 96f39016763c [2020-08-27T20:33:40.350Z] Removing intermediate container 96f39016763c [2020-08-27T20:33:40.350Z] ---> d4af64c86581 [2020-08-27T20:33:40.350Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:33:40.350Z] latest: Pulling from library/docker [2020-08-27T20:33:40.350Z] df20fa9351a1: Already exists [2020-08-27T20:33:40.350Z] 25ad7478873d: Pulling fs layer [2020-08-27T20:33:40.350Z] 4684f6177b5d: Pulling fs layer [2020-08-27T20:33:40.350Z] 46e300cec669: Pulling fs layer [2020-08-27T20:33:40.350Z] 63038576ad94: Pulling fs layer [2020-08-27T20:33:40.350Z] 0fdb76c4706c: Pulling fs layer [2020-08-27T20:33:40.350Z] cb7edeffdfd5: Pulling fs layer [2020-08-27T20:33:40.350Z] 63038576ad94: Waiting [2020-08-27T20:33:40.350Z] 0fdb76c4706c: Waiting [2020-08-27T20:33:40.350Z] cb7edeffdfd5: Waiting [2020-08-27T20:33:40.610Z] 25ad7478873d: Download complete [2020-08-27T20:33:40.871Z] 4684f6177b5d: Verifying Checksum [2020-08-27T20:33:40.871Z] 4684f6177b5d: Download complete [2020-08-27T20:33:40.871Z] 63038576ad94: Download complete [2020-08-27T20:33:40.871Z] 25ad7478873d: Pull complete [2020-08-27T20:33:40.871Z] 0fdb76c4706c: Verifying Checksum [2020-08-27T20:33:40.871Z] 0fdb76c4706c: Download complete [2020-08-27T20:33:40.871Z] 4684f6177b5d: Pull complete [2020-08-27T20:33:41.132Z] cb7edeffdfd5: Verifying Checksum [2020-08-27T20:33:41.132Z] cb7edeffdfd5: Download complete [2020-08-27T20:33:42.072Z] 46e300cec669: Verifying Checksum [2020-08-27T20:33:42.072Z] 46e300cec669: Download complete [2020-08-27T20:33:44.626Z] 46e300cec669: Pull complete [2020-08-27T20:33:44.626Z] 63038576ad94: Pull complete [2020-08-27T20:33:44.626Z] 0fdb76c4706c: Pull complete [2020-08-27T20:33:44.626Z] cb7edeffdfd5: Pull complete [2020-08-27T20:33:44.626Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:33:44.626Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:33:46.018Z] ---> fb292af3932a [2020-08-27T20:33:46.018Z] Step 6/7 : COPY go.mod . [2020-08-27T20:33:46.300Z] ---> 02277e20ab43 [2020-08-27T20:33:46.300Z] Step 7/7 : RUN go mod download [2020-08-27T20:33:46.300Z] ---> Running in dd57bcf82595 [2020-08-27T20:33:48.876Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:33:48.876Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:33:48.876Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:33:48.876Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:33:49.137Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:33:49.137Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:33:49.137Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:33:49.137Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:33:49.399Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:33:49.399Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:33:49.399Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:33:49.399Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:33:49.399Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:33:49.399Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:33:49.665Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:33:49.665Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:33:49.665Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:33:49.665Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:33:49.665Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:33:49.665Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:33:49.925Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:33:49.925Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:33:49.925Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:33:49.925Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:33:49.925Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:33:50.188Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:33:50.188Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:33:50.188Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:33:50.188Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:33:50.188Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:33:50.188Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:33:50.449Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:33:50.449Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:33:50.449Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:33:50.449Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:33:50.449Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:33:50.449Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:33:50.710Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:33:50.710Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:33:50.710Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:33:50.710Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:33:50.710Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:33:50.710Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:33:50.970Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:33:50.970Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:33:50.970Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:33:50.970Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:33:51.230Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:33:51.491Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:33:51.491Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:33:51.491Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:33:51.491Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:33:51.491Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:33:51.491Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:33:51.754Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:33:51.754Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:33:51.754Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:33:51.754Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:33:51.754Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:33:51.754Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:33:52.017Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:33:52.017Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:33:52.017Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:33:52.017Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:33:52.017Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:33:52.017Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:33:52.017Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:33:52.281Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:33:52.281Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:33:52.281Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:33:52.281Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:33:52.281Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:33:52.281Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:33:52.552Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:33:52.552Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:33:52.552Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:33:52.552Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:33:52.552Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:33:52.552Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:33:52.552Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:33:52.813Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:33:52.813Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:33:52.813Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:33:52.813Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:33:52.813Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:33:52.813Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-27T20:33:53.074Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:33:53.074Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:33:53.074Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:33:53.074Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:33:53.074Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:33:53.074Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:33:53.074Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:33:53.340Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:33:53.340Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:33:53.340Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:34:11.505Z] Removing intermediate container dd57bcf82595 [2020-08-27T20:34:11.505Z] ---> 44c9f324a88f [2020-08-27T20:34:11.505Z] Successfully built 44c9f324a88f [2020-08-27T20:34:11.505Z] 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-27T20:34:12.141Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-27T20:34:12.141Z] . [Pipeline] withDockerContainer [2020-08-27T20:34:12.246Z] prd-centos7-docker-4c-2g-501 does not seem to be running inside a container [2020-08-27T20:34:12.294Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:34:12.999Z] $ docker top 077dbf1f93c9f3caad7a440f988641ee507595a414f626370ebd3b2c6f288d3f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:34:13.535Z] + go version [2020-08-27T20:34:13.536Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-27T20:34:13.547Z] ========================================================= [2020-08-27T20:34:13.547Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:34:13.547Z] ========================================================= [Pipeline] sh [2020-08-27T20:34:13.833Z] + make test [2020-08-27T20:34:13.833Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:34:16.389Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:34:26.478Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:34:29.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:34:29.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:34:29.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:34:30.103Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:34:32.673Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s [2020-08-27T20:34:32.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:34:32.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:34:32.673Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:34:32.673Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:34:32.948Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:34:33.219Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:34:33.219Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:34:33.219Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:34:39.874Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-08-27T20:34:39.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:34:39.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:34:39.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:34:39.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:34:39.874Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:34:41.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.100s coverage: 27.2% of statements [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:34:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:34:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:34:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 82.5% of statements [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:34:41.277Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.014s coverage: 92.9% of statements [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:34:41.277Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:34:41.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.071s coverage: 28.6% of statements [2020-08-27T20:34:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:34:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:34:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:34:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:34:41.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:34:42.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.032s coverage: 100.0% of statements [2020-08-27T20:34:42.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:34:42.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-08-27T20:34:42.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:34:43.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.024s coverage: 89.8% of statements [2020-08-27T20:34:43.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:34:44.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.028s coverage: 97.5% of statements [2020-08-27T20:34:44.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:34:44.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.021s coverage: 100.0% of statements [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:34:44.370Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:34:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:34:44.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.048s coverage: 63.5% of statements [2020-08-27T20:34:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:34:44.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:34:44.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2020-08-27T20:34:45.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.156s coverage: 55.9% of statements [2020-08-27T20:34:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:34:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:34:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:34:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.039s coverage: 86.3% of statements [2020-08-27T20:34:47.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.266s coverage: 72.2% of statements [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.095s coverage: 72.1% of statements [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-08-27T20:34:47.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:34:47.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:34:47.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements [2020-08-27T20:34:47.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:34:47.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements [2020-08-27T20:34:47.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:34:48.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.019s coverage: 31.1% of statements [2020-08-27T20:34:48.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:34:48.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:34:48.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.092s coverage: 84.1% of statements [2020-08-27T20:34:49.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-08-27T20:34:49.305Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements [2020-08-27T20:34:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:34:49.305Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:34:49.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements [2020-08-27T20:34:49.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:34:49.896Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.006s coverage: 83.8% of statements [2020-08-27T20:34:49.896Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:34:51.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.074s coverage: 45.9% of statements [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:34:51.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:34:51.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:34:51.878Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2020-08-27T20:34:51.878Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:34:53.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.074s coverage: 29.1% of statements [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:34:53.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:34:53.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:34:53.310Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-27T20:34:53.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:34:53.575Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements [2020-08-27T20:34:53.575Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:34:53.575Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:34:53.575Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:34:53.575Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:34:54.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements [2020-08-27T20:34:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:34:54.151Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:34:54.151Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-08-27T20:34:54.414Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-27T20:34:54.675Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-27T20:34:54.937Z] GO111MODULE=on go vet ./... [2020-08-27T20:35:01.648Z] gofmt -l . [2020-08-27T20:35:01.648Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:35:01.648Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:35:02.657Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-27T20:35:04.423Z] + ls -al . [2020-08-27T20:35:04.423Z] total 556 [2020-08-27T20:35:04.423Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:35 . [2020-08-27T20:35:04.423Z] drwxr-xr-x 4 root root 30 Aug 27 20:34 .. [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:32 .dockerignore [2020-08-27T20:35:04.423Z] drwxrwxr-x 8 1001 1001 179 Aug 27 20:32 .git [2020-08-27T20:35:04.423Z] drwxrwxr-x 3 1001 1001 60 Aug 27 20:32 .github [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:32 .gitignore [2020-08-27T20:35:04.423Z] drwx------ 3 1001 1001 47 Aug 27 20:32 .semver [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:32 .sonarcloud.properties [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:32 CONTRIBUTING.md [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:32 Dockerfile.build [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:32 Jenkinsfile [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:32 LICENSE [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:32 Makefile [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:32 README.md [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:32 SECURITY.md [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:32 ZMQWindows.md [2020-08-27T20:35:04.423Z] drwxrwxr-x 2 1001 1001 117 Aug 27 20:32 bin [2020-08-27T20:35:04.423Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:32 cmd [2020-08-27T20:35:04.423Z] -rw-r--r-- 1 root root 460866 Aug 27 20:34 coverage.out [2020-08-27T20:35:04.423Z] -rw-r--r-- 1 root root 983 Aug 27 20:35 go.mod [2020-08-27T20:35:04.423Z] -rw-r--r-- 1 root root 18581 Aug 27 20:35 go.sum [2020-08-27T20:35:04.423Z] drwxrwxr-x 8 1001 1001 127 Aug 27 20:32 internal [2020-08-27T20:35:04.423Z] drwxrwxr-x 4 1001 1001 26 Aug 27 20:32 openapi [2020-08-27T20:35:04.423Z] drwxrwxr-x 4 1001 1001 71 Aug 27 20:32 snap [2020-08-27T20:35:04.423Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:32 version.go [Pipeline] sh [2020-08-27T20:35:04.723Z] + '[' -e coverage.out ] [2020-08-27T20:35:04.723Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-27T20:35:04.872Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:35:05.167Z] + make build [2020-08-27T20:35:05.167Z] 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-27T20:35:11.845Z] 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-27T20:35:14.399Z] 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-27T20:35:16.312Z] 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-27T20:35:17.702Z] 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-27T20:35:20.249Z] 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-27T20:35:20.829Z] 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-27T20:35:22.222Z] 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-27T20:35:23.624Z] 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-27T20:35:25.021Z] 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-27T20:35:26.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-27T20:35:27.796Z] 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-27T20:35:28.743Z] 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-27T20:35:30.157Z] $ docker stop --time=1 077dbf1f93c9f3caad7a440f988641ee507595a414f626370ebd3b2c6f288d3f [2020-08-27T20:35:31.711Z] $ docker rm -f 077dbf1f93c9f3caad7a440f988641ee507595a414f626370ebd3b2c6f288d3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:35:33.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:35:33.269Z] [2020-08-27T20:35:33.269Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:35:33.606Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:35:33.606Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-27T20:35:33.606Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-27T20:35:33.606Z] ca9280d653b3: Pulling fs layer [2020-08-27T20:35:33.606Z] 7e9c9ca2126c: Pulling fs layer [2020-08-27T20:35:33.606Z] cbdbe7a5bc2a: Download complete [2020-08-27T20:35:33.875Z] ca9280d653b3: Verifying Checksum [2020-08-27T20:35:33.875Z] ca9280d653b3: Download complete [2020-08-27T20:35:34.136Z] cbdbe7a5bc2a: Pull complete [2020-08-27T20:35:34.714Z] 7e9c9ca2126c: Verifying Checksum [2020-08-27T20:35:34.714Z] 7e9c9ca2126c: Download complete [2020-08-27T20:35:34.975Z] ca9280d653b3: Pull complete [2020-08-27T20:35:43.145Z] 7e9c9ca2126c: Pull complete [2020-08-27T20:35:43.145Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-27T20:35:43.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:35:43.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-27T20:35:43.300Z] prd-centos7-docker-4c-2g-501 does not seem to be running inside a container [2020-08-27T20:35:43.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:35:44.194Z] $ docker top e5d401c78000961f97dd84b322bb58b3395be80f9bffe592d3cec3634a7c66e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:35:44.808Z] + docker-compose build --help [2020-08-27T20:35:44.808Z] + grep parallel [2020-08-27T20:35:45.764Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:35:45.779Z] $ docker stop --time=1 e5d401c78000961f97dd84b322bb58b3395be80f9bffe592d3cec3634a7c66e4 [2020-08-27T20:35:47.124Z] $ docker rm -f e5d401c78000961f97dd84b322bb58b3395be80f9bffe592d3cec3634a7c66e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:35:47.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T20:35:47.720Z] . [Pipeline] withDockerContainer [2020-08-27T20:35:47.811Z] prd-centos7-docker-4c-2g-501 does not seem to be running inside a container [2020-08-27T20:35:47.855Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:35:48.529Z] $ docker top 95850474d32a04614132082650f1964235118b57c4db9945dbb50ffffc6a20fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:35:49.020Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:35:49.965Z] Building docker-core-command-go ... [2020-08-27T20:35:49.965Z] Building docker-core-data-go ... [2020-08-27T20:35:49.965Z] Building docker-core-metadata-go ... [2020-08-27T20:35:49.965Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:35:49.965Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:35:49.965Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:35:49.965Z] Building docker-support-logging-go ... [2020-08-27T20:35:49.965Z] Building docker-support-notifications-go ... [2020-08-27T20:35:49.965Z] Building docker-support-scheduler-go ... [2020-08-27T20:35:49.965Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:35:49.965Z] Building docker-core-command-go [2020-08-27T20:35:49.965Z] Building docker-security-proxy-setup-go [2020-08-27T20:35:49.965Z] Building docker-support-logging-go [2020-08-27T20:35:49.965Z] Building docker-security-secretstore-setup-go [2020-08-27T20:35:49.965Z] Building docker-core-metadata-go [2020-08-27T20:36:09.652Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-506 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws [2020-08-27T20:36:09.695Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-08-27T20:36:15.008Z] using credential edgex-jenkins-ssh [2020-08-27T20:36:15.065Z] Cloning the remote Git repository [2020-08-27T20:36:15.065Z] Cloning with configured refspecs honoured and without tags [2020-08-27T20:36:15.139Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:36:15.252Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-08-27T20:36:15.319Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:36:15.322Z] > git --version # timeout=10 [2020-08-27T20:36:15.356Z] > git --version # 'git version 2.17.1' [2020-08-27T20:36:15.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:36:15.416Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:36:22.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:36:22.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:36:22.138Z] ---> 44c9f324a88f [2020-08-27T20:36:22.138Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:36:22.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:36:22.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:36:22.138Z] ---> 44c9f324a88f [2020-08-27T20:36:22.138Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:36:22.138Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:36:22.138Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:36:22.138Z] ---> 44c9f324a88f [2020-08-27T20:36:22.138Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:36:22.138Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:36:22.138Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:36:22.138Z] ---> 44c9f324a88f [2020-08-27T20:36:22.138Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:36:22.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:36:22.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:36:22.138Z] ---> 44c9f324a88f [2020-08-27T20:36:22.138Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:36:22.138Z] ---> Running in e22020838ccb [2020-08-27T20:36:22.138Z] ---> Running in 4a5f87b47226 [2020-08-27T20:36:22.138Z] ---> Running in dcb0ff587892 [2020-08-27T20:36:22.138Z] ---> Running in 51a393155cf6 [2020-08-27T20:36:22.138Z] ---> Running in ad47784d2927 [2020-08-27T20:36:22.138Z] Removing intermediate container ad47784d2927 [2020-08-27T20:36:22.138Z] ---> ad0b5bc236f1 [2020-08-27T20:36:22.138Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:36:22.138Z] Removing intermediate container e22020838ccb [2020-08-27T20:36:22.138Z] ---> f2b20eccbc58 [2020-08-27T20:36:22.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:36:22.138Z] Removing intermediate container 4a5f87b47226 [2020-08-27T20:36:22.138Z] ---> cdb476f56522 [2020-08-27T20:36:22.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:36:22.138Z] Removing intermediate container dcb0ff587892 [2020-08-27T20:36:22.138Z] ---> 5b92b0d3d842 [2020-08-27T20:36:22.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:36:22.138Z] Removing intermediate container 51a393155cf6 [2020-08-27T20:36:22.138Z] ---> bde7c0602495 [2020-08-27T20:36:22.138Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:36:22.138Z] ---> Running in 83f3fdfbe9da [2020-08-27T20:36:22.138Z] ---> Running in 1abf8e7faec0 [2020-08-27T20:36:22.138Z] ---> Running in e871623b881c [2020-08-27T20:36:22.138Z] ---> Running in c9c73cc0ba61 [2020-08-27T20:36:22.138Z] ---> Running in b7b60f063300 [2020-08-27T20:36:22.400Z] Removing intermediate container e871623b881c [2020-08-27T20:36:22.400Z] ---> c4cb6c457650 [2020-08-27T20:36:22.400Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:36:22.400Z] Removing intermediate container 1abf8e7faec0 [2020-08-27T20:36:22.400Z] ---> c26971ba372b [2020-08-27T20:36:22.400Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:36:22.400Z] Removing intermediate container 83f3fdfbe9da [2020-08-27T20:36:22.400Z] ---> 8377e4a74a44 [2020-08-27T20:36:22.400Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:36:22.400Z] Removing intermediate container c9c73cc0ba61 [2020-08-27T20:36:22.400Z] ---> 706b2430fcd9 [2020-08-27T20:36:22.400Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:36:22.661Z] ---> Running in 78c30f664c8e [2020-08-27T20:36:22.661Z] ---> Running in 93eb405c59e8 [2020-08-27T20:36:22.661Z] ---> Running in 193f9859475c [2020-08-27T20:36:22.661Z] ---> Running in 10445a43b67c [2020-08-27T20:36:22.661Z] Removing intermediate container b7b60f063300 [2020-08-27T20:36:22.661Z] ---> b4dfd870b12a [2020-08-27T20:36:22.661Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:36:22.924Z] ---> Running in 76db5ee7127e [2020-08-27T20:36:23.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:23.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:23.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:23.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:23.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:24.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:24.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:24.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:24.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:24.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:36:24.868Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:24.868Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:24.868Z] OK: 12746 distinct packages available [2020-08-27T20:36:25.139Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:25.139Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:25.139Z] OK: 12746 distinct packages available [2020-08-27T20:36:25.139Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:25.139Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:25.139Z] OK: 12746 distinct packages available [2020-08-27T20:36:25.139Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:25.139Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:25.139Z] OK: 12746 distinct packages available [2020-08-27T20:36:25.139Z] OK: 233 MiB in 51 packages [2020-08-27T20:36:25.414Z] OK: 233 MiB in 51 packages [2020-08-27T20:36:25.414Z] OK: 233 MiB in 51 packages [2020-08-27T20:36:25.414Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:36:25.414Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:36:25.414Z] OK: 12746 distinct packages available [2020-08-27T20:36:25.414Z] OK: 233 MiB in 51 packages [2020-08-27T20:36:25.678Z] OK: 233 MiB in 51 packages [2020-08-27T20:36:25.678Z] OK: 233 MiB in 51 packages [2020-08-27T20:36:26.268Z] Removing intermediate container 78c30f664c8e [2020-08-27T20:36:26.268Z] ---> 5f71f69e2aa6 [2020-08-27T20:36:26.268Z] Step 6/22 : COPY go.mod . [2020-08-27T20:36:26.535Z] Removing intermediate container 93eb405c59e8 [2020-08-27T20:36:26.535Z] ---> a43e60e0bf25 [2020-08-27T20:36:26.535Z] Step 6/22 : COPY go.mod . [2020-08-27T20:36:26.535Z] Removing intermediate container 193f9859475c [2020-08-27T20:36:26.535Z] ---> 0aa25a0d3b7a [2020-08-27T20:36:26.535Z] Step 6/20 : COPY go.mod . [2020-08-27T20:36:26.535Z] ---> 1bdbfb7897e6 [2020-08-27T20:36:26.535Z] Step 7/22 : RUN go mod download [2020-08-27T20:36:26.799Z] ---> Running in 34f680e42826 [2020-08-27T20:36:27.067Z] Removing intermediate container 10445a43b67c [2020-08-27T20:36:27.067Z] ---> f189db2f3396 [2020-08-27T20:36:27.067Z] Step 6/22 : COPY go.mod . [2020-08-27T20:36:27.067Z] Removing intermediate container 76db5ee7127e [2020-08-27T20:36:27.067Z] ---> 6cce538833c7 [2020-08-27T20:36:27.067Z] Step 6/26 : COPY go.mod . [2020-08-27T20:36:27.067Z] ---> a53287fd61f4 [2020-08-27T20:36:27.067Z] Step 7/22 : RUN go mod download [2020-08-27T20:36:27.067Z] ---> 69b79ddfec4f [2020-08-27T20:36:27.067Z] Step 7/20 : RUN go mod download [2020-08-27T20:36:27.330Z] ---> Running in 1934fb78ef7f [2020-08-27T20:36:27.330Z] ---> Running in 5ad2ae900102 [2020-08-27T20:36:27.591Z] ---> 131ac00d96c1 [2020-08-27T20:36:27.591Z] Step 7/22 : RUN go mod download [2020-08-27T20:36:27.591Z] ---> dad8a70ab1f0 [2020-08-27T20:36:27.591Z] Step 7/26 : RUN go mod download [2020-08-27T20:36:27.856Z] ---> Running in 71c1b79c20a7 [2020-08-27T20:36:27.856Z] ---> Running in 5f13fa3c53c9 [2020-08-27T20:36:29.267Z] Removing intermediate container 34f680e42826 [2020-08-27T20:36:29.267Z] ---> 4e95a3b33eeb [2020-08-27T20:36:29.267Z] Step 8/22 : COPY . . [2020-08-27T20:36:29.535Z] Removing intermediate container 1934fb78ef7f [2020-08-27T20:36:29.535Z] ---> de996504a5f5 [2020-08-27T20:36:29.535Z] Step 8/22 : COPY . . [2020-08-27T20:36:29.988Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:36:30.013Z] > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 [2020-08-27T20:36:30.036Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:36:30.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T20:36:30.071Z] Fetching without tags [2020-08-27T20:36:30.644Z] Merging remotes/origin/master commit 1421448afc2248c8ed7ba2afa89517a5a2307549 into PR head commit 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 [2020-08-27T20:36:31.304Z] Merge succeeded, producing 540b867ead3e0df7b45a3fa3580e3912f8d270ff [2020-08-27T20:36:31.304Z] Checking out Revision 540b867ead3e0df7b45a3fa3580e3912f8d270ff (PR-2659) [2020-08-27T20:36:30.123Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T20:36:30.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:36:30.140Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T20:36:30.667Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:36:30.683Z] > git checkout -f 13a37a78d6dc5cd064bc570d1cdbf40eb072bac1 # timeout=10 [2020-08-27T20:36:30.953Z] > git remote # timeout=10 [2020-08-27T20:36:30.971Z] > git config --get remote.origin.url # timeout=10 [2020-08-27T20:36:30.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T20:36:30.999Z] > git merge 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 [2020-08-27T20:36:31.299Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-27T20:36:31.318Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T20:36:31.337Z] > git checkout -f 540b867ead3e0df7b45a3fa3580e3912f8d270ff # timeout=10 [2020-08-27T20:36:33.774Z] Removing intermediate container 5ad2ae900102 [2020-08-27T20:36:33.774Z] ---> 75b33480bf41 [2020-08-27T20:36:33.774Z] Step 8/20 : COPY . . [2020-08-27T20:36:35.448Z] Commit message: "Merge commit '1421448afc2248c8ed7ba2afa89517a5a2307549' into HEAD" [2020-08-27T20:36:35.471Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-27T20:36:35.463Z] > git rev-list --no-walk 0a3cbf90209bea9491aaff912b0fe7316e668dc5 # timeout=10 [2020-08-27T20:36:41.963Z] Removing intermediate container 71c1b79c20a7 [2020-08-27T20:36:41.963Z] ---> 276a0e63649c [2020-08-27T20:36:41.963Z] Step 8/22 : COPY . . [2020-08-27T20:36:41.963Z] Removing intermediate container 5f13fa3c53c9 [2020-08-27T20:36:41.963Z] ---> 5436b36d43e4 [2020-08-27T20:36:41.963Z] Step 8/26 : COPY . . [Pipeline] echo [2020-08-27T20:36:46.733Z] ========================================================= [2020-08-27T20:36:46.733Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-27T20:36:46.733Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:36:47.644Z] + 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-27T20:36:51.965Z] Sending build context to Docker daemon 323.2MB [2020-08-27T20:36:51.965Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T20:36:51.965Z] Step 2/7 : FROM ${BASE} [2020-08-27T20:36:51.965Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-27T20:36:51.965Z] b538f80385f9: Pulling fs layer [2020-08-27T20:36:51.965Z] 74f711af9a0d: Pulling fs layer [2020-08-27T20:36:51.965Z] 99f96fe45779: Pulling fs layer [2020-08-27T20:36:51.965Z] fd7a069fd194: Pulling fs layer [2020-08-27T20:36:51.965Z] 66aa3694b03b: Pulling fs layer [2020-08-27T20:36:51.965Z] 170f70906a0f: Pulling fs layer [2020-08-27T20:36:51.965Z] ad7c5574e4b9: Pulling fs layer [2020-08-27T20:36:51.965Z] e772456be8f7: Pulling fs layer [2020-08-27T20:36:51.965Z] c890913d741a: Pulling fs layer [2020-08-27T20:36:51.965Z] 2480fcc9aa5a: Pulling fs layer [2020-08-27T20:36:51.965Z] 09adf4765672: Pulling fs layer [2020-08-27T20:36:51.965Z] fd7a069fd194: Waiting [2020-08-27T20:36:51.965Z] 66aa3694b03b: Waiting [2020-08-27T20:36:51.965Z] 170f70906a0f: Waiting [2020-08-27T20:36:51.965Z] ad7c5574e4b9: Waiting [2020-08-27T20:36:51.965Z] e772456be8f7: Waiting [2020-08-27T20:36:51.965Z] c890913d741a: Waiting [2020-08-27T20:36:51.965Z] 2480fcc9aa5a: Waiting [2020-08-27T20:36:51.965Z] 09adf4765672: Waiting [2020-08-27T20:36:51.965Z] 99f96fe45779: Verifying Checksum [2020-08-27T20:36:51.965Z] 99f96fe45779: Download complete [2020-08-27T20:36:51.965Z] 74f711af9a0d: Download complete [2020-08-27T20:36:51.965Z] 66aa3694b03b: Download complete [2020-08-27T20:36:51.965Z] 170f70906a0f: Verifying Checksum [2020-08-27T20:36:51.965Z] 170f70906a0f: Download complete [2020-08-27T20:36:51.965Z] b538f80385f9: Verifying Checksum [2020-08-27T20:36:51.965Z] b538f80385f9: Download complete [2020-08-27T20:36:52.562Z] b538f80385f9: Pull complete [2020-08-27T20:36:53.160Z] 74f711af9a0d: Pull complete [2020-08-27T20:36:53.760Z] 99f96fe45779: Pull complete [2020-08-27T20:36:55.193Z] ad7c5574e4b9: Verifying Checksum [2020-08-27T20:36:55.193Z] ad7c5574e4b9: Download complete [2020-08-27T20:36:55.193Z] c890913d741a: Download complete [2020-08-27T20:36:56.622Z] 2480fcc9aa5a: Verifying Checksum [2020-08-27T20:36:56.622Z] 2480fcc9aa5a: Download complete [2020-08-27T20:36:56.893Z] 09adf4765672: Download complete [2020-08-27T20:36:57.163Z] e772456be8f7: Verifying Checksum [2020-08-27T20:36:57.163Z] e772456be8f7: Download complete [2020-08-27T20:36:57.753Z] fd7a069fd194: Download complete [2020-08-27T20:37:08.842Z] ---> 8488927d7add [2020-08-27T20:37:08.842Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:37:10.150Z] fd7a069fd194: Pull complete [2020-08-27T20:37:10.150Z] 66aa3694b03b: Pull complete [2020-08-27T20:37:10.150Z] 170f70906a0f: Pull complete [2020-08-27T20:37:10.230Z] ---> e33b2821b5f6 [2020-08-27T20:37:10.230Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:37:10.230Z] ---> Running in 60f8b8e5c5d7 [2020-08-27T20:37:10.804Z] ---> 09feeeabb864 [2020-08-27T20:37:10.804Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:37:12.191Z] ---> Running in 988ff34cbca5 [2020-08-27T20:37:12.191Z] ---> Running in ef090399365c [2020-08-27T20:37:12.452Z] ---> e671e466d6ca [2020-08-27T20:37:12.452Z] 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-27T20:37:12.452Z] ---> e9ae15bdf9d3 [2020-08-27T20:37:12.452Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:37:12.717Z] ---> Running in 4152ddfdcfa0 [2020-08-27T20:37:12.717Z] ---> Running in 09d6d577334a [2020-08-27T20:37:12.978Z] 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-27T20:37:12.978Z] 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-27T20:37:13.242Z] 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-27T20:37:13.549Z] ad7c5574e4b9: Pull complete [2020-08-27T20:37:13.837Z] 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-27T20:37:13.837Z] 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-27T20:37:18.961Z] e772456be8f7: Pull complete [2020-08-27T20:37:18.961Z] c890913d741a: Pull complete [2020-08-27T20:37:20.943Z] 2480fcc9aa5a: Pull complete [2020-08-27T20:37:21.219Z] 09adf4765672: Pull complete [2020-08-27T20:37:21.219Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-27T20:37:21.219Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-27T20:37:21.219Z] ---> 2248a725d1cf [2020-08-27T20:37:21.219Z] 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-27T20:37:26.631Z] ---> Running in cd3817c66aa9 [2020-08-27T20:37:28.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:37:29.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:37:30.895Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T20:37:31.166Z] (2/12) Installing file (5.38-r0) [2020-08-27T20:37:31.166Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T20:37:31.436Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T20:37:35.717Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T20:37:35.717Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T20:37:35.717Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T20:37:35.717Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T20:37:35.717Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T20:37:35.717Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T20:37:35.989Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T20:37:35.989Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T20:37:35.989Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:37:36.262Z] OK: 217 MiB in 51 packages [2020-08-27T20:37:40.559Z] 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-27T20:37:40.825Z] Removing intermediate container cd3817c66aa9 [2020-08-27T20:37:40.825Z] ---> a6125550aa29 [2020-08-27T20:37:40.825Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T20:37:40.825Z] ---> Running in 937fb68c3bca [2020-08-27T20:37:40.825Z] Removing intermediate container 937fb68c3bca [2020-08-27T20:37:40.825Z] ---> 4812326cd700 [2020-08-27T20:37:40.825Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T20:37:41.096Z] latest: Pulling from library/docker [2020-08-27T20:37:41.145Z] Removing intermediate container ef090399365c [2020-08-27T20:37:41.145Z] ---> 0ea6ba2de423 [2020-08-27T20:37:41.145Z] [2020-08-27T20:37:41.145Z] Step 10/20 : FROM alpine [2020-08-27T20:37:41.368Z] b538f80385f9: Already exists [2020-08-27T20:37:41.368Z] 259a493cd78d: Pulling fs layer [2020-08-27T20:37:41.368Z] b8e66b5100f5: Pulling fs layer [2020-08-27T20:37:41.368Z] 39dc9c94d07c: Pulling fs layer [2020-08-27T20:37:41.368Z] 551b823b3b82: Pulling fs layer [2020-08-27T20:37:41.368Z] 3c52a74df98c: Pulling fs layer [2020-08-27T20:37:41.368Z] 6c9b121b6998: Pulling fs layer [2020-08-27T20:37:41.368Z] 551b823b3b82: Waiting [2020-08-27T20:37:41.368Z] 3c52a74df98c: Waiting [2020-08-27T20:37:41.368Z] 6c9b121b6998: Waiting [2020-08-27T20:37:41.368Z] b8e66b5100f5: Download complete [2020-08-27T20:37:41.368Z] 259a493cd78d: Download complete [2020-08-27T20:37:41.409Z] latest: Pulling from library/alpine [2020-08-27T20:37:41.646Z] 551b823b3b82: Verifying Checksum [2020-08-27T20:37:41.646Z] 551b823b3b82: Download complete [2020-08-27T20:37:41.646Z] 3c52a74df98c: Verifying Checksum [2020-08-27T20:37:41.646Z] 3c52a74df98c: Download complete [2020-08-27T20:37:41.646Z] 6c9b121b6998: Verifying Checksum [2020-08-27T20:37:41.646Z] 6c9b121b6998: Download complete [2020-08-27T20:37:42.245Z] 259a493cd78d: Pull complete [2020-08-27T20:37:42.519Z] b8e66b5100f5: Pull complete [2020-08-27T20:37:42.792Z] 39dc9c94d07c: Download complete [2020-08-27T20:37:42.798Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:37:43.059Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:37:43.059Z] ---> a24bb4013296 [2020-08-27T20:37:43.059Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:37:43.643Z] 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-27T20:37:43.643Z] ---> Running in 807760c76744 [2020-08-27T20:37:44.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:44.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:44.899Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:37:44.899Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:37:44.899Z] OK: 12746 distinct packages available [2020-08-27T20:37:45.170Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:37:45.170Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:37:45.170Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:37:45.170Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:37:45.170Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:37:45.434Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:37:45.434Z] OK: 7 MiB in 18 packages [2020-08-27T20:37:46.170Z] 39dc9c94d07c: Pull complete [2020-08-27T20:37:46.170Z] 551b823b3b82: Pull complete [2020-08-27T20:37:46.443Z] 3c52a74df98c: Pull complete [2020-08-27T20:37:46.716Z] 6c9b121b6998: Pull complete [2020-08-27T20:37:46.716Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T20:37:46.716Z] Status: Downloaded newer image for docker:latest [2020-08-27T20:37:47.359Z] Removing intermediate container 09d6d577334a [2020-08-27T20:37:47.359Z] ---> fdb228b9f793 [2020-08-27T20:37:47.359Z] [2020-08-27T20:37:47.359Z] Step 10/22 : FROM scratch [2020-08-27T20:37:47.359Z] ---> [2020-08-27T20:37:47.359Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:37:47.931Z] ---> Running in c006d07c2530 [2020-08-27T20:37:48.502Z] Removing intermediate container 988ff34cbca5 [2020-08-27T20:37:48.502Z] ---> 4b27c40eee3d [2020-08-27T20:37:48.502Z] [2020-08-27T20:37:48.502Z] Step 10/22 : FROM scratch [2020-08-27T20:37:48.502Z] ---> [2020-08-27T20:37:48.502Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:37:49.444Z] ---> Running in e62cac3c434a [2020-08-27T20:37:49.444Z] Removing intermediate container c006d07c2530 [2020-08-27T20:37:49.444Z] ---> 1779d6a5ac9e [2020-08-27T20:37:49.444Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:37:50.102Z] ---> ab23ab75670f [2020-08-27T20:37:50.102Z] Step 6/7 : COPY go.mod . [2020-08-27T20:37:50.465Z] ---> Running in 8da637904b3b [2020-08-27T20:37:50.465Z] Removing intermediate container 807760c76744 [2020-08-27T20:37:50.465Z] ---> 503bf7623795 [2020-08-27T20:37:50.465Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:37:50.465Z] Removing intermediate container 4152ddfdcfa0 [2020-08-27T20:37:50.465Z] ---> bcef82d32032 [2020-08-27T20:37:50.465Z] [2020-08-27T20:37:50.465Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:37:50.465Z] Removing intermediate container e62cac3c434a [2020-08-27T20:37:50.465Z] ---> a16f2ff53efd [2020-08-27T20:37:50.465Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:37:50.696Z] ---> 7117e4e98f64 [2020-08-27T20:37:50.696Z] Step 7/7 : RUN go mod download [2020-08-27T20:37:50.757Z] ---> Running in 1372e310f3c1 [2020-08-27T20:37:50.757Z] ---> Running in e552f36038d3 [2020-08-27T20:37:50.757Z] Removing intermediate container 8da637904b3b [2020-08-27T20:37:50.757Z] ---> 08889249a798 [2020-08-27T20:37:50.757Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:37:50.970Z] ---> Running in c7f1802dd5c5 [2020-08-27T20:37:51.039Z] 3.10: Pulling from library/alpine [2020-08-27T20:37:51.039Z] ---> Running in 8884414ee63c [2020-08-27T20:37:52.998Z] Removing intermediate container 1372e310f3c1 [2020-08-27T20:37:52.998Z] ---> 94e9bf700045 [2020-08-27T20:37:52.998Z] Step 13/20 : WORKDIR /edgexRemoving intermediate container e552f36038d3 [2020-08-27T20:37:52.998Z] [2020-08-27T20:37:52.998Z] ---> 5472d3476991 [2020-08-27T20:37:52.998Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:37:53.263Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:37:53.263Z] ---> Running in 41e7173a212f [2020-08-27T20:37:53.263Z] Removing intermediate container 8884414ee63c [2020-08-27T20:37:53.263Z] ---> 348f34425c3d [2020-08-27T20:37:53.263Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:37:53.263Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:37:53.263Z] ---> Running in cf0479bad49d [2020-08-27T20:37:53.263Z] ---> be4e4bea2c2e [2020-08-27T20:37:53.263Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:37:53.524Z] ---> Running in 8f0f0f2bde0a [2020-08-27T20:37:53.524Z] Removing intermediate container 60f8b8e5c5d7 [2020-08-27T20:37:53.524Z] ---> f44a878948ad [2020-08-27T20:37:53.524Z] [2020-08-27T20:37:53.524Z] Step 10/22 : FROM scratch [2020-08-27T20:37:53.524Z] ---> [2020-08-27T20:37:53.524Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:37:54.095Z] ---> Using cache [2020-08-27T20:37:54.095Z] ---> a16f2ff53efd [2020-08-27T20:37:54.095Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:37:54.361Z] Removing intermediate container 41e7173a212f [2020-08-27T20:37:54.361Z] ---> b99fed9d21cb [2020-08-27T20:37:54.361Z] Step 14/22 : WORKDIR / [2020-08-27T20:37:54.361Z] ---> Running in 7507bb10c43e [2020-08-27T20:37:54.361Z] ---> ff5ab58a0c22 [2020-08-27T20:37:54.361Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:37:54.622Z] Removing intermediate container cf0479bad49d [2020-08-27T20:37:54.622Z] ---> ca707aa76982 [2020-08-27T20:37:54.622Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:37:54.622Z] ---> Running in 1fc4723174a2 [2020-08-27T20:37:54.622Z] Removing intermediate container 7507bb10c43e [2020-08-27T20:37:54.622Z] ---> 20d94a8a4c2a [2020-08-27T20:37:54.622Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:37:54.888Z] ---> c69c1daeaf47 [2020-08-27T20:37:54.888Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:37:54.888Z] ---> Running in 2760b763d6df [2020-08-27T20:37:54.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:54.888Z] Removing intermediate container 1fc4723174a2 [2020-08-27T20:37:54.888Z] ---> 0652e00c1576 [2020-08-27T20:37:54.888Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:37:54.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:37:55.162Z] ---> 5ebca0a9f760 [2020-08-27T20:37:55.162Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:37:55.162Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:37:55.162Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:37:55.162Z] OK: 10346 distinct packages available [2020-08-27T20:37:55.162Z] Removing intermediate container 2760b763d6df [2020-08-27T20:37:55.162Z] ---> 86531b65a121 [2020-08-27T20:37:55.162Z] Step 14/22 : WORKDIR / [2020-08-27T20:37:55.162Z] ---> 2cefbe75ae36 [2020-08-27T20:37:55.162Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:37:55.310Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T20:37:55.310Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T20:37:55.310Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T20:37:55.310Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T20:37:55.310Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T20:37:55.310Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T20:37:55.310Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T20:37:55.310Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T20:37:55.310Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T20:37:55.310Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T20:37:55.310Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T20:37:55.310Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T20:37:55.310Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T20:37:55.310Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T20:37:55.310Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T20:37:55.429Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:37:55.429Z] ---> Running in b274b90182a4 [2020-08-27T20:37:55.429Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:37:55.429Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:37:55.429Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:37:55.429Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:37:55.429Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:37:55.429Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:37:55.429Z] ---> 8815cf954b0c [2020-08-27T20:37:55.429Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:55.429Z] OK: 7 MiB in 19 packages [2020-08-27T20:37:55.583Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T20:37:55.583Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T20:37:55.583Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T20:37:55.583Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T20:37:55.583Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T20:37:55.583Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T20:37:55.691Z] ---> 674ade53e7c9 [2020-08-27T20:37:55.691Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:37:55.854Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T20:37:55.854Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T20:37:55.854Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T20:37:55.854Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T20:37:55.854Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T20:37:55.854Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T20:37:55.953Z] Removing intermediate container b274b90182a4 [2020-08-27T20:37:55.953Z] ---> 254e4bff76e0 [2020-08-27T20:37:55.953Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:37:55.953Z] ---> Running in 74959d945233 [2020-08-27T20:37:56.125Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T20:37:56.125Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T20:37:56.125Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T20:37:56.125Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T20:37:56.125Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T20:37:56.125Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T20:37:56.125Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T20:37:56.394Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T20:37:56.394Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T20:37:56.394Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T20:37:56.394Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T20:37:56.394Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T20:37:56.394Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T20:37:56.665Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T20:37:56.895Z] ---> 5423c2d1be21 [2020-08-27T20:37:56.895Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:37:56.895Z] ---> 360db68f32bb [2020-08-27T20:37:56.895Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:56.934Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T20:37:56.934Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T20:37:56.934Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T20:37:56.934Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T20:37:56.934Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T20:37:56.934Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T20:37:57.204Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T20:37:57.204Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T20:37:57.204Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T20:37:57.204Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T20:37:57.204Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T20:37:57.204Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T20:37:57.467Z] ---> ddde4931194d [2020-08-27T20:37:57.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:37:57.468Z] ---> Running in f7cc685f3bf2 [2020-08-27T20:37:57.468Z] Removing intermediate container 74959d945233 [2020-08-27T20:37:57.468Z] ---> ee19fb9cc943 [2020-08-27T20:37:57.468Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:37:57.474Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T20:37:57.474Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T20:37:57.474Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T20:37:57.474Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T20:37:57.474Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T20:37:57.474Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T20:37:57.729Z] ---> 414b167b7c5c [2020-08-27T20:37:57.729Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:37:57.729Z] Removing intermediate container f7cc685f3bf2 [2020-08-27T20:37:57.729Z] ---> 259e47a6ee89 [2020-08-27T20:37:57.729Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:57.729Z] Removing intermediate container 8f0f0f2bde0a [2020-08-27T20:37:57.729Z] ---> 7cd607b296c3 [2020-08-27T20:37:57.729Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:37:57.729Z] ---> Running in 4648471f8d94 [2020-08-27T20:37:57.744Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T20:37:57.744Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T20:37:57.744Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T20:37:57.744Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T20:37:57.744Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T20:37:57.744Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T20:37:57.744Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T20:37:57.993Z] ---> Running in 9e06cadcd950 [2020-08-27T20:37:57.993Z] ---> Running in 72fdfb5922f7 [2020-08-27T20:37:57.993Z] ---> Running in 2103fbeec42f [2020-08-27T20:37:57.993Z] ---> 224ce25be50c [2020-08-27T20:37:57.993Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:37:58.013Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T20:37:58.013Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T20:37:58.013Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T20:37:58.013Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T20:37:58.013Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T20:37:58.013Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T20:37:58.252Z] Removing intermediate container 4648471f8d94 [2020-08-27T20:37:58.252Z] ---> 0c36c75de134 [2020-08-27T20:37:58.252Z] Step 18/20 : LABEL arch=x86_64 [2020-08-27T20:37:58.252Z] ---> Running in a8af8aa4d128 [2020-08-27T20:37:58.284Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T20:37:58.284Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T20:37:58.284Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T20:37:58.284Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T20:37:58.284Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T20:37:58.284Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T20:37:58.284Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T20:37:58.516Z] Removing intermediate container 72fdfb5922f7 [2020-08-27T20:37:58.516Z] ---> 4ced661c4f2b [2020-08-27T20:37:58.516Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:37:58.516Z] Removing intermediate container 2103fbeec42f [2020-08-27T20:37:58.516Z] ---> da0966add6a2 [2020-08-27T20:37:58.516Z] Step 13/26 : WORKDIR / [2020-08-27T20:37:58.516Z] Removing intermediate container 9e06cadcd950 [2020-08-27T20:37:58.516Z] ---> 51a5ca1c31de [2020-08-27T20:37:58.516Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:58.556Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-27T20:37:58.556Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T20:37:58.556Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T20:37:58.556Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T20:37:58.556Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T20:37:58.556Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T20:37:58.778Z] ---> f82b82b11875 [2020-08-27T20:37:58.778Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:37:58.825Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T20:37:58.825Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T20:37:58.825Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T20:37:58.825Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T20:37:58.825Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T20:37:59.038Z] ---> Running in 8d451af84a36 [2020-08-27T20:37:59.038Z] ---> Running in 808633a0f233 [2020-08-27T20:37:59.038Z] ---> Running in 4333b448ae7d [2020-08-27T20:37:59.038Z] ---> Running in e445ac263373 [2020-08-27T20:37:59.038Z] Removing intermediate container a8af8aa4d128 [2020-08-27T20:37:59.038Z] ---> 13626d0241ba [2020-08-27T20:37:59.038Z] Step 19/20 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:37:59.299Z] ---> Running in f897e99eb8ef [2020-08-27T20:37:59.299Z] Removing intermediate container 4333b448ae7d [2020-08-27T20:37:59.299Z] ---> ab4873a84520 [2020-08-27T20:37:59.299Z] Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:37:59.299Z] Removing intermediate container 8d451af84a36 [2020-08-27T20:37:59.299Z] ---> f8480ec3412c [2020-08-27T20:37:59.299Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:37:59.299Z] Removing intermediate container 808633a0f233 [2020-08-27T20:37:59.299Z] ---> 23054950fd0c [2020-08-27T20:37:59.299Z] 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-27T20:37:59.299Z] Removing intermediate container e445ac263373 [2020-08-27T20:37:59.299Z] ---> e0c3eba7bd1b [2020-08-27T20:37:59.299Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:37:59.560Z] ---> Running in 00cd394c6bbd [2020-08-27T20:37:59.560Z] ---> Running in e47477ea2569 [2020-08-27T20:37:59.560Z] Removing intermediate container f897e99eb8ef [2020-08-27T20:37:59.560Z] ---> ac58b701ec99 [2020-08-27T20:37:59.560Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:37:59.823Z] ---> Running in ac2e0a49d312 [2020-08-27T20:37:59.823Z] ---> Running in b20d8eaca8f1 [2020-08-27T20:37:59.823Z] ---> ec360670e0eb [2020-08-27T20:37:59.823Z] 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-27T20:37:59.823Z] Removing intermediate container 00cd394c6bbd [2020-08-27T20:37:59.823Z] ---> 9b91a825f9a8 [2020-08-27T20:37:59.823Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:38:00.083Z] Removing intermediate container e47477ea2569 [2020-08-27T20:38:00.083Z] ---> 989b32d0eb36 [2020-08-27T20:38:00.083Z] Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:38:00.344Z] Removing intermediate container ac2e0a49d312 [2020-08-27T20:38:00.344Z] ---> da405475daa3 [2020-08-27T20:38:00.344Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T20:38:00.344Z] ---> Running in d361880be9e5 [2020-08-27T20:38:00.344Z] Removing intermediate container b20d8eaca8f1 [2020-08-27T20:38:00.344Z] ---> bc813a650a18 [2020-08-27T20:38:00.344Z] [2020-08-27T20:38:00.605Z] ---> Running in 3f44f242eb79 [2020-08-27T20:38:00.605Z] ---> 08701c27b02b [2020-08-27T20:38:00.605Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:38:00.605Z] ---> Running in bfc263367c98 [2020-08-27T20:38:00.605Z] Successfully built bc813a650a18 [2020-08-27T20:38:00.867Z] Removing intermediate container d361880be9e5 [2020-08-27T20:38:00.867Z] ---> 539fff03c3a9 [2020-08-27T20:38:00.867Z] [2020-08-27T20:38:00.867Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-27T20:38:00.867Z] Building docker-support-notifications-go [2020-08-27T20:38:00.867Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3f44f242eb79 [2020-08-27T20:38:00.867Z] ---> 506b07425b93 [2020-08-27T20:38:00.867Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:38:00.867Z] Successfully built 539fff03c3a9 [2020-08-27T20:38:00.867Z] Removing intermediate container bfc263367c98 [2020-08-27T20:38:00.867Z] ---> 3abc0948b6d0 [2020-08-27T20:38:00.867Z] Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:38:00.867Z] Successfully tagged docker-support-logging-go:latest [2020-08-27T20:38:00.867Z] Building docker-sys-mgmt-agent-go [2020-08-27T20:38:00.867Z]  Building docker-support-logging-go ... done  ---> 5722dbf44fe7 [2020-08-27T20:38:00.867Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:38:01.127Z] ---> Running in c8afaea68e53 [2020-08-27T20:38:01.127Z] ---> Running in ec3ada5b6831 [2020-08-27T20:38:01.127Z] ---> 122449e0fced [2020-08-27T20:38:01.127Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:38:05.341Z] Removing intermediate container c8afaea68e53 [2020-08-27T20:38:05.341Z] ---> b795f32b789a [2020-08-27T20:38:05.341Z] [2020-08-27T20:38:05.341Z] Successfully built b795f32b789a [2020-08-27T20:38:07.887Z] Successfully tagged docker-core-command-go:latest [2020-08-27T20:38:07.887Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-08-27T20:38:09.271Z] ---> 36a98f3c3e86 [2020-08-27T20:38:09.271Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:38:09.271Z] Removing intermediate container ec3ada5b6831 [2020-08-27T20:38:09.271Z] ---> 6a9fa4c24a7f [2020-08-27T20:38:09.271Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:38:15.899Z] ---> Running in 22c48f416ea8 [2020-08-27T20:38:16.168Z] ---> ec5856fd6822 [2020-08-27T20:38:16.168Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:38:16.749Z] Removing intermediate container 22c48f416ea8 [2020-08-27T20:38:16.749Z] ---> aae4ad97bc7c [2020-08-27T20:38:16.749Z] [2020-08-27T20:38:17.701Z] Successfully built aae4ad97bc7c [2020-08-27T20:38:20.979Z] Removing intermediate container c7f1802dd5c5 [2020-08-27T20:38:20.979Z] ---> 9339c590c7b2 [2020-08-27T20:38:20.979Z] Successfully built 9339c590c7b2 [2020-08-27T20:38:20.979Z] Successfully tagged ci-base-image-arm64:latest [2020-08-27T20:38:21.024Z] Successfully tagged docker-core-metadata-go:latest [2020-08-27T20:38:21.024Z] Building docker-security-secrets-setup-go [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-08-27T20:38:21.286Z]  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:38:21.286Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:38:21.286Z] ---> 44c9f324a88f [2020-08-27T20:38:21.286Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:38:21.286Z] ---> Using cache [2020-08-27T20:38:21.286Z] ---> bde7c0602495 [2020-08-27T20:38:21.286Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:38:21.286Z] ---> Using cache [2020-08-27T20:38:21.286Z] ---> b4dfd870b12a [2020-08-27T20:38:21.286Z] Step 5/27 : RUN apk update && apk add make bash git [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:38:21.691Z] + docker inspect -f . ci-base-image-arm64 [2020-08-27T20:38:21.691Z] . [Pipeline] withDockerContainer [2020-08-27T20:38:21.970Z] prd-ubuntu18.04-docker-arm64-4c-16g-506 does not seem to be running inside a container [2020-08-27T20:38:22.055Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:38:22.682Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:38:22.682Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:38:22.682Z] ---> 44c9f324a88f [2020-08-27T20:38:22.682Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:38:22.682Z] ---> Using cache [2020-08-27T20:38:22.682Z] ---> bde7c0602495 [2020-08-27T20:38:22.682Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:38:22.682Z] ---> Using cache [2020-08-27T20:38:22.682Z] ---> b4dfd870b12a [2020-08-27T20:38:22.682Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:38:23.435Z] $ docker top 94f41212be34cd3964c838038de02ee455acd0151a0942993c9d25b3044b1d1c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:38:24.414Z] + go version [2020-08-27T20:38:24.414Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-27T20:38:24.435Z] ========================================================= [2020-08-27T20:38:24.435Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-27T20:38:24.435Z] ========================================================= [Pipeline] sh [2020-08-27T20:38:25.078Z] + make test [2020-08-27T20:38:25.078Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-27T20:38:25.229Z] ---> 48c92c010373 [2020-08-27T20:38:25.229Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:38:27.695Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-27T20:38:28.572Z] ---> Running in aa3dccddec05 [2020-08-27T20:38:28.572Z] ---> Running in 5e1e6bceba76 [2020-08-27T20:38:29.522Z] ---> de0d50d47a67 [2020-08-27T20:38:29.522Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:38:31.530Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:38:31.530Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:38:31.530Z] ---> 44c9f324a88f [2020-08-27T20:38:31.530Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:38:31.530Z] ---> Using cache [2020-08-27T20:38:31.530Z] ---> bde7c0602495 [2020-08-27T20:38:31.530Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:38:31.530Z] ---> Using cache [2020-08-27T20:38:31.530Z] ---> b4dfd870b12a [2020-08-27T20:38:31.530Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:38:31.530Z] ---> Using cache [2020-08-27T20:38:31.530Z] ---> 6cce538833c7 [2020-08-27T20:38:31.530Z] Step 6/21 : COPY go.mod . [2020-08-27T20:38:31.530Z] ---> Using cache [2020-08-27T20:38:31.530Z] ---> dad8a70ab1f0 [2020-08-27T20:38:31.530Z] Step 7/21 : RUN go mod download [2020-08-27T20:38:31.530Z] ---> Using cache [2020-08-27T20:38:31.530Z] ---> 5436b36d43e4 [2020-08-27T20:38:31.530Z] Step 8/21 : COPY . . [2020-08-27T20:38:31.530Z] ---> Using cache [2020-08-27T20:38:31.530Z] ---> e671e466d6ca [2020-08-27T20:38:31.530Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:38:32.114Z] ---> Running in 81be7887be1b [2020-08-27T20:38:32.375Z] ---> Running in a96dd4442ef2 [2020-08-27T20:38:33.905Z] 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-27T20:38:33.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:33.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:34.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:34.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:35.058Z] Removing intermediate container 81be7887be1b [2020-08-27T20:38:35.058Z] ---> b6526b878657 [2020-08-27T20:38:35.058Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:38:35.327Z] ---> Running in aa8de8b93b31 [2020-08-27T20:38:35.327Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:38:35.327Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:38:35.327Z] OK: 12746 distinct packages available [2020-08-27T20:38:35.327Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:38:35.327Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:38:35.327Z] OK: 12746 distinct packages available [2020-08-27T20:38:35.592Z] OK: 233 MiB in 51 packages [2020-08-27T20:38:35.857Z] OK: 233 MiB in 51 packages [2020-08-27T20:38:35.857Z] Removing intermediate container aa8de8b93b31 [2020-08-27T20:38:36.128Z] ---> 1daf21893108 [2020-08-27T20:38:36.128Z] Step 24/26 : LABEL arch=x86_64 [2020-08-27T20:38:36.128Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:38:36.128Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:38:36.128Z] ---> 44c9f324a88f [2020-08-27T20:38:36.128Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:38:36.128Z] ---> Using cache [2020-08-27T20:38:36.128Z] ---> bde7c0602495 [2020-08-27T20:38:36.128Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:38:37.545Z] ---> Running in dc91057c60a7 [2020-08-27T20:38:37.545Z] ---> Running in bd424bcd37fe [2020-08-27T20:38:37.820Z] Removing intermediate container dc91057c60a7 [2020-08-27T20:38:37.820Z] ---> 515aa609ef7b [2020-08-27T20:38:37.820Z] Step 25/26 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:38:38.090Z] ---> Running in 95cdf3b1f0f5 [2020-08-27T20:38:38.090Z] Removing intermediate container aa3dccddec05 [2020-08-27T20:38:38.090Z] ---> 8db9ee19d47e [2020-08-27T20:38:38.090Z] Step 6/27 : COPY go.mod . [2020-08-27T20:38:38.358Z] Removing intermediate container 5e1e6bceba76 [2020-08-27T20:38:38.358Z] ---> 4410b98c2f07 [2020-08-27T20:38:38.358Z] Step 6/24 : COPY go.mod . [2020-08-27T20:38:38.946Z] Removing intermediate container 95cdf3b1f0f5 [2020-08-27T20:38:38.946Z] ---> b9dd95bc106d [2020-08-27T20:38:38.946Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:38:39.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:39.225Z] ---> Running in 1fc3eca48c4f [2020-08-27T20:38:39.496Z] ---> 0e4909c5147f [2020-08-27T20:38:39.496Z] Step 7/27 : RUN go mod download [2020-08-27T20:38:39.496Z] ---> 1d4f096c029f [2020-08-27T20:38:39.496Z] Step 7/24 : RUN go mod download [2020-08-27T20:38:39.496Z] ---> Running in 67a16287fe2d [2020-08-27T20:38:39.496Z] ---> Running in 89d15b06bcaa [2020-08-27T20:38:39.772Z] Removing intermediate container 1fc3eca48c4f [2020-08-27T20:38:39.772Z] ---> eae31e855d9e [2020-08-27T20:38:39.772Z] [2020-08-27T20:38:39.772Z] Successfully built eae31e855d9e [2020-08-27T20:38:40.043Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-27T20:38:40.043Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-27T20:38:40.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:38:41.642Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:38:41.642Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:38:41.642Z] OK: 12746 distinct packages available [2020-08-27T20:38:41.642Z] OK: 233 MiB in 51 packages [2020-08-27T20:38:48.529Z] Removing intermediate container bd424bcd37fe [2020-08-27T20:38:48.529Z] ---> 68d579fd298f [2020-08-27T20:38:48.529Z] Step 5/29 : COPY go.mod . [2020-08-27T20:38:49.549Z] Removing intermediate container 67a16287fe2d [2020-08-27T20:38:49.549Z] ---> e4b6be5a5f8a [2020-08-27T20:38:49.549Z] Step 8/24 : COPY . . [2020-08-27T20:38:50.312Z] Removing intermediate container 89d15b06bcaa [2020-08-27T20:38:50.312Z] ---> c60491443e67 [2020-08-27T20:38:50.312Z] Step 8/27 : COPY . . [2020-08-27T20:38:51.264Z] ---> 5ea8c47c771e [2020-08-27T20:38:51.264Z] Step 6/29 : RUN go mod download [2020-08-27T20:38:53.866Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:38:53.866Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:38:53.866Z] ---> 44c9f324a88f [2020-08-27T20:38:53.866Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:38:53.866Z] ---> Using cache [2020-08-27T20:38:53.866Z] ---> bde7c0602495 [2020-08-27T20:38:53.866Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:38:53.866Z] ---> Using cache [2020-08-27T20:38:53.866Z] ---> b4dfd870b12a [2020-08-27T20:38:53.866Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:38:58.265Z] ---> Running in 403a194f3416 [2020-08-27T20:39:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-27T20:39:00.261Z] ---> Running in 0cf22b9dfcb5 [2020-08-27T20:39:03.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:04.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:39:05.915Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:39:05.915Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:39:05.915Z] OK: 12746 distinct packages available [2020-08-27T20:39:06.177Z] OK: 233 MiB in 51 packages [2020-08-27T20:39:14.364Z] Removing intermediate container 0cf22b9dfcb5 [2020-08-27T20:39:14.364Z] ---> 28c89c0b8e31 [2020-08-27T20:39:14.364Z] Step 6/23 : COPY go.mod . [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-27T20:39:15.243Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-27T20:39:15.243Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-27T20:39:15.754Z] Removing intermediate container 403a194f3416 [2020-08-27T20:39:15.754Z] ---> 4ac2acc52280 [2020-08-27T20:39:15.754Z] Step 7/29 : COPY . . [2020-08-27T20:39:16.687Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-27T20:39:17.292Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-27T20:39:17.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-27T20:39:17.887Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-27T20:39:17.887Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-27T20:39:22.345Z] ---> a4d1705be844 [2020-08-27T20:39:22.345Z] Step 7/23 : RUN go mod download [2020-08-27T20:39:22.345Z] Removing intermediate container a96dd4442ef2 [2020-08-27T20:39:22.345Z] ---> 39d3ab1507a2 [2020-08-27T20:39:22.345Z] [2020-08-27T20:39:22.345Z] Step 10/21 : FROM scratch [2020-08-27T20:39:22.345Z] ---> [2020-08-27T20:39:22.345Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:39:22.345Z] ---> Using cache [2020-08-27T20:39:22.345Z] ---> a16f2ff53efd [2020-08-27T20:39:22.345Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:39:22.605Z] ---> 8caed2820264 [2020-08-27T20:39:22.605Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:39:23.994Z] ---> Running in 5661b4e9df31 [2020-08-27T20:39:23.994Z] ---> 0fcb68437eb8 [2020-08-27T20:39:23.994Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:39:23.994Z] ---> Running in a71b7a3faf6b [2020-08-27T20:39:25.386Z] ---> Running in ce4cba0fedd3 [2020-08-27T20:39:25.958Z] ---> Running in 5cd709d2ddc7 [2020-08-27T20:39:26.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2020-08-27T20:39:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-27T20:39:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-27T20:39:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-27T20:39:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-27T20:39:26.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-27T20:39:26.898Z] Removing intermediate container 5661b4e9df31 [2020-08-27T20:39:26.898Z] ---> faa927331d17 [2020-08-27T20:39:26.898Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:39:27.843Z] ---> Running in 64c8a1b237d8 [2020-08-27T20:39:28.792Z] Removing intermediate container 64c8a1b237d8 [2020-08-27T20:39:28.792Z] ---> 526d64512236 [2020-08-27T20:39:28.792Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:39:30.178Z] ---> 819fb71745f2 [2020-08-27T20:39:30.178Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:39:30.178Z] 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-27T20:39:30.178Z] 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-27T20:39:30.178Z] ---> 2e5ba1cadbb8 [2020-08-27T20:39:30.178Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:39:30.441Z] ---> Running in a333e2ab6c6d [2020-08-27T20:39:30.707Z] Removing intermediate container a71b7a3faf6b [2020-08-27T20:39:30.707Z] ---> 5b111d92ede3 [2020-08-27T20:39:30.707Z] Step 8/23 : COPY . . [2020-08-27T20:39:30.987Z] ---> fcb0178023ed [2020-08-27T20:39:30.987Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:39:31.260Z] 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-27T20:39:32.281Z] ---> 76726afe5b82 [2020-08-27T20:39:32.281Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:39:34.273Z] ---> Running in 1ab50677ce01 [2020-08-27T20:39:34.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.258s coverage: 27.2% of statements [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-27T20:39:34.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-27T20:39:34.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-27T20:39:34.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-27T20:39:35.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.360s coverage: 82.5% of statements [2020-08-27T20:39:35.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-27T20:39:35.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-27T20:39:35.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.412s coverage: 92.9% of statements [2020-08-27T20:39:35.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-27T20:39:35.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-27T20:39:35.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-27T20:39:35.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-27T20:39:36.885Z] Removing intermediate container 1ab50677ce01 [2020-08-27T20:39:36.885Z] ---> 4958fe86f52b [2020-08-27T20:39:36.885Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:39:38.315Z] ---> Running in 290af66d2a09 [2020-08-27T20:39:38.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2020-08-27T20:39:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-27T20:39:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-27T20:39:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-27T20:39:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-27T20:39:38.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-27T20:39:40.293Z] Removing intermediate container 290af66d2a09 [2020-08-27T20:39:40.293Z] ---> 5f0ff6a1f6ba [2020-08-27T20:39:40.293Z] Step 19/21 : LABEL arch=x86_64 [2020-08-27T20:39:40.570Z] ---> Running in a00a867170a8 [2020-08-27T20:39:41.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.049s coverage: 100.0% of statements [2020-08-27T20:39:41.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-27T20:39:41.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2020-08-27T20:39:41.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-27T20:39:41.184Z] Removing intermediate container a00a867170a8 [2020-08-27T20:39:41.184Z] ---> 5005a0b2f91e [2020-08-27T20:39:41.184Z] Step 20/21 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:39:42.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 89.8% of statements [2020-08-27T20:39:42.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-27T20:39:42.611Z] ---> Running in 7d250b924732 [2020-08-27T20:39:44.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2020-08-27T20:39:44.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-27T20:39:44.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 100.0% of statements [2020-08-27T20:39:44.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-27T20:39:44.455Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-27T20:39:44.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-27T20:39:44.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-27T20:39:44.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-27T20:39:44.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-27T20:39:44.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-27T20:39:44.610Z] Removing intermediate container 7d250b924732 [2020-08-27T20:39:44.610Z] ---> 929127e9e8ac [2020-08-27T20:39:44.610Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:39:44.610Z] ---> Running in 7ba2610a8131 [2020-08-27T20:39:45.196Z] Removing intermediate container 7ba2610a8131 [2020-08-27T20:39:45.196Z] ---> b2d0485fddce [2020-08-27T20:39:45.196Z] [2020-08-27T20:39:45.463Z] Successfully built b2d0485fddce [2020-08-27T20:39:45.463Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-27T20:39:47.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements [2020-08-27T20:39:47.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-27T20:39:47.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-27T20:39:47.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-08-27T20:39:48.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 55.9% of statements [2020-08-27T20:39:48.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-27T20:39:48.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-27T20:39:48.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-27T20:39:48.133Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-27T20:39:50.873Z]  Building docker-support-scheduler-go ... done  ---> 728c2ee31799 [2020-08-27T20:39:50.873Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:39:50.873Z] ---> Running in 5b19857f715a [2020-08-27T20:39:51.472Z] 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-27T20:39:56.804Z] Removing intermediate container a333e2ab6c6d [2020-08-27T20:39:56.804Z] ---> 24a8f2bb773a [2020-08-27T20:39:56.804Z] [2020-08-27T20:39:56.804Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:39:56.804Z] ---> a24bb4013296 [2020-08-27T20:39:56.804Z] 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-27T20:39:57.397Z] ---> Running in f85dc32c37fc [2020-08-27T20:39:57.979Z] Removing intermediate container 5cd709d2ddc7 [2020-08-27T20:39:57.979Z] ---> e9bea665257d [2020-08-27T20:39:57.979Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:39:57.979Z] Removing intermediate container f85dc32c37fc [2020-08-27T20:39:57.979Z] ---> c0658f32ca89 [2020-08-27T20:39:57.979Z] Step 11/29 : USER root [2020-08-27T20:40:00.583Z] ---> Running in 0dad4a181e0a [2020-08-27T20:40:00.583Z] ---> Running in 329a9b13e6bf [2020-08-27T20:40:01.168Z] Removing intermediate container ce4cba0fedd3 [2020-08-27T20:40:01.168Z] ---> 35dd11606da7 [2020-08-27T20:40:01.168Z] [2020-08-27T20:40:01.168Z] Step 10/24 : FROM scratch [2020-08-27T20:40:01.168Z] ---> [2020-08-27T20:40:01.168Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:40:01.443Z] ---> Using cache [2020-08-27T20:40:01.443Z] ---> 1779d6a5ac9e [2020-08-27T20:40:01.443Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:40:01.729Z] 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-27T20:40:01.729Z] Removing intermediate container 329a9b13e6bf [2020-08-27T20:40:01.729Z] ---> 269a8a7a78bf [2020-08-27T20:40:01.729Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:40:01.729Z] ---> Running in 102263ccd051 [2020-08-27T20:40:01.729Z] ---> Running in c0617279aa5f [2020-08-27T20:40:02.006Z] Removing intermediate container 102263ccd051 [2020-08-27T20:40:02.006Z] ---> 2191176513ef [2020-08-27T20:40:02.006Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:40:02.284Z] ---> Running in 8e2dbc6f3669 [2020-08-27T20:40:02.557Z] Removing intermediate container 8e2dbc6f3669 [2020-08-27T20:40:02.557Z] ---> d02bec6e3e7d [2020-08-27T20:40:02.557Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:40:03.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:03.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:03.400Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:40:03.400Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:40:03.400Z] OK: 12746 distinct packages available [2020-08-27T20:40:03.400Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:40:03.816Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:40:03.816Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:40:04.205Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:40:04.205Z] ---> cbdde5e74df7 [2020-08-27T20:40:04.205Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:40:04.205Z] OK: 6 MiB in 16 packages [2020-08-27T20:40:05.953Z] ---> 6c02d5913673 [2020-08-27T20:40:05.953Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:40:05.953Z] Removing intermediate container 0dad4a181e0a [2020-08-27T20:40:05.953Z] ---> f34e65b27402 [2020-08-27T20:40:05.953Z] [2020-08-27T20:40:05.953Z] Step 11/27 : FROM docker:latest [2020-08-27T20:40:05.953Z] ---> 81f5749c9058 [2020-08-27T20:40:05.953Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:40:06.220Z] ---> Running in 3bd1db552b80 [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.605s coverage: 86.3% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.932s coverage: 72.2% of statements [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.307s coverage: 72.1% of statements [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.052s coverage: 82.4% of statements [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.033s coverage: 48.4% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.053s coverage: 96.8% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 31.1% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.1% of statements [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.038s coverage: 42.9% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-27T20:40:06.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.065s coverage: 83.8% of statements [2020-08-27T20:40:06.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-27T20:40:06.792Z] Removing intermediate container c0617279aa5f [2020-08-27T20:40:06.792Z] ---> 528fcbe4fbd1 [2020-08-27T20:40:06.792Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:40:07.364Z] ---> Running in 3d0105bfaae7 [2020-08-27T20:40:07.629Z] ---> d603a5b554bb [2020-08-27T20:40:07.629Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:40:07.899Z] Removing intermediate container 3d0105bfaae7 [2020-08-27T20:40:07.899Z] ---> db16387ecc8b [2020-08-27T20:40:07.899Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:40:07.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:07.899Z] ---> Running in 6ac62b44b03a [2020-08-27T20:40:08.164Z] ---> f5243165d6e5 [2020-08-27T20:40:08.164Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:40:08.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:08.164Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:40:08.164Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:40:08.164Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:40:08.164Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:40:08.164Z] OK: 12 MiB in 22 packages [2020-08-27T20:40:08.427Z] Removing intermediate container 6ac62b44b03a [2020-08-27T20:40:08.427Z] ---> 67acd8f0d6e7 [2020-08-27T20:40:08.427Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:40:08.427Z] ---> Running in 57514ef5faf5 [2020-08-27T20:40:10.347Z] ---> 2d8841e3554d [2020-08-27T20:40:10.347Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T20:40:11.736Z] ---> ba4bcba43a55 [2020-08-27T20:40:11.736Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:40:11.736Z] Removing intermediate container 3bd1db552b80 [2020-08-27T20:40:11.736Z] ---> 6fffd7928ba3 [2020-08-27T20:40:11.736Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:40:11.736Z] ---> Running in e6b024b1b885 [2020-08-27T20:40:11.736Z] ---> Running in 33687c3b8e94 [2020-08-27T20:40:11.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 46.1% of statements [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-27T20:40:11.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-27T20:40:11.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-27T20:40:11.853Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2020-08-27T20:40:11.853Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-27T20:40:12.002Z] Removing intermediate container e6b024b1b885 [2020-08-27T20:40:12.002Z] ---> e1aba48493da [2020-08-27T20:40:12.002Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:40:12.002Z] Removing intermediate container 57514ef5faf5 [2020-08-27T20:40:12.002Z] ---> 98743d725bfd [2020-08-27T20:40:12.002Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:40:12.268Z] ---> Running in 952bf5b901ac [2020-08-27T20:40:12.533Z] Removing intermediate container 952bf5b901ac [2020-08-27T20:40:12.533Z] ---> 66ae7aa4ae57 [2020-08-27T20:40:12.533Z] Step 22/24 : LABEL arch=x86_64 [2020-08-27T20:40:12.533Z] ---> Running in 4f90f26deca0 [2020-08-27T20:40:12.794Z] ---> 11ee2c6e25ff [2020-08-27T20:40:12.794Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:40:13.060Z] Removing intermediate container 4f90f26deca0 [2020-08-27T20:40:13.060Z] ---> 0e7036760770 [2020-08-27T20:40:13.060Z] Step 23/24 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:40:13.060Z] Removing intermediate container 33687c3b8e94 [2020-08-27T20:40:13.060Z] ---> 1fd687ac5505 [2020-08-27T20:40:13.060Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:40:13.060Z] ---> Running in 5029db955ab5 [2020-08-27T20:40:13.060Z] ---> Running in 0adee334ed5b [2020-08-27T20:40:13.323Z] ---> 2044c06f6f9b [2020-08-27T20:40:13.323Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:40:13.591Z] Removing intermediate container 5029db955ab5 [2020-08-27T20:40:13.591Z] ---> 783c801b2099 [2020-08-27T20:40:13.591Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:40:13.591Z] Removing intermediate container 0adee334ed5b [2020-08-27T20:40:13.591Z] ---> 990cfac30ff8 [2020-08-27T20:40:13.591Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:40:13.591Z] ---> Running in f49d6e83a69b [2020-08-27T20:40:13.855Z] ---> c53c2595d923 [2020-08-27T20:40:13.855Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:40:13.855Z] ---> Running in 55aa06962383 [2020-08-27T20:40:14.428Z] Removing intermediate container f49d6e83a69b [2020-08-27T20:40:14.428Z] ---> 531289b6026d [2020-08-27T20:40:14.428Z] [2020-08-27T20:40:14.428Z] Successfully built 531289b6026d [2020-08-27T20:40:14.487Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.203s coverage: 29.1% of statements [2020-08-27T20:40:14.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-27T20:40:14.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-27T20:40:14.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-27T20:40:14.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-27T20:40:14.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-27T20:40:14.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2020-08-27T20:40:14.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-27T20:40:15.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-08-27T20:40:15.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-27T20:40:15.368Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2020-08-27T20:40:15.368Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-27T20:40:15.813Z] Successfully tagged docker-support-notifications-go:latest [2020-08-27T20:40:16.078Z]  Building docker-support-notifications-go ... done  ---> 5e27e094d9a3 [2020-08-27T20:40:16.078Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:40:16.078Z] Removing intermediate container 55aa06962383 [2020-08-27T20:40:16.078Z] ---> b1fd98861f6b [2020-08-27T20:40:16.078Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:40:16.078Z] ---> Running in c3e34a482f14 [2020-08-27T20:40:16.078Z] Removing intermediate container 5b19857f715a [2020-08-27T20:40:16.078Z] ---> d1d5867268a8 [2020-08-27T20:40:16.078Z] [2020-08-27T20:40:16.078Z] Step 10/23 : FROM alpine [2020-08-27T20:40:16.078Z] ---> a24bb4013296 [2020-08-27T20:40:16.078Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:40:16.078Z] ---> Running in cdabe71a4731 [2020-08-27T20:40:16.354Z] Removing intermediate container c3e34a482f14 [2020-08-27T20:40:16.354Z] ---> 19016cf23561 [2020-08-27T20:40:16.354Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:40:16.354Z] ---> af4a6a22db04 [2020-08-27T20:40:16.354Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:40:16.354Z] Removing intermediate container cdabe71a4731 [2020-08-27T20:40:16.354Z] ---> 92805a36695d [2020-08-27T20:40:16.354Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:40:16.354Z] ---> Running in e6df91047596 [2020-08-27T20:40:16.615Z] ---> Running in 24f2ad63589d [2020-08-27T20:40:16.812Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2020-08-27T20:40:16.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-27T20:40:16.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-27T20:40:16.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-27T20:40:16.812Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-27T20:40:16.880Z] ---> 5ab4c653b862 [2020-08-27T20:40:16.880Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:40:17.141Z] Removing intermediate container 24f2ad63589d [2020-08-27T20:40:17.141Z] ---> df5e22990051 [2020-08-27T20:40:17.141Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:40:17.401Z] ---> Running in 5c0a50ccaa8f [2020-08-27T20:40:17.401Z] ---> a80d6f88dfc7 [2020-08-27T20:40:17.401Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:40:17.401Z] Removing intermediate container 5c0a50ccaa8f [2020-08-27T20:40:17.401Z] ---> 778f3d1efd41 [2020-08-27T20:40:17.401Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:40:17.662Z] ---> Running in 86662598f0f6 [2020-08-27T20:40:17.662Z] ---> 8af74f7feaa3 [2020-08-27T20:40:17.662Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:40:17.927Z] ---> Running in 9d725c483359 [2020-08-27T20:40:17.927Z] Removing intermediate container e6df91047596 [2020-08-27T20:40:17.927Z] ---> d810907241bc [2020-08-27T20:40:17.927Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:40:18.189Z] ---> 8828e3b4d629 [2020-08-27T20:40:18.189Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:40:18.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-08-27T20:40:18.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-27T20:40:18.246Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-27T20:40:18.246Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.023s coverage: 100.0% of statements [2020-08-27T20:40:18.450Z] ---> Running in 7a4627e210bc [2020-08-27T20:40:18.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:18.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:18.709Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:40:18.709Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:40:18.709Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:40:18.709Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:40:18.709Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:40:18.709Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:40:18.709Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:40:18.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-08-27T20:40:18.968Z] Removing intermediate container 86662598f0f6 [2020-08-27T20:40:18.968Z] ---> d704821fd839 [2020-08-27T20:40:18.968Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:40:20.272Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements [2020-08-27T20:40:20.864Z] GO111MODULE=on go vet ./... [2020-08-27T20:40:23.270Z] ---> Running in 2a52853729c4 [2020-08-27T20:40:23.270Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:40:23.270Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:40:23.270Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:40:23.270Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:40:23.270Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:40:23.270Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:40:23.270Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:40:23.270Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:40:23.270Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:40:23.270Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:40:23.270Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:40:23.270Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:40:23.838Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:40:24.099Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:40:24.099Z] Removing intermediate container 7a4627e210bc [2020-08-27T20:40:24.099Z] ---> 353ddcbdf33d [2020-08-27T20:40:24.099Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:40:24.099Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:40:24.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:24.099Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:40:24.358Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:40:24.358Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:40:24.358Z] ---> Running in b4392908813e [2020-08-27T20:40:24.358Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:40:24.358Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:40:24.358Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:40:24.358Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:40:24.358Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:40:24.358Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:40:24.358Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:40:24.358Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:40:24.620Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:40:24.620Z] OK: 71 MiB in 55 packages [2020-08-27T20:40:24.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:25.192Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:40:25.192Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:40:25.192Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:40:25.453Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:40:26.027Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:40:26.027Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:40:26.027Z] OK: 8 MiB in 19 packages [2020-08-27T20:40:28.582Z] Removing intermediate container b4392908813e [2020-08-27T20:40:28.582Z] ---> 0bbb237cf68b [2020-08-27T20:40:28.582Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:40:31.130Z] Removing intermediate container 2a52853729c4 [2020-08-27T20:40:31.130Z] ---> d227294e899e [2020-08-27T20:40:31.130Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:40:31.130Z] ---> Running in e22b732920da [2020-08-27T20:40:31.130Z] Removing intermediate container 9d725c483359 [2020-08-27T20:40:31.130Z] ---> 8e1923653d0d [2020-08-27T20:40:31.130Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:40:31.130Z] Removing intermediate container e22b732920da [2020-08-27T20:40:31.130Z] ---> 0148c6784e5d [2020-08-27T20:40:31.130Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:40:31.130Z] ---> Running in f473f56cbd2a [2020-08-27T20:40:31.130Z] ---> 949a6a0be937 [2020-08-27T20:40:31.130Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:40:31.130Z] ---> Running in de713deb9007 [2020-08-27T20:40:31.394Z] Removing intermediate container de713deb9007 [2020-08-27T20:40:31.394Z] ---> 69f43b4c5664 [2020-08-27T20:40:31.394Z] Step 27/29 : LABEL arch=x86_64 [2020-08-27T20:40:31.394Z] ---> Running in 33f1a9215f33 [2020-08-27T20:40:31.653Z] Removing intermediate container 33f1a9215f33 [2020-08-27T20:40:31.654Z] ---> 242fc061c5b4 [2020-08-27T20:40:31.654Z] Step 28/29 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:40:31.654Z] ---> 9fe603ace76f [2020-08-27T20:40:31.654Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:40:31.913Z] ---> Running in f9239a5d8744 [2020-08-27T20:40:31.913Z] Removing intermediate container f9239a5d8744 [2020-08-27T20:40:31.913Z] ---> d6cb832d82c0 [2020-08-27T20:40:31.913Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:40:31.913Z] ---> 6d8e19c9383d [2020-08-27T20:40:31.913Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:40:32.174Z] ---> Running in a59ece5ef776 [2020-08-27T20:40:32.174Z] ---> Running in f30ef72fb428 [2020-08-27T20:40:32.174Z] Removing intermediate container a59ece5ef776 [2020-08-27T20:40:32.174Z] ---> 3e9d07c7581b [2020-08-27T20:40:32.174Z] [2020-08-27T20:40:32.174Z] Removing intermediate container f30ef72fb428 [2020-08-27T20:40:32.174Z] ---> 88b7ee40f523 [2020-08-27T20:40:32.174Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:40:32.174Z] Successfully built 3e9d07c7581b [2020-08-27T20:40:32.434Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-27T20:40:32.434Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 28a61d83d652 [2020-08-27T20:40:32.434Z] Collecting docker-compose==1.23.2 [2020-08-27T20:40:32.434Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:40:32.434Z] Removing intermediate container 28a61d83d652 [2020-08-27T20:40:32.434Z] ---> 3ed33d6f104d [2020-08-27T20:40:32.434Z] Step 21/23 : LABEL arch=x86_64 [2020-08-27T20:40:32.695Z] ---> Running in 6928ae7bc0cf [2020-08-27T20:40:32.695Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:40:32.695Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:40:32.695Z] Removing intermediate container 6928ae7bc0cf [2020-08-27T20:40:32.695Z] ---> 6a0f61bc71cd [2020-08-27T20:40:32.695Z] Step 22/23 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:40:32.956Z] ---> Running in 90115d7d4257 [2020-08-27T20:40:32.956Z] Removing intermediate container 90115d7d4257 [2020-08-27T20:40:32.956Z] ---> 8631a7258260 [2020-08-27T20:40:32.956Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:40:32.956Z] ---> Running in 90c3fb61cea2 [2020-08-27T20:40:33.217Z] 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-27T20:40:33.217Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:40:33.217Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:40:34.157Z] Removing intermediate container 90c3fb61cea2 [2020-08-27T20:40:34.157Z] ---> be3e9421f2bf [2020-08-27T20:40:34.157Z] [2020-08-27T20:40:34.157Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:40:34.157Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:40:34.157Z] Successfully built be3e9421f2bf [2020-08-27T20:40:34.157Z] Successfully tagged docker-core-data-go:latest [2020-08-27T20:40:34.727Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2020-08-27T20:40:34.727Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:40:34.727Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:40:34.727Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:40:35.299Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:40:35.299Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:40:36.240Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:40:36.241Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:40:36.241Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:40:36.241Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:40:36.502Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:40:36.502Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:40:36.502Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:40:36.502Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:40:36.502Z] 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-27T20:40:36.502Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:40:36.502Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:40:36.762Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:40:36.762Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:40:36.762Z] 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-27T20:40:36.762Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:40:36.762Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:40:36.762Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:40:36.762Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:40:37.022Z] Installing collected packages: docopt, jsonschema, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, cached-property, docker-compose [2020-08-27T20:40:37.022Z] Running setup.py install for docopt: started [2020-08-27T20:40:37.285Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:40:37.545Z] Running setup.py install for texttable: started [2020-08-27T20:40:37.806Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:40:38.067Z] Attempting uninstall: urllib3 [2020-08-27T20:40:38.068Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:40:38.068Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:40:38.068Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:40:38.328Z] Attempting uninstall: idna [2020-08-27T20:40:38.328Z] Found existing installation: idna 2.9 [2020-08-27T20:40:38.328Z] Uninstalling idna-2.9: [2020-08-27T20:40:38.328Z] Successfully uninstalled idna-2.9 [2020-08-27T20:40:38.589Z] Attempting uninstall: requests [2020-08-27T20:40:38.589Z] Found existing installation: requests 2.23.0 [2020-08-27T20:40:38.589Z] Uninstalling requests-2.23.0: [2020-08-27T20:40:38.589Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:40:39.171Z] gofmt -l . [2020-08-27T20:40:39.975Z] Running setup.py install for dockerpty: started [2020-08-27T20:40:40.146Z] [ "`gofmt -l .`" = "" ] [2020-08-27T20:40:40.243Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:40:40.243Z] Running setup.py install for PyYAML: started [2020-08-27T20:40:40.825Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:40:41.085Z] 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-27T20:40:42.748Z] ./bin/test-go-mod-tidy.sh [2020-08-27T20:40:43.020Z] ./bin/test-attribution-txt.sh [2020-08-27T20:40:44.397Z] Removing intermediate container f473f56cbd2a [2020-08-27T20:40:44.397Z] ---> 5bd90ed4f6bb [2020-08-27T20:40:44.397Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:40:44.397Z] ---> Running in 75e37757f052 [2020-08-27T20:40:44.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:44.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T20:40:44.397Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:40:44.397Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:40:44.657Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:40:44.657Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:40:44.657Z] OK: 72 MiB in 58 packages [2020-08-27T20:40:44.918Z] Removing intermediate container 75e37757f052 [2020-08-27T20:40:44.918Z] ---> 4328055e2f9d [2020-08-27T20:40:44.918Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:40:44.918Z] ---> Running in 1fba1397ad68 [2020-08-27T20:40:45.178Z] Removing intermediate container 1fba1397ad68 [2020-08-27T20:40:45.178Z] ---> 423ff9cd258a [2020-08-27T20:40:45.178Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:40:45.178Z] ---> Running in d42171cc8b7d [2020-08-27T20:40:45.438Z] Removing intermediate container d42171cc8b7d [2020-08-27T20:40:45.438Z] ---> 03079c309fc9 [2020-08-27T20:40:45.438Z] Step 25/27 : LABEL arch=x86_64 [2020-08-27T20:40:45.438Z] ---> Running in 6c5785c1d6b6 [2020-08-27T20:40:45.698Z] Removing intermediate container 6c5785c1d6b6 [2020-08-27T20:40:45.698Z] ---> 7fa821e2d740 [2020-08-27T20:40:45.698Z] Step 26/27 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:40:45.698Z] ---> Running in 2fd7f5c7e727 [2020-08-27T20:40:45.961Z] Removing intermediate container 2fd7f5c7e727 [2020-08-27T20:40:45.961Z] ---> bc86da72374c [2020-08-27T20:40:45.961Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:40:45.961Z] ---> Running in 8dae821ab4f2 [2020-08-27T20:40:46.222Z] Removing intermediate container 8dae821ab4f2 [2020-08-27T20:40:46.222Z] ---> fc95887dd066 [2020-08-27T20:40:46.222Z] [2020-08-27T20:40:46.222Z] Successfully built fc95887dd066 [2020-08-27T20:40:46.222Z] Successfully tagged docker-sys-mgmt-agent-go:latest [Pipeline] sh [2020-08-27T20:40:46.527Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-27T20:40:46.596Z] $ docker stop --time=1 95850474d32a04614132082650f1964235118b57c4db9945dbb50ffffc6a20fe [2020-08-27T20:40:47.044Z] + ls -al . [2020-08-27T20:40:47.044Z] total 588 [2020-08-27T20:40:47.044Z] drwxrwxr-x 10 1001 1001 4096 Aug 27 20:40 . [2020-08-27T20:40:47.044Z] drwxr-xr-x 4 root root 4096 Aug 27 20:38 .. [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 11 Aug 27 20:36 .dockerignore [2020-08-27T20:40:47.044Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:36 .git [2020-08-27T20:40:47.044Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:36 .github [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 932 Aug 27 20:36 .gitignore [2020-08-27T20:40:47.044Z] drwxrwxr-x 3 1001 1001 4096 Aug 27 20:36 .semver [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 166 Aug 27 20:36 .sonarcloud.properties [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 3804 Aug 27 20:36 CONTRIBUTING.md [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 1035 Aug 27 20:36 Dockerfile.build [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 865 Aug 27 20:36 Jenkinsfile [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 10775 Aug 27 20:36 LICENSE [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 6237 Aug 27 20:36 Makefile [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 5652 Aug 27 20:36 README.md [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 259 Aug 27 20:36 SECURITY.md [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 5 Aug 27 20:32 VERSION [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 4131 Aug 27 20:36 ZMQWindows.md [2020-08-27T20:40:47.044Z] drwxrwxr-x 2 1001 1001 4096 Aug 27 20:36 bin [2020-08-27T20:40:47.044Z] drwxrwxr-x 15 1001 1001 4096 Aug 27 20:36 cmd [2020-08-27T20:40:47.044Z] -rw-r--r-- 1 root root 460866 Aug 27 20:40 coverage.out [2020-08-27T20:40:47.044Z] -rw-r--r-- 1 root root 983 Aug 27 20:40 go.mod [2020-08-27T20:40:47.044Z] -rw-r--r-- 1 root root 18581 Aug 27 20:40 go.sum [2020-08-27T20:40:47.044Z] drwxrwxr-x 8 1001 1001 4096 Aug 27 20:36 internal [2020-08-27T20:40:47.044Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:36 openapi [2020-08-27T20:40:47.044Z] drwxrwxr-x 4 1001 1001 4096 Aug 27 20:36 snap [2020-08-27T20:40:47.044Z] -rw-rw-r-- 1 1001 1001 168 Aug 27 20:36 version.go [2020-08-27T20:40:48.455Z] $ docker rm -f 95850474d32a04614132082650f1964235118b57c4db9945dbb50ffffc6a20fe [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2020-08-27T20:40:49.003Z] + docker images [2020-08-27T20:40:49.003Z] + grep docker [2020-08-27T20:40:49.003Z] docker-sys-mgmt-agent-go latest fc95887dd066 3 seconds ago 284MB [2020-08-27T20:40:49.003Z] docker-core-data-go latest be3e9421f2bf 15 seconds ago 24.5MB [2020-08-27T20:40:49.003Z] docker-security-secrets-setup-go latest 3e9d07c7581b 16 seconds ago 25.1MB [2020-08-27T20:40:49.003Z] docker-support-notifications-go latest 531289b6026d 35 seconds ago 14.5MB [2020-08-27T20:40:49.003Z] docker-support-scheduler-go latest b2d0485fddce About a minute ago 13.1MB [2020-08-27T20:40:49.003Z] docker-security-secretstore-setup-go latest eae31e855d9e 2 minutes ago 33.9MB [2020-08-27T20:40:49.003Z] docker-core-metadata-go latest aae4ad97bc7c 2 minutes ago 14.4MB [2020-08-27T20:40:49.003Z] docker-core-command-go latest b795f32b789a 2 minutes ago 13MB [2020-08-27T20:40:49.003Z] docker-support-logging-go latest 539fff03c3a9 2 minutes ago 11.8MB [2020-08-27T20:40:49.003Z] docker-security-proxy-setup-go latest bc813a650a18 2 minutes ago 16.4MB [2020-08-27T20:40:49.003Z] docker latest 81f5749c9058 2 months 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] } [2020-08-27T20:40:49.388Z] + '[' -e coverage.out ] [2020-08-27T20:40:49.388Z] + chown 1001:1001 coverage.out [Pipeline] // stage [Pipeline] } [Pipeline] stash [2020-08-27T20:40:49.452Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-27T20:40:50.585Z] Stashed 1 file(s) [Pipeline] sh [2020-08-27T20:40:51.291Z] + make build [2020-08-27T20:40:51.291Z] 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-27T20:41:09.669Z] 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-27T20:41:22.035Z] 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-27T20:41:26.336Z] 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-27T20:41:30.668Z] 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-27T20:41:36.094Z] 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-27T20:41:36.694Z] 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-27T20:41:42.070Z] 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-27T20:41:46.372Z] 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-27T20:41:50.658Z] 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-27T20:41:56.040Z] 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-27T20:42:00.332Z] 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-27T20:42:04.632Z] 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-27T20:42:08.040Z] $ docker stop --time=1 94f41212be34cd3964c838038de02ee455acd0151a0942993c9d25b3044b1d1c [2020-08-27T20:42:10.632Z] $ docker rm -f 94f41212be34cd3964c838038de02ee455acd0151a0942993c9d25b3044b1d1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:42:12.133Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:42:12.406Z] [2020-08-27T20:42:12.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:42:12.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:42:12.825Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-27T20:42:12.825Z] 29e5d40040c1: Pulling fs layer [2020-08-27T20:42:12.825Z] 1ce36da41761: Pulling fs layer [2020-08-27T20:42:12.825Z] 25b303627fd3: Pulling fs layer [2020-08-27T20:42:13.102Z] 29e5d40040c1: Verifying Checksum [2020-08-27T20:42:13.102Z] 29e5d40040c1: Download complete [2020-08-27T20:42:13.700Z] 1ce36da41761: Verifying Checksum [2020-08-27T20:42:13.971Z] 29e5d40040c1: Pull complete [2020-08-27T20:42:14.949Z] 1ce36da41761: Pull complete [2020-08-27T20:42:15.540Z] 25b303627fd3: Download complete [2020-08-27T20:42:25.669Z] 25b303627fd3: Pull complete [2020-08-27T20:42:25.669Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-27T20:42:25.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:42:25.669Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-27T20:42:25.899Z] prd-ubuntu18.04-docker-arm64-4c-16g-506 does not seem to be running inside a container [2020-08-27T20:42:25.990Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:42:29.424Z] $ docker top 6f701db84d7671a697588cdc063b72f85b4a74dcfef203f1cfcfca3ef98c0595 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:42:30.854Z] + docker-compose build --help [2020-08-27T20:42:30.854Z] + grep parallel [2020-08-27T20:42:34.223Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T20:42:34.254Z] $ docker stop --time=1 6f701db84d7671a697588cdc063b72f85b4a74dcfef203f1cfcfca3ef98c0595 [2020-08-27T20:42:36.200Z] $ docker rm -f 6f701db84d7671a697588cdc063b72f85b4a74dcfef203f1cfcfca3ef98c0595 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:42:36.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T20:42:36.964Z] . [Pipeline] withDockerContainer [2020-08-27T20:42:37.227Z] prd-ubuntu18.04-docker-arm64-4c-16g-506 does not seem to be running inside a container [2020-08-27T20:42:37.316Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:42:38.815Z] $ docker top d06fe9927b066d8cc8bcbe17377a7675b21cc68fe847384cbf49e3db9896d62b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T20:42:39.809Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T20:42:43.176Z] Building docker-core-command-go ... [2020-08-27T20:42:43.176Z] Building docker-core-data-go ... [2020-08-27T20:42:43.176Z] Building docker-core-metadata-go ... [2020-08-27T20:42:43.176Z] Building docker-security-proxy-setup-go ... [2020-08-27T20:42:43.176Z] Building docker-security-secrets-setup-go ... [2020-08-27T20:42:43.176Z] Building docker-security-secretstore-setup-go ... [2020-08-27T20:42:43.176Z] Building docker-support-logging-go ... [2020-08-27T20:42:43.176Z] Building docker-support-notifications-go ... [2020-08-27T20:42:43.176Z] Building docker-support-scheduler-go ... [2020-08-27T20:42:43.176Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T20:42:43.176Z] Building docker-security-secretstore-setup-go [2020-08-27T20:42:43.176Z] Building docker-security-secrets-setup-go [2020-08-27T20:42:43.176Z] Building docker-sys-mgmt-agent-go [2020-08-27T20:42:43.176Z] Building docker-support-notifications-go [2020-08-27T20:42:43.176Z] Building docker-core-command-go [2020-08-27T20:44:50.001Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:44:50.001Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:44:50.001Z] ---> 9339c590c7b2 [2020-08-27T20:44:50.001Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:44:50.001Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:44:50.001Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T20:44:50.001Z] ---> 9339c590c7b2 [2020-08-27T20:44:50.001Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T20:44:50.001Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:44:50.001Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:44:50.001Z] ---> 9339c590c7b2 [2020-08-27T20:44:50.001Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T20:44:50.001Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:44:50.001Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:44:50.001Z] ---> 9339c590c7b2 [2020-08-27T20:44:50.001Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T20:44:50.001Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:44:50.001Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:44:50.001Z] ---> 9339c590c7b2 [2020-08-27T20:44:50.001Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T20:44:50.001Z] ---> Running in 6b320049f38f [2020-08-27T20:44:50.001Z] ---> Running in eb8a433ea9b3 [2020-08-27T20:44:50.001Z] ---> Running in ffcdb990f095 [2020-08-27T20:44:50.001Z] ---> Running in 767dde8a9573 [2020-08-27T20:44:50.001Z] ---> Running in 9d788e473cc3 [2020-08-27T20:44:50.001Z] Removing intermediate container eb8a433ea9b3 [2020-08-27T20:44:50.001Z] ---> a4f522860bb2 [2020-08-27T20:44:50.001Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 9d788e473cc3 [2020-08-27T20:44:50.001Z] [2020-08-27T20:44:50.001Z] ---> 8ab832ff2993 [2020-08-27T20:44:50.001Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:44:50.001Z] Removing intermediate container 767dde8a9573 [2020-08-27T20:44:50.001Z] ---> 76432aef5772 [2020-08-27T20:44:50.001Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:44:50.001Z] Removing intermediate container ffcdb990f095 [2020-08-27T20:44:50.001Z] ---> 4eb3728927a7 [2020-08-27T20:44:50.001Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T20:44:50.001Z] Removing intermediate container 6b320049f38f [2020-08-27T20:44:50.001Z] ---> cb8efe970fe6 [2020-08-27T20:44:50.001Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:44:50.001Z] ---> Running in a2601e3d6579 [2020-08-27T20:44:50.001Z] ---> Running in 958b9c486359 [2020-08-27T20:44:50.001Z] ---> Running in 27917030dc9c [2020-08-27T20:44:50.001Z] ---> Running in 8715e0be85ce [2020-08-27T20:44:50.001Z] ---> Running in 56090f299ee2 [2020-08-27T20:44:50.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.001Z] Removing intermediate container a2601e3d6579 [2020-08-27T20:44:50.001Z] ---> 1275853e9685 [2020-08-27T20:44:50.001Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T20:44:50.001Z] Removing intermediate container 8715e0be85ce [2020-08-27T20:44:50.001Z] ---> 1c64e1eb73bd [2020-08-27T20:44:50.001Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:44:50.001Z] ---> Running in 2f44dad8d1bd [2020-08-27T20:44:50.001Z] Removing intermediate container 958b9c486359 [2020-08-27T20:44:50.001Z] ---> 80fa96e815cd [2020-08-27T20:44:50.001Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T20:44:50.001Z] ---> Running in 82aae0bb0ca7 [2020-08-27T20:44:50.001Z] ---> Running in e88673fbf7e9 [2020-08-27T20:44:50.001Z] Removing intermediate container 56090f299ee2 [2020-08-27T20:44:50.001Z] ---> 68a84c4ca594 [2020-08-27T20:44:50.001Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T20:44:50.001Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:44:50.001Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:44:50.001Z] OK: 12617 distinct packages available [2020-08-27T20:44:50.001Z] ---> Running in 735586e82744 [2020-08-27T20:44:50.001Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:50.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:50.273Z] Removing intermediate container 27917030dc9c [2020-08-27T20:44:50.273Z] ---> f0a89c4e65f8 [2020-08-27T20:44:50.553Z] Step 5/29 : COPY go.mod . [2020-08-27T20:44:50.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:51.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:51.100Z] ---> c2e476c0bb61 [2020-08-27T20:44:51.100Z] Step 6/29 : RUN go mod download [2020-08-27T20:44:51.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:44:51.370Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:44:51.370Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:44:51.370Z] OK: 12617 distinct packages available [2020-08-27T20:44:51.370Z] ---> Running in 41a36447c9f8 [2020-08-27T20:44:51.979Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:44:51.979Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:44:51.979Z] OK: 12617 distinct packages available [2020-08-27T20:44:52.256Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:44:52.256Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:44:52.256Z] OK: 12617 distinct packages available [2020-08-27T20:44:52.256Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:52.532Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:44:52.532Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:44:52.532Z] OK: 12617 distinct packages available [2020-08-27T20:44:52.810Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:53.086Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:53.360Z] OK: 217 MiB in 51 packages [2020-08-27T20:44:54.351Z] Removing intermediate container 2f44dad8d1bd [2020-08-27T20:44:54.351Z] ---> 9426ca340bfc [2020-08-27T20:44:54.351Z] Step 6/24 : COPY go.mod . [2020-08-27T20:44:54.951Z] Removing intermediate container e88673fbf7e9 [2020-08-27T20:44:54.951Z] ---> ae241e816fdb [2020-08-27T20:44:54.951Z] Step 6/26 : COPY go.mod . [2020-08-27T20:44:55.225Z] Removing intermediate container 735586e82744 [2020-08-27T20:44:55.225Z] ---> 9624e428b0d6 [2020-08-27T20:44:55.225Z] Step 6/27 : COPY go.mod . [2020-08-27T20:44:55.225Z] Removing intermediate container 82aae0bb0ca7 [2020-08-27T20:44:55.225Z] ---> 5ba618ab4462 [2020-08-27T20:44:55.225Z] Step 6/22 : COPY go.mod . [2020-08-27T20:44:55.504Z] ---> 2ac86b4506ac [2020-08-27T20:44:55.504Z] Step 7/24 : RUN go mod download [2020-08-27T20:44:55.504Z] ---> Running in 12b556f7960d [2020-08-27T20:44:55.786Z] Removing intermediate container 41a36447c9f8 [2020-08-27T20:44:55.786Z] ---> f0d2a985c734 [2020-08-27T20:44:55.786Z] Step 7/29 : COPY . . [2020-08-27T20:44:56.389Z] ---> 2085f758c853 [2020-08-27T20:44:56.389Z] Step 7/26 : RUN go mod download [2020-08-27T20:44:56.389Z] ---> 1dc2d2b8ff7d [2020-08-27T20:44:56.389Z] Step 7/27 : RUN go mod download [2020-08-27T20:44:56.389Z] ---> 031194997d6b [2020-08-27T20:44:56.389Z] Step 7/22 : RUN go mod download [2020-08-27T20:44:56.389Z] ---> Running in 06a93c3b5c4c [2020-08-27T20:44:56.988Z] ---> Running in ffdf070a535d [2020-08-27T20:44:56.988Z] ---> Running in 8e10cf27f60d [2020-08-27T20:45:02.448Z] Removing intermediate container 12b556f7960d [2020-08-27T20:45:02.448Z] ---> ea08da9939c4 [2020-08-27T20:45:02.448Z] Step 8/24 : COPY . . [2020-08-27T20:45:03.042Z] Removing intermediate container 06a93c3b5c4c [2020-08-27T20:45:03.042Z] ---> 77bcb6dd263a [2020-08-27T20:45:03.042Z] Step 8/26 : COPY . . [2020-08-27T20:45:05.660Z] Removing intermediate container ffdf070a535d [2020-08-27T20:45:05.660Z] ---> c778203e0204 [2020-08-27T20:45:05.660Z] Step 8/22 : COPY . . [2020-08-27T20:45:05.934Z] Removing intermediate container 8e10cf27f60d [2020-08-27T20:45:05.934Z] ---> 0fbc5aa83ef6 [2020-08-27T20:45:05.934Z] Step 8/27 : COPY . . [2020-08-27T20:45:28.082Z] ---> 30fa26479312 [2020-08-27T20:45:28.082Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T20:45:28.082Z] ---> Running in ed3dd25e139b [2020-08-27T20:45:28.082Z] ---> 32dd78f3c5c0 [2020-08-27T20:45:28.082Z] 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-27T20:45:28.082Z] ---> 4dea71c8e8f3 [2020-08-27T20:45:28.082Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T20:45:28.082Z] ---> Running in c69f48021dcf [2020-08-27T20:45:28.082Z] ---> b8da023f1cba [2020-08-27T20:45:28.082Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T20:45:28.082Z] ---> 6c65e80dfc5d [2020-08-27T20:45:28.082Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T20:45:28.355Z] ---> Running in ff68b60e1b86 [2020-08-27T20:45:28.355Z] ---> Running in 48b2428f5beb [2020-08-27T20:45:28.355Z] ---> Running in 27c16034eb6d [2020-08-27T20:45:29.801Z] 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-27T20:45:31.247Z] 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-27T20:45:31.247Z] 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-27T20:45:31.247Z] 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-27T20:45:31.520Z] 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-27T20:46:53.294Z] Removing intermediate container ed3dd25e139b [2020-08-27T20:46:53.294Z] ---> ddc581952f4c [2020-08-27T20:46:53.295Z] [2020-08-27T20:46:53.295Z] Step 9/29 : FROM alpine:latest [2020-08-27T20:46:53.295Z] latest: Pulling from library/alpine [2020-08-27T20:46:53.295Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T20:46:53.295Z] Status: Downloaded newer image for alpine:latest [2020-08-27T20:46:53.295Z] ---> 62ee0e9f8440 [2020-08-27T20:46:53.295Z] 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-27T20:46:53.295Z] 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-27T20:46:53.295Z] ---> Running in 1e65c17dd8b8 [2020-08-27T20:46:53.295Z] Removing intermediate container 1e65c17dd8b8 [2020-08-27T20:46:53.295Z] ---> 12339a38490c [2020-08-27T20:46:53.295Z] Step 11/29 : USER root [2020-08-27T20:46:53.295Z] ---> Running in 5c9f7dd1db19 [2020-08-27T20:46:53.295Z] Removing intermediate container 5c9f7dd1db19 [2020-08-27T20:46:53.295Z] ---> b8169e1d2b02 [2020-08-27T20:46:53.295Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T20:46:53.295Z] ---> Running in 4fb57b55ee72 [2020-08-27T20:46:54.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:54.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:46:55.734Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:46:55.734Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:46:55.734Z] OK: 12617 distinct packages available [2020-08-27T20:46:56.332Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T20:46:56.613Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T20:46:56.613Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:46:56.613Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:46:56.893Z] OK: 6 MiB in 16 packages [2020-08-27T20:47:01.207Z] Removing intermediate container 4fb57b55ee72 [2020-08-27T20:47:01.207Z] ---> 5cc720eca1e3 [2020-08-27T20:47:01.207Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T20:47:01.207Z] ---> Running in 3c055f450925 [2020-08-27T20:47:02.193Z] Removing intermediate container 3c055f450925 [2020-08-27T20:47:02.193Z] ---> c6d9be40457a [2020-08-27T20:47:02.193Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T20:47:02.468Z] ---> Running in 03fe9abce3a1 [2020-08-27T20:47:02.741Z] 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-27T20:47:03.026Z] Removing intermediate container 48b2428f5beb [2020-08-27T20:47:03.026Z] ---> db6c1af578ce [2020-08-27T20:47:03.026Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T20:47:03.300Z] ---> Running in 86c6b9ca2a87 [2020-08-27T20:47:03.300Z] Removing intermediate container 03fe9abce3a1 [2020-08-27T20:47:03.300Z] ---> 873e8b56f392 [2020-08-27T20:47:03.300Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T20:47:03.577Z] ---> Running in c79f4bdf4c58 [2020-08-27T20:47:07.433Z] 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-27T20:47:08.938Z] Removing intermediate container c79f4bdf4c58 [2020-08-27T20:47:08.938Z] ---> 3ae0bad1d561 [2020-08-27T20:47:08.938Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T20:47:11.011Z] ---> f3228de5704c [2020-08-27T20:47:11.011Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T20:47:12.448Z] ---> 6b0576b4cc19 [2020-08-27T20:47:12.448Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T20:47:14.424Z] Removing intermediate container 86c6b9ca2a87 [2020-08-27T20:47:14.424Z] ---> e5f455d1b66f [2020-08-27T20:47:14.424Z] [2020-08-27T20:47:14.424Z] Step 11/27 : FROM docker:latest [2020-08-27T20:47:14.424Z] ---> ce9d55ae87f1 [2020-08-27T20:47:14.424Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T20:47:14.424Z] ---> 0f48a4366164 [2020-08-27T20:47:14.424Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T20:47:14.696Z] ---> Running in 978c7bf639db [2020-08-27T20:47:16.676Z] ---> 2be3025e7f53 [2020-08-27T20:47:16.676Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T20:47:16.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:17.224Z] Removing intermediate container c69f48021dcf [2020-08-27T20:47:17.224Z] ---> a353ec911967 [2020-08-27T20:47:17.224Z] [2020-08-27T20:47:17.224Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T20:47:17.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:17.497Z] 3.10: Pulling from library/alpine [2020-08-27T20:47:17.773Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T20:47:17.773Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T20:47:17.773Z] Executing bash-5.0.17-r0.post-install [2020-08-27T20:47:18.058Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:47:18.058Z] OK: 12 MiB in 22 packages [2020-08-27T20:47:18.058Z] ---> 5b7e2517466e [2020-08-27T20:47:18.058Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T20:47:18.663Z] ---> Running in 90bffe620167 [2020-08-27T20:47:19.279Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T20:47:19.279Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T20:47:19.279Z] ---> 536a684cf733 [2020-08-27T20:47:19.279Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T20:47:19.553Z] ---> Running in 0880a9569f48 [2020-08-27T20:47:20.535Z] Removing intermediate container 978c7bf639db [2020-08-27T20:47:20.535Z] ---> 8778568e493d [2020-08-27T20:47:20.535Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T20:47:21.158Z] ---> Running in 1943b2281e87 [2020-08-27T20:47:22.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:22.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:22.711Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T20:47:22.711Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T20:47:22.711Z] OK: 10167 distinct packages available [2020-08-27T20:47:23.694Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T20:47:23.694Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T20:47:23.694Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T20:47:23.694Z] Removing intermediate container 90bffe620167 [2020-08-27T20:47:23.694Z] ---> 757ab2971f77 [2020-08-27T20:47:23.694Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:47:23.694Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T20:47:23.694Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T20:47:23.694Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T20:47:23.694Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T20:47:23.970Z] OK: 7 MiB in 19 packages [2020-08-27T20:47:24.264Z] Removing intermediate container 27c16034eb6d [2020-08-27T20:47:24.264Z] ---> bfc3c4471d83 [2020-08-27T20:47:24.264Z] [2020-08-27T20:47:24.264Z] Step 10/22 : FROM scratch [2020-08-27T20:47:24.264Z] ---> [2020-08-27T20:47:24.264Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:47:24.264Z] Removing intermediate container ff68b60e1b86 [2020-08-27T20:47:24.264Z] ---> 7100b1c8dc75 [2020-08-27T20:47:24.264Z] [2020-08-27T20:47:24.264Z] Step 10/24 : FROM scratch [2020-08-27T20:47:24.264Z] ---> [2020-08-27T20:47:24.264Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:47:24.537Z] ---> Running in 4be1a2c18e2c [2020-08-27T20:47:24.537Z] ---> Running in d9e0d9f8758b [2020-08-27T20:47:24.809Z] ---> c4d8b6842b65 [2020-08-27T20:47:24.809Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:47:25.083Z] Removing intermediate container 1943b2281e87 [2020-08-27T20:47:25.083Z] ---> 2f0cccf08a37 [2020-08-27T20:47:25.083Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T20:47:25.083Z] ---> Running in 913260f7ab1b [2020-08-27T20:47:25.356Z] ---> Running in affec47d8da0 [2020-08-27T20:47:25.356Z] Removing intermediate container d9e0d9f8758b [2020-08-27T20:47:25.356Z] ---> e658a2267c5f [2020-08-27T20:47:25.356Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T20:47:25.356Z] Removing intermediate container 4be1a2c18e2c [2020-08-27T20:47:25.356Z] ---> 91c8945c6b9b [2020-08-27T20:47:25.356Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T20:47:25.630Z] ---> Running in 99d61929bb29 [2020-08-27T20:47:25.630Z] ---> Running in 0393418a538a [2020-08-27T20:47:26.228Z] Removing intermediate container affec47d8da0 [2020-08-27T20:47:26.228Z] ---> 5159b5117503 [2020-08-27T20:47:26.228Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T20:47:26.228Z] Removing intermediate container 0880a9569f48 [2020-08-27T20:47:26.228Z] ---> fe8376fd0f4d [2020-08-27T20:47:26.228Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:47:26.503Z] ---> Running in 27a1469907ad [2020-08-27T20:47:26.503Z] Removing intermediate container 99d61929bb29 [2020-08-27T20:47:26.503Z] ---> 50e31f36c6c7 [2020-08-27T20:47:26.503Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:47:26.503Z] Removing intermediate container 0393418a538a [2020-08-27T20:47:26.503Z] ---> f3a17fbc3735 [2020-08-27T20:47:26.503Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T20:47:26.503Z] ---> Running in 3edaf258fc5f [2020-08-27T20:47:26.503Z] ---> Running in e2a9c018cc0e [2020-08-27T20:47:26.778Z] ---> Running in 98e2174310d3 [2020-08-27T20:47:27.051Z] Removing intermediate container 27a1469907ad [2020-08-27T20:47:27.051Z] ---> a767199278f6 [2020-08-27T20:47:27.051Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T20:47:27.324Z] ---> Running in c4a774db9ea1 [2020-08-27T20:47:27.324Z] Removing intermediate container e2a9c018cc0e [2020-08-27T20:47:27.324Z] ---> a81959ffdcd7 [2020-08-27T20:47:27.324Z] Step 14/22 : WORKDIR / [2020-08-27T20:47:27.324Z] Removing intermediate container 3edaf258fc5f [2020-08-27T20:47:27.324Z] ---> cf57e7c84b9c [2020-08-27T20:47:27.324Z] Step 13/26 : WORKDIR / [2020-08-27T20:47:27.324Z] Removing intermediate container 98e2174310d3 [2020-08-27T20:47:27.324Z] ---> 155a76f8d676 [2020-08-27T20:47:27.324Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T20:47:27.598Z] ---> Running in ba80af6210ca [2020-08-27T20:47:27.598Z] ---> Running in e0a54bf9f253 [2020-08-27T20:47:27.870Z] Removing intermediate container c4a774db9ea1 [2020-08-27T20:47:28.146Z] ---> 4a7a20e3832f [2020-08-27T20:47:28.146Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T20:47:28.420Z] Removing intermediate container ba80af6210ca [2020-08-27T20:47:28.420Z] ---> 4ab53415d0ed [2020-08-27T20:47:28.420Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T20:47:28.420Z] Removing intermediate container e0a54bf9f253 [2020-08-27T20:47:28.420Z] ---> 8d2ceaa81cbf [2020-08-27T20:47:28.421Z] 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-27T20:47:28.421Z] Removing intermediate container 913260f7ab1b [2020-08-27T20:47:28.421Z] ---> df42a7a9590a [2020-08-27T20:47:28.694Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T20:47:28.969Z] ---> ec59ae65652e [2020-08-27T20:47:28.969Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T20:47:28.969Z] ---> Running in 9f5eb1a670b2 [2020-08-27T20:47:29.255Z] ---> 430110e50bae [2020-08-27T20:47:29.255Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T20:47:29.854Z] ---> 95ccc3bce3e9 [2020-08-27T20:47:29.855Z] 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-27T20:47:29.855Z] ---> 3a923a2c490b [2020-08-27T20:47:29.855Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:30.839Z] ---> 668a9f8b0e5c [2020-08-27T20:47:30.839Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T20:47:31.449Z] ---> ef7b1bc8b83c [2020-08-27T20:47:31.449Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:31.449Z] ---> 6666577b47ad [2020-08-27T20:47:31.449Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T20:47:31.449Z] ---> cb95cb450740 [2020-08-27T20:47:31.449Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T20:47:32.906Z] ---> a73d8f264563 [2020-08-27T20:47:32.906Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T20:47:32.906Z] ---> dd8a01a86dc1 [2020-08-27T20:47:32.906Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T20:47:32.906Z] ---> 62da370dfa2c [2020-08-27T20:47:32.906Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T20:47:32.906Z] Removing intermediate container 9f5eb1a670b2 [2020-08-27T20:47:32.906Z] ---> cb61c9a06631 [2020-08-27T20:47:32.906Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:47:32.906Z] ---> 5bbddb9b13ef [2020-08-27T20:47:33.181Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T20:47:33.181Z] ---> Running in bc5353f6f989 [2020-08-27T20:47:33.181Z] ---> Running in c21fed8098fa [2020-08-27T20:47:33.181Z] ---> Running in dc0deb88cd23 [2020-08-27T20:47:33.456Z] ---> a725e3c27ce5 [2020-08-27T20:47:33.456Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T20:47:33.738Z] ---> e1b3c2d456e0 [2020-08-27T20:47:33.738Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T20:47:33.738Z] Removing intermediate container bc5353f6f989 [2020-08-27T20:47:33.738Z] ---> b68c81b64f58 [2020-08-27T20:47:33.738Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:47:34.013Z] Removing intermediate container c21fed8098fa [2020-08-27T20:47:34.013Z] ---> b56ecc0ec570 [2020-08-27T20:47:34.013Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T20:47:34.013Z] ---> Running in 3ac06807b6b6 [2020-08-27T20:47:34.291Z] ---> Running in 11cdafbc6c57 [2020-08-27T20:47:34.886Z] Removing intermediate container 3ac06807b6b6 [2020-08-27T20:47:34.886Z] ---> 06fb3bf0f223 [2020-08-27T20:47:34.886Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:47:35.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:35.160Z] Removing intermediate container 11cdafbc6c57 [2020-08-27T20:47:35.160Z] ---> cd5e134af634 [2020-08-27T20:47:35.160Z] Step 27/29 : LABEL arch=arm64 [2020-08-27T20:47:35.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:47:35.436Z] ---> Running in a0176b515df3 [2020-08-27T20:47:35.720Z] ---> Running in d1e2a08d5ba1 [2020-08-27T20:47:35.720Z] ---> 51801de8b805 [2020-08-27T20:47:35.720Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml ---> 385f0adc7681 [2020-08-27T20:47:35.720Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T20:47:35.720Z] [2020-08-27T20:47:35.996Z] Removing intermediate container a0176b515df3 [2020-08-27T20:47:35.996Z] ---> 89c7fc9b6375 [2020-08-27T20:47:35.996Z] Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:47:36.270Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T20:47:36.270Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T20:47:36.270Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T20:47:36.270Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T20:47:36.270Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T20:47:36.270Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T20:47:36.270Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T20:47:36.270Z] Removing intermediate container d1e2a08d5ba1 [2020-08-27T20:47:36.270Z] ---> ea3a8eb51672 [2020-08-27T20:47:36.270Z] Step 28/29 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:47:36.550Z] ---> Running in aa2b63f56fc6 [2020-08-27T20:47:36.837Z] ---> Running in 865173b9a07b [2020-08-27T20:47:37.448Z] ---> 214c738733af [2020-08-27T20:47:37.448Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T20:47:37.743Z] ---> Running in f3e22dd99d89 [2020-08-27T20:47:37.743Z] Removing intermediate container aa2b63f56fc6 [2020-08-27T20:47:37.743Z] ---> a092e3a8c7ee [2020-08-27T20:47:37.743Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:47:37.743Z] ---> 39bca2880896 [2020-08-27T20:47:37.743Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T20:47:37.743Z] Removing intermediate container 865173b9a07b [2020-08-27T20:47:37.743Z] ---> 63c81f6250bd [2020-08-27T20:47:37.743Z] Step 29/29 : LABEL version=0.0.0 [2020-08-27T20:47:38.016Z] ---> Running in 2548aefe4479 [2020-08-27T20:47:38.016Z] ---> Running in 25bba9ceff74 [2020-08-27T20:47:38.621Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T20:47:38.621Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T20:47:38.621Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T20:47:38.621Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T20:47:38.621Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T20:47:38.621Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T20:47:38.621Z] Removing intermediate container f3e22dd99d89 [2020-08-27T20:47:38.621Z] ---> 75918516d543 [2020-08-27T20:47:38.621Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:47:38.621Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T20:47:38.621Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T20:47:38.906Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T20:47:38.906Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T20:47:38.906Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T20:47:38.906Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T20:47:38.906Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T20:47:38.906Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T20:47:38.906Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T20:47:38.906Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T20:47:38.906Z] Removing intermediate container 25bba9ceff74 [2020-08-27T20:47:38.906Z] ---> a7f0a16df409 [2020-08-27T20:47:38.906Z] [2020-08-27T20:47:38.906Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T20:47:38.906Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T20:47:38.906Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T20:47:38.906Z] ---> Running in 3d7051cb6ccb [2020-08-27T20:47:38.906Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T20:47:38.906Z] Removing intermediate container 2548aefe4479 [2020-08-27T20:47:38.906Z] ---> 34bf9a9448d7 [2020-08-27T20:47:38.906Z] [2020-08-27T20:47:39.198Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T20:47:39.198Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T20:47:39.198Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T20:47:39.198Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T20:47:39.198Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T20:47:39.198Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T20:47:39.198Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:47:39.198Z] OK: 71 MiB in 55 packages [2020-08-27T20:47:39.477Z] ---> 983a59c37042 [2020-08-27T20:47:39.477Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T20:47:39.749Z] Removing intermediate container 3d7051cb6ccb [2020-08-27T20:47:39.749Z] ---> 571bf29bb318 [2020-08-27T20:47:39.749Z] Step 22/24 : LABEL arch=arm64 [2020-08-27T20:47:39.749Z] Successfully built 34bf9a9448d7 [2020-08-27T20:47:39.749Z] Successfully built a7f0a16df409 [2020-08-27T20:47:39.749Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-27T20:47:39.749Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-27T20:47:39.749Z] Building docker-security-proxy-setup-go [2020-08-27T20:47:39.749Z] Building docker-support-logging-go [2020-08-27T20:47:40.030Z]  Building docker-security-secrets-setup-go ... done  Building docker-core-command-go ... done  ---> Running in fd6c5452df82 [2020-08-27T20:47:40.642Z] ---> d6d60e29ca20 [2020-08-27T20:47:40.642Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T20:47:40.642Z] Removing intermediate container fd6c5452df82 [2020-08-27T20:47:40.642Z] ---> e64ae6f6e91f [2020-08-27T20:47:40.642Z] Step 23/24 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:47:40.642Z] ---> Running in df84ed15d952 [2020-08-27T20:47:40.918Z] ---> Running in 1ccdfc94573b [2020-08-27T20:47:41.525Z] Removing intermediate container 1ccdfc94573b [2020-08-27T20:47:41.525Z] ---> 827c639102a4 [2020-08-27T20:47:41.525Z] Step 24/24 : LABEL version=0.0.0 [2020-08-27T20:47:41.793Z] ---> Running in 82f69d9c34a5 [2020-08-27T20:47:43.768Z] Removing intermediate container 82f69d9c34a5 [2020-08-27T20:47:43.768Z] ---> 3c0b109723fd [2020-08-27T20:47:43.768Z] [2020-08-27T20:47:44.040Z] Successfully built 3c0b109723fd [2020-08-27T20:47:45.020Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-27T20:47:45.020Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-08-27T20:47:46.988Z] Removing intermediate container df84ed15d952 [2020-08-27T20:47:46.988Z] ---> 46ba13d86971 [2020-08-27T20:47:46.988Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T20:47:46.988Z] Removing intermediate container dc0deb88cd23 [2020-08-27T20:47:46.988Z] ---> 731e44dc8ea0 [2020-08-27T20:47:46.988Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T20:47:48.423Z] ---> Running in bd8e4452af04 [2020-08-27T20:47:48.423Z] ---> Running in f4ec0da3f246 [2020-08-27T20:47:49.854Z] Removing intermediate container bd8e4452af04 [2020-08-27T20:47:49.854Z] ---> c560fb219463 [2020-08-27T20:47:49.854Z] Step 24/26 : LABEL arch=arm64 [2020-08-27T20:47:50.832Z] ---> Running in 4c9fec7f486e [2020-08-27T20:47:52.270Z] Removing intermediate container 4c9fec7f486e [2020-08-27T20:47:52.270Z] ---> a11d09146e58 [2020-08-27T20:47:52.270Z] Step 25/26 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:47:52.863Z] ---> Running in b8ebd325b6cc [2020-08-27T20:47:54.295Z] Removing intermediate container b8ebd325b6cc [2020-08-27T20:47:54.295Z] ---> c58fe23e5a83 [2020-08-27T20:47:54.295Z] Step 26/26 : LABEL version=0.0.0 [2020-08-27T20:47:54.890Z] Collecting docker-compose==1.23.2 [2020-08-27T20:47:54.890Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T20:47:54.890Z] ---> Running in 9e0f74e627fe [2020-08-27T20:47:56.320Z] Removing intermediate container 9e0f74e627fe [2020-08-27T20:47:56.320Z] ---> adf6f6dbba83 [2020-08-27T20:47:56.320Z] [2020-08-27T20:47:56.594Z] Collecting PyYAML<4,>=3.10 [2020-08-27T20:47:56.594Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T20:47:56.866Z] Successfully built adf6f6dbba83 [2020-08-27T20:47:56.866Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-27T20:47:56.866Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-27T20:48:00.245Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T20:48:00.245Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T20:48:01.217Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T20:48:01.217Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T20:48:01.812Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T20:48:01.812Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T20:48:03.784Z] 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-27T20:48:04.383Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T20:48:04.383Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T20:48:04.654Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T20:48:04.654Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T20:48:07.271Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T20:48:07.271Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T20:48:07.869Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T20:48:07.869Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T20:48:08.465Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T20:48:08.465Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T20:48:11.080Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T20:48:11.080Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T20:48:11.353Z] Collecting idna<2.8,>=2.5 [2020-08-27T20:48:11.353Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T20:48:11.625Z] 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-27T20:48:11.625Z] 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-27T20:48:11.625Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T20:48:11.625Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T20:48:11.897Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T20:48:11.897Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T20:48:11.897Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T20:48:11.897Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T20:48:12.872Z] Installing collected packages: PyYAML, jsonschema, urllib3, idna, requests, docopt, websocket-client, dockerpty, cached-property, docker-pycreds, docker, texttable, docker-compose [2020-08-27T20:48:12.872Z] Running setup.py install for PyYAML: started [2020-08-27T20:48:15.489Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T20:48:15.760Z] Attempting uninstall: urllib3 [2020-08-27T20:48:15.760Z] Found existing installation: urllib3 1.25.9 [2020-08-27T20:48:15.760Z] Uninstalling urllib3-1.25.9: [2020-08-27T20:48:16.033Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T20:48:16.634Z] Attempting uninstall: idna [2020-08-27T20:48:16.635Z] Found existing installation: idna 2.9 [2020-08-27T20:48:16.635Z] Uninstalling idna-2.9: [2020-08-27T20:48:16.907Z] Successfully uninstalled idna-2.9 [2020-08-27T20:48:17.501Z] Attempting uninstall: requests [2020-08-27T20:48:17.501Z] Found existing installation: requests 2.23.0 [2020-08-27T20:48:17.501Z] Uninstalling requests-2.23.0: [2020-08-27T20:48:17.771Z] Successfully uninstalled requests-2.23.0 [2020-08-27T20:48:18.045Z] Running setup.py install for docopt: started [2020-08-27T20:48:20.016Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T20:48:20.616Z] Running setup.py install for dockerpty: started [2020-08-27T20:48:22.596Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T20:48:23.572Z] Running setup.py install for texttable: started [2020-08-27T20:48:26.191Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T20:48:26.784Z] 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-27T20:48:36.919Z] Removing intermediate container f4ec0da3f246 [2020-08-27T20:48:36.919Z] ---> c30ecc8653ae [2020-08-27T20:48:36.919Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T20:48:37.195Z] ---> Running in 8b1a14291e99 [2020-08-27T20:48:39.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:39.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:39.766Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:48:39.766Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T20:48:39.766Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T20:48:39.766Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:48:39.766Z] OK: 71 MiB in 58 packages [2020-08-27T20:48:42.381Z] Removing intermediate container 8b1a14291e99 [2020-08-27T20:48:42.381Z] ---> 6b0a34f64e84 [2020-08-27T20:48:42.381Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T20:48:42.656Z] ---> Running in 6aa1e7a4cc78 [2020-08-27T20:48:43.633Z] Removing intermediate container 6aa1e7a4cc78 [2020-08-27T20:48:43.633Z] ---> cfd7175c86ac [2020-08-27T20:48:43.633Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:48:43.905Z] ---> Running in 0ffa45933273 [2020-08-27T20:48:44.513Z] Removing intermediate container 0ffa45933273 [2020-08-27T20:48:44.513Z] ---> 36d446291856 [2020-08-27T20:48:44.513Z] Step 25/27 : LABEL arch=arm64 [2020-08-27T20:48:45.108Z] ---> Running in cf8bc6f8d366 [2020-08-27T20:48:45.703Z] Removing intermediate container cf8bc6f8d366 [2020-08-27T20:48:45.703Z] ---> 05a4b307f082 [2020-08-27T20:48:45.703Z] Step 26/27 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:48:45.977Z] ---> Running in 27eb65f8a2a1 [2020-08-27T20:48:46.576Z] Removing intermediate container 27eb65f8a2a1 [2020-08-27T20:48:46.576Z] ---> 12a2d9da99f4 [2020-08-27T20:48:46.576Z] Step 27/27 : LABEL version=0.0.0 [2020-08-27T20:48:46.849Z] ---> Running in e3938c79e787 [2020-08-27T20:48:47.126Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:47.126Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:47.126Z] ---> 9339c590c7b2 [2020-08-27T20:48:47.126Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:48:47.126Z] ---> Using cache [2020-08-27T20:48:47.126Z] ---> cb8efe970fe6 [2020-08-27T20:48:47.126Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:47.126Z] ---> Using cache [2020-08-27T20:48:47.126Z] ---> 68a84c4ca594 [2020-08-27T20:48:47.126Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T20:48:47.126Z] ---> Running in 369165aaa6df [2020-08-27T20:48:47.722Z] Removing intermediate container e3938c79e787 [2020-08-27T20:48:47.722Z] ---> e70e6d39d578 [2020-08-27T20:48:47.723Z] [2020-08-27T20:48:48.701Z] Successfully built e70e6d39d578 [2020-08-27T20:48:48.701Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-27T20:48:48.701Z] Building docker-core-metadata-go [2020-08-27T20:48:49.305Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:49.305Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:49.305Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:49.305Z] ---> 9339c590c7b2 [2020-08-27T20:48:49.305Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T20:48:49.305Z] ---> Using cache [2020-08-27T20:48:49.305Z] ---> cb8efe970fe6 [2020-08-27T20:48:49.305Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:49.305Z] ---> Using cache [2020-08-27T20:48:49.305Z] ---> 68a84c4ca594 [2020-08-27T20:48:49.305Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T20:48:49.576Z] ---> Running in a094d9ae4543 [2020-08-27T20:48:50.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:51.153Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:51.153Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:51.153Z] OK: 12617 distinct packages available [2020-08-27T20:48:51.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:51.748Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:52.020Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:52.615Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:52.891Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:48:52.891Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:48:52.891Z] OK: 12617 distinct packages available [2020-08-27T20:48:53.891Z] OK: 217 MiB in 51 packages [2020-08-27T20:48:55.892Z] Removing intermediate container 369165aaa6df [2020-08-27T20:48:55.892Z] ---> 28124f1c6317 [2020-08-27T20:48:55.892Z] Step 6/22 : COPY go.mod . [2020-08-27T20:48:55.892Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:48:55.892Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:48:55.892Z] ---> 9339c590c7b2 [2020-08-27T20:48:55.892Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T20:48:55.892Z] ---> Using cache [2020-08-27T20:48:55.892Z] ---> cb8efe970fe6 [2020-08-27T20:48:55.892Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:48:55.892Z] ---> Using cache [2020-08-27T20:48:55.892Z] ---> 68a84c4ca594 [2020-08-27T20:48:55.892Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T20:48:55.892Z] ---> Running in f30ae73beac5 [2020-08-27T20:48:56.175Z] Removing intermediate container a094d9ae4543 [2020-08-27T20:48:56.175Z] ---> 4755caf1f7da [2020-08-27T20:48:56.175Z] Step 6/20 : COPY go.mod . [2020-08-27T20:48:57.609Z] ---> 0a8785d3e5ca [2020-08-27T20:48:57.609Z] Step 7/22 : RUN go mod download [2020-08-27T20:48:57.888Z] ---> 2de3f54170a3 [2020-08-27T20:48:57.888Z] Step 7/20 : RUN go mod download [2020-08-27T20:48:57.888Z] ---> Running in d4e77b36725f [2020-08-27T20:48:58.160Z] ---> Running in ba23597550a6 [2020-08-27T20:48:58.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:48:59.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:00.417Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:49:00.417Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:49:00.417Z] OK: 12617 distinct packages available [2020-08-27T20:49:01.411Z] OK: 217 MiB in 51 packages [2020-08-27T20:49:04.058Z] Removing intermediate container d4e77b36725f [2020-08-27T20:49:04.058Z] ---> b9d828046074 [2020-08-27T20:49:04.058Z] Step 8/22 : COPY . . [2020-08-27T20:49:04.344Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:49:04.344Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:49:04.344Z] ---> 9339c590c7b2 [2020-08-27T20:49:04.344Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T20:49:04.344Z] ---> Using cache [2020-08-27T20:49:04.344Z] ---> cb8efe970fe6 [2020-08-27T20:49:04.344Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:49:04.344Z] ---> Using cache [2020-08-27T20:49:04.344Z] ---> 68a84c4ca594 [2020-08-27T20:49:04.344Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T20:49:04.344Z] ---> Running in 44f91bb6f615 [2020-08-27T20:49:04.616Z] Removing intermediate container ba23597550a6 [2020-08-27T20:49:04.616Z] ---> 460ccb74d874 [2020-08-27T20:49:04.616Z] Step 8/20 : COPY . . [2020-08-27T20:49:04.890Z] Removing intermediate container f30ae73beac5 [2020-08-27T20:49:04.890Z] ---> c4fbcfeb62e5 [2020-08-27T20:49:04.890Z] Step 6/21 : COPY go.mod . [2020-08-27T20:49:06.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:06.871Z] ---> d0473af6b8bb [2020-08-27T20:49:06.871Z] Step 7/21 : RUN go mod download [2020-08-27T20:49:07.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:49:07.748Z] ---> Running in 2905066f9fcf [2020-08-27T20:49:08.349Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:49:08.349Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:49:08.349Z] OK: 12617 distinct packages available [2020-08-27T20:49:09.327Z] OK: 217 MiB in 51 packages [2020-08-27T20:49:13.718Z] Removing intermediate container 44f91bb6f615 [2020-08-27T20:49:13.718Z] ---> 3fde32dbcdbb [2020-08-27T20:49:13.718Z] Step 6/23 : COPY go.mod . [2020-08-27T20:49:13.718Z] Removing intermediate container 2905066f9fcf [2020-08-27T20:49:13.718Z] ---> 4947936c5827 [2020-08-27T20:49:13.718Z] Step 8/21 : COPY . . [2020-08-27T20:49:15.261Z] ---> d521f53c8a46 [2020-08-27T20:49:15.261Z] Step 7/23 : RUN go mod download [2020-08-27T20:49:15.546Z] ---> Running in 6fcc18140472 [2020-08-27T20:49:22.364Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T20:49:22.364Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T20:49:22.364Z] ---> 9339c590c7b2 [2020-08-27T20:49:22.364Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T20:49:22.364Z] ---> Using cache [2020-08-27T20:49:22.364Z] ---> cb8efe970fe6 [2020-08-27T20:49:22.364Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:49:22.364Z] ---> Using cache [2020-08-27T20:49:22.364Z] ---> 68a84c4ca594 [2020-08-27T20:49:22.364Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T20:49:22.364Z] ---> Using cache [2020-08-27T20:49:22.364Z] ---> c4fbcfeb62e5 [2020-08-27T20:49:22.364Z] Step 6/22 : COPY go.mod . [2020-08-27T20:49:22.364Z] ---> Using cache [2020-08-27T20:49:22.364Z] ---> d0473af6b8bb [2020-08-27T20:49:22.364Z] Step 7/22 : RUN go mod download [2020-08-27T20:49:22.364Z] ---> Using cache [2020-08-27T20:49:22.364Z] ---> 4947936c5827 [2020-08-27T20:49:22.364Z] Step 8/22 : COPY . . [2020-08-27T20:49:22.645Z] Removing intermediate container 6fcc18140472 [2020-08-27T20:49:22.645Z] ---> 35d568761616 [2020-08-27T20:49:22.645Z] Step 8/23 : COPY . . [2020-08-27T20:49:40.957Z] ---> 24b3c6374048 [2020-08-27T20:49:40.957Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T20:49:41.229Z] ---> adbd4ffe20bf [2020-08-27T20:49:41.229Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T20:49:41.499Z] ---> 01b30470356c [2020-08-27T20:49:41.499Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T20:49:41.774Z] ---> Running in 43a28ec3acca [2020-08-27T20:49:41.774Z] ---> Running in 4e92e3c32d0d [2020-08-27T20:49:41.774Z] ---> Running in 63ab4c1e8003 [2020-08-27T20:49:44.401Z] 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-27T20:49:44.401Z] 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-27T20:49:44.677Z] 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-27T20:49:45.664Z] ---> 9bd2cc435e8d [2020-08-27T20:49:45.664Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T20:49:45.664Z] ---> Running in 7160504635c5 [2020-08-27T20:49:45.945Z] ---> 13d1e60b1c06 [2020-08-27T20:49:45.945Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T20:49:46.226Z] ---> Running in bebaf4e5c505 [2020-08-27T20:49:48.866Z] 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-27T20:49:48.866Z] 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-27T20:51:10.664Z] Removing intermediate container 43a28ec3acca [2020-08-27T20:51:10.664Z] ---> 7180e138f33a [2020-08-27T20:51:10.664Z] [2020-08-27T20:51:10.664Z] Step 10/20 : FROM alpine [2020-08-27T20:51:10.664Z] ---> 62ee0e9f8440 [2020-08-27T20:51:10.664Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T20:51:10.664Z] ---> Running in 060eb5e81728 [2020-08-27T20:51:10.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:10.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:51:10.664Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T20:51:10.664Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T20:51:10.664Z] OK: 12617 distinct packages available [2020-08-27T20:51:11.651Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T20:51:11.651Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T20:51:11.651Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T20:51:11.651Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T20:51:11.651Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:51:11.651Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T20:51:12.252Z] OK: 7 MiB in 18 packages [2020-08-27T20:51:14.904Z] Removing intermediate container 060eb5e81728 [2020-08-27T20:51:14.904Z] ---> 91e424ac34a3 [2020-08-27T20:51:14.904Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T20:51:14.904Z] ---> Running in 29db5b6d4639 [2020-08-27T20:51:15.892Z] Removing intermediate container 29db5b6d4639 [2020-08-27T20:51:15.892Z] ---> e3be2e478331 [2020-08-27T20:51:15.892Z] Step 13/20 : WORKDIR /edgex [2020-08-27T20:51:15.892Z] ---> Running in acd1527ebc7d [2020-08-27T20:51:16.878Z] Removing intermediate container acd1527ebc7d [2020-08-27T20:51:16.878Z] ---> 2d34a0746d42 [2020-08-27T20:51:16.878Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T20:51:17.864Z] ---> f0ace071b7f7 [2020-08-27T20:51:17.864Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T20:51:19.864Z] ---> f875ef41f418 [2020-08-27T20:51:19.864Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T20:51:20.138Z] ---> Running in bc3642880cb1 [2020-08-27T20:51:21.583Z] Removing intermediate container bc3642880cb1 [2020-08-27T20:51:21.583Z] ---> dc4df1df463d [2020-08-27T20:51:21.583Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T20:51:21.857Z] ---> Running in b07b5164a551 [2020-08-27T20:51:22.837Z] Removing intermediate container b07b5164a551 [2020-08-27T20:51:22.837Z] ---> 8060391d2852 [2020-08-27T20:51:22.837Z] Step 18/20 : LABEL arch=arm64 [2020-08-27T20:51:23.112Z] ---> Running in 40680cda646c [2020-08-27T20:51:23.704Z] Removing intermediate container 63ab4c1e8003 [2020-08-27T20:51:23.704Z] ---> 25ac581245c2 [2020-08-27T20:51:23.704Z] [2020-08-27T20:51:23.704Z] Step 10/22 : FROM scratch [2020-08-27T20:51:23.704Z] ---> [2020-08-27T20:51:23.704Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T20:51:23.975Z] ---> Using cache [2020-08-27T20:51:23.975Z] ---> e658a2267c5f [2020-08-27T20:51:23.975Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T20:51:24.247Z] Removing intermediate container 40680cda646c [2020-08-27T20:51:24.247Z] ---> 2d8045579110 [2020-08-27T20:51:24.247Z] Step 19/20 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:51:24.247Z] ---> Running in f5eeeadbd1e2 [2020-08-27T20:51:24.247Z] ---> Running in 7de44d021409 [2020-08-27T20:51:25.231Z] Removing intermediate container f5eeeadbd1e2 [2020-08-27T20:51:25.231Z] ---> 35900aa7dba7 [2020-08-27T20:51:25.231Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:51:25.231Z] ---> Running in c537f8e108f5 [2020-08-27T20:51:25.231Z] Removing intermediate container 7de44d021409 [2020-08-27T20:51:25.231Z] ---> a16d4c64e811 [2020-08-27T20:51:25.231Z] Step 20/20 : LABEL version=0.0.0 [2020-08-27T20:51:25.502Z] ---> Running in 3c164d0c9e0f [2020-08-27T20:51:25.773Z] Removing intermediate container c537f8e108f5 [2020-08-27T20:51:25.773Z] ---> 59447488129f [2020-08-27T20:51:25.773Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T20:51:26.367Z] Removing intermediate container 3c164d0c9e0f [2020-08-27T20:51:26.367Z] ---> 5f8c8ac37c54 [2020-08-27T20:51:26.367Z] [2020-08-27T20:51:27.349Z] ---> 0d6758955f27 [2020-08-27T20:51:27.349Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T20:51:27.349Z] Successfully built 5f8c8ac37c54 [2020-08-27T20:51:27.349Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-27T20:51:28.334Z]  Building docker-security-proxy-setup-go ... done  ---> 929395af0649 [2020-08-27T20:51:28.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T20:51:29.774Z] ---> d045bafc4d71 [2020-08-27T20:51:29.774Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T20:51:31.209Z] ---> 226f1bcb5947 [2020-08-27T20:51:31.209Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T20:51:31.209Z] ---> Running in 15c4a1a2a9ff [2020-08-27T20:51:32.195Z] Removing intermediate container 15c4a1a2a9ff [2020-08-27T20:51:32.195Z] ---> 0cd64b742cdf [2020-08-27T20:51:32.195Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:32.195Z] ---> Running in 5827f09e9774 [2020-08-27T20:51:33.181Z] Removing intermediate container 5827f09e9774 [2020-08-27T20:51:33.181Z] ---> 85f25ad9af55 [2020-08-27T20:51:33.181Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:51:33.454Z] ---> Running in e3b82e278804 [2020-08-27T20:51:34.441Z] Removing intermediate container e3b82e278804 [2020-08-27T20:51:34.441Z] ---> fff97f770e6f [2020-08-27T20:51:34.441Z] Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:51:34.441Z] ---> Running in a22f3b163132 [2020-08-27T20:51:35.426Z] Removing intermediate container a22f3b163132 [2020-08-27T20:51:35.426Z] ---> 251c6bb80068 [2020-08-27T20:51:35.426Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:51:35.701Z] ---> Running in b152c97e7807 [2020-08-27T20:51:36.694Z] Removing intermediate container b152c97e7807 [2020-08-27T20:51:36.694Z] ---> b21511a1bd12 [2020-08-27T20:51:36.694Z] [2020-08-27T20:51:38.130Z] Successfully built b21511a1bd12 [2020-08-27T20:51:38.130Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-27T20:51:39.111Z]  Building docker-support-logging-go ... done Removing intermediate container 4e92e3c32d0d [2020-08-27T20:51:39.111Z] ---> a46bf8adbdff [2020-08-27T20:51:39.111Z] [2020-08-27T20:51:39.111Z] Step 10/21 : FROM scratch [2020-08-27T20:51:39.111Z] ---> [2020-08-27T20:51:39.111Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:51:39.111Z] ---> Using cache [2020-08-27T20:51:39.111Z] ---> 91c8945c6b9b [2020-08-27T20:51:39.111Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T20:51:39.385Z] ---> Running in 064b96e0699f [2020-08-27T20:51:39.985Z] Removing intermediate container 064b96e0699f [2020-08-27T20:51:39.985Z] ---> 33147fd07610 [2020-08-27T20:51:39.985Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T20:51:40.258Z] ---> Running in c3079e2ddb4e [2020-08-27T20:51:40.853Z] Removing intermediate container c3079e2ddb4e [2020-08-27T20:51:40.853Z] ---> 4a397c93871f [2020-08-27T20:51:40.853Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T20:51:41.834Z] ---> 8385eb9d106c [2020-08-27T20:51:41.834Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T20:51:43.806Z] ---> a59c34b12b9c [2020-08-27T20:51:43.806Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T20:51:44.795Z] ---> a254afb4afc3 [2020-08-27T20:51:44.795Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T20:51:45.072Z] ---> Running in 27efaaed1e67 [2020-08-27T20:51:46.056Z] Removing intermediate container 27efaaed1e67 [2020-08-27T20:51:46.056Z] ---> 3e6050cf46c3 [2020-08-27T20:51:46.056Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:46.332Z] ---> Running in 2749a09e16af [2020-08-27T20:51:46.945Z] Removing intermediate container 7160504635c5 [2020-08-27T20:51:46.945Z] ---> 22d18c8eca87 [2020-08-27T20:51:46.945Z] [2020-08-27T20:51:46.945Z] Step 10/22 : FROM scratch [2020-08-27T20:51:46.945Z] ---> [2020-08-27T20:51:46.945Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:51:46.945Z] ---> Using cache [2020-08-27T20:51:46.945Z] ---> 91c8945c6b9b [2020-08-27T20:51:46.945Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T20:51:47.221Z] Removing intermediate container 2749a09e16af [2020-08-27T20:51:47.221Z] ---> 24b40ce06f69 [2020-08-27T20:51:47.221Z] Step 19/21 : LABEL arch=arm64 [2020-08-27T20:51:47.221Z] ---> Running in 168aa03e4197 [2020-08-27T20:51:47.494Z] ---> Running in ad37fbe841cb [2020-08-27T20:51:47.768Z] Removing intermediate container 168aa03e4197 [2020-08-27T20:51:47.768Z] ---> b01394f299d8 [2020-08-27T20:51:47.768Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T20:51:47.768Z] ---> Running in 0f3e2e6e843e [2020-08-27T20:51:48.044Z] Removing intermediate container ad37fbe841cb [2020-08-27T20:51:48.044Z] ---> 336553acd6f8 [2020-08-27T20:51:48.044Z] Step 20/21 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:51:48.044Z] ---> Running in 5b3e07bfe0aa [2020-08-27T20:51:48.317Z] Removing intermediate container 0f3e2e6e843e [2020-08-27T20:51:48.317Z] ---> d84ad94bac84 [2020-08-27T20:51:48.317Z] Step 14/22 : WORKDIR / [2020-08-27T20:51:48.597Z] ---> Running in a22642104fff [2020-08-27T20:51:48.597Z] Removing intermediate container 5b3e07bfe0aa [2020-08-27T20:51:48.597Z] ---> 15b7d669a9da [2020-08-27T20:51:48.597Z] Step 21/21 : LABEL version=0.0.0 [2020-08-27T20:51:48.873Z] ---> Running in 3e85409bf9de [2020-08-27T20:51:49.147Z] Removing intermediate container a22642104fff [2020-08-27T20:51:49.147Z] ---> c1d91c4c3b3e [2020-08-27T20:51:49.147Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T20:51:49.419Z] Removing intermediate container 3e85409bf9de [2020-08-27T20:51:49.419Z] ---> b4349b0feb44 [2020-08-27T20:51:49.419Z] [2020-08-27T20:51:49.690Z] Successfully built b4349b0feb44 [2020-08-27T20:51:49.961Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-27T20:51:50.560Z]  Building docker-support-scheduler-go ... done  ---> d5e8d9675bc5 [2020-08-27T20:51:50.560Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T20:51:51.998Z] ---> 3171f2d25e9e [2020-08-27T20:51:51.998Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T20:51:52.971Z] ---> 2d5fe761234c [2020-08-27T20:51:52.971Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T20:51:52.971Z] ---> Running in 592e19eb3369 [2020-08-27T20:51:53.571Z] Removing intermediate container 592e19eb3369 [2020-08-27T20:51:53.571Z] ---> 4ee5fd53997a [2020-08-27T20:51:53.571Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:51:53.571Z] ---> Running in 949cc6bd9fc6 [2020-08-27T20:51:54.171Z] Removing intermediate container 949cc6bd9fc6 [2020-08-27T20:51:54.171Z] ---> daafc14edca2 [2020-08-27T20:51:54.171Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T20:51:54.171Z] ---> Running in f0ccc487a98e [2020-08-27T20:51:54.762Z] Removing intermediate container f0ccc487a98e [2020-08-27T20:51:54.762Z] ---> 3bcfdfad8ea0 [2020-08-27T20:51:54.762Z] Step 21/22 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:51:55.037Z] ---> Running in 986b682b9c17 [2020-08-27T20:51:55.308Z] Removing intermediate container 986b682b9c17 [2020-08-27T20:51:55.308Z] ---> 9a8590765f3d [2020-08-27T20:51:55.308Z] Step 22/22 : LABEL version=0.0.0 [2020-08-27T20:51:55.575Z] ---> Running in 56f22633809b [2020-08-27T20:51:55.843Z] Removing intermediate container 56f22633809b [2020-08-27T20:51:55.843Z] ---> 97779771ac56 [2020-08-27T20:51:55.843Z] [2020-08-27T20:51:56.440Z] Successfully built 97779771ac56 [2020-08-27T20:51:56.440Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-27T20:52:00.718Z]  Building docker-core-metadata-go ... done Removing intermediate container bebaf4e5c505 [2020-08-27T20:52:00.718Z] ---> 82f9e5cac265 [2020-08-27T20:52:00.718Z] [2020-08-27T20:52:00.718Z] Step 10/23 : FROM alpine [2020-08-27T20:52:00.718Z] ---> 62ee0e9f8440 [2020-08-27T20:52:00.718Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T20:52:00.989Z] ---> Running in 35437f013b2a [2020-08-27T20:52:01.258Z] Removing intermediate container 35437f013b2a [2020-08-27T20:52:01.258Z] ---> f84e4c030e4b [2020-08-27T20:52:01.258Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T20:52:01.533Z] ---> Running in e9c6b3ce90d8 [2020-08-27T20:52:01.806Z] Removing intermediate container e9c6b3ce90d8 [2020-08-27T20:52:01.806Z] ---> fdb8405d39c4 [2020-08-27T20:52:01.806Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T20:52:02.079Z] ---> Running in 281b22c4b81d [2020-08-27T20:52:02.670Z] Removing intermediate container 281b22c4b81d [2020-08-27T20:52:02.670Z] ---> df640a8def02 [2020-08-27T20:52:02.670Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T20:52:02.670Z] ---> Running in 410258fd54ee [2020-08-27T20:52:05.280Z] Removing intermediate container 410258fd54ee [2020-08-27T20:52:05.280Z] ---> 39b799550629 [2020-08-27T20:52:05.280Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T20:52:05.280Z] ---> Running in df5e8dc637cf [2020-08-27T20:52:06.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T20:52:07.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T20:52:08.281Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T20:52:08.281Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T20:52:08.281Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T20:52:08.553Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T20:52:08.553Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T20:52:08.553Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T20:52:08.825Z] OK: 8 MiB in 19 packages [2020-08-27T20:52:09.800Z] Removing intermediate container df5e8dc637cf [2020-08-27T20:52:09.800Z] ---> c24516c560a4 [2020-08-27T20:52:09.800Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T20:52:10.781Z] ---> 1f65537fe79f [2020-08-27T20:52:10.781Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T20:52:12.215Z] ---> ceb65ddc7596 [2020-08-27T20:52:12.215Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T20:52:12.806Z] ---> ffc807e9133f [2020-08-27T20:52:12.806Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T20:52:12.806Z] ---> Running in 9a5ed153fd85 [2020-08-27T20:52:13.397Z] Removing intermediate container 9a5ed153fd85 [2020-08-27T20:52:13.398Z] ---> f98bd152c015 [2020-08-27T20:52:13.398Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T20:52:13.676Z] ---> Running in bbbd86741464 [2020-08-27T20:52:13.946Z] Removing intermediate container bbbd86741464 [2020-08-27T20:52:13.946Z] ---> 5b03db0c71ba [2020-08-27T20:52:13.946Z] Step 21/23 : LABEL arch=arm64 [2020-08-27T20:52:14.216Z] ---> Running in 80ad68621318 [2020-08-27T20:52:14.540Z] Removing intermediate container 80ad68621318 [2020-08-27T20:52:14.540Z] ---> a2406155b908 [2020-08-27T20:52:14.540Z] Step 22/23 : LABEL git_sha=37502a697d6f306c7d138f7d2cd6d873ce15d92d [2020-08-27T20:52:14.814Z] ---> Running in d24f477bd26b [2020-08-27T20:52:15.084Z] Removing intermediate container d24f477bd26b [2020-08-27T20:52:15.084Z] ---> e3718cf82649 [2020-08-27T20:52:15.084Z] Step 23/23 : LABEL version=0.0.0 [2020-08-27T20:52:15.356Z] ---> Running in e24f0632c9b0 [2020-08-27T20:52:15.635Z] Removing intermediate container e24f0632c9b0 [2020-08-27T20:52:15.635Z] ---> 26c6e391e49c [2020-08-27T20:52:15.635Z] [2020-08-27T20:52:16.226Z] Successfully built 26c6e391e49c [2020-08-27T20:52:16.226Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-27T20:52:16.838Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-27T20:52:16.855Z] $ docker stop --time=1 d06fe9927b066d8cc8bcbe17377a7675b21cc68fe847384cbf49e3db9896d62b [2020-08-27T20:52:18.784Z] $ docker rm -f d06fe9927b066d8cc8bcbe17377a7675b21cc68fe847384cbf49e3db9896d62b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T20:52:19.438Z] + grep docker [2020-08-27T20:52:19.438Z] + docker images [2020-08-27T20:52:19.709Z] docker-core-data-go-arm64 latest 26c6e391e49c 4 seconds ago 23.3MB [2020-08-27T20:52:19.709Z] docker-core-metadata-go-arm64 latest 97779771ac56 24 seconds ago 13.8MB [2020-08-27T20:52:19.709Z] docker-support-scheduler-go-arm64 latest b4349b0feb44 30 seconds ago 12.6MB [2020-08-27T20:52:19.709Z] docker-support-logging-go-arm64 latest b21511a1bd12 43 seconds ago 11.4MB [2020-08-27T20:52:19.709Z] docker-security-proxy-setup-go-arm64 latest 5f8c8ac37c54 53 seconds ago 15.8MB [2020-08-27T20:52:19.709Z] docker-sys-mgmt-agent-go-arm64 latest e70e6d39d578 3 minutes ago 266MB [2020-08-27T20:52:19.709Z] docker-security-secretstore-setup-go-arm64 latest adf6f6dbba83 4 minutes ago 32.5MB [2020-08-27T20:52:19.709Z] docker-support-notifications-go-arm64 latest 3c0b109723fd 4 minutes ago 13.9MB [2020-08-27T20:52:19.709Z] docker-security-secrets-setup-go-arm64 latest a7f0a16df409 4 minutes ago 24.2MB [2020-08-27T20:52:19.710Z] docker-core-command-go-arm64 latest 34bf9a9448d7 4 minutes ago 12.4MB [2020-08-27T20:52:19.710Z] docker latest ce9d55ae87f1 2 months 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-27T20:52:21.987Z] provisioning config files... [2020-08-27T20:52:22.001Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config6859909690179636885tmp [Pipeline] { [Pipeline] sh [2020-08-27T20:52:22.390Z] + curl -s https://codecov.io/bash [2020-08-27T20:52:22.390Z] + bash -s - -t @/w/workspace/edgex-go/10@tmp/config6859909690179636885tmp [Pipeline] } [2020-08-27T20:52:22.976Z] 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-27T20:52:24.868Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:25.742Z] ---> package-listing.sh [2020-08-27T20:52:25.742Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-27T20:52:25.742Z] ++ facter osfamily [2020-08-27T20:52:25.742Z] + OS_FAMILY=redhat [2020-08-27T20:52:25.742Z] + workspace=/w/workspace/edgex-go/10 [2020-08-27T20:52:25.742Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-27T20:52:25.742Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-27T20:52:25.742Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-27T20:52:25.742Z] + PACKAGES=/tmp/packages_start.txt [2020-08-27T20:52:25.742Z] + '[' /w/workspace/edgex-go/10 ']' [2020-08-27T20:52:25.742Z] + PACKAGES=/tmp/packages_end.txt [2020-08-27T20:52:25.742Z] + case "${OS_FAMILY}" in [2020-08-27T20:52:25.742Z] + rpm -qa [2020-08-27T20:52:25.742Z] + sort [2020-08-27T20:52:29.986Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-27T20:52:29.986Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-27T20:52:29.986Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-27T20:52:29.986Z] + '[' /w/workspace/edgex-go/10 ']' [2020-08-27T20:52:29.986Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2020-08-27T20:52:29.986Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:52:30.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:30.376Z] [2020-08-27T20:52:30.376Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-27T20:52:30.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:30.766Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-27T20:52:30.766Z] c9b1b535fdd9: Pulling fs layer [2020-08-27T20:52:30.766Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-27T20:52:30.766Z] 756a868c4378: Pulling fs layer [2020-08-27T20:52:30.766Z] 444b2fc9a129: Pulling fs layer [2020-08-27T20:52:30.766Z] ea15f1150254: Pulling fs layer [2020-08-27T20:52:30.766Z] 41b27a9f41bf: Pulling fs layer [2020-08-27T20:52:30.766Z] 28c525ee5125: Pulling fs layer [2020-08-27T20:52:30.766Z] 094b1ea09ed8: Pulling fs layer [2020-08-27T20:52:30.766Z] 138eaada9080: Pulling fs layer [2020-08-27T20:52:30.766Z] 0622d0fa9048: Pulling fs layer [2020-08-27T20:52:30.766Z] 444b2fc9a129: Waiting [2020-08-27T20:52:30.766Z] ea15f1150254: Waiting [2020-08-27T20:52:30.766Z] 28c525ee5125: Waiting [2020-08-27T20:52:30.766Z] 41b27a9f41bf: Waiting [2020-08-27T20:52:30.766Z] 0622d0fa9048: Waiting [2020-08-27T20:52:30.766Z] 138eaada9080: Waiting [2020-08-27T20:52:30.766Z] 094b1ea09ed8: Waiting [2020-08-27T20:52:30.766Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-27T20:52:30.766Z] 2cc5ad85d9ab: Download complete [2020-08-27T20:52:30.766Z] 444b2fc9a129: Verifying Checksum [2020-08-27T20:52:30.766Z] 444b2fc9a129: Download complete [2020-08-27T20:52:30.766Z] c9b1b535fdd9: Verifying Checksum [2020-08-27T20:52:30.766Z] c9b1b535fdd9: Download complete [2020-08-27T20:52:30.766Z] ea15f1150254: Verifying Checksum [2020-08-27T20:52:30.766Z] ea15f1150254: Download complete [2020-08-27T20:52:31.043Z] 28c525ee5125: Verifying Checksum [2020-08-27T20:52:31.043Z] 28c525ee5125: Download complete [2020-08-27T20:52:31.043Z] 756a868c4378: Verifying Checksum [2020-08-27T20:52:31.043Z] 756a868c4378: Download complete [2020-08-27T20:52:31.312Z] c9b1b535fdd9: Pull complete [2020-08-27T20:52:31.312Z] 138eaada9080: Verifying Checksum [2020-08-27T20:52:31.312Z] 138eaada9080: Download complete [2020-08-27T20:52:31.312Z] 0622d0fa9048: Verifying Checksum [2020-08-27T20:52:31.312Z] 0622d0fa9048: Download complete [2020-08-27T20:52:31.312Z] 094b1ea09ed8: Verifying Checksum [2020-08-27T20:52:31.312Z] 094b1ea09ed8: Download complete [2020-08-27T20:52:31.893Z] 41b27a9f41bf: Verifying Checksum [2020-08-27T20:52:31.893Z] 41b27a9f41bf: Download complete [2020-08-27T20:52:32.153Z] 2cc5ad85d9ab: Pull complete [2020-08-27T20:52:34.702Z] 756a868c4378: Pull complete [2020-08-27T20:52:34.702Z] 444b2fc9a129: Pull complete [2020-08-27T20:52:34.702Z] ea15f1150254: Pull complete [2020-08-27T20:52:40.003Z] 41b27a9f41bf: Pull complete [2020-08-27T20:52:40.266Z] 28c525ee5125: Pull complete [2020-08-27T20:52:42.821Z] 094b1ea09ed8: Pull complete [2020-08-27T20:52:43.082Z] 138eaada9080: Pull complete [2020-08-27T20:52:44.033Z] 0622d0fa9048: Pull complete [2020-08-27T20:52:44.294Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-27T20:52:44.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T20:52:44.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-27T20:52:44.474Z] prd-centos7-docker-4c-2g-501 does not seem to be running inside a container [2020-08-27T20:52:44.525Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-27T20:52:49.121Z] $ docker top 8621905131f0ee2e1cf304b46611eeaa126ccb85f73ce20f0437fd4041675fee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T20:52:49.403Z] provisioning config files... [2020-08-27T20:52:49.419Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2633576514095533596tmp [Pipeline] { [Pipeline] echo [2020-08-27T20:52:49.482Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:49.778Z] ---> create-netrc.sh [Pipeline] echo [2020-08-27T20:52:49.788Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T20:52:50.087Z] ---> logs-deploy.sh [2020-08-27T20:52:50.087Z] + ARCHIVE_ARTIFACTS= [2020-08-27T20:52:50.087Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-27T20:52:50.087Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-27T20:52:50.087Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-27T20:52:50.087Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/10 [2020-08-27T20:52:50.087Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/10/ [2020-08-27T20:52:50.087Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/10 /w/workspace/edgex-go/10 [2020-08-27T20:52:51.031Z] Archives upload complete. [2020-08-27T20:52:51.291Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/10/