Pull request #2649 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b75f1018b31de6149a2b2208f2cb81438f14dccc+9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 (f5fb9d17df82960015e3ccb6d047c471282a55c0) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2649/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1642 in /w/workspace/edgexfoundry_edgex-go_PR-2649 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2649/head:refs/remotes/origin/PR-2649 # 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 Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit b75f1018b31de6149a2b2208f2cb81438f14dccc Merge succeeded, producing b75f1018b31de6149a2b2208f2cb81438f14dccc Checking out Revision b75f1018b31de6149a2b2208f2cb81438f14dccc (PR-2649) 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/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # 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 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # timeout=10 Commit message: "Merge branch 'master' into startup" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-31T00:42:05.346Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-31T00:42:05.651Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-31T00:42:05.905Z] ========================================================= [2020-07-31T00:42:05.905Z] EdgeX Global Pipelines Version Info [2020-07-31T00:42:05.905Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-31T00:42:07.775Z] ------------------- [2020-07-31T00:42:07.775Z] stable info: [2020-07-31T00:42:07.775Z] ------------------- [2020-07-31T00:42:07.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-31T00:42:07.775Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-31T00:42:07.775Z] Message: update stable to v1.0.106 [2020-07-31T00:42:08.358Z] ------------------- [2020-07-31T00:42:08.358Z] experimental info: [2020-07-31T00:42:08.358Z] ------------------- [2020-07-31T00:42:08.358Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-31T00:42:08.358Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-07-31T00:42:08.358Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-31T00:42:10.140Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/core-command/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/core-data/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-31T00:42:10.140Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T00:42:10.140Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-31T00:42:10.140Z] ++ cut -d/ -f2 [2020-07-31T00:42:10.140Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-31T00:42:10.223Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:42:11.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T00:42:11.640Z] [2020-07-31T00:42:11.640Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:42:12.037Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T00:42:12.038Z] latest: Pulling from edgex-devops/git-semver [2020-07-31T00:42:12.038Z] 31603596830f: Pulling fs layer [2020-07-31T00:42:12.038Z] 2a8b12db71e7: Pulling fs layer [2020-07-31T00:42:12.038Z] 6ca5941a6612: Pulling fs layer [2020-07-31T00:42:12.038Z] ecc8261a40a4: Pulling fs layer [2020-07-31T00:42:12.038Z] ecc8261a40a4: Waiting [2020-07-31T00:42:12.038Z] 2a8b12db71e7: Download complete [2020-07-31T00:42:12.038Z] 31603596830f: Verifying Checksum [2020-07-31T00:42:12.038Z] 31603596830f: Download complete [2020-07-31T00:42:12.304Z] ecc8261a40a4: Verifying Checksum [2020-07-31T00:42:12.304Z] ecc8261a40a4: Download complete [2020-07-31T00:42:12.304Z] 6ca5941a6612: Verifying Checksum [2020-07-31T00:42:12.304Z] 6ca5941a6612: Download complete [2020-07-31T00:42:12.564Z] 31603596830f: Pull complete [2020-07-31T00:42:12.564Z] 2a8b12db71e7: Pull complete [2020-07-31T00:42:13.506Z] 6ca5941a6612: Pull complete [2020-07-31T00:42:13.506Z] ecc8261a40a4: Pull complete [2020-07-31T00:42:13.506Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-31T00:42:13.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T00:42:13.506Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-31T00:42:13.627Z] prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container [2020-07-31T00:42:13.679Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T00:42:16.437Z] $ docker top 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T00:42:16.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T00:42:16.760Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T00:42:16.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T00:42:16.957Z] $ docker exec 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent [2020-07-31T00:42:17.108Z] SSH_AUTH_SOCK=/tmp/ssh-3t0iNe16zowm/agent.11 [2020-07-31T00:42:17.108Z] SSH_AGENT_PID=16 [2020-07-31T00:42:17.180Z] Running ssh-add (command line suppressed) [2020-07-31T00:42:17.319Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5299145383554038690.key (/w/workspace/edgex-go/1@tmp/private_key_5299145383554038690.key) [2020-07-31T00:42:17.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T00:42:17.749Z] + git describe --exact-match --tags HEAD [2020-07-31T00:42:17.749Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-31T00:42:17.789Z] $ docker exec --env ******** --env ******** 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent -k [2020-07-31T00:42:17.901Z] unset SSH_AUTH_SOCK; [2020-07-31T00:42:17.901Z] unset SSH_AGENT_PID; [2020-07-31T00:42:17.901Z] echo Agent pid 16 killed; [2020-07-31T00:42:17.943Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-31T00:42:18.096Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-31T00:42:18.096Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-31T00:42:18.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T00:42:18.220Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T00:42:18.376Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T00:42:18.379Z] $ docker exec 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent [2020-07-31T00:42:18.532Z] SSH_AUTH_SOCK=/tmp/ssh-aNQ9IRoIWJKw/agent.45 [2020-07-31T00:42:18.532Z] SSH_AGENT_PID=51 [2020-07-31T00:42:18.538Z] Running ssh-add (command line suppressed) [2020-07-31T00:42:18.650Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_188424932744687342.key (/w/workspace/edgex-go/1@tmp/private_key_188424932744687342.key) [2020-07-31T00:42:18.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T00:42:19.056Z] + git semver init [2020-07-31T00:42:19.056Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T00:42:19.056Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-07-31T00:42:19.056Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-07-31T00:42:19.056Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T00:42:19.056Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T00:42:19.056Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T00:42:19.056Z] # $SEMVER_BRANCH = PR-2649 [2020-07-31T00:42:19.056Z] # $SEMVER_TEMP = /tmp/semver-806762404 [2020-07-31T00:42:19.056Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-31T00:42:37.200Z] # '/tmp/semver-806762404' -> '/w/workspace/edgex-go/1/.semver' [2020-07-31T00:42:37.200Z] # -> Force: false [2020-07-31T00:42:37.200Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-07-31T00:42:37.222Z] $ docker exec --env ******** --env ******** 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 ssh-agent -k [2020-07-31T00:42:37.387Z] unset SSH_AUTH_SOCK; [2020-07-31T00:42:37.387Z] unset SSH_AGENT_PID; [2020-07-31T00:42:37.388Z] echo Agent pid 51 killed; [2020-07-31T00:42:37.444Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T00:42:37.982Z] + git semver [Pipeline] } [2020-07-31T00:42:38.011Z] $ docker stop --time=1 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 [2020-07-31T00:42:39.645Z] $ docker rm -f 0ec7644fc5cd2e6a48209d3fa5a5c18a28da186280f47487ad8763de646e0119 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-31T00:42:53.346Z] Stashed 28 file(s) [Pipeline] echo [2020-07-31T00:42:53.367Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-31T00:42:54.270Z] ========================================================= [2020-07-31T00:42:54.270Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-31T00:42:54.270Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:42:54.638Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-31T00:42:57.956Z] Sending build context to Docker daemon 323MB [2020-07-31T00:42:57.956Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T00:42:57.956Z] Step 2/7 : FROM ${BASE} [2020-07-31T00:42:57.956Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-31T00:42:57.956Z] df20fa9351a1: Pulling fs layer [2020-07-31T00:42:57.956Z] ed8968b2872e: Pulling fs layer [2020-07-31T00:42:57.956Z] a92cc7c5fd73: Pulling fs layer [2020-07-31T00:42:57.956Z] 2dd03ba5bac4: Pulling fs layer [2020-07-31T00:42:57.956Z] 1e091d79d1de: Pulling fs layer [2020-07-31T00:42:57.956Z] 481702a1767f: Pulling fs layer [2020-07-31T00:42:57.956Z] f64a6f60c768: Pulling fs layer [2020-07-31T00:42:57.956Z] e78d2573fc39: Pulling fs layer [2020-07-31T00:42:57.956Z] e876d2f968b6: Pulling fs layer [2020-07-31T00:42:57.956Z] ce8a83651883: Pulling fs layer [2020-07-31T00:42:57.956Z] 07967f4d0e4b: Pulling fs layer [2020-07-31T00:42:57.956Z] f64a6f60c768: Waiting [2020-07-31T00:42:57.956Z] 1e091d79d1de: Waiting [2020-07-31T00:42:57.956Z] e78d2573fc39: Waiting [2020-07-31T00:42:57.956Z] 481702a1767f: Waiting [2020-07-31T00:42:57.956Z] e876d2f968b6: Waiting [2020-07-31T00:42:57.956Z] 07967f4d0e4b: Waiting [2020-07-31T00:42:57.956Z] ce8a83651883: Waiting [2020-07-31T00:42:57.956Z] 2dd03ba5bac4: Waiting [2020-07-31T00:42:57.956Z] a92cc7c5fd73: Verifying Checksum [2020-07-31T00:42:57.956Z] a92cc7c5fd73: Download complete [2020-07-31T00:42:57.956Z] ed8968b2872e: Download complete [2020-07-31T00:42:57.956Z] 1e091d79d1de: Verifying Checksum [2020-07-31T00:42:57.956Z] 1e091d79d1de: Download complete [2020-07-31T00:42:57.956Z] 481702a1767f: Download complete [2020-07-31T00:42:57.956Z] df20fa9351a1: Verifying Checksum [2020-07-31T00:42:57.956Z] df20fa9351a1: Download complete [2020-07-31T00:42:58.543Z] df20fa9351a1: Pull complete [2020-07-31T00:42:58.543Z] f64a6f60c768: Verifying Checksum [2020-07-31T00:42:58.543Z] f64a6f60c768: Download complete [2020-07-31T00:42:58.543Z] e876d2f968b6: Verifying Checksum [2020-07-31T00:42:58.543Z] e876d2f968b6: Download complete [2020-07-31T00:42:58.808Z] ed8968b2872e: Pull complete [2020-07-31T00:42:59.074Z] e78d2573fc39: Verifying Checksum [2020-07-31T00:42:59.074Z] e78d2573fc39: Download complete [2020-07-31T00:42:59.074Z] 07967f4d0e4b: Verifying Checksum [2020-07-31T00:42:59.074Z] 07967f4d0e4b: Download complete [2020-07-31T00:42:59.074Z] ce8a83651883: Verifying Checksum [2020-07-31T00:42:59.074Z] ce8a83651883: Download complete [2020-07-31T00:42:59.334Z] 2dd03ba5bac4: Verifying Checksum [2020-07-31T00:42:59.334Z] 2dd03ba5bac4: Download complete [2020-07-31T00:42:59.334Z] a92cc7c5fd73: Pull complete [2020-07-31T00:43:05.954Z] 2dd03ba5bac4: Pull complete [2020-07-31T00:43:05.954Z] 1e091d79d1de: Pull complete [2020-07-31T00:43:05.954Z] 481702a1767f: Pull complete [2020-07-31T00:43:08.933Z] Still waiting to schedule task [2020-07-31T00:43:08.933Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1641’ [2020-07-31T00:43:12.550Z] f64a6f60c768: Pull complete [2020-07-31T00:43:15.097Z] e78d2573fc39: Pull complete [2020-07-31T00:43:15.097Z] e876d2f968b6: Pull complete [2020-07-31T00:43:16.056Z] ce8a83651883: Pull complete [2020-07-31T00:43:16.317Z] 07967f4d0e4b: Pull complete [2020-07-31T00:43:16.317Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-31T00:43:16.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-31T00:43:16.317Z] ---> 5d7c900382c6 [2020-07-31T00:43:16.317Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-31T00:43:17.259Z] ---> Running in f35ed2d92bda [2020-07-31T00:43:17.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:43:29.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:43:51.717Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T00:44:01.717Z] (2/12) Installing file (5.38-r0) [2020-07-31T00:44:01.717Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T00:44:01.717Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T00:46:36.537Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1643 in /w/workspace/edgexfoundry_edgex-go_PR-2649 [Pipeline] { [Pipeline] ws [2020-07-31T00:46:36.620Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-07-31T00:46:41.571Z] using credential edgex-jenkins-ssh [2020-07-31T00:46:41.626Z] Cloning the remote Git repository [2020-07-31T00:46:41.626Z] Cloning with configured refspecs honoured and without tags [2020-07-31T00:46:41.698Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-31T00:46:41.806Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-07-31T00:46:41.886Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T00:46:41.887Z] > git --version # timeout=10 [2020-07-31T00:46:41.907Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T00:46:41.995Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T00:46:56.851Z] Fetching without tags [2020-07-31T00:46:56.758Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T00:46:56.780Z] > git config --add remote.origin.fetch +refs/pull/2649/head:refs/remotes/origin/PR-2649 # timeout=10 [2020-07-31T00:46:56.796Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T00:46:56.826Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T00:46:56.861Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T00:46:56.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T00:46:57.419Z] Merging remotes/origin/master commit 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 into PR head commit b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:46:57.809Z] Merge succeeded, producing b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:46:57.809Z] Checking out Revision b75f1018b31de6149a2b2208f2cb81438f14dccc (PR-2649) [2020-07-31T00:46:56.913Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2649/head:refs/remotes/origin/PR-2649 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T00:46:57.435Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T00:46:57.452Z] > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # timeout=10 [2020-07-31T00:46:57.722Z] > git remote # timeout=10 [2020-07-31T00:46:57.741Z] > git config --get remote.origin.url # timeout=10 [2020-07-31T00:46:57.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T00:46:57.766Z] > git merge 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 [2020-07-31T00:46:57.787Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-31T00:46:57.812Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T00:46:57.832Z] > git checkout -f b75f1018b31de6149a2b2208f2cb81438f14dccc # timeout=10 [2020-07-31T00:47:02.221Z] Commit message: "Merge branch 'master' into startup" [2020-07-31T00:47:02.278Z] > git --version # timeout=10 [2020-07-31T00:47:02.310Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T00:47:14.382Z] ========================================================= [2020-07-31T00:47:14.382Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-31T00:47:14.382Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:47:15.250Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-31T00:47:19.568Z] Sending build context to Docker daemon 323MB [2020-07-31T00:47:19.568Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T00:47:19.568Z] Step 2/7 : FROM ${BASE} [2020-07-31T00:47:19.568Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-31T00:47:19.568Z] b538f80385f9: Pulling fs layer [2020-07-31T00:47:19.568Z] 74f711af9a0d: Pulling fs layer [2020-07-31T00:47:19.568Z] 99f96fe45779: Pulling fs layer [2020-07-31T00:47:19.568Z] fd7a069fd194: Pulling fs layer [2020-07-31T00:47:19.568Z] 66aa3694b03b: Pulling fs layer [2020-07-31T00:47:19.568Z] 170f70906a0f: Pulling fs layer [2020-07-31T00:47:19.568Z] ad7c5574e4b9: Pulling fs layer [2020-07-31T00:47:19.568Z] e772456be8f7: Pulling fs layer [2020-07-31T00:47:19.568Z] c890913d741a: Pulling fs layer [2020-07-31T00:47:19.568Z] 2480fcc9aa5a: Pulling fs layer [2020-07-31T00:47:19.568Z] 09adf4765672: Pulling fs layer [2020-07-31T00:47:19.568Z] fd7a069fd194: Waiting [2020-07-31T00:47:19.568Z] 66aa3694b03b: Waiting [2020-07-31T00:47:19.568Z] 170f70906a0f: Waiting [2020-07-31T00:47:19.568Z] ad7c5574e4b9: Waiting [2020-07-31T00:47:19.568Z] e772456be8f7: Waiting [2020-07-31T00:47:19.568Z] c890913d741a: Waiting [2020-07-31T00:47:19.568Z] 2480fcc9aa5a: Waiting [2020-07-31T00:47:19.568Z] 09adf4765672: Waiting [2020-07-31T00:47:19.568Z] 99f96fe45779: Verifying Checksum [2020-07-31T00:47:19.568Z] 99f96fe45779: Download complete [2020-07-31T00:47:19.568Z] 74f711af9a0d: Verifying Checksum [2020-07-31T00:47:19.568Z] 66aa3694b03b: Verifying Checksum [2020-07-31T00:47:19.568Z] 66aa3694b03b: Download complete [2020-07-31T00:47:19.568Z] 170f70906a0f: Verifying Checksum [2020-07-31T00:47:19.568Z] 170f70906a0f: Download complete [2020-07-31T00:47:19.568Z] b538f80385f9: Verifying Checksum [2020-07-31T00:47:19.568Z] b538f80385f9: Download complete [2020-07-31T00:47:20.176Z] b538f80385f9: Pull complete [2020-07-31T00:47:21.154Z] 74f711af9a0d: Pull complete [2020-07-31T00:47:21.155Z] 99f96fe45779: Pull complete [2020-07-31T00:47:22.132Z] ad7c5574e4b9: Verifying Checksum [2020-07-31T00:47:22.132Z] ad7c5574e4b9: Download complete [2020-07-31T00:47:22.132Z] c890913d741a: Download complete [2020-07-31T00:47:23.579Z] 2480fcc9aa5a: Verifying Checksum [2020-07-31T00:47:23.579Z] 2480fcc9aa5a: Download complete [2020-07-31T00:47:23.579Z] 09adf4765672: Download complete [2020-07-31T00:47:24.587Z] fd7a069fd194: Verifying Checksum [2020-07-31T00:47:24.587Z] fd7a069fd194: Download complete [2020-07-31T00:47:25.194Z] e772456be8f7: Verifying Checksum [2020-07-31T00:47:25.194Z] e772456be8f7: Download complete [2020-07-31T00:47:35.356Z] fd7a069fd194: Pull complete [2020-07-31T00:47:35.954Z] 66aa3694b03b: Pull complete [2020-07-31T00:47:36.236Z] 170f70906a0f: Pull complete [2020-07-31T00:47:40.551Z] ad7c5574e4b9: Pull complete [2020-07-31T00:47:44.868Z] e772456be8f7: Pull complete [2020-07-31T00:47:44.868Z] c890913d741a: Pull complete [2020-07-31T00:47:47.482Z] 2480fcc9aa5a: Pull complete [2020-07-31T00:47:48.916Z] 09adf4765672: Pull complete [2020-07-31T00:47:48.916Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-31T00:47:48.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-31T00:47:48.916Z] ---> 2248a725d1cf [2020-07-31T00:47:48.916Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-31T00:47:54.314Z] ---> Running in fe046b512b1c [2020-07-31T00:47:55.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T00:48:13.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T00:48:40.280Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T00:48:46.952Z] (2/12) Installing file (5.38-r0) [2020-07-31T00:48:47.223Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T00:48:47.492Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T00:51:38.491Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T00:51:38.491Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T00:51:38.491Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T00:51:38.491Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T00:51:39.877Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T00:51:40.821Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T00:51:41.765Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T00:51:45.973Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T00:51:46.547Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:51:46.547Z] OK: 233 MiB in 51 packages [2020-07-31T00:51:49.856Z] Removing intermediate container f35ed2d92bda [2020-07-31T00:51:49.856Z] ---> 06d3e9829b8b [2020-07-31T00:51:49.856Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T00:51:49.856Z] ---> Running in 59b2fcbab96a [2020-07-31T00:51:49.856Z] Removing intermediate container 59b2fcbab96a [2020-07-31T00:51:49.856Z] ---> 3ec487540680 [2020-07-31T00:51:49.856Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T00:51:50.429Z] latest: Pulling from library/docker [2020-07-31T00:51:50.429Z] df20fa9351a1: Already exists [2020-07-31T00:51:50.429Z] 25ad7478873d: Pulling fs layer [2020-07-31T00:51:50.429Z] 4684f6177b5d: Pulling fs layer [2020-07-31T00:51:50.429Z] 46e300cec669: Pulling fs layer [2020-07-31T00:51:50.430Z] 63038576ad94: Pulling fs layer [2020-07-31T00:51:50.430Z] 0fdb76c4706c: Pulling fs layer [2020-07-31T00:51:50.430Z] cb7edeffdfd5: Pulling fs layer [2020-07-31T00:51:50.430Z] 0fdb76c4706c: Waiting [2020-07-31T00:51:50.430Z] cb7edeffdfd5: Waiting [2020-07-31T00:51:50.430Z] 63038576ad94: Waiting [2020-07-31T00:51:50.430Z] 4684f6177b5d: Verifying Checksum [2020-07-31T00:51:50.430Z] 4684f6177b5d: Download complete [2020-07-31T00:51:50.705Z] 25ad7478873d: Verifying Checksum [2020-07-31T00:51:50.705Z] 25ad7478873d: Download complete [2020-07-31T00:51:50.705Z] 63038576ad94: Verifying Checksum [2020-07-31T00:51:50.705Z] 63038576ad94: Download complete [2020-07-31T00:51:50.705Z] 0fdb76c4706c: Verifying Checksum [2020-07-31T00:51:50.705Z] 0fdb76c4706c: Download complete [2020-07-31T00:51:50.705Z] cb7edeffdfd5: Verifying Checksum [2020-07-31T00:51:50.705Z] cb7edeffdfd5: Download complete [2020-07-31T00:51:50.970Z] 25ad7478873d: Pull complete [2020-07-31T00:51:50.970Z] 4684f6177b5d: Pull complete [2020-07-31T00:51:51.234Z] 46e300cec669: Verifying Checksum [2020-07-31T00:51:51.234Z] 46e300cec669: Download complete [2020-07-31T00:51:53.802Z] 46e300cec669: Pull complete [2020-07-31T00:51:53.802Z] 63038576ad94: Pull complete [2020-07-31T00:51:53.802Z] 0fdb76c4706c: Pull complete [2020-07-31T00:51:53.802Z] cb7edeffdfd5: Pull complete [2020-07-31T00:51:53.802Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T00:51:53.802Z] Status: Downloaded newer image for docker:latest [2020-07-31T00:51:55.723Z] ---> d0a43c9b9373 [2020-07-31T00:51:55.723Z] Step 6/7 : COPY go.mod . [2020-07-31T00:51:55.723Z] ---> 4c5647b68bd9 [2020-07-31T00:51:55.723Z] Step 7/7 : RUN go mod download [2020-07-31T00:51:55.723Z] ---> Running in 3b394f3000e2 [2020-07-31T00:51:58.270Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T00:51:58.270Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T00:51:58.270Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T00:51:58.270Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T00:51:58.270Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T00:51:58.270Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T00:51:58.270Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T00:51:58.270Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T00:51:58.270Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T00:51:58.270Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T00:51:58.270Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T00:51:58.270Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T00:51:58.270Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-07-31T00:51:58.270Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T00:51:58.270Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T00:51:58.270Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T00:51:58.270Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T00:51:58.270Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T00:51:58.270Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T00:51:58.544Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T00:51:58.544Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T00:51:58.544Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T00:51:58.544Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T00:51:58.544Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T00:51:58.544Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T00:51:58.544Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T00:51:58.544Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T00:51:58.544Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T00:51:58.544Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T00:51:58.544Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T00:51:58.806Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T00:51:58.806Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T00:51:59.066Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T00:51:59.066Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T00:51:59.066Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T00:51:59.066Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T00:51:59.066Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T00:51:59.066Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T00:51:59.327Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T00:51:59.327Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T00:51:59.327Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T00:51:59.327Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T00:51:59.327Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T00:51:59.327Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T00:51:59.327Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T00:51:59.327Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T00:51:59.327Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T00:51:59.327Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T00:51:59.588Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T00:51:59.588Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T00:51:59.588Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T00:51:59.588Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T00:51:59.588Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T00:51:59.588Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T00:51:59.588Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T00:51:59.588Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T00:51:59.588Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T00:51:59.588Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T00:51:59.588Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T00:51:59.588Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T00:51:59.849Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T00:51:59.849Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T00:51:59.849Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T00:51:59.849Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T00:51:59.849Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T00:51:59.849Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T00:51:59.849Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T00:51:59.849Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T00:51:59.849Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T00:52:00.111Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T00:52:00.111Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T00:52:00.111Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T00:52:00.111Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T00:52:00.111Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T00:52:00.111Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T00:52:00.111Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T00:52:00.111Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T00:52:12.389Z] Removing intermediate container 3b394f3000e2 [2020-07-31T00:52:12.389Z] ---> d992e7d218c2 [2020-07-31T00:52:12.389Z] Successfully built d992e7d218c2 [2020-07-31T00:52:12.389Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:52:13.218Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-31T00:52:13.218Z] . [Pipeline] withDockerContainer [2020-07-31T00:52:13.337Z] prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container [2020-07-31T00:52:13.379Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-07-31T00:52:14.143Z] $ docker top 7a61946243030dc005070084f181da35de7b0db3cb84658d420e0948e7fa8549 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T00:52:14.689Z] + go version [2020-07-31T00:52:14.689Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-31T00:52:14.724Z] ========================================================= [2020-07-31T00:52:14.724Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-31T00:52:14.724Z] ========================================================= [Pipeline] sh [2020-07-31T00:52:15.029Z] + make test [2020-07-31T00:52:15.029Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-31T00:52:18.354Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-31T00:52:26.639Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-31T00:52:30.910Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-31T00:52:30.910Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-31T00:52:30.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-31T00:52:30.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-31T00:52:32.320Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-07-31T00:52:32.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-31T00:52:32.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-31T00:52:32.320Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-31T00:52:32.320Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-31T00:52:33.068Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-31T00:52:33.068Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-31T00:52:33.068Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-31T00:52:33.068Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-31T00:52:39.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements [2020-07-31T00:52:39.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-31T00:52:39.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-31T00:52:39.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-31T00:52:39.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-31T00:52:39.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-31T00:52:41.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.037s coverage: 27.3% of statements [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-31T00:52:41.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-31T00:52:41.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements [2020-07-31T00:52:41.893Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-31T00:52:43.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.079s coverage: 28.6% of statements [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-31T00:52:43.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.020s coverage: 100.0% of statements [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-31T00:52:43.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-31T00:52:43.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.019s coverage: 89.8% of statements [2020-07-31T00:52:43.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-31T00:52:43.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.037s coverage: 97.5% of statements [2020-07-31T00:52:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-31T00:52:43.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-31T00:52:43.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-31T00:52:43.855Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.008s coverage: 58.8% of statements [2020-07-31T00:52:45.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.035s coverage: 63.5% of statements [2020-07-31T00:52:45.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-31T00:52:45.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-31T00:52:45.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-07-31T00:52:45.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements [2020-07-31T00:52:45.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-31T00:52:45.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-31T00:52:45.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-31T00:52:45.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-31T00:52:47.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.562s coverage: 86.3% of statements [2020-07-31T00:52:47.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-31T00:52:47.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.306s coverage: 72.2% of statements [2020-07-31T00:52:47.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.125s coverage: 72.1% of statements [2020-07-31T00:52:47.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements [2020-07-31T00:52:47.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-07-31T00:52:47.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-31T00:52:47.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-31T00:52:47.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-31T00:52:47.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-07-31T00:52:47.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-31T00:52:48.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.620s coverage: 96.8% of statements [2020-07-31T00:52:48.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-31T00:52:49.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.045s coverage: 26.9% of statements [2020-07-31T00:52:49.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-31T00:52:49.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-31T00:52:49.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements [2020-07-31T00:52:49.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements [2020-07-31T00:52:49.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements [2020-07-31T00:52:49.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-31T00:52:49.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-31T00:52:50.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-31T00:52:50.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-31T00:52:50.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.028s coverage: 83.8% of statements [2020-07-31T00:52:50.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-31T00:52:52.649Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.042s coverage: 45.1% of statements [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-31T00:52:52.649Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-31T00:52:52.649Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-31T00:52:52.649Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements [2020-07-31T00:52:52.649Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-31T00:52:54.063Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.062s coverage: 29.1% of statements [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-31T00:52:54.063Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-31T00:52:54.063Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-31T00:52:54.063Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-31T00:52:54.063Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-31T00:52:54.651Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.014s coverage: 100.0% of statements [2020-07-31T00:52:54.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-31T00:52:54.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-31T00:52:54.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-31T00:52:54.651Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-31T00:52:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-31T00:52:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-31T00:52:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-31T00:52:54.919Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements [2020-07-31T00:52:55.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-07-31T00:52:55.447Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-31T00:52:55.709Z] GO111MODULE=on go vet ./... [2020-07-31T00:53:02.334Z] gofmt -l . [2020-07-31T00:53:02.334Z] [ "`gofmt -l .`" = "" ] [2020-07-31T00:53:02.596Z] ./bin/test-go-mod-tidy.sh [2020-07-31T00:53:03.167Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-31T00:53:04.944Z] + ls -al . [2020-07-31T00:53:04.944Z] total 556 [2020-07-31T00:53:04.944Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 00:53 . [2020-07-31T00:53:04.944Z] drwxr-xr-x 4 root root 28 Jul 31 00:52 .. [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 11 Jul 31 00:42 .dockerignore [2020-07-31T00:53:04.944Z] drwxrwxr-x 8 1001 1001 179 Jul 31 00:42 .git [2020-07-31T00:53:04.944Z] drwxrwxr-x 3 1001 1001 60 Jul 31 00:42 .github [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 932 Jul 31 00:42 .gitignore [2020-07-31T00:53:04.944Z] drwx------ 3 1001 1001 47 Jul 31 00:42 .semver [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 166 Jul 31 00:42 .sonarcloud.properties [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 00:42 CONTRIBUTING.md [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 1035 Jul 31 00:42 Dockerfile.build [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 865 Jul 31 00:42 Jenkinsfile [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 00:42 LICENSE [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 6237 Jul 31 00:42 Makefile [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 5652 Jul 31 00:42 README.md [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 7111 Jul 31 00:42 SECURITY.md [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 00:42 VERSION [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 4131 Jul 31 00:42 ZMQWindows.md [2020-07-31T00:53:04.944Z] drwxrwxr-x 2 1001 1001 117 Jul 31 00:42 bin [2020-07-31T00:53:04.944Z] drwxrwxr-x 15 1001 1001 4096 Jul 31 00:42 cmd [2020-07-31T00:53:04.944Z] -rw-r--r-- 1 root root 455803 Jul 31 00:52 coverage.out [2020-07-31T00:53:04.944Z] -rw-r--r-- 1 root root 1019 Jul 31 00:53 go.mod [2020-07-31T00:53:04.944Z] -rw-r--r-- 1 root root 18146 Jul 31 00:53 go.sum [2020-07-31T00:53:04.944Z] drwxrwxr-x 8 1001 1001 127 Jul 31 00:42 internal [2020-07-31T00:53:04.944Z] drwxrwxr-x 4 1001 1001 26 Jul 31 00:42 openapi [2020-07-31T00:53:04.944Z] drwxrwxr-x 4 1001 1001 71 Jul 31 00:42 snap [2020-07-31T00:53:04.944Z] -rw-rw-r-- 1 1001 1001 168 Jul 31 00:42 version.go [Pipeline] sh [2020-07-31T00:53:05.263Z] + '[' -e coverage.out ] [2020-07-31T00:53:05.263Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-31T00:53:05.379Z] Stashed 1 file(s) [Pipeline] sh [2020-07-31T00:53:05.687Z] + make build [2020-07-31T00:53:05.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-31T00:53:12.343Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-31T00:53:14.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-31T00:53:16.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-31T00:53:17.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-31T00:53:20.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-31T00:53:20.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T00:53:23.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-31T00:53:24.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-31T00:53:25.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-31T00:53:27.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-31T00:53:28.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-31T00:53:29.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-31T00:53:31.037Z] $ docker stop --time=1 7a61946243030dc005070084f181da35de7b0db3cb84658d420e0948e7fa8549 [2020-07-31T00:53:32.599Z] $ docker rm -f 7a61946243030dc005070084f181da35de7b0db3cb84658d420e0948e7fa8549 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:53:35.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T00:53:35.878Z] [2020-07-31T00:53:35.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:53:36.251Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T00:53:36.251Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-31T00:53:36.251Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-31T00:53:36.251Z] ca9280d653b3: Pulling fs layer [2020-07-31T00:53:36.251Z] 7e9c9ca2126c: Pulling fs layer [2020-07-31T00:53:36.251Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-31T00:53:36.251Z] cbdbe7a5bc2a: Download complete [2020-07-31T00:53:36.516Z] ca9280d653b3: Verifying Checksum [2020-07-31T00:53:36.516Z] ca9280d653b3: Download complete [2020-07-31T00:53:36.776Z] cbdbe7a5bc2a: Pull complete [2020-07-31T00:53:37.348Z] 7e9c9ca2126c: Download complete [2020-07-31T00:53:37.608Z] ca9280d653b3: Pull complete [2020-07-31T00:53:45.767Z] 7e9c9ca2126c: Pull complete [2020-07-31T00:53:45.767Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-31T00:53:45.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T00:53:45.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-31T00:53:45.932Z] prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container [2020-07-31T00:53:45.975Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose:latest cat [2020-07-31T00:53:46.819Z] $ docker top 99a396d5123bccaf249beb5d43d91df86d85e40c647d97cac87aecc19a2cefcf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T00:53:47.334Z] + docker-compose build --help [2020-07-31T00:53:47.334Z] + grep parallel [2020-07-31T00:53:48.721Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T00:53:48.754Z] $ docker stop --time=1 99a396d5123bccaf249beb5d43d91df86d85e40c647d97cac87aecc19a2cefcf [2020-07-31T00:53:50.157Z] $ docker rm -f 99a396d5123bccaf249beb5d43d91df86d85e40c647d97cac87aecc19a2cefcf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:53:50.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T00:53:50.943Z] . [Pipeline] withDockerContainer [2020-07-31T00:53:51.064Z] prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container [2020-07-31T00:53:51.104Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat [2020-07-31T00:53:51.724Z] $ docker top 86eab599a1fb0aa6f4ae10919dd5ad05734a54bc6b8ea7b0380d31b4afc53899 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T00:53:52.225Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T00:53:53.167Z] Building docker-core-command-go ... [2020-07-31T00:53:53.167Z] Building docker-core-data-go ... [2020-07-31T00:53:53.167Z] Building docker-core-metadata-go ... [2020-07-31T00:53:53.167Z] Building docker-security-proxy-setup-go ... [2020-07-31T00:53:53.167Z] Building docker-security-secrets-setup-go ... [2020-07-31T00:53:53.168Z] Building docker-security-secretstore-setup-go ... [2020-07-31T00:53:53.168Z] Building docker-support-logging-go ... [2020-07-31T00:53:53.168Z] Building docker-support-notifications-go ... [2020-07-31T00:53:53.168Z] Building docker-support-scheduler-go ... [2020-07-31T00:53:53.168Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T00:53:53.168Z] Building docker-support-scheduler-go [2020-07-31T00:53:53.168Z] Building docker-core-data-go [2020-07-31T00:53:53.168Z] Building docker-sys-mgmt-agent-go [2020-07-31T00:53:53.168Z] Building docker-security-secrets-setup-go [2020-07-31T00:53:53.168Z] Building docker-core-metadata-go [2020-07-31T00:54:25.341Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:54:25.341Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:54:25.341Z] ---> d992e7d218c2 [2020-07-31T00:54:25.341Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T00:54:25.341Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:54:25.341Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:54:25.341Z] ---> d992e7d218c2 [2020-07-31T00:54:25.341Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T00:54:25.341Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:54:25.341Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:54:25.341Z] ---> d992e7d218c2 [2020-07-31T00:54:25.341Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T00:54:25.341Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:54:25.341Z] [2020-07-31T00:54:25.341Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:54:25.341Z] ---> d992e7d218c2 [2020-07-31T00:54:25.341Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T00:54:25.341Z] [2020-07-31T00:54:25.341Z] ---> d992e7d218c2 [2020-07-31T00:54:25.341Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T00:54:25.341Z] ---> Running in cb946f6159a3 [2020-07-31T00:54:25.341Z] ---> Running in 04ce84589d79 [2020-07-31T00:54:25.341Z] ---> Running in b84f7c803677 [2020-07-31T00:54:25.341Z] ---> Running in 3257ae8816cd [2020-07-31T00:54:25.341Z] ---> Running in 23199700f9da [2020-07-31T00:54:25.341Z] Removing intermediate container 3257ae8816cd [2020-07-31T00:54:25.341Z] ---> ce14adf5280b [2020-07-31T00:54:25.341Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:54:25.341Z] Removing intermediate container 23199700f9da [2020-07-31T00:54:25.341Z] ---> 3966208ee99a [2020-07-31T00:54:25.341Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T00:54:25.341Z] Removing intermediate container cb946f6159a3 [2020-07-31T00:54:25.341Z] ---> 75dab94429f4 [2020-07-31T00:54:25.341Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:54:25.341Z] Removing intermediate container b84f7c803677 [2020-07-31T00:54:25.341Z] ---> 0d9cb4d2e102 [2020-07-31T00:54:25.341Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:54:25.341Z] Removing intermediate container 04ce84589d79 [2020-07-31T00:54:25.341Z] ---> 9af044b108c9 [2020-07-31T00:54:25.341Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:54:25.341Z] ---> Running in 6fa8de6316d3 [2020-07-31T00:54:25.341Z] ---> Running in 66eddd5396a4 [2020-07-31T00:54:25.341Z] ---> Running in 5eb5fc646670 [2020-07-31T00:54:25.341Z] ---> Running in 600fbeddf7c1 [2020-07-31T00:54:25.341Z] ---> Running in 50a850b6ee83 [2020-07-31T00:54:25.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:25.342Z] Removing intermediate container 600fbeddf7c1 [2020-07-31T00:54:25.342Z] ---> fb80d5eeb9a0 [2020-07-31T00:54:25.342Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T00:54:25.342Z] ---> Running in b0e95aec5c0a [2020-07-31T00:54:25.342Z] Removing intermediate container 6fa8de6316d3 [2020-07-31T00:54:25.342Z] ---> 4bf71617c25e [2020-07-31T00:54:25.342Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T00:54:25.342Z] ---> Running in 4ce0dab2fcad [2020-07-31T00:54:25.342Z] Removing intermediate container 50a850b6ee83 [2020-07-31T00:54:25.342Z] ---> 0648bb4e1c3c [2020-07-31T00:54:25.342Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T00:54:25.342Z] Removing intermediate container 66eddd5396a4 [2020-07-31T00:54:25.342Z] ---> 5c8f907cdec8 [2020-07-31T00:54:25.342Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T00:54:25.342Z] ---> Running in 06e4d2911c6f [2020-07-31T00:54:25.342Z] ---> Running in e5791a5aba0d [2020-07-31T00:54:25.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:25.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:25.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:25.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:40.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:41.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:42.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:43.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:54:43.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:55:05.648Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:55:05.648Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:55:05.648Z] OK: 12749 distinct packages available [2020-07-31T00:55:05.648Z] OK: 233 MiB in 51 packages [2020-07-31T00:55:06.223Z] Removing intermediate container 5eb5fc646670 [2020-07-31T00:55:06.223Z] ---> 35ad83f166cb [2020-07-31T00:55:06.223Z] Step 5/29 : COPY go.mod . [2020-07-31T00:55:06.486Z] ---> f87e80072692 [2020-07-31T00:55:06.486Z] Step 6/29 : RUN go mod download [2020-07-31T00:55:06.486Z] ---> Running in e59699831e2f [2020-07-31T00:55:08.398Z] Removing intermediate container e59699831e2f [2020-07-31T00:55:08.398Z] ---> 7177d6bf712c [2020-07-31T00:55:08.398Z] Step 7/29 : COPY . . [2020-07-31T00:55:10.953Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:55:10.953Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:55:10.953Z] OK: 12749 distinct packages available [2020-07-31T00:55:10.953Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:55:10.953Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:55:10.953Z] OK: 12749 distinct packages available [2020-07-31T00:55:10.953Z] OK: 233 MiB in 51 packages [2020-07-31T00:55:10.953Z] OK: 233 MiB in 51 packages [2020-07-31T00:55:12.870Z] Removing intermediate container 4ce0dab2fcad [2020-07-31T00:55:12.870Z] ---> 191208ebc080 [2020-07-31T00:55:12.870Z] Step 6/26 : COPY go.mod . [2020-07-31T00:55:13.131Z] Removing intermediate container 06e4d2911c6f [2020-07-31T00:55:13.131Z] ---> 40ddece22335 [2020-07-31T00:55:13.131Z] Step 6/22 : COPY go.mod . [2020-07-31T00:55:13.737Z] ---> 2c2db6ae11cb [2020-07-31T00:55:13.737Z] Step 7/26 : RUN go mod download [2020-07-31T00:55:14.074Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:55:14.074Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:55:14.074Z] OK: 12749 distinct packages available [2020-07-31T00:55:14.373Z] OK: 233 MiB in 51 packages [2020-07-31T00:55:16.325Z] ---> 5c0de8fcdc7b [2020-07-31T00:55:16.325Z] Step 7/22 : RUN go mod download [2020-07-31T00:55:16.325Z] ---> Running in 08621fe4d1f8 [2020-07-31T00:55:16.587Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:55:16.587Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:55:16.587Z] OK: 12749 distinct packages available [2020-07-31T00:55:16.849Z] OK: 233 MiB in 51 packages [2020-07-31T00:55:17.109Z] ---> Running in 610cb57ce33b [2020-07-31T00:55:18.501Z] Removing intermediate container e5791a5aba0d [2020-07-31T00:55:18.501Z] ---> 832a4b8b8aa5 [2020-07-31T00:55:18.501Z] Step 6/21 : COPY go.mod . [2020-07-31T00:55:19.461Z] ---> 2089d9bc79dc [2020-07-31T00:55:19.461Z] Step 7/21 : RUN go mod download [2020-07-31T00:55:19.732Z] ---> Running in d23cd576d4a0 [2020-07-31T00:55:19.732Z] Removing intermediate container b0e95aec5c0a [2020-07-31T00:55:19.732Z] ---> e9ed5a296cce [2020-07-31T00:55:19.732Z] Step 6/20 : COPY go.mod . [2020-07-31T00:55:20.310Z] ---> d92fe73c61a0 [2020-07-31T00:55:20.310Z] Step 7/20 : RUN go mod download [2020-07-31T00:55:20.882Z] ---> Running in 69cf939ac0fc [2020-07-31T00:55:21.459Z] Removing intermediate container 08621fe4d1f8 [2020-07-31T00:55:21.459Z] ---> d417171d22a0 [2020-07-31T00:55:21.459Z] Step 8/26 : COPY . . [2020-07-31T00:55:24.014Z] Removing intermediate container 610cb57ce33b [2020-07-31T00:55:24.014Z] ---> 6afa1692d7f9 [2020-07-31T00:55:24.014Z] Step 8/22 : COPY . . [2020-07-31T00:55:24.288Z] ---> 236080e057a6 [2020-07-31T00:55:24.288Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T00:55:25.679Z] ---> Running in 10655fa27bf1 [2020-07-31T00:55:30.972Z] Removing intermediate container d23cd576d4a0 [2020-07-31T00:55:30.972Z] ---> ff184d1d1fe5 [2020-07-31T00:55:30.972Z] Step 8/21 : COPY . . [2020-07-31T00:55:31.914Z] Removing intermediate container 69cf939ac0fc [2020-07-31T00:55:31.914Z] ---> 808c2a86a1d1 [2020-07-31T00:55:31.914Z] Step 8/20 : COPY . . [2020-07-31T00:55:32.175Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-31T00:55:54.535Z] ---> 425bab0b6cf9 [2020-07-31T00:55:54.535Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T00:55:54.535Z] ---> c612219c7740 [2020-07-31T00:55:54.535Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T00:55:54.535Z] ---> Running in 072ae85eb7ff [2020-07-31T00:55:54.535Z] ---> Running in 4230d4640dc7 [2020-07-31T00:55:54.653Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T00:55:54.653Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T00:55:54.653Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T00:55:54.653Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T00:55:55.952Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-31T00:55:55.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T00:55:58.929Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T00:56:00.353Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T00:56:00.939Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T00:56:02.586Z] ---> f4274005a9b7 [2020-07-31T00:56:02.586Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T00:56:02.586Z] ---> Running in 5464fc75ab0c [2020-07-31T00:56:02.587Z] ---> fd71333905d7 [2020-07-31T00:56:02.587Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T00:56:02.587Z] ---> Running in 995b586196eb [2020-07-31T00:56:03.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-31T00:56:03.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-31T00:56:04.521Z] Removing intermediate container 10655fa27bf1 [2020-07-31T00:56:04.521Z] ---> 6989f0e5b649 [2020-07-31T00:56:04.521Z] [2020-07-31T00:56:04.521Z] Step 9/29 : FROM alpine:latest [2020-07-31T00:56:04.790Z] latest: Pulling from library/alpine [2020-07-31T00:56:05.061Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T00:56:05.061Z] Status: Downloaded newer image for alpine:latest [2020-07-31T00:56:05.061Z] ---> a24bb4013296 [2020-07-31T00:56:05.061Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-31T00:56:05.647Z] ---> Running in 2fceb7826db8 [2020-07-31T00:56:05.918Z] Removing intermediate container 2fceb7826db8 [2020-07-31T00:56:05.918Z] ---> 3d109035f108 [2020-07-31T00:56:05.918Z] Step 11/29 : USER root [2020-07-31T00:56:05.918Z] ---> Running in 39c418a43445 [2020-07-31T00:56:06.186Z] Removing intermediate container 39c418a43445 [2020-07-31T00:56:06.186Z] ---> 420b3cba9768 [2020-07-31T00:56:06.186Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T00:56:06.364Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T00:56:06.451Z] ---> Running in 29e66c710bda [2020-07-31T00:56:06.643Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:56:06.643Z] OK: 217 MiB in 51 packages [2020-07-31T00:56:09.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:09.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:09.327Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:56:09.327Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:56:09.327Z] OK: 12749 distinct packages available [2020-07-31T00:56:09.595Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T00:56:09.595Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T00:56:09.595Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:56:09.873Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T00:56:09.873Z] OK: 6 MiB in 16 packages [2020-07-31T00:56:10.957Z] Removing intermediate container fe046b512b1c [2020-07-31T00:56:10.957Z] ---> b8b836109bef [2020-07-31T00:56:10.957Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T00:56:10.957Z] ---> Running in 6596cbcd181f [2020-07-31T00:56:10.957Z] Removing intermediate container 6596cbcd181f [2020-07-31T00:56:10.957Z] ---> 5b1988f4e7b8 [2020-07-31T00:56:10.957Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T00:56:11.554Z] latest: Pulling from library/docker [2020-07-31T00:56:11.554Z] b538f80385f9: Already exists [2020-07-31T00:56:11.554Z] 259a493cd78d: Pulling fs layer [2020-07-31T00:56:11.554Z] b8e66b5100f5: Pulling fs layer [2020-07-31T00:56:11.554Z] 39dc9c94d07c: Pulling fs layer [2020-07-31T00:56:11.554Z] 551b823b3b82: Pulling fs layer [2020-07-31T00:56:11.554Z] 3c52a74df98c: Pulling fs layer [2020-07-31T00:56:11.554Z] 6c9b121b6998: Pulling fs layer [2020-07-31T00:56:11.554Z] 551b823b3b82: Waiting [2020-07-31T00:56:11.554Z] 3c52a74df98c: Waiting [2020-07-31T00:56:11.555Z] 6c9b121b6998: Waiting [2020-07-31T00:56:11.555Z] b8e66b5100f5: Verifying Checksum [2020-07-31T00:56:11.555Z] b8e66b5100f5: Download complete [2020-07-31T00:56:11.830Z] 259a493cd78d: Verifying Checksum [2020-07-31T00:56:11.830Z] 551b823b3b82: Verifying Checksum [2020-07-31T00:56:11.830Z] 551b823b3b82: Download complete [2020-07-31T00:56:11.830Z] 3c52a74df98c: Verifying Checksum [2020-07-31T00:56:11.830Z] 3c52a74df98c: Download complete [2020-07-31T00:56:11.830Z] 6c9b121b6998: Verifying Checksum [2020-07-31T00:56:11.830Z] 6c9b121b6998: Download complete [2020-07-31T00:56:12.426Z] 259a493cd78d: Pull complete [2020-07-31T00:56:12.457Z] Removing intermediate container 29e66c710bda [2020-07-31T00:56:12.457Z] ---> 7b4bb7e8ee39 [2020-07-31T00:56:12.457Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T00:56:12.457Z] ---> Running in 12ab66ee8d24 [2020-07-31T00:56:12.457Z] Removing intermediate container 12ab66ee8d24 [2020-07-31T00:56:12.457Z] ---> 5ae5dab6f918 [2020-07-31T00:56:12.457Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T00:56:12.729Z] ---> Running in dc74c3980f9e [2020-07-31T00:56:12.997Z] Removing intermediate container dc74c3980f9e [2020-07-31T00:56:12.997Z] ---> da681ad1a941 [2020-07-31T00:56:12.997Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T00:56:13.021Z] b8e66b5100f5: Pull complete [2020-07-31T00:56:13.021Z] 39dc9c94d07c: Verifying Checksum [2020-07-31T00:56:13.021Z] 39dc9c94d07c: Download complete [2020-07-31T00:56:13.263Z] ---> Running in fe7e8a54ad3a [2020-07-31T00:56:15.242Z] Removing intermediate container fe7e8a54ad3a [2020-07-31T00:56:15.242Z] ---> c81e395fe7ee [2020-07-31T00:56:15.242Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T00:56:16.226Z] ---> d54fde6292b2 [2020-07-31T00:56:16.226Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T00:56:16.402Z] 39dc9c94d07c: Pull complete [2020-07-31T00:56:16.402Z] 551b823b3b82: Pull complete [2020-07-31T00:56:16.676Z] 3c52a74df98c: Pull complete [2020-07-31T00:56:16.821Z] ---> f72d9e2cb9e9 [2020-07-31T00:56:16.821Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T00:56:17.270Z] 6c9b121b6998: Pull complete [2020-07-31T00:56:17.270Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T00:56:17.270Z] Status: Downloaded newer image for docker:latest [2020-07-31T00:56:17.793Z] ---> b2b229be0829 [2020-07-31T00:56:17.793Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T00:56:20.661Z] ---> 8b97d53680c8 [2020-07-31T00:56:20.661Z] Step 6/7 : COPY go.mod . [2020-07-31T00:56:21.155Z] ---> bc8b031d60ee [2020-07-31T00:56:21.155Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T00:56:21.155Z] Removing intermediate container 072ae85eb7ff [2020-07-31T00:56:21.155Z] ---> 5bf0946ad6c6 [2020-07-31T00:56:21.155Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T00:56:21.425Z] ---> 38950768124c [2020-07-31T00:56:21.425Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T00:56:21.425Z] ---> Running in 4cdf4e1e1318 [2020-07-31T00:56:21.635Z] ---> 564e33337261 [2020-07-31T00:56:21.635Z] Step 7/7 : RUN go mod download [2020-07-31T00:56:21.635Z] ---> Running in 232f40363512 [2020-07-31T00:56:21.693Z] ---> Running in 3e427e4dfd8e [2020-07-31T00:56:22.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-31T00:56:24.126Z] Removing intermediate container 3e427e4dfd8e [2020-07-31T00:56:24.126Z] ---> 4d31b98d9581 [2020-07-31T00:56:24.126Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T00:56:24.712Z] ---> 4117c47bcd47 [2020-07-31T00:56:24.712Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T00:56:24.981Z] ---> Running in d5ec947f517c [2020-07-31T00:56:25.008Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T00:56:25.008Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T00:56:25.008Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T00:56:25.008Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T00:56:25.008Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T00:56:25.008Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T00:56:25.008Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T00:56:25.008Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T00:56:25.008Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T00:56:25.008Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T00:56:25.008Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T00:56:25.008Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T00:56:25.008Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-07-31T00:56:25.008Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T00:56:25.008Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T00:56:25.008Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T00:56:25.008Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T00:56:25.008Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T00:56:25.008Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T00:56:25.008Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T00:56:25.008Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T00:56:25.008Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T00:56:25.008Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T00:56:25.008Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T00:56:25.008Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T00:56:25.008Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T00:56:25.008Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T00:56:25.278Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T00:56:25.278Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T00:56:25.278Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T00:56:25.278Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T00:56:25.278Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T00:56:25.548Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T00:56:25.548Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T00:56:25.574Z] Removing intermediate container 4cdf4e1e1318 [2020-07-31T00:56:25.574Z] ---> 2e756bc39bd8 [2020-07-31T00:56:25.574Z] [2020-07-31T00:56:25.574Z] Step 11/26 : FROM docker:latest [2020-07-31T00:56:25.574Z] ---> 81f5749c9058 [2020-07-31T00:56:25.574Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T00:56:25.821Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T00:56:25.821Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T00:56:25.822Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T00:56:25.822Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T00:56:25.822Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T00:56:25.822Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T00:56:25.822Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T00:56:25.822Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T00:56:25.822Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T00:56:25.822Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T00:56:25.822Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T00:56:25.822Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T00:56:25.842Z] ---> Running in 913265367b4b [2020-07-31T00:56:26.092Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T00:56:26.092Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T00:56:26.092Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T00:56:26.092Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T00:56:26.092Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T00:56:26.092Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T00:56:26.092Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T00:56:26.092Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T00:56:26.092Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T00:56:26.092Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T00:56:26.092Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T00:56:26.362Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T00:56:26.362Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T00:56:26.362Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T00:56:26.362Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T00:56:26.362Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T00:56:26.362Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T00:56:26.362Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T00:56:26.362Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T00:56:26.362Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T00:56:26.362Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T00:56:26.363Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T00:56:26.637Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T00:56:26.637Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T00:56:26.637Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T00:56:26.637Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T00:56:26.637Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T00:56:26.637Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T00:56:26.637Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T00:56:26.637Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T00:56:26.637Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T00:56:26.817Z] Removing intermediate container d5ec947f517c [2020-07-31T00:56:26.817Z] ---> 9bb939460bea [2020-07-31T00:56:26.817Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T00:56:26.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:26.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:26.817Z] ---> Running in cf69e1310db0 [2020-07-31T00:56:27.084Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T00:56:27.084Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T00:56:27.084Z] Executing bash-5.0.17-r0.post-install [2020-07-31T00:56:27.084Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:56:27.660Z] OK: 12 MiB in 22 packages [2020-07-31T00:56:31.027Z] Removing intermediate container 913265367b4b [2020-07-31T00:56:31.027Z] ---> cae2b4ba69aa [2020-07-31T00:56:31.027Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T00:56:31.027Z] ---> Running in 19f470542354 [2020-07-31T00:56:31.609Z] Removing intermediate container cf69e1310db0 [2020-07-31T00:56:31.609Z] ---> 79273d0a36b2 [2020-07-31T00:56:31.609Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T00:56:34.158Z] ---> Running in 958a6db2f076 [2020-07-31T00:56:34.423Z] Removing intermediate container 995b586196eb [2020-07-31T00:56:34.423Z] ---> 6b003abedc7a [2020-07-31T00:56:34.423Z] [2020-07-31T00:56:34.423Z] Step 10/20 : FROM scratch [2020-07-31T00:56:34.423Z] ---> [2020-07-31T00:56:34.423Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T00:56:34.423Z] Removing intermediate container 4230d4640dc7 [2020-07-31T00:56:34.423Z] ---> 3486f775629b [2020-07-31T00:56:34.423Z] [2020-07-31T00:56:34.423Z] Step 10/22 : FROM alpine [2020-07-31T00:56:34.423Z] ---> a24bb4013296 [2020-07-31T00:56:34.423Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T00:56:35.363Z] ---> Running in a88da78b254e [2020-07-31T00:56:36.305Z] Removing intermediate container 958a6db2f076 [2020-07-31T00:56:36.305Z] ---> f4d231a27151 [2020-07-31T00:56:36.305Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T00:56:36.566Z] ---> Running in d7fc120b5a80 [2020-07-31T00:56:37.506Z] Removing intermediate container 19f470542354 [2020-07-31T00:56:37.506Z] ---> 3cac715ee677 [2020-07-31T00:56:37.506Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T00:56:37.767Z] ---> Running in e62f95350f8e [2020-07-31T00:56:37.767Z] Removing intermediate container a88da78b254e [2020-07-31T00:56:37.767Z] ---> c68e0fbf1e37 [2020-07-31T00:56:37.767Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T00:56:38.027Z] ---> Running in e0ef034e238b [2020-07-31T00:56:38.027Z] Removing intermediate container d7fc120b5a80 [2020-07-31T00:56:38.027Z] ---> d112334a629f [2020-07-31T00:56:38.027Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T00:56:38.027Z] ---> Running in dcd0525e396e [2020-07-31T00:56:38.027Z] Removing intermediate container 5464fc75ab0c [2020-07-31T00:56:38.027Z] ---> a0bfb70a49e1 [2020-07-31T00:56:38.027Z] [2020-07-31T00:56:38.027Z] Step 10/21 : FROM scratch [2020-07-31T00:56:38.027Z] ---> [2020-07-31T00:56:38.027Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T00:56:38.027Z] ---> Running in 13afcc05c1e6 [2020-07-31T00:56:38.027Z] ---> Using cache [2020-07-31T00:56:38.027Z] ---> c68e0fbf1e37 [2020-07-31T00:56:38.027Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T00:56:38.290Z] Removing intermediate container e62f95350f8e [2020-07-31T00:56:38.290Z] ---> 3dfe765906a5 [2020-07-31T00:56:38.290Z] Step 27/29 : LABEL arch=x86_64 [2020-07-31T00:56:38.290Z] ---> Running in ec9246c44e23 [2020-07-31T00:56:38.290Z] Removing intermediate container e0ef034e238b [2020-07-31T00:56:38.290Z] ---> 2a67be7b1599 [2020-07-31T00:56:38.290Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T00:56:38.290Z] Removing intermediate container dcd0525e396e [2020-07-31T00:56:38.290Z] ---> 941bfdb3504f [2020-07-31T00:56:38.290Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T00:56:38.550Z] ---> Running in 23e66c110972 [2020-07-31T00:56:38.550Z] Removing intermediate container 13afcc05c1e6 [2020-07-31T00:56:38.550Z] ---> 54e795568c52 [2020-07-31T00:56:38.550Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T00:56:38.550Z] ---> Running in 34539b589ae6 [2020-07-31T00:56:39.154Z] ---> Running in 63db605bec99 [2020-07-31T00:56:39.154Z] Removing intermediate container ec9246c44e23 [2020-07-31T00:56:39.154Z] ---> ce1986fa9d83 [2020-07-31T00:56:39.154Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T00:56:39.418Z] ---> Running in e6749fcf6b02 [2020-07-31T00:56:39.418Z] ---> Running in a86a9974dd9a [2020-07-31T00:56:39.418Z] Removing intermediate container 34539b589ae6 [2020-07-31T00:56:39.418Z] ---> 7d0ef92cbf4a [2020-07-31T00:56:39.418Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T00:56:39.418Z] Removing intermediate container 23e66c110972 [2020-07-31T00:56:39.418Z] ---> fc7663f4cc88 [2020-07-31T00:56:39.418Z] Step 28/29 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:56:39.704Z] Removing intermediate container 63db605bec99 [2020-07-31T00:56:39.704Z] ---> 85ce6272017d [2020-07-31T00:56:39.704Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T00:56:39.704Z] ---> Running in e605a58c9990 [2020-07-31T00:56:39.704Z] ---> Running in fcae43d01585 [2020-07-31T00:56:39.704Z] Removing intermediate container e6749fcf6b02 [2020-07-31T00:56:39.704Z] ---> 6fd0f8a20f5c [2020-07-31T00:56:39.704Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:56:39.994Z] Removing intermediate container a86a9974dd9a [2020-07-31T00:56:39.994Z] ---> 7726478640f9 [2020-07-31T00:56:39.994Z] Step 14/21 : WORKDIR / [2020-07-31T00:56:39.994Z] ---> Running in 93806ac748cc [2020-07-31T00:56:39.994Z] ---> 0c475a88053a [2020-07-31T00:56:39.994Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T00:56:40.293Z] ---> Running in 7cdf32f17a4a [2020-07-31T00:56:40.293Z] Removing intermediate container e605a58c9990 [2020-07-31T00:56:40.293Z] ---> 7e4f6acb0f8b [2020-07-31T00:56:40.293Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T00:56:40.293Z] Removing intermediate container fcae43d01585 [2020-07-31T00:56:40.293Z] ---> 431c56c806c1 [2020-07-31T00:56:40.293Z] Step 29/29 : LABEL version=0.0.0 [2020-07-31T00:56:40.899Z] ---> Running in 0aa2dc94ae15 [2020-07-31T00:56:40.899Z] Removing intermediate container 7cdf32f17a4a [2020-07-31T00:56:40.899Z] ---> e24f8ada2478 [2020-07-31T00:56:40.899Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T00:56:40.899Z] ---> 3e11cc5dce6f [2020-07-31T00:56:40.899Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T00:56:40.899Z] ---> aa4fc0a337f7 [2020-07-31T00:56:40.899Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T00:56:41.160Z] Removing intermediate container 0aa2dc94ae15 [2020-07-31T00:56:41.160Z] ---> c008f0871ec0 [2020-07-31T00:56:41.160Z] [2020-07-31T00:56:41.160Z] ---> cfdc4337a0ef [2020-07-31T00:56:41.160Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T00:56:41.732Z] Successfully built c008f0871ec0 [2020-07-31T00:56:42.308Z] ---> 94ad86cf0892 [2020-07-31T00:56:42.308Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:56:42.308Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-31T00:56:42.308Z] Building docker-security-secretstore-setup-go [2020-07-31T00:56:42.308Z]  Building docker-security-secrets-setup-go ... done  ---> 2985c738d025 [2020-07-31T00:56:42.308Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T00:56:42.308Z] ---> 2a4987ba2145 [2020-07-31T00:56:42.308Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T00:56:42.308Z] ---> Running in 12d2de165ae5 [2020-07-31T00:56:42.573Z] Removing intermediate container 93806ac748cc [2020-07-31T00:56:42.573Z] ---> ffd8e38cb6b9 [2020-07-31T00:56:42.573Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T00:56:42.835Z] Removing intermediate container 12d2de165ae5 [2020-07-31T00:56:42.835Z] ---> a93a75e4b686 [2020-07-31T00:56:42.835Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T00:56:42.835Z] ---> Running in ccf6941cd0a1 [2020-07-31T00:56:43.414Z] ---> 2fc428596cf4 [2020-07-31T00:56:43.414Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T00:56:43.414Z] ---> dd85fd2012c9 [2020-07-31T00:56:43.414Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:56:43.674Z] ---> Running in dc7ad8b1eb88 [2020-07-31T00:56:44.943Z] Removing intermediate container 232f40363512 [2020-07-31T00:56:44.943Z] ---> df26bdb060ca [2020-07-31T00:56:44.943Z] Successfully built df26bdb060ca [2020-07-31T00:56:44.943Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T00:56:45.597Z] ---> Running in ea6bfa2d3c09 [2020-07-31T00:56:45.884Z] + docker inspect -f . ci-base-image-arm64 [2020-07-31T00:56:45.884Z] . [Pipeline] withDockerContainer [2020-07-31T00:56:46.167Z] ---> Running in 2434d8a44138 [2020-07-31T00:56:46.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:46.172Z] prd-ubuntu18.04-docker-arm64-4c-16g-1643 does not seem to be running inside a container [2020-07-31T00:56:46.245Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2020-07-31T00:56:46.430Z] Removing intermediate container dc7ad8b1eb88 [2020-07-31T00:56:46.430Z] ---> 25d245ca7aea [2020-07-31T00:56:46.430Z] Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:56:46.691Z] Removing intermediate container 2434d8a44138 [2020-07-31T00:56:46.691Z] ---> 8a450d583230 [2020-07-31T00:56:46.691Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T00:56:46.691Z] ---> Running in 6de9dc7e21a7 [2020-07-31T00:56:47.269Z] ---> Running in 92b16ed24a5f [2020-07-31T00:56:47.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:47.542Z] Removing intermediate container 6de9dc7e21a7 [2020-07-31T00:56:47.542Z] ---> 13918597d757 [2020-07-31T00:56:47.542Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T00:56:47.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:56:47.749Z] $ docker top 251f844a405bacfdf4322dc3b6bcdce555904e541fb73f2b27097fedb73ed014 -eo pid,comm [2020-07-31T00:56:47.808Z] ---> Running in b7f3de58a199 [2020-07-31T00:56:47.808Z] Removing intermediate container 92b16ed24a5f [2020-07-31T00:56:47.808Z] ---> 4cdcde384348 [2020-07-31T00:56:47.808Z] Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:56:47.808Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T00:56:47.808Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T00:56:47.808Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T00:56:47.808Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T00:56:48.072Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T00:56:48.072Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T00:56:48.072Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] { [Pipeline] sh [2020-07-31T00:56:48.654Z] ---> Running in dceac9c205e5 [2020-07-31T00:56:48.928Z] + go version [2020-07-31T00:56:48.928Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-31T00:56:48.960Z] ========================================================= [2020-07-31T00:56:48.960Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-31T00:56:48.960Z] ========================================================= [Pipeline] sh [2020-07-31T00:56:49.620Z] + make test [2020-07-31T00:56:49.620Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-31T00:56:51.210Z] Removing intermediate container b7f3de58a199 [2020-07-31T00:56:51.210Z] ---> 8cd57978be1a [2020-07-31T00:56:51.210Z] [2020-07-31T00:56:52.235Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-31T00:56:53.122Z] Successfully built 8cd57978be1a [2020-07-31T00:56:53.122Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T00:56:53.122Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T00:56:53.122Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T00:56:53.122Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-31T00:56:53.122Z] Building docker-support-notifications-go [2020-07-31T00:56:53.122Z]  Building docker-support-scheduler-go ... done (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T00:56:53.122Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T00:56:53.122Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T00:56:53.122Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T00:56:54.075Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T00:56:55.019Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T00:56:55.591Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T00:56:56.976Z] Removing intermediate container dceac9c205e5 [2020-07-31T00:56:56.976Z] ---> a78579c44feb [2020-07-31T00:56:56.976Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T00:56:57.238Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T00:56:57.811Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T00:56:58.072Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T00:56:59.014Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T00:56:59.279Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T00:56:59.852Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T00:57:00.423Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T00:57:00.994Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T00:57:01.574Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T00:57:01.834Z] ---> Running in f313c582137d [2020-07-31T00:57:01.834Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T00:57:01.834Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T00:57:01.834Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T00:57:01.834Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T00:57:01.834Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T00:57:01.834Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T00:57:01.834Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T00:57:02.094Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:57:02.094Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:57:02.094Z] ---> d992e7d218c2 [2020-07-31T00:57:02.094Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T00:57:02.094Z] ---> Using cache [2020-07-31T00:57:02.094Z] ---> 9af044b108c9 [2020-07-31T00:57:02.094Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:57:02.094Z] ---> Using cache [2020-07-31T00:57:02.094Z] ---> 0648bb4e1c3c [2020-07-31T00:57:02.094Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T00:57:03.479Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:57:03.479Z] OK: 71 MiB in 55 packages [2020-07-31T00:57:03.744Z] ---> Running in e63efcfc8311 [2020-07-31T00:57:03.744Z] Removing intermediate container f313c582137d [2020-07-31T00:57:03.744Z] ---> 1e870f22e9f0 [2020-07-31T00:57:03.744Z] [2020-07-31T00:57:04.010Z] Successfully built 1e870f22e9f0 [2020-07-31T00:57:04.010Z] Successfully tagged docker-core-metadata-go:latest [2020-07-31T00:57:04.010Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-07-31T00:57:04.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:05.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:13.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:57:13.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:57:13.705Z] ---> d992e7d218c2 [2020-07-31T00:57:13.705Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T00:57:13.705Z] ---> Using cache [2020-07-31T00:57:13.705Z] ---> 9af044b108c9 [2020-07-31T00:57:13.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:57:13.705Z] ---> Using cache [2020-07-31T00:57:13.705Z] ---> 0648bb4e1c3c [2020-07-31T00:57:13.705Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T00:57:13.705Z] ---> Running in 9bb9cf48ef0b [2020-07-31T00:57:14.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:18.870Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:57:18.870Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:57:18.870Z] ---> d992e7d218c2 [2020-07-31T00:57:18.870Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T00:57:18.870Z] ---> Using cache [2020-07-31T00:57:18.870Z] ---> 9af044b108c9 [2020-07-31T00:57:18.870Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:57:18.870Z] ---> Using cache [2020-07-31T00:57:18.870Z] ---> 0648bb4e1c3c [2020-07-31T00:57:18.870Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T00:57:19.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:19.700Z] ---> Running in 8ba4e025e354 [2020-07-31T00:57:20.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:21.655Z] Removing intermediate container ea6bfa2d3c09 [2020-07-31T00:57:21.655Z] ---> dd094de87de7 [2020-07-31T00:57:21.655Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T00:57:21.655Z] ---> Running in b845b75fb32f [2020-07-31T00:57:23.567Z] Collecting docker-compose==1.23.2 [2020-07-31T00:57:23.567Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T00:57:23.567Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T00:57:23.567Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T00:57:24.137Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T00:57:24.137Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T00:57:24.137Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T00:57:24.137Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T00:57:24.620Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-31T00:57:24.707Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T00:57:24.707Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T00:57:24.967Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T00:57:24.967Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T00:57:24.967Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T00:57:24.967Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T00:57:25.535Z] Collecting PyYAML<4,>=3.10 [2020-07-31T00:57:25.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T00:57:26.475Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-31T00:57:26.475Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T00:57:26.475Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T00:57:26.736Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T00:57:26.736Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T00:57:26.736Z] Collecting idna<2.8,>=2.5 [2020-07-31T00:57:26.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T00:57:26.736Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-31T00:57:26.736Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-31T00:57:26.996Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T00:57:26.996Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T00:57:26.996Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T00:57:26.996Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T00:57:26.996Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T00:57:26.996Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T00:57:26.996Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T00:57:26.996Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T00:57:27.260Z] Installing collected packages: dockerpty, jsonschema, docopt, cached-property, websocket-client, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-07-31T00:57:27.260Z] Running setup.py install for dockerpty: started [2020-07-31T00:57:27.831Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T00:57:27.831Z] Running setup.py install for docopt: started [2020-07-31T00:57:28.407Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T00:57:28.407Z] Running setup.py install for texttable: started [2020-07-31T00:57:28.981Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T00:57:28.981Z] Running setup.py install for PyYAML: started [2020-07-31T00:57:29.558Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T00:57:29.558Z] Attempting uninstall: idna [2020-07-31T00:57:29.558Z] Found existing installation: idna 2.9 [2020-07-31T00:57:29.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:29.558Z] Uninstalling idna-2.9: [2020-07-31T00:57:29.558Z] Successfully uninstalled idna-2.9 [2020-07-31T00:57:29.558Z] Attempting uninstall: urllib3 [2020-07-31T00:57:29.558Z] Found existing installation: urllib3 1.25.9 [2020-07-31T00:57:29.558Z] Uninstalling urllib3-1.25.9: [2020-07-31T00:57:29.558Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T00:57:29.818Z] Attempting uninstall: requests [2020-07-31T00:57:29.818Z] Found existing installation: requests 2.23.0 [2020-07-31T00:57:29.818Z] Uninstalling requests-2.23.0: [2020-07-31T00:57:29.818Z] Successfully uninstalled requests-2.23.0 [2020-07-31T00:57:30.388Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-31T00:57:34.594Z] Removing intermediate container b845b75fb32f [2020-07-31T00:57:34.594Z] ---> 6d5239093c0a [2020-07-31T00:57:34.594Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T00:57:34.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:34.594Z] ---> Running in 9374dfad3e92 [2020-07-31T00:57:34.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:34.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:34.857Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T00:57:35.119Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T00:57:35.119Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T00:57:35.119Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T00:57:35.119Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:57:35.119Z] OK: 72 MiB in 58 packages [2020-07-31T00:57:35.711Z] Removing intermediate container 9374dfad3e92 [2020-07-31T00:57:35.711Z] ---> 8fe339f07d2a [2020-07-31T00:57:35.711Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:57:35.711Z] ---> Running in 8960f95c4566 [2020-07-31T00:57:35.711Z] Removing intermediate container 8960f95c4566 [2020-07-31T00:57:35.711Z] ---> 689c27bcf4c8 [2020-07-31T00:57:35.711Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T00:57:36.005Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T00:57:36.005Z] ---> Running in cdceefc77171 [2020-07-31T00:57:36.006Z] Removing intermediate container cdceefc77171 [2020-07-31T00:57:36.006Z] ---> 0e412aa7b76a [2020-07-31T00:57:36.006Z] Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:57:36.006Z] ---> Running in 0dc86645874a [2020-07-31T00:57:36.296Z] Removing intermediate container 0dc86645874a [2020-07-31T00:57:36.296Z] ---> 5e210d2c4f1b [2020-07-31T00:57:36.296Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T00:57:36.296Z] ---> Running in c18bfe7a9fad [2020-07-31T00:57:36.574Z] Removing intermediate container c18bfe7a9fad [2020-07-31T00:57:36.574Z] ---> 701a3c7861a5 [2020-07-31T00:57:36.574Z] [2020-07-31T00:57:36.574Z] Successfully built 701a3c7861a5 [2020-07-31T00:57:36.574Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-31T00:57:36.574Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-logging-go [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-31T00:57:39.751Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.042s [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-31T00:57:39.751Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-31T00:57:40.027Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-31T00:57:40.626Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-31T00:57:40.626Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-31T00:57:40.626Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-31T00:57:40.801Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T00:57:46.106Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:57:46.106Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:57:46.106Z] ---> d992e7d218c2 [2020-07-31T00:57:46.106Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T00:57:46.106Z] ---> Using cache [2020-07-31T00:57:46.106Z] ---> 9af044b108c9 [2020-07-31T00:57:46.106Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:57:46.106Z] ---> Using cache [2020-07-31T00:57:46.106Z] ---> 0648bb4e1c3c [2020-07-31T00:57:46.106Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T00:57:46.374Z] ---> Running in 32f1124c6802 [2020-07-31T00:57:46.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:57:47.213Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:57:47.213Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:57:47.213Z] OK: 12749 distinct packages available [2020-07-31T00:57:47.474Z] OK: 233 MiB in 51 packages [2020-07-31T00:57:48.047Z] Removing intermediate container e63efcfc8311 [2020-07-31T00:57:48.047Z] ---> 9588a21bf10f [2020-07-31T00:57:48.047Z] Step 6/26 : COPY go.mod . [2020-07-31T00:57:48.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.155s coverage: 46.6% of statements [2020-07-31T00:57:48.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-31T00:57:48.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-31T00:57:48.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-31T00:57:48.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-31T00:57:48.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-31T00:57:48.990Z] ---> 9c107d3e670e [2020-07-31T00:57:48.990Z] Step 7/26 : RUN go mod download [2020-07-31T00:57:48.990Z] ---> Running in fdc94b6a6e26 [2020-07-31T00:57:50.375Z] Removing intermediate container fdc94b6a6e26 [2020-07-31T00:57:50.375Z] ---> 8fab00d1769e [2020-07-31T00:57:50.375Z] Step 8/26 : COPY . . [2020-07-31T00:57:51.317Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T00:57:55.531Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T00:57:55.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.3% of statements [2020-07-31T00:57:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-31T00:57:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-31T00:57:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-31T00:57:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-31T00:57:55.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-31T00:57:55.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-31T00:57:55.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2020-07-31T00:57:55.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-31T00:57:55.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2020-07-31T00:57:55.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-31T00:57:55.792Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:57:55.792Z] OK: 8 MiB in 19 packages [2020-07-31T00:57:57.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.416s coverage: 28.6% of statements [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-31T00:57:57.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-31T00:57:57.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2020-07-31T00:57:57.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-31T00:57:58.346Z] Removing intermediate container ccf6941cd0a1 [2020-07-31T00:57:58.346Z] ---> 9442891e999a [2020-07-31T00:57:58.346Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T00:57:58.606Z] ---> eb9593bdeebb [2020-07-31T00:57:58.606Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T00:57:58.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 89.8% of statements [2020-07-31T00:57:58.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-31T00:57:59.553Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:57:59.553Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:57:59.553Z] OK: 12749 distinct packages available [2020-07-31T00:57:59.553Z] OK: 233 MiB in 51 packages [2020-07-31T00:58:01.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-31T00:58:01.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 100.0% of statements [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-31T00:58:01.287Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-31T00:58:01.288Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-31T00:58:01.476Z] ---> d14186adbae3 [2020-07-31T00:58:01.476Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T00:58:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-07-31T00:58:02.418Z] ---> bed61cebfa08 [2020-07-31T00:58:02.418Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:58:02.418Z] Removing intermediate container 9bb9cf48ef0b [2020-07-31T00:58:02.418Z] ---> f17951156ddd [2020-07-31T00:58:02.418Z] Step 6/23 : COPY go.mod . [2020-07-31T00:58:02.418Z] ---> f2f986a300fc [2020-07-31T00:58:02.418Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-31T00:58:02.680Z] ---> Running in 55e56fa20d3a [2020-07-31T00:58:02.680Z] ---> Running in a71218e1bd92 [2020-07-31T00:58:02.940Z] ---> 8f52cfac4c84 [2020-07-31T00:58:02.940Z] Step 7/23 : RUN go mod download [2020-07-31T00:58:02.940Z] Removing intermediate container 55e56fa20d3a [2020-07-31T00:58:02.940Z] ---> 9a57be65ed07 [2020-07-31T00:58:02.940Z] Step 20/22 : LABEL arch=x86_64 [2020-07-31T00:58:02.940Z] ---> Running in 654fe79c9c98 [2020-07-31T00:58:03.202Z] ---> Running in ef86d67d6412 [2020-07-31T00:58:03.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-31T00:58:03.202Z] Removing intermediate container ef86d67d6412 [2020-07-31T00:58:03.202Z] ---> f570098f734d [2020-07-31T00:58:03.202Z] Step 21/22 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:58:03.470Z] ---> Running in 1b56992e474b [2020-07-31T00:58:03.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:58:03.735Z] Removing intermediate container 1b56992e474b [2020-07-31T00:58:03.735Z] ---> 8c64e33dd079 [2020-07-31T00:58:03.735Z] Step 22/22 : LABEL version=0.0.0 [2020-07-31T00:58:03.735Z] ---> Running in b9db905865be [2020-07-31T00:58:04.001Z] Removing intermediate container b9db905865be [2020-07-31T00:58:04.001Z] ---> adc9805d5921 [2020-07-31T00:58:04.001Z] [2020-07-31T00:58:04.001Z] Successfully built adc9805d5921 [2020-07-31T00:58:04.001Z] Successfully tagged docker-core-data-go:latest [2020-07-31T00:58:04.001Z] Building docker-security-proxy-setup-go [2020-07-31T00:58:04.286Z]  Building docker-core-data-go ... done Removing intermediate container 654fe79c9c98 [2020-07-31T00:58:04.286Z] ---> 7fc14dd356a7 [2020-07-31T00:58:04.286Z] Step 8/23 : COPY . . [2020-07-31T00:58:04.286Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:58:04.286Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:58:04.286Z] OK: 12749 distinct packages available [2020-07-31T00:58:04.584Z] OK: 233 MiB in 51 packages [2020-07-31T00:58:05.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements [2020-07-31T00:58:05.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-31T00:58:05.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-31T00:58:05.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2020-07-31T00:58:06.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 55.9% of statements [2020-07-31T00:58:06.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-31T00:58:06.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-31T00:58:06.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-31T00:58:06.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-31T00:58:16.872Z] Removing intermediate container 8ba4e025e354 [2020-07-31T00:58:16.872Z] ---> 9f4b31edc128 [2020-07-31T00:58:16.872Z] Step 6/21 : COPY go.mod . [2020-07-31T00:58:16.872Z] ---> dd08214cc692 [2020-07-31T00:58:16.872Z] Step 7/21 : RUN go mod download [2020-07-31T00:58:19.457Z] ---> Running in f9d5ccb2939a [2020-07-31T00:58:22.803Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T00:58:22.803Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T00:58:22.803Z] ---> d992e7d218c2 [2020-07-31T00:58:22.803Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T00:58:22.803Z] ---> Using cache [2020-07-31T00:58:22.803Z] ---> 9af044b108c9 [2020-07-31T00:58:22.803Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T00:58:22.803Z] ---> Using cache [2020-07-31T00:58:22.803Z] ---> 0648bb4e1c3c [2020-07-31T00:58:22.803Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T00:58:22.803Z] ---> Using cache [2020-07-31T00:58:22.803Z] ---> 9f4b31edc128 [2020-07-31T00:58:22.803Z] Step 6/20 : COPY go.mod . [2020-07-31T00:58:22.803Z] ---> Using cache [2020-07-31T00:58:22.803Z] ---> dd08214cc692 [2020-07-31T00:58:22.803Z] Step 7/20 : RUN go mod download [2020-07-31T00:58:23.393Z] ---> Running in 87a2c27d293a [2020-07-31T00:58:23.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-31T00:58:24.610Z] Removing intermediate container f9d5ccb2939a [2020-07-31T00:58:24.610Z] ---> 0f004ec7df86 [2020-07-31T00:58:24.610Z] Step 8/21 : COPY . . [2020-07-31T00:58:28.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.677s coverage: 86.3% of statements [2020-07-31T00:58:28.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-31T00:58:28.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.935s coverage: 72.2% of statements [2020-07-31T00:58:28.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.331s coverage: 72.1% of statements [2020-07-31T00:58:28.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-07-31T00:58:28.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.078s coverage: 48.4% of statements [2020-07-31T00:58:28.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-31T00:58:28.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-31T00:58:28.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-31T00:58:28.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 26.9% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.1% of statements [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.049s coverage: 42.9% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.051s coverage: 83.8% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.163s coverage: 46.1% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-31T00:58:28.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-07-31T00:58:28.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-31T00:58:29.923Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:58:29.923Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:58:29.923Z] OK: 12749 distinct packages available [2020-07-31T00:58:30.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2020-07-31T00:58:30.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-31T00:58:30.190Z] OK: 233 MiB in 51 packages [2020-07-31T00:58:30.454Z] OK: 233 MiB in 51 packages [2020-07-31T00:58:31.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-31T00:58:33.778Z] Removing intermediate container 87a2c27d293a [2020-07-31T00:58:33.778Z] ---> e1221b0027a5 [2020-07-31T00:58:33.778Z] Step 8/20 : COPY . . [2020-07-31T00:58:33.778Z] ---> 214bb9c80232 [2020-07-31T00:58:33.778Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T00:58:33.778Z] Removing intermediate container 32f1124c6802 [2020-07-31T00:58:33.778Z] ---> d80868ab6a53 [2020-07-31T00:58:33.778Z] Step 6/21 : COPY go.mod . [2020-07-31T00:58:34.044Z] ---> Running in 5e17365c2868 [2020-07-31T00:58:35.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-31T00:58:35.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.126s coverage: 99.0% of statements [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-31T00:58:35.587Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-31T00:58:35.587Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements [2020-07-31T00:58:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-31T00:58:36.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-07-31T00:58:36.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-31T00:58:36.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-31T00:58:36.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-31T00:58:36.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-31T00:58:37.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2020-07-31T00:58:37.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-31T00:58:37.178Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-31T00:58:37.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2020-07-31T00:58:38.611Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-07-31T00:58:39.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-07-31T00:58:40.182Z] GO111MODULE=on go vet ./... [2020-07-31T00:58:40.831Z] ---> 2c3419373427 [2020-07-31T00:58:40.831Z] Step 7/21 : RUN go mod download [2020-07-31T00:58:40.831Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-31T00:58:41.406Z] ---> Running in 5f94e2d48db2 [2020-07-31T00:58:46.777Z] ---> 9bf5c6a3f3e1 [2020-07-31T00:58:46.777Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T00:58:46.777Z] ---> Running in e23e9b9e70a1 [2020-07-31T00:58:47.051Z] Removing intermediate container a71218e1bd92 [2020-07-31T00:58:47.051Z] ---> c8fa6315e6e3 [2020-07-31T00:58:47.051Z] [2020-07-31T00:58:47.051Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T00:58:47.324Z] Removing intermediate container 5f94e2d48db2 [2020-07-31T00:58:47.324Z] ---> cda05f9bfee7 [2020-07-31T00:58:47.324Z] Step 8/21 : COPY . . [2020-07-31T00:58:47.324Z] 3.10: Pulling from library/alpine [2020-07-31T00:58:47.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-31T00:58:55.118Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T00:58:57.247Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T00:58:57.247Z] ---> be4e4bea2c2e [2020-07-31T00:58:57.247Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T00:58:58.490Z] gofmt -l . [2020-07-31T00:58:58.490Z] [ "`gofmt -l .`" = "" ] [2020-07-31T00:58:58.792Z] ---> Running in 2dfec3646dfa [2020-07-31T00:59:00.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:59:00.449Z] ./bin/test-go-mod-tidy.sh [2020-07-31T00:59:00.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:59:00.557Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T00:59:00.557Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T00:59:00.557Z] OK: 10346 distinct packages available [2020-07-31T00:59:01.046Z] ./bin/test-attribution-txt.sh [2020-07-31T00:59:01.150Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T00:59:01.150Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T00:59:01.150Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T00:59:01.150Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T00:59:01.150Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T00:59:01.150Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T00:59:01.150Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T00:59:01.150Z] OK: 7 MiB in 19 packages [Pipeline] sh [2020-07-31T00:59:03.915Z] ---> c15ef6bc1b17 [2020-07-31T00:59:03.916Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T00:59:04.330Z] + ls -al . [2020-07-31T00:59:04.330Z] total 588 [2020-07-31T00:59:04.330Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 00:59 . [2020-07-31T00:59:04.330Z] drwxr-xr-x 4 root root 4096 Jul 31 00:56 .. [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 11 Jul 31 00:46 .dockerignore [2020-07-31T00:59:04.330Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 00:47 .git [2020-07-31T00:59:04.330Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 00:46 .github [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 932 Jul 31 00:46 .gitignore [2020-07-31T00:59:04.330Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 00:47 .semver [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 166 Jul 31 00:46 .sonarcloud.properties [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 00:46 CONTRIBUTING.md [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 1035 Jul 31 00:46 Dockerfile.build [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 865 Jul 31 00:46 Jenkinsfile [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 00:46 LICENSE [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 6237 Jul 31 00:46 Makefile [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 5652 Jul 31 00:46 README.md [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 7111 Jul 31 00:46 SECURITY.md [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 00:42 VERSION [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 4131 Jul 31 00:46 ZMQWindows.md [2020-07-31T00:59:04.330Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 00:46 bin [2020-07-31T00:59:04.330Z] drwxrwxr-x 15 1001 1001 4096 Jul 31 00:46 cmd [2020-07-31T00:59:04.330Z] -rw-r--r-- 1 root root 455803 Jul 31 00:58 coverage.out [2020-07-31T00:59:04.330Z] -rw-r--r-- 1 root root 1019 Jul 31 00:59 go.mod [2020-07-31T00:59:04.330Z] -rw-r--r-- 1 root root 18146 Jul 31 00:59 go.sum [2020-07-31T00:59:04.330Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 00:46 internal [2020-07-31T00:59:04.330Z] drwxrwxr-x 4 1001 1001 4096 Jul 31 00:46 openapi [2020-07-31T00:59:04.330Z] drwxrwxr-x 4 1001 1001 4096 Jul 31 00:46 snap [2020-07-31T00:59:04.330Z] -rw-rw-r-- 1 1001 1001 168 Jul 31 00:46 version.go [Pipeline] sh [2020-07-31T00:59:05.001Z] + '[' -e coverage.out ] [2020-07-31T00:59:05.001Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-31T00:59:05.037Z] Warning: overwriting stash ‘coverage-report’ [2020-07-31T00:59:06.035Z] Stashed 1 file(s) [Pipeline] sh [2020-07-31T00:59:06.733Z] + make build [2020-07-31T00:59:06.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-31T00:59:10.619Z] ---> Running in 68fd5046464e [2020-07-31T00:59:11.191Z] Removing intermediate container 2dfec3646dfa [2020-07-31T00:59:11.191Z] ---> 0f645663a127 [2020-07-31T00:59:11.191Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T00:59:11.776Z] ---> Running in 26ce9b96e22b [2020-07-31T00:59:12.040Z] ---> d76a1e3e3c1e [2020-07-31T00:59:12.040Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T00:59:12.040Z] ---> Running in f8a4d87f3a89 [2020-07-31T00:59:12.040Z] Removing intermediate container 26ce9b96e22b [2020-07-31T00:59:12.040Z] ---> 73ce744ebef4 [2020-07-31T00:59:12.040Z] Step 13/26 : WORKDIR / [2020-07-31T00:59:12.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-31T00:59:12.571Z] ---> Running in f29774df29b5 [2020-07-31T00:59:13.545Z] Removing intermediate container f29774df29b5 [2020-07-31T00:59:13.545Z] ---> 7f33ea35bf3f [2020-07-31T00:59:13.545Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-31T00:59:13.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-31T00:59:16.130Z] Removing intermediate container 5e17365c2868 [2020-07-31T00:59:16.130Z] ---> 551b2a0a488c [2020-07-31T00:59:16.130Z] [2020-07-31T00:59:16.130Z] Step 10/23 : FROM scratch [2020-07-31T00:59:16.130Z] ---> [2020-07-31T00:59:16.130Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T00:59:16.130Z] ---> cf46da62cf97 [2020-07-31T00:59:16.130Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-31T00:59:16.709Z] ---> 63123a1cf5a5 [2020-07-31T00:59:16.709Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T00:59:16.709Z] ---> Running in ef7d8e45d147 [2020-07-31T00:59:17.306Z] Removing intermediate container ef7d8e45d147 [2020-07-31T00:59:17.306Z] ---> 0db623ff1b33 [2020-07-31T00:59:17.306Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T00:59:17.911Z] ---> Running in 26cb00c578c7 [2020-07-31T00:59:22.146Z] ---> 8ad5838d5b23 [2020-07-31T00:59:22.146Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T00:59:22.146Z] Removing intermediate container 26cb00c578c7 [2020-07-31T00:59:22.146Z] ---> 9e5165352ed7 [2020-07-31T00:59:22.146Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T00:59:22.146Z] ---> Running in 6d252792e03b [2020-07-31T00:59:22.146Z] Removing intermediate container e23e9b9e70a1 [2020-07-31T00:59:22.146Z] ---> 782eef5a85ee [2020-07-31T00:59:22.146Z] [2020-07-31T00:59:22.146Z] Step 10/21 : FROM scratch [2020-07-31T00:59:22.146Z] ---> [2020-07-31T00:59:22.146Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T00:59:22.146Z] ---> Using cache [2020-07-31T00:59:22.146Z] ---> c68e0fbf1e37 [2020-07-31T00:59:22.146Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T00:59:22.146Z] ---> ab549212479c [2020-07-31T00:59:22.146Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T00:59:22.146Z] ---> Running in 8fd0c8af0786 [2020-07-31T00:59:22.146Z] Removing intermediate container 6d252792e03b [2020-07-31T00:59:22.146Z] ---> f0a5718bbba9 [2020-07-31T00:59:22.146Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T00:59:22.435Z] Removing intermediate container 8fd0c8af0786 [2020-07-31T00:59:22.435Z] ---> c59190da514c [2020-07-31T00:59:22.435Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T00:59:22.435Z] ---> Running in 5398c6624c9f [2020-07-31T00:59:23.033Z] ---> f353cee8ba19 [2020-07-31T00:59:23.033Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T00:59:23.033Z] Removing intermediate container 5398c6624c9f [2020-07-31T00:59:23.033Z] ---> 2e6ce59dfcf8 [2020-07-31T00:59:23.033Z] Step 14/21 : WORKDIR / [2020-07-31T00:59:23.033Z] ---> 1c06d6cb8e0f [2020-07-31T00:59:23.033Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T00:59:23.033Z] ---> Running in fca434b28320 [2020-07-31T00:59:23.304Z] Removing intermediate container fca434b28320 [2020-07-31T00:59:23.304Z] ---> 9f10e1ef58d2 [2020-07-31T00:59:23.304Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T00:59:23.583Z] ---> 802c6a743f6a [2020-07-31T00:59:23.583Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T00:59:24.174Z] ---> db69b9fde8b8 [2020-07-31T00:59:24.174Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T00:59:25.156Z] ---> c58bf4324f62 [2020-07-31T00:59:25.156Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T00:59:25.156Z] ---> 85a6ae694bc1 [2020-07-31T00:59:25.156Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T00:59:25.156Z] ---> ead84a87ff58 [2020-07-31T00:59:25.156Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T00:59:25.165Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-31T00:59:25.740Z] ---> 2f523336b195 [2020-07-31T00:59:25.740Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T00:59:25.740Z] ---> 40b6872c48c6 [2020-07-31T00:59:25.740Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:59:26.012Z] ---> Running in a78e2b537b37 [2020-07-31T00:59:26.012Z] ---> b1171569537f [2020-07-31T00:59:26.012Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T00:59:26.289Z] ---> Running in 9edb8dc0c505 [2020-07-31T00:59:26.572Z] Removing intermediate container 9edb8dc0c505 [2020-07-31T00:59:26.572Z] ---> 5feb0445653f [2020-07-31T00:59:26.572Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T00:59:27.089Z] ---> Running in 741896dc8901 [2020-07-31T00:59:28.036Z] ---> a4a1e4242453 [2020-07-31T00:59:28.036Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T00:59:28.300Z] Removing intermediate container 741896dc8901 [2020-07-31T00:59:28.300Z] ---> 75f21f77bece [2020-07-31T00:59:28.300Z] Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:59:28.885Z] ---> Running in ad670ca3427c [2020-07-31T00:59:29.177Z] ---> 1521df9ebb50 [2020-07-31T00:59:29.177Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T00:59:29.452Z] Removing intermediate container a78e2b537b37 [2020-07-31T00:59:29.453Z] ---> 6460e4d774de [2020-07-31T00:59:29.453Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T00:59:29.453Z] Removing intermediate container ad670ca3427c [2020-07-31T00:59:29.453Z] ---> 0256e51dd3dc [2020-07-31T00:59:29.453Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T00:59:29.453Z] ---> Running in fa112391314a [2020-07-31T00:59:29.453Z] ---> 1f0fb3d4bf4b [2020-07-31T00:59:29.453Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:59:29.453Z] ---> Running in 81d62870e71c [2020-07-31T00:59:30.039Z] ---> Running in a1014f46df63 [2020-07-31T00:59:30.039Z] Removing intermediate container 81d62870e71c [2020-07-31T00:59:30.039Z] ---> 5d3052e865bf [2020-07-31T00:59:30.039Z] [2020-07-31T00:59:30.302Z] Removing intermediate container fa112391314a [2020-07-31T00:59:30.302Z] ---> ff6d43a3e3fa [2020-07-31T00:59:30.302Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T00:59:30.302Z] Successfully built 5d3052e865bf [2020-07-31T00:59:30.302Z] ---> Running in c165f8ec6310 [2020-07-31T00:59:30.302Z] Removing intermediate container a1014f46df63 [2020-07-31T00:59:30.302Z] ---> b3569e523570 [2020-07-31T00:59:30.302Z] Step 21/23 : LABEL arch=x86_64 [2020-07-31T00:59:30.566Z] Successfully tagged docker-core-command-go:latest [2020-07-31T00:59:30.566Z]  Building docker-core-command-go ... done  ---> Running in 9f5834401e38 [2020-07-31T00:59:30.831Z] Removing intermediate container c165f8ec6310 [2020-07-31T00:59:30.831Z] ---> 005d2a49b1a1 [2020-07-31T00:59:30.831Z] Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:59:31.421Z] ---> Running in a957ef82c6b0 [2020-07-31T00:59:31.421Z] Removing intermediate container 9f5834401e38 [2020-07-31T00:59:31.421Z] ---> 70139ab4d15e [2020-07-31T00:59:31.421Z] Step 22/23 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:59:31.421Z] ---> Running in 3ad856613b7f [2020-07-31T00:59:32.361Z] Removing intermediate container a957ef82c6b0 [2020-07-31T00:59:32.361Z] ---> 4b77bfe771d6 [2020-07-31T00:59:32.361Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T00:59:32.932Z] ---> Running in f03923531c2a [2020-07-31T00:59:32.932Z] Removing intermediate container 3ad856613b7f [2020-07-31T00:59:32.932Z] ---> 7fdb7a6f89fa [2020-07-31T00:59:32.932Z] Step 23/23 : LABEL version=0.0.0 [2020-07-31T00:59:33.194Z] Removing intermediate container 68fd5046464e [2020-07-31T00:59:33.194Z] ---> 6607bd3865c0 [2020-07-31T00:59:33.194Z] [2020-07-31T00:59:33.194Z] Step 10/20 : FROM alpine [2020-07-31T00:59:33.194Z] ---> a24bb4013296 [2020-07-31T00:59:33.194Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T00:59:33.454Z] ---> Running in 18a263331e90 [2020-07-31T00:59:34.843Z] ---> Running in 02013ac4d8a1 [2020-07-31T00:59:34.843Z] Removing intermediate container f03923531c2a [2020-07-31T00:59:34.843Z] ---> 597b54645f9c [2020-07-31T00:59:34.843Z] [2020-07-31T00:59:34.843Z] Successfully built 597b54645f9c [2020-07-31T00:59:35.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-31T00:59:35.784Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-31T00:59:35.784Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 18a263331e90 [2020-07-31T00:59:35.784Z] ---> d50f8d485098 [2020-07-31T00:59:35.784Z] [2020-07-31T00:59:35.784Z] Removing intermediate container f8a4d87f3a89 [2020-07-31T00:59:35.784Z] ---> ad855045417a [2020-07-31T00:59:35.784Z] [2020-07-31T00:59:35.784Z] Step 10/21 : FROM scratch [2020-07-31T00:59:35.784Z] ---> [2020-07-31T00:59:35.784Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T00:59:35.784Z] Successfully built d50f8d485098 [2020-07-31T00:59:35.784Z] ---> Using cache [2020-07-31T00:59:35.784Z] ---> 0db623ff1b33 [2020-07-31T00:59:35.784Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T00:59:35.784Z] Successfully tagged docker-support-notifications-go:latest [2020-07-31T00:59:35.784Z]  Building docker-support-notifications-go ... done  ---> Running in 383f7641fac6 [2020-07-31T00:59:36.045Z] Removing intermediate container 383f7641fac6 [2020-07-31T00:59:36.045Z] ---> 6e02ed3081a1 [2020-07-31T00:59:36.045Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T00:59:36.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T00:59:36.045Z] ---> Running in 62040f8a35fb [2020-07-31T00:59:36.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T00:59:36.306Z] Removing intermediate container 62040f8a35fb [2020-07-31T00:59:36.306Z] ---> 30e0012d7705 [2020-07-31T00:59:36.306Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T00:59:36.306Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T00:59:36.306Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T00:59:36.306Z] OK: 12749 distinct packages available [2020-07-31T00:59:36.571Z] ---> 88422a6154cb [2020-07-31T00:59:36.571Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T00:59:36.571Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T00:59:36.571Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T00:59:36.571Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T00:59:36.571Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T00:59:36.571Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T00:59:36.571Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T00:59:36.571Z] OK: 7 MiB in 18 packages [2020-07-31T00:59:37.153Z] ---> b7debfee0e47 [2020-07-31T00:59:37.153Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T00:59:38.536Z] Removing intermediate container 02013ac4d8a1 [2020-07-31T00:59:38.536Z] ---> 3e8f34e51893 [2020-07-31T00:59:38.536Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T00:59:38.796Z] ---> Running in 3e5b60a06e3a [2020-07-31T00:59:38.796Z] ---> b02a9647ce6a [2020-07-31T00:59:38.796Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T00:59:39.056Z] Removing intermediate container 3e5b60a06e3a [2020-07-31T00:59:39.056Z] ---> 8e748bcfcdaf [2020-07-31T00:59:39.056Z] Step 13/20 : WORKDIR /edgex [2020-07-31T00:59:39.056Z] ---> Running in b361a529350a [2020-07-31T00:59:39.056Z] ---> 9c565b0a55ea [2020-07-31T00:59:39.056Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T00:59:39.056Z] ---> Running in c3421cd8036f [2020-07-31T00:59:39.318Z] Removing intermediate container b361a529350a [2020-07-31T00:59:39.318Z] ---> bf49103eebbd [2020-07-31T00:59:39.318Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T00:59:39.318Z] Removing intermediate container c3421cd8036f [2020-07-31T00:59:39.318Z] ---> 0f1763fe37dd [2020-07-31T00:59:39.318Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T00:59:39.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-31T00:59:39.579Z] ---> Running in cd09f2f9474d [2020-07-31T00:59:39.579Z] ---> 22ed453a5257 [2020-07-31T00:59:39.579Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T00:59:39.579Z] Removing intermediate container cd09f2f9474d [2020-07-31T00:59:39.579Z] ---> 9c1e18a55601 [2020-07-31T00:59:39.579Z] Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:59:39.839Z] ---> Running in eb0bcff2a479 [2020-07-31T00:59:39.839Z] Removing intermediate container eb0bcff2a479 [2020-07-31T00:59:39.839Z] ---> eba4a67b6910 [2020-07-31T00:59:39.839Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T00:59:39.839Z] ---> 6d91cc856e3f [2020-07-31T00:59:39.839Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T00:59:40.102Z] ---> Running in 2f94a1226a30 [2020-07-31T00:59:40.102Z] ---> Running in 15aca529fcfd [2020-07-31T00:59:40.102Z] Removing intermediate container 2f94a1226a30 [2020-07-31T00:59:40.102Z] ---> 2fe70726717f [2020-07-31T00:59:40.102Z] [2020-07-31T00:59:40.102Z] Removing intermediate container 15aca529fcfd [2020-07-31T00:59:40.102Z] ---> 8582bc9a82ab [2020-07-31T00:59:40.102Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T00:59:41.044Z] Successfully built 2fe70726717f [2020-07-31T00:59:41.304Z] Successfully tagged docker-support-logging-go:latest [2020-07-31T00:59:41.304Z]  Building docker-support-logging-go ... done  ---> Running in 1527b70d1cfc [2020-07-31T00:59:41.304Z] Removing intermediate container 1527b70d1cfc [2020-07-31T00:59:41.304Z] ---> 76c41c881b5c [2020-07-31T00:59:41.304Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T00:59:41.565Z] ---> Running in 4f95aaa5596a [2020-07-31T00:59:41.565Z] Removing intermediate container 4f95aaa5596a [2020-07-31T00:59:41.565Z] ---> d5838feb3c5e [2020-07-31T00:59:41.565Z] Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T00:59:41.826Z] ---> Running in 235ecb72dc19 [2020-07-31T00:59:41.826Z] Removing intermediate container 235ecb72dc19 [2020-07-31T00:59:41.826Z] ---> 4fa12fe48b1e [2020-07-31T00:59:41.826Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T00:59:41.826Z] ---> Running in 7279b38eaf95 [2020-07-31T00:59:42.087Z] Removing intermediate container 7279b38eaf95 [2020-07-31T00:59:42.087Z] ---> 76b07e0bd5a4 [2020-07-31T00:59:42.087Z] [2020-07-31T00:59:42.349Z] Successfully built 76b07e0bd5a4 [2020-07-31T00:59:42.349Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-31T00:59:42.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-31T00:59:42.973Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-07-31T00:59:43.087Z] $ docker stop --time=1 86eab599a1fb0aa6f4ae10919dd5ad05734a54bc6b8ea7b0380d31b4afc53899 [2020-07-31T00:59:44.897Z] $ docker rm -f 86eab599a1fb0aa6f4ae10919dd5ad05734a54bc6b8ea7b0380d31b4afc53899 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T00:59:45.627Z] + docker images [2020-07-31T00:59:45.627Z] + grep docker [2020-07-31T00:59:45.627Z] docker-security-proxy-setup-go latest 76b07e0bd5a4 4 seconds ago 16.4MB [2020-07-31T00:59:45.627Z] docker-support-logging-go latest 2fe70726717f 6 seconds ago 11.8MB [2020-07-31T00:59:45.627Z] docker-support-notifications-go latest d50f8d485098 11 seconds ago 14.4MB [2020-07-31T00:59:45.628Z] docker-security-secretstore-setup-go latest 597b54645f9c 12 seconds ago 33.9MB [2020-07-31T00:59:45.628Z] docker-core-command-go latest 5d3052e865bf 16 seconds ago 13MB [2020-07-31T00:59:45.628Z] docker-core-data-go latest adc9805d5921 About a minute ago 23.8MB [2020-07-31T00:59:45.628Z] docker-sys-mgmt-agent-go latest 701a3c7861a5 2 minutes ago 284MB [2020-07-31T00:59:45.628Z] docker-core-metadata-go latest 1e870f22e9f0 2 minutes ago 14.4MB [2020-07-31T00:59:45.628Z] docker-support-scheduler-go latest 8cd57978be1a 2 minutes ago 13.1MB [2020-07-31T00:59:45.628Z] docker-security-secrets-setup-go latest c008f0871ec0 3 minutes ago 25.1MB [2020-07-31T00:59:45.628Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-31T00:59:49.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-31T00:59:51.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T00:59:56.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-31T01:00:01.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-31T01:00:05.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-31T01:00:10.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-31T01:00:14.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-31T01:00:18.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-31T01:00:22.601Z] $ docker stop --time=1 251f844a405bacfdf4322dc3b6bcdce555904e541fb73f2b27097fedb73ed014 [2020-07-31T01:00:25.089Z] $ docker rm -f 251f844a405bacfdf4322dc3b6bcdce555904e541fb73f2b27097fedb73ed014 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T01:00:26.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T01:00:26.834Z] [2020-07-31T01:00:26.834Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T01:00:27.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T01:00:27.784Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-31T01:00:27.784Z] 29e5d40040c1: Pulling fs layer [2020-07-31T01:00:27.784Z] 1ce36da41761: Pulling fs layer [2020-07-31T01:00:27.784Z] 25b303627fd3: Pulling fs layer [2020-07-31T01:00:27.784Z] 29e5d40040c1: Verifying Checksum [2020-07-31T01:00:27.784Z] 29e5d40040c1: Download complete [2020-07-31T01:00:28.380Z] 1ce36da41761: Verifying Checksum [2020-07-31T01:00:28.380Z] 1ce36da41761: Download complete [2020-07-31T01:00:28.380Z] 29e5d40040c1: Pull complete [2020-07-31T01:00:29.813Z] 1ce36da41761: Pull complete [2020-07-31T01:00:29.813Z] 25b303627fd3: Verifying Checksum [2020-07-31T01:00:29.813Z] 25b303627fd3: Download complete [2020-07-31T01:00:39.947Z] 25b303627fd3: Pull complete [2020-07-31T01:00:39.947Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-31T01:00:39.947Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T01:00:39.947Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-31T01:00:40.191Z] prd-ubuntu18.04-docker-arm64-4c-16g-1643 does not seem to be running inside a container [2020-07-31T01:00:40.256Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-31T01:00:43.620Z] $ docker top e9a67a5fde3d9b42ca3f62c76434893fbc66736a34932ad1ac2f50707a63d32f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T01:00:45.112Z] + docker-compose build --help [2020-07-31T01:00:45.112Z] + grep parallel [2020-07-31T01:00:48.487Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T01:00:48.783Z] $ docker stop --time=1 e9a67a5fde3d9b42ca3f62c76434893fbc66736a34932ad1ac2f50707a63d32f [2020-07-31T01:00:50.706Z] $ docker rm -f e9a67a5fde3d9b42ca3f62c76434893fbc66736a34932ad1ac2f50707a63d32f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T01:00:51.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T01:00:51.709Z] . [Pipeline] withDockerContainer [2020-07-31T01:00:51.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-1643 does not seem to be running inside a container [2020-07-31T01:00:52.065Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat [2020-07-31T01:00:53.508Z] $ docker top 05541cb2dcf4756c236f779d7de3b6d9de4ad53b775efa5bf36941395cb30cec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T01:00:54.559Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T01:00:57.916Z] Building docker-core-command-go ... [2020-07-31T01:00:57.916Z] Building docker-core-data-go ... [2020-07-31T01:00:57.916Z] Building docker-core-metadata-go ... [2020-07-31T01:00:57.916Z] Building docker-security-proxy-setup-go ... [2020-07-31T01:00:57.916Z] Building docker-security-secrets-setup-go ... [2020-07-31T01:00:57.916Z] Building docker-security-secretstore-setup-go ... [2020-07-31T01:00:57.916Z] Building docker-support-logging-go ... [2020-07-31T01:00:57.916Z] Building docker-support-notifications-go ... [2020-07-31T01:00:57.916Z] Building docker-support-scheduler-go ... [2020-07-31T01:00:57.916Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T01:00:57.916Z] Building docker-security-proxy-setup-go [2020-07-31T01:00:57.916Z] Building docker-core-metadata-go [2020-07-31T01:00:58.185Z] Building docker-security-secrets-setup-go [2020-07-31T01:00:58.185Z] Building docker-support-notifications-go [2020-07-31T01:00:58.185Z] Building docker-core-data-go [2020-07-31T01:02:49.956Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:02:49.956Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:02:49.956Z] ---> df26bdb060ca [2020-07-31T01:02:49.956Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T01:02:49.956Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:02:49.956Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:02:49.956Z] ---> df26bdb060ca [2020-07-31T01:02:49.956Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T01:02:49.956Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:02:49.956Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:02:49.956Z] ---> df26bdb060ca [2020-07-31T01:02:49.956Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T01:02:49.956Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:02:49.956Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:02:49.956Z] ---> df26bdb060ca [2020-07-31T01:02:49.956Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T01:02:49.956Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:02:49.956Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T01:02:49.956Z] ---> df26bdb060ca [2020-07-31T01:02:49.956Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T01:02:49.956Z] ---> Running in fc060c0dd803 [2020-07-31T01:02:49.956Z] ---> Running in 77571a09c6e3 [2020-07-31T01:02:49.956Z] ---> Running in a0f3aedc073c [2020-07-31T01:02:49.956Z] ---> Running in c0bc9d938414 [2020-07-31T01:02:49.956Z] ---> Running in d57ff2edd0f9 [2020-07-31T01:02:50.553Z] Removing intermediate container c0bc9d938414 [2020-07-31T01:02:50.553Z] ---> 8072127f9aac [2020-07-31T01:02:50.553Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:02:50.553Z] Removing intermediate container 77571a09c6e3 [2020-07-31T01:02:50.553Z] ---> dbf1f0485075 [2020-07-31T01:02:50.553Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:02:50.553Z] Removing intermediate container a0f3aedc073c [2020-07-31T01:02:50.553Z] ---> 88dba6a3838c [2020-07-31T01:02:50.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:02:50.553Z] Removing intermediate container d57ff2edd0f9 [2020-07-31T01:02:50.553Z] ---> 78160dd6995b [2020-07-31T01:02:50.553Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:02:50.553Z] Removing intermediate container fc060c0dd803 [2020-07-31T01:02:50.553Z] ---> 615dbfea0d8d [2020-07-31T01:02:50.553Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T01:02:50.826Z] ---> Running in 613f298f513d [2020-07-31T01:02:50.826Z] ---> Running in 12b9fe43f8c7 [2020-07-31T01:02:50.826Z] ---> Running in 7d44d23cf92f [2020-07-31T01:02:51.103Z] ---> Running in c60a55fb5a58 [2020-07-31T01:02:51.103Z] ---> Running in a683ef69a190 [2020-07-31T01:02:54.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:02:54.803Z] Removing intermediate container 613f298f513d [2020-07-31T01:02:54.803Z] ---> 1594ca78ca07 [2020-07-31T01:02:54.803Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T01:02:55.075Z] ---> Running in 922356bf8c7b [2020-07-31T01:02:55.351Z] Removing intermediate container 12b9fe43f8c7 [2020-07-31T01:02:55.351Z] ---> 4358db15b3db [2020-07-31T01:02:55.351Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T01:02:55.622Z] ---> Running in 7987f1950192 [2020-07-31T01:02:55.622Z] Removing intermediate container 7d44d23cf92f [2020-07-31T01:02:55.622Z] ---> 2dc63f4d1fd6 [2020-07-31T01:02:55.622Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T01:02:55.894Z] Removing intermediate container c60a55fb5a58 [2020-07-31T01:02:55.894Z] ---> 6ee31a0e500b [2020-07-31T01:02:55.894Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T01:02:55.894Z] ---> Running in 61c27a40e6ba [2020-07-31T01:02:56.170Z] ---> Running in 9d86031061b4 [2020-07-31T01:02:57.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:02:57.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:02:58.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:02:58.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:03:10.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:03:12.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:03:12.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:03:13.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:03:13.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:03:40.557Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:03:40.557Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:03:40.557Z] OK: 12620 distinct packages available [2020-07-31T01:03:40.557Z] OK: 217 MiB in 51 packages [2020-07-31T01:03:40.557Z] Removing intermediate container a683ef69a190 [2020-07-31T01:03:40.557Z] ---> a663bc2d14d6 [2020-07-31T01:03:40.557Z] Step 5/29 : COPY go.mod . [2020-07-31T01:03:41.158Z] ---> 480864a02343 [2020-07-31T01:03:41.158Z] Step 6/29 : RUN go mod download [2020-07-31T01:03:41.158Z] ---> Running in a8d0a89edd59 [2020-07-31T01:03:43.135Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:03:43.135Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:03:43.135Z] OK: 12620 distinct packages available [2020-07-31T01:03:43.725Z] OK: 217 MiB in 51 packages [2020-07-31T01:03:43.997Z] Removing intermediate container a8d0a89edd59 [2020-07-31T01:03:43.997Z] ---> e7df114a92a1 [2020-07-31T01:03:43.997Z] Step 7/29 : COPY . . [2020-07-31T01:03:44.981Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:03:44.981Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:03:44.981Z] OK: 12620 distinct packages available [2020-07-31T01:03:45.577Z] OK: 217 MiB in 51 packages [2020-07-31T01:03:45.577Z] Removing intermediate container 9d86031061b4 [2020-07-31T01:03:45.577Z] ---> 906bfbf67877 [2020-07-31T01:03:45.577Z] Step 6/21 : COPY go.mod . [2020-07-31T01:03:47.013Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:03:47.013Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:03:47.013Z] OK: 12620 distinct packages available [2020-07-31T01:03:47.013Z] ---> 6cda29028408 [2020-07-31T01:03:47.013Z] Step 7/21 : RUN go mod download [2020-07-31T01:03:47.294Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:03:47.294Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:03:47.294Z] OK: 12620 distinct packages available [2020-07-31T01:03:47.294Z] ---> Running in 14864e498ad3 [2020-07-31T01:03:47.568Z] OK: 217 MiB in 51 packages [2020-07-31T01:03:47.844Z] Removing intermediate container 61c27a40e6ba [2020-07-31T01:03:47.844Z] ---> ad3de3d81f13 [2020-07-31T01:03:47.844Z] Step 6/22 : COPY go.mod . [2020-07-31T01:03:47.844Z] OK: 217 MiB in 51 packages [2020-07-31T01:03:49.279Z] ---> 6c90694045d1 [2020-07-31T01:03:49.279Z] Step 7/22 : RUN go mod download [2020-07-31T01:03:49.878Z] ---> Running in 9b7f3e2df933 [2020-07-31T01:03:49.878Z] Removing intermediate container 7987f1950192 [2020-07-31T01:03:49.878Z] ---> d80054b88bda [2020-07-31T01:03:49.878Z] Step 6/23 : COPY go.mod . [2020-07-31T01:03:50.476Z] Removing intermediate container 922356bf8c7b [2020-07-31T01:03:50.476Z] ---> aaf04acbcec9 [2020-07-31T01:03:50.476Z] Step 6/20 : COPY go.mod . [2020-07-31T01:03:51.461Z] ---> f8afab58a579 [2020-07-31T01:03:51.461Z] Step 7/23 : RUN go mod download [2020-07-31T01:03:51.734Z] ---> Running in d49c61318042 [2020-07-31T01:03:52.015Z] ---> 47734eb7dcc4 [2020-07-31T01:03:52.015Z] Step 7/20 : RUN go mod download [2020-07-31T01:03:52.015Z] Removing intermediate container 14864e498ad3 [2020-07-31T01:03:52.015Z] ---> 74b94053f26c [2020-07-31T01:03:52.015Z] Step 8/21 : COPY . . [2020-07-31T01:03:52.285Z] ---> Running in d6eadfa8bf88 [2020-07-31T01:03:55.687Z] Removing intermediate container 9b7f3e2df933 [2020-07-31T01:03:55.687Z] ---> 72e15699603e [2020-07-31T01:03:55.687Z] Step 8/22 : COPY . . [2020-07-31T01:03:57.754Z] Removing intermediate container d49c61318042 [2020-07-31T01:03:57.754Z] ---> 1d2eb1c0ea9a [2020-07-31T01:03:57.754Z] Step 8/23 : COPY . . [2020-07-31T01:03:58.030Z] Removing intermediate container d6eadfa8bf88 [2020-07-31T01:03:58.030Z] ---> 8f0d507b60e8 [2020-07-31T01:03:58.030Z] Step 8/20 : COPY . . [2020-07-31T01:04:25.136Z] ---> a2a8186d6556 [2020-07-31T01:04:25.136Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T01:04:25.136Z] ---> Running in c577d036a7f2 [2020-07-31T01:04:25.136Z] ---> 90c44fe65376 [2020-07-31T01:04:25.136Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T01:04:25.136Z] ---> 33e0cd4f7ba5 [2020-07-31T01:04:25.136Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T01:04:25.136Z] ---> 622512660ec7 [2020-07-31T01:04:25.136Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T01:04:25.136Z] ---> Running in 1359feab8071 [2020-07-31T01:04:25.136Z] ---> Running in 0b98fff064b7 [2020-07-31T01:04:25.136Z] ---> Running in 424e360523e4 [2020-07-31T01:04:25.136Z] ---> 2de40fef5a08 [2020-07-31T01:04:25.136Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T01:04:25.136Z] ---> Running in a9fafd22abd9 [2020-07-31T01:04:25.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-31T01:04:26.019Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-31T01:04:26.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-31T01:04:26.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-31T01:04:26.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-31T01:06:03.693Z] Removing intermediate container c577d036a7f2 [2020-07-31T01:06:03.693Z] ---> 0431649b0223 [2020-07-31T01:06:03.693Z] [2020-07-31T01:06:03.693Z] Step 9/29 : FROM alpine:latest [2020-07-31T01:06:03.693Z] Removing intermediate container 424e360523e4 [2020-07-31T01:06:03.693Z] ---> eeeabb55c58f [2020-07-31T01:06:03.693Z] [2020-07-31T01:06:03.693Z] Step 10/20 : FROM alpine [2020-07-31T01:06:03.693Z] latest: Pulling from library/alpine [2020-07-31T01:06:03.693Z] latest: Pulling from library/alpine [2020-07-31T01:06:03.693Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T01:06:03.693Z] Status: Downloaded newer image for alpine:latest [2020-07-31T01:06:03.693Z] ---> 62ee0e9f8440 [2020-07-31T01:06:03.693Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-31T01:06:03.693Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T01:06:03.693Z] Status: Image is up to date for alpine:latest [2020-07-31T01:06:03.693Z] ---> 62ee0e9f8440 [2020-07-31T01:06:03.693Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T01:06:03.693Z] ---> Running in 2006ccb955a1 [2020-07-31T01:06:03.693Z] ---> Running in 4ca92635513d [2020-07-31T01:06:03.693Z] Removing intermediate container 2006ccb955a1 [2020-07-31T01:06:03.693Z] ---> 4291c0f1812e [2020-07-31T01:06:03.693Z] Step 11/29 : USER root [2020-07-31T01:06:03.693Z] ---> Running in e5024cd5d8b7 [2020-07-31T01:06:03.693Z] Removing intermediate container e5024cd5d8b7 [2020-07-31T01:06:03.693Z] ---> 9dc89295d354 [2020-07-31T01:06:03.693Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T01:06:03.693Z] ---> Running in 99c7ac079012 [2020-07-31T01:06:03.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:06:03.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:06:03.693Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:06:03.693Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:06:03.693Z] OK: 12620 distinct packages available [2020-07-31T01:06:03.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:06:03.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:06:03.693Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:06:03.693Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:06:03.693Z] OK: 12620 distinct packages available [2020-07-31T01:06:03.693Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T01:06:03.693Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T01:06:03.693Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T01:06:03.693Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T01:06:03.693Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T01:06:03.693Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T01:06:03.693Z] OK: 7 MiB in 18 packages [2020-07-31T01:06:03.693Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T01:06:03.693Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T01:06:03.693Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T01:06:03.693Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T01:06:03.693Z] OK: 6 MiB in 16 packages [2020-07-31T01:06:03.693Z] Removing intermediate container 4ca92635513d [2020-07-31T01:06:03.693Z] ---> ed4b34929f6c [2020-07-31T01:06:03.693Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T01:06:03.693Z] ---> Running in 35fe951fffe9 [2020-07-31T01:06:03.693Z] Removing intermediate container 99c7ac079012 [2020-07-31T01:06:03.693Z] ---> 990a88841da9 [2020-07-31T01:06:03.693Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T01:06:03.693Z] ---> Running in bd633df31343 [2020-07-31T01:06:03.693Z] Removing intermediate container 35fe951fffe9 [2020-07-31T01:06:03.693Z] ---> a0c2b418c77f [2020-07-31T01:06:03.693Z] Step 13/20 : WORKDIR /edgex [2020-07-31T01:06:03.693Z] ---> Running in c3ddefa2e831 [2020-07-31T01:06:03.693Z] Removing intermediate container bd633df31343 [2020-07-31T01:06:03.693Z] ---> fa99263e5c12 [2020-07-31T01:06:03.693Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T01:06:03.693Z] ---> Running in 842133643c9c [2020-07-31T01:06:03.693Z] Removing intermediate container c3ddefa2e831 [2020-07-31T01:06:03.693Z] ---> d7b19bc84a3a [2020-07-31T01:06:03.693Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T01:06:03.693Z] Removing intermediate container 842133643c9c [2020-07-31T01:06:03.693Z] ---> 29d485107a51 [2020-07-31T01:06:03.693Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T01:06:03.976Z] ---> da8964fef6e4 [2020-07-31T01:06:03.976Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T01:06:04.249Z] ---> Running in d1f4432bdd07 [2020-07-31T01:06:06.889Z] ---> 299351b068ef [2020-07-31T01:06:06.889Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T01:06:06.889Z] ---> Running in 6d48942a4f30 [2020-07-31T01:06:07.870Z] Removing intermediate container 6d48942a4f30 [2020-07-31T01:06:07.871Z] ---> 8bfd02840ec4 [2020-07-31T01:06:07.871Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T01:06:08.156Z] ---> Running in 981d6f0cce48 [2020-07-31T01:06:08.431Z] Removing intermediate container d1f4432bdd07 [2020-07-31T01:06:08.431Z] ---> 0dfb6f3d7d2a [2020-07-31T01:06:08.431Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T01:06:09.034Z] Removing intermediate container 981d6f0cce48 [2020-07-31T01:06:09.034Z] ---> 0303d3320e9d [2020-07-31T01:06:09.034Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T01:06:09.322Z] ---> Running in ca935df63080 [2020-07-31T01:06:10.322Z] ---> f2eaad64552f [2020-07-31T01:06:10.322Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T01:06:10.602Z] Removing intermediate container ca935df63080 [2020-07-31T01:06:10.602Z] ---> 7c64783f5c00 [2020-07-31T01:06:10.602Z] Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:06:10.879Z] ---> Running in ccffcba01554 [2020-07-31T01:06:11.486Z] Removing intermediate container ccffcba01554 [2020-07-31T01:06:11.486Z] ---> 7452cbdd5c09 [2020-07-31T01:06:11.763Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T01:06:11.763Z] ---> bf56a0548754 [2020-07-31T01:06:11.763Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T01:06:11.763Z] ---> Running in 718c9bd7d82c [2020-07-31T01:06:12.774Z] Removing intermediate container 718c9bd7d82c [2020-07-31T01:06:12.774Z] ---> d73e978e003c [2020-07-31T01:06:12.774Z] [2020-07-31T01:06:13.052Z] ---> 5ea779dbe34c [2020-07-31T01:06:13.052Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T01:06:14.036Z] Successfully built d73e978e003c [2020-07-31T01:06:14.036Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-31T01:06:14.036Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-31T01:06:14.640Z] ---> f0cd316fecbc [2020-07-31T01:06:14.640Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T01:06:18.046Z] ---> aa506d6c7cdc [2020-07-31T01:06:18.046Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T01:06:19.032Z] ---> Running in c8be4a1910f5 [2020-07-31T01:06:19.317Z] Removing intermediate container a9fafd22abd9 [2020-07-31T01:06:19.317Z] ---> c6710397cc8a [2020-07-31T01:06:19.317Z] [2020-07-31T01:06:19.317Z] Step 10/23 : FROM scratch [2020-07-31T01:06:19.317Z] ---> [2020-07-31T01:06:19.317Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T01:06:20.756Z] ---> Running in aa7ed7b63ca5 [2020-07-31T01:06:22.210Z] Removing intermediate container aa7ed7b63ca5 [2020-07-31T01:06:22.210Z] ---> ad2789f0838b [2020-07-31T01:06:22.210Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T01:06:22.489Z] ---> Running in d382fb5d07be [2020-07-31T01:06:23.477Z] Removing intermediate container d382fb5d07be [2020-07-31T01:06:23.477Z] ---> 7d972ce47dad [2020-07-31T01:06:23.477Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T01:06:24.075Z] ---> Running in b8ffe3024d5b [2020-07-31T01:06:24.075Z] Removing intermediate container c8be4a1910f5 [2020-07-31T01:06:24.075Z] ---> d0da8cbe9eed [2020-07-31T01:06:24.075Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T01:06:25.519Z] Removing intermediate container b8ffe3024d5b [2020-07-31T01:06:25.519Z] ---> bb57969292fb [2020-07-31T01:06:25.519Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T01:06:26.498Z] ---> 92c5d8445890 [2020-07-31T01:06:26.498Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T01:06:26.779Z] Removing intermediate container 1359feab8071 [2020-07-31T01:06:26.779Z] ---> b42ecc4c6edc [2020-07-31T01:06:26.779Z] [2020-07-31T01:06:26.779Z] Step 10/21 : FROM scratch [2020-07-31T01:06:26.779Z] ---> [2020-07-31T01:06:26.779Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T01:06:27.056Z] ---> a178c58c8ab9 [2020-07-31T01:06:27.057Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T01:06:27.057Z] ---> Running in c903495e7b7e [2020-07-31T01:06:27.333Z] ---> Running in a487ab58e18e [2020-07-31T01:06:28.327Z] Removing intermediate container a487ab58e18e [2020-07-31T01:06:28.327Z] ---> f141b984fd40 [2020-07-31T01:06:28.327Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T01:06:29.301Z] ---> Running in 07fb7cc6fd22 [2020-07-31T01:06:29.302Z] ---> 84ade8023284 [2020-07-31T01:06:29.302Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T01:06:30.301Z] Removing intermediate container 07fb7cc6fd22 [2020-07-31T01:06:30.301Z] ---> 6d638b92aa9b [2020-07-31T01:06:30.301Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T01:06:30.581Z] ---> Running in 6a45782accea [2020-07-31T01:06:31.555Z] ---> 28d2c3dbb26a [2020-07-31T01:06:31.555Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T01:06:32.146Z] Removing intermediate container c903495e7b7e [2020-07-31T01:06:32.146Z] ---> 213d343beea9 [2020-07-31T01:06:32.146Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T01:06:32.146Z] Removing intermediate container 6a45782accea [2020-07-31T01:06:32.146Z] ---> a484d845b185 [2020-07-31T01:06:32.146Z] Step 14/21 : WORKDIR / [2020-07-31T01:06:33.571Z] ---> Running in 4a29f2ad1279 [2020-07-31T01:06:33.840Z] ---> Running in a4c4e2fdd9eb [2020-07-31T01:06:34.434Z] ---> 81b47d1e4fdf [2020-07-31T01:06:34.434Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T01:06:35.031Z] Removing intermediate container 0b98fff064b7 [2020-07-31T01:06:35.031Z] ---> 61648a75effb [2020-07-31T01:06:35.031Z] [2020-07-31T01:06:35.031Z] Step 10/22 : FROM alpine [2020-07-31T01:06:35.031Z] ---> 62ee0e9f8440 [2020-07-31T01:06:35.031Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T01:06:35.307Z] Removing intermediate container 4a29f2ad1279 [2020-07-31T01:06:35.307Z] ---> 1ace7a5f4a1b [2020-07-31T01:06:35.307Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T01:06:35.307Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:06:35.307Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:06:35.307Z] ---> df26bdb060ca [2020-07-31T01:06:35.307Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T01:06:35.307Z] ---> Using cache [2020-07-31T01:06:35.307Z] ---> 615dbfea0d8d [2020-07-31T01:06:35.307Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:06:35.578Z] ---> Running in 43c7c1700f85 [2020-07-31T01:06:35.578Z] ---> Running in a2dea0d1c0e3 [2020-07-31T01:06:36.171Z] ---> 78a63aff87e2 [2020-07-31T01:06:36.171Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T01:06:36.446Z] ---> 574d40233a40 [2020-07-31T01:06:36.446Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T01:06:36.446Z] Removing intermediate container 43c7c1700f85 [2020-07-31T01:06:36.446Z] ---> 0d197ccd7d0a [2020-07-31T01:06:36.446Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T01:06:36.720Z] ---> Running in d55b1eec657d [2020-07-31T01:06:37.698Z] Removing intermediate container d55b1eec657d [2020-07-31T01:06:37.698Z] ---> 7c72ec1d963f [2020-07-31T01:06:37.698Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T01:06:37.977Z] ---> d11e3a9e3470 [2020-07-31T01:06:37.977Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:06:37.977Z] ---> Running in 77a6c0ef29a4 [2020-07-31T01:06:38.258Z] ---> Running in 6bd98bba17ef [2020-07-31T01:06:38.258Z] ---> 873b456e1219 [2020-07-31T01:06:38.258Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T01:06:38.539Z] Removing intermediate container 77a6c0ef29a4 [2020-07-31T01:06:38.539Z] ---> c6bef86cc084 [2020-07-31T01:06:38.539Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:06:38.816Z] Removing intermediate container 6bd98bba17ef [2020-07-31T01:06:38.816Z] ---> 20451d841185 [2020-07-31T01:06:38.816Z] Step 21/23 : LABEL arch=arm64 [2020-07-31T01:06:38.816Z] ---> Running in 256640b34536 [2020-07-31T01:06:39.088Z] Removing intermediate container a4c4e2fdd9eb [2020-07-31T01:06:39.088Z] ---> a35cacca0d9c [2020-07-31T01:06:39.088Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T01:06:39.088Z] Removing intermediate container a2dea0d1c0e3 [2020-07-31T01:06:39.088Z] ---> 05fb13ced9f8 [2020-07-31T01:06:39.088Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T01:06:39.088Z] ---> Running in 0c12256fd4b6 [2020-07-31T01:06:39.357Z] ---> Running in bdc9688ea194 [2020-07-31T01:06:39.357Z] ---> Running in e2dccb1cc6f7 [2020-07-31T01:06:39.357Z] ---> d8d9e1851783 [2020-07-31T01:06:39.357Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:06:39.645Z] ---> Running in ba80a7635b3c [2020-07-31T01:06:39.920Z] Removing intermediate container 0c12256fd4b6 [2020-07-31T01:06:39.920Z] ---> 4f9728391560 [2020-07-31T01:06:39.920Z] Step 22/23 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:06:40.202Z] ---> Running in e8c44638c7f4 [2020-07-31T01:06:40.202Z] Removing intermediate container bdc9688ea194 [2020-07-31T01:06:40.202Z] ---> 057bfca184d4 [2020-07-31T01:06:40.202Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T01:06:40.202Z] Removing intermediate container ba80a7635b3c [2020-07-31T01:06:40.202Z] ---> e73d14213c93 [2020-07-31T01:06:40.202Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T01:06:40.473Z] ---> Running in 551a2cdfda67 [2020-07-31T01:06:40.473Z] ---> Running in 12029c936930 [2020-07-31T01:06:40.746Z] Removing intermediate container e8c44638c7f4 [2020-07-31T01:06:40.746Z] ---> 181a231d37a0 [2020-07-31T01:06:40.746Z] Step 23/23 : LABEL version=0.0.0 [2020-07-31T01:06:41.022Z] ---> Running in 6b4a17eea1c5 [2020-07-31T01:06:41.296Z] Removing intermediate container 551a2cdfda67 [2020-07-31T01:06:41.296Z] ---> 18ec6a407017 [2020-07-31T01:06:41.296Z] Step 27/29 : LABEL arch=arm64 [2020-07-31T01:06:41.296Z] Removing intermediate container 12029c936930 [2020-07-31T01:06:41.296Z] ---> 01cc67dfc20b [2020-07-31T01:06:41.296Z] Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:06:41.570Z] ---> Running in 1697550cf3ba [2020-07-31T01:06:41.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:06:41.570Z] ---> Running in e87ce227bf26 [2020-07-31T01:06:41.570Z] Removing intermediate container 6b4a17eea1c5 [2020-07-31T01:06:41.570Z] ---> eed3aa5a0aa5 [2020-07-31T01:06:41.570Z] [2020-07-31T01:06:42.174Z] Successfully built eed3aa5a0aa5 [2020-07-31T01:06:42.174Z] Removing intermediate container e87ce227bf26 [2020-07-31T01:06:42.174Z] ---> fb9417afa28a [2020-07-31T01:06:42.174Z] Step 28/29 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:06:42.174Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-31T01:06:42.174Z] Removing intermediate container 1697550cf3ba [2020-07-31T01:06:42.174Z] ---> 705229cae58e [2020-07-31T01:06:42.174Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T01:06:42.174Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-07-31T01:06:42.446Z] ---> Running in 3c05f11ecf15 [2020-07-31T01:06:42.446Z] ---> Running in add7fd445065 [2020-07-31T01:06:42.446Z] Removing intermediate container 256640b34536 [2020-07-31T01:06:42.446Z] ---> 10b05ff986f0 [2020-07-31T01:06:42.446Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T01:06:42.719Z] ---> Running in a55e32502614 [2020-07-31T01:06:42.993Z] Removing intermediate container add7fd445065 [2020-07-31T01:06:42.993Z] ---> 5c459c792a5e [2020-07-31T01:06:42.993Z] Step 29/29 : LABEL version=0.0.0 [2020-07-31T01:06:42.993Z] Removing intermediate container 3c05f11ecf15 [2020-07-31T01:06:42.993Z] ---> e051a3ead38f [2020-07-31T01:06:42.993Z] [2020-07-31T01:06:43.591Z] Successfully built e051a3ead38f [2020-07-31T01:06:43.865Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-31T01:06:43.865Z] Building docker-sys-mgmt-agent-go [2020-07-31T01:06:43.865Z]  Building docker-core-metadata-go ... done  ---> Running in aab66024d251 [2020-07-31T01:06:44.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:06:44.740Z] Removing intermediate container aab66024d251 [2020-07-31T01:06:44.740Z] ---> 68efad977378 [2020-07-31T01:06:44.740Z] [2020-07-31T01:06:45.011Z] Successfully built 68efad977378 [2020-07-31T01:06:45.285Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-31T01:06:45.285Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-07-31T01:07:03.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:07:08.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:07:41.286Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:07:41.286Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:07:41.286Z] ---> df26bdb060ca [2020-07-31T01:07:41.286Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T01:07:41.286Z] ---> Using cache [2020-07-31T01:07:41.286Z] ---> 615dbfea0d8d [2020-07-31T01:07:41.286Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:07:41.286Z] ---> Using cache [2020-07-31T01:07:41.286Z] ---> 05fb13ced9f8 [2020-07-31T01:07:41.286Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T01:07:41.286Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:07:41.286Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:07:41.286Z] ---> df26bdb060ca [2020-07-31T01:07:41.286Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T01:07:41.286Z] ---> Using cache [2020-07-31T01:07:41.286Z] ---> 615dbfea0d8d [2020-07-31T01:07:41.286Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:07:41.286Z] ---> Using cache [2020-07-31T01:07:41.286Z] ---> 05fb13ced9f8 [2020-07-31T01:07:41.286Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T01:07:41.286Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:07:41.286Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:07:41.286Z] ---> df26bdb060ca [2020-07-31T01:07:41.286Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T01:07:41.286Z] ---> Using cache [2020-07-31T01:07:41.286Z] ---> 615dbfea0d8d [2020-07-31T01:07:41.286Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:07:41.286Z] ---> Using cache [2020-07-31T01:07:41.286Z] ---> 05fb13ced9f8 [2020-07-31T01:07:41.286Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T01:07:41.286Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:07:41.286Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:07:41.286Z] OK: 12620 distinct packages available [2020-07-31T01:07:41.286Z] ---> Running in d20349881071 [2020-07-31T01:07:41.286Z] ---> Running in 5c83f003b85e [2020-07-31T01:07:41.286Z] ---> Running in 9622deaffd34 [2020-07-31T01:07:41.286Z] OK: 217 MiB in 51 packages [2020-07-31T01:07:42.271Z] Removing intermediate container e2dccb1cc6f7 [2020-07-31T01:07:42.271Z] ---> ce091ca91362 [2020-07-31T01:07:42.271Z] Step 6/26 : COPY go.mod . [2020-07-31T01:07:42.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:07:42.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:07:42.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:07:43.097Z] ---> 887cac5b7fa0 [2020-07-31T01:07:43.097Z] Step 7/26 : RUN go mod download [2020-07-31T01:07:43.097Z] ---> Running in 2653936c9b1d [2020-07-31T01:07:46.468Z] Removing intermediate container 2653936c9b1d [2020-07-31T01:07:46.468Z] ---> ee1fa62cf6e9 [2020-07-31T01:07:46.468Z] Step 8/26 : COPY . . [2020-07-31T01:07:48.434Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T01:07:50.398Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T01:07:57.086Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T01:08:00.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:08:03.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:08:03.063Z] ---> 4bea142d0816 [2020-07-31T01:08:03.063Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-31T01:08:03.063Z] ---> Running in 7601b87573dd [2020-07-31T01:08:03.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:08:04.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-31T01:08:09.651Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T01:08:16.348Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T01:08:16.348Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T01:08:16.348Z] OK: 8 MiB in 19 packages [2020-07-31T01:08:17.788Z] Removing intermediate container a55e32502614 [2020-07-31T01:08:17.788Z] ---> 49e84ef7f165 [2020-07-31T01:08:17.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T01:08:18.779Z] ---> 6d1fcc05605e [2020-07-31T01:08:18.779Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T01:08:20.783Z] ---> aba980adb25b [2020-07-31T01:08:20.783Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T01:08:21.379Z] ---> a79a328203b0 [2020-07-31T01:08:21.379Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:08:21.651Z] ---> Running in 3e5eeea4e6fc [2020-07-31T01:08:22.245Z] Removing intermediate container 3e5eeea4e6fc [2020-07-31T01:08:22.245Z] ---> 19bb5b59ef59 [2020-07-31T01:08:22.245Z] Step 20/22 : LABEL arch=arm64 [2020-07-31T01:08:22.245Z] ---> Running in dd067a6f7cb0 [2020-07-31T01:08:22.838Z] Removing intermediate container dd067a6f7cb0 [2020-07-31T01:08:22.838Z] ---> c996bd4db493 [2020-07-31T01:08:22.838Z] Step 21/22 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:08:22.838Z] ---> Running in 6f0be1b46f9e [2020-07-31T01:08:23.436Z] Removing intermediate container 6f0be1b46f9e [2020-07-31T01:08:23.436Z] ---> b83ed9bf51ac [2020-07-31T01:08:23.436Z] Step 22/22 : LABEL version=0.0.0 [2020-07-31T01:08:23.436Z] ---> Running in c21ac986e13b [2020-07-31T01:08:24.030Z] Removing intermediate container c21ac986e13b [2020-07-31T01:08:24.030Z] ---> 0227d45a4bf7 [2020-07-31T01:08:24.030Z] [2020-07-31T01:08:24.301Z] Successfully built 0227d45a4bf7 [2020-07-31T01:08:24.574Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-31T01:08:24.574Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-07-31T01:08:24.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-31T01:08:29.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-31T01:08:32.592Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:08:32.592Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:08:32.592Z] OK: 12620 distinct packages available [2020-07-31T01:08:33.187Z] OK: 217 MiB in 51 packages [2020-07-31T01:08:34.184Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:08:34.184Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:08:34.184Z] OK: 12620 distinct packages available [2020-07-31T01:08:35.167Z] OK: 217 MiB in 51 packages [2020-07-31T01:08:35.440Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T01:08:35.440Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T01:08:35.440Z] OK: 12620 distinct packages available [2020-07-31T01:08:36.045Z] OK: 217 MiB in 51 packages [2020-07-31T01:08:36.046Z] OK: 217 MiB in 51 packages [2020-07-31T01:08:38.690Z] Removing intermediate container d20349881071 [2020-07-31T01:08:38.690Z] ---> 0abcd1254993 [2020-07-31T01:08:38.690Z] Step 6/26 : COPY go.mod . [2020-07-31T01:08:39.680Z] Removing intermediate container 9622deaffd34 [2020-07-31T01:08:39.680Z] ---> bf2a3a74eee4 [2020-07-31T01:08:39.680Z] Step 6/21 : COPY go.mod . [2020-07-31T01:08:39.680Z] Removing intermediate container 5c83f003b85e [2020-07-31T01:08:39.680Z] ---> 70c39561ace6 [2020-07-31T01:08:39.680Z] Step 6/21 : COPY go.mod . [2020-07-31T01:08:39.952Z] ---> 6f6715f03c27 [2020-07-31T01:08:39.952Z] Step 7/26 : RUN go mod download [2020-07-31T01:08:40.272Z] ---> Running in d79413d16166 [2020-07-31T01:08:40.692Z] ---> cd7b28aa7020 [2020-07-31T01:08:40.692Z] Step 7/21 : RUN go mod download [2020-07-31T01:08:41.015Z] ---> Running in d10d381d7179 [2020-07-31T01:08:41.298Z] ---> 90aa28b8b216 [2020-07-31T01:08:41.298Z] Step 7/21 : RUN go mod download [2020-07-31T01:08:41.624Z] ---> Running in 3128b33ec353 [2020-07-31T01:08:45.338Z] Removing intermediate container 7601b87573dd [2020-07-31T01:08:45.338Z] ---> 3a62ebcafc5b [2020-07-31T01:08:45.338Z] [2020-07-31T01:08:45.338Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T01:08:45.936Z] 3.10: Pulling from library/alpine [2020-07-31T01:08:46.207Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T01:08:46.207Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T01:08:46.207Z] ---> df26bdb060ca [2020-07-31T01:08:46.207Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T01:08:46.207Z] ---> Using cache [2020-07-31T01:08:46.207Z] ---> 615dbfea0d8d [2020-07-31T01:08:46.207Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T01:08:46.207Z] ---> Using cache [2020-07-31T01:08:46.207Z] ---> 05fb13ced9f8 [2020-07-31T01:08:46.207Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T01:08:46.207Z] ---> Using cache [2020-07-31T01:08:46.207Z] ---> 70c39561ace6 [2020-07-31T01:08:46.207Z] Step 6/20 : COPY go.mod . [2020-07-31T01:08:46.207Z] ---> Using cache [2020-07-31T01:08:46.207Z] ---> 90aa28b8b216 [2020-07-31T01:08:46.207Z] Step 7/20 : RUN go mod download [2020-07-31T01:08:46.481Z] ---> Running in c8afe15952d3 [2020-07-31T01:08:46.481Z] Removing intermediate container d79413d16166 [2020-07-31T01:08:46.481Z] ---> 729993c9315d [2020-07-31T01:08:46.481Z] Step 8/26 : COPY . . [2020-07-31T01:08:47.911Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T01:08:47.911Z] Removing intermediate container 3128b33ec353 [2020-07-31T01:08:47.911Z] ---> 96851462a425 [2020-07-31T01:08:47.911Z] Step 8/21 : COPY . . [2020-07-31T01:08:47.911Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T01:08:47.911Z] ---> 536a684cf733 [2020-07-31T01:08:47.911Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T01:08:48.182Z] ---> Running in 890afb375667 [2020-07-31T01:08:48.182Z] Removing intermediate container d10d381d7179 [2020-07-31T01:08:48.182Z] ---> de1b6bf58378 [2020-07-31T01:08:48.182Z] Step 8/21 : COPY . . [2020-07-31T01:08:50.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:08:50.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:08:51.067Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T01:08:51.067Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T01:08:51.067Z] OK: 10167 distinct packages available [2020-07-31T01:08:51.357Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T01:08:51.639Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T01:08:51.639Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T01:08:51.639Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T01:08:51.639Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T01:08:51.639Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T01:08:51.639Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T01:08:51.912Z] OK: 7 MiB in 19 packages [2020-07-31T01:08:55.298Z] Removing intermediate container c8afe15952d3 [2020-07-31T01:08:55.298Z] ---> 07864c026994 [2020-07-31T01:08:55.298Z] Step 8/20 : COPY . . [2020-07-31T01:08:58.675Z] Removing intermediate container 890afb375667 [2020-07-31T01:08:58.675Z] ---> 43ad75fc2900 [2020-07-31T01:08:58.675Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T01:08:59.271Z] ---> Running in 7786dfad7e39 [2020-07-31T01:09:00.712Z] Removing intermediate container 7786dfad7e39 [2020-07-31T01:09:00.712Z] ---> bee65b2b9233 [2020-07-31T01:09:00.712Z] Step 13/26 : WORKDIR / [2020-07-31T01:09:01.338Z] ---> Running in 1c9a72acb797 [2020-07-31T01:09:03.322Z] Removing intermediate container 1c9a72acb797 [2020-07-31T01:09:03.322Z] ---> 5f244fc46257 [2020-07-31T01:09:03.322Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-31T01:09:06.714Z] ---> 4ea0d3861903 [2020-07-31T01:09:06.714Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-31T01:09:10.105Z] ---> 8a275e2a67c2 [2020-07-31T01:09:10.105Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T01:09:10.387Z] ---> ed81cc6f7772 [2020-07-31T01:09:10.387Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T01:09:11.377Z] ---> 7d96b1f2d794 [2020-07-31T01:09:11.377Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T01:09:11.377Z] ---> Running in 37dc12897e31 [2020-07-31T01:09:12.361Z] ---> 54caa2415163 [2020-07-31T01:09:12.361Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T01:09:12.636Z] ---> 300455267888 [2020-07-31T01:09:12.636Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T01:09:12.920Z] ---> Running in a657bb0c0fe5 [2020-07-31T01:09:13.193Z] ---> ac22c6ce7334 [2020-07-31T01:09:13.193Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T01:09:13.193Z] ---> Running in a22a5008a81a [2020-07-31T01:09:13.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T01:09:15.466Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-31T01:09:15.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-31T01:09:15.741Z] ---> 713e5a2ccd2b [2020-07-31T01:09:15.741Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T01:09:19.150Z] ---> 1d4e702d7b20 [2020-07-31T01:09:19.150Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T01:09:21.128Z] ---> 33565f5e0e7f [2020-07-31T01:09:21.128Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T01:09:22.568Z] ---> 89cf88e304ad [2020-07-31T01:09:22.568Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T01:09:22.568Z] ---> Running in 05409b6513d4 [2020-07-31T01:09:22.568Z] ---> 0cf32d5f34bd [2020-07-31T01:09:22.568Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T01:09:22.842Z] ---> Running in 035ad9b3d93e [2020-07-31T01:09:25.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-31T01:09:27.457Z] Removing intermediate container 035ad9b3d93e [2020-07-31T01:09:27.457Z] ---> 1331dfec1a32 [2020-07-31T01:09:27.457Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T01:09:27.457Z] ---> Running in 4447e17646c5 [2020-07-31T01:09:28.052Z] Removing intermediate container 4447e17646c5 [2020-07-31T01:09:28.052Z] ---> 6ba0534eb95a [2020-07-31T01:09:28.052Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T01:09:28.052Z] ---> Running in fc108e7fc335 [2020-07-31T01:09:28.655Z] Removing intermediate container fc108e7fc335 [2020-07-31T01:09:28.655Z] ---> fcdeaff7eece [2020-07-31T01:09:28.655Z] Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:09:28.929Z] ---> Running in 649fca766241 [2020-07-31T01:09:29.528Z] Removing intermediate container 649fca766241 [2020-07-31T01:09:29.528Z] ---> c9d6a6deedd1 [2020-07-31T01:09:29.528Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T01:09:29.806Z] ---> Running in c38d2d1b65d5 [2020-07-31T01:09:30.407Z] Removing intermediate container c38d2d1b65d5 [2020-07-31T01:09:30.407Z] ---> 03ff5c304859 [2020-07-31T01:09:30.407Z] [2020-07-31T01:09:31.008Z] Successfully built 03ff5c304859 [2020-07-31T01:09:31.008Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-31T01:10:39.052Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 37dc12897e31 [2020-07-31T01:10:39.052Z] ---> 6afe0acaad93 [2020-07-31T01:10:39.052Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T01:10:39.052Z] ---> Running in dffca87b73b1 [2020-07-31T01:10:39.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-31T01:10:39.052Z] Removing intermediate container dffca87b73b1 [2020-07-31T01:10:39.052Z] ---> bc8b38a2fbf0 [2020-07-31T01:10:39.052Z] [2020-07-31T01:10:39.052Z] Step 11/26 : FROM docker:latest [2020-07-31T01:10:39.052Z] ---> ce9d55ae87f1 [2020-07-31T01:10:39.052Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T01:10:39.052Z] ---> Running in d70dfd5041ce [2020-07-31T01:10:39.052Z] Removing intermediate container a657bb0c0fe5 [2020-07-31T01:10:39.052Z] ---> 60c5291a57df [2020-07-31T01:10:39.052Z] [2020-07-31T01:10:39.052Z] Step 10/21 : FROM scratch [2020-07-31T01:10:39.052Z] ---> [2020-07-31T01:10:39.052Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T01:10:39.052Z] ---> Using cache [2020-07-31T01:10:39.052Z] ---> ad2789f0838b [2020-07-31T01:10:39.052Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T01:10:39.052Z] ---> Running in 36f81b0961f9 [2020-07-31T01:10:39.322Z] Removing intermediate container 36f81b0961f9 [2020-07-31T01:10:39.322Z] ---> ec1baa69aa7a [2020-07-31T01:10:39.322Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T01:10:39.596Z] ---> Running in 28e6e965ea18 [2020-07-31T01:10:39.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:10:40.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:10:40.146Z] Removing intermediate container 28e6e965ea18 [2020-07-31T01:10:40.146Z] ---> 1a581340ee21 [2020-07-31T01:10:40.146Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T01:10:40.744Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T01:10:40.744Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T01:10:40.744Z] Executing bash-5.0.17-r0.post-install [2020-07-31T01:10:40.744Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T01:10:41.018Z] OK: 12 MiB in 22 packages [2020-07-31T01:10:41.290Z] ---> 77d06ca286a5 [2020-07-31T01:10:41.290Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T01:10:42.727Z] ---> 25969ae59db2 [2020-07-31T01:10:42.727Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T01:10:42.727Z] Removing intermediate container d70dfd5041ce [2020-07-31T01:10:42.727Z] ---> 44b0c4f40cbd [2020-07-31T01:10:42.727Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T01:10:43.000Z] ---> Running in c9983ca60180 [2020-07-31T01:10:44.441Z] ---> 9ab9976571e7 [2020-07-31T01:10:44.441Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T01:10:45.432Z] ---> 05f7b6241bb0 [2020-07-31T01:10:45.432Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:10:45.713Z] ---> Running in 60d28b956e8a [2020-07-31T01:10:46.315Z] Removing intermediate container 60d28b956e8a [2020-07-31T01:10:46.316Z] ---> e96854fe57e0 [2020-07-31T01:10:46.316Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T01:10:46.588Z] ---> Running in 793424ad43be [2020-07-31T01:10:46.861Z] Removing intermediate container c9983ca60180 [2020-07-31T01:10:46.861Z] ---> 347a003dd6cc [2020-07-31T01:10:46.861Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T01:10:47.454Z] ---> Running in d564b0f995da [2020-07-31T01:10:47.454Z] Removing intermediate container 793424ad43be [2020-07-31T01:10:47.454Z] ---> 1055594ee70f [2020-07-31T01:10:47.454Z] Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:10:48.056Z] ---> Running in 15ea66b7fe60 [2020-07-31T01:10:48.056Z] Removing intermediate container d564b0f995da [2020-07-31T01:10:48.056Z] ---> 1ebc8770f3b4 [2020-07-31T01:10:48.056Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T01:10:48.330Z] ---> Running in dc90fec5b5b6 [2020-07-31T01:10:48.598Z] Removing intermediate container 15ea66b7fe60 [2020-07-31T01:10:48.598Z] ---> 5002972e5759 [2020-07-31T01:10:48.598Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T01:10:48.876Z] ---> Running in d5c24b03db9d [2020-07-31T01:10:49.150Z] Removing intermediate container a22a5008a81a [2020-07-31T01:10:49.150Z] ---> 17ac22055033 [2020-07-31T01:10:49.150Z] [2020-07-31T01:10:49.150Z] Step 10/21 : FROM scratch [2020-07-31T01:10:49.150Z] ---> [2020-07-31T01:10:49.150Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T01:10:49.150Z] Removing intermediate container dc90fec5b5b6 [2020-07-31T01:10:49.150Z] ---> c675720c3220 [2020-07-31T01:10:49.150Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T01:10:49.150Z] ---> Using cache [2020-07-31T01:10:49.150Z] ---> f141b984fd40 [2020-07-31T01:10:49.150Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T01:10:49.421Z] ---> Running in 6dd2ca51bca6 [2020-07-31T01:10:49.421Z] ---> Running in abf9bc73bf7b [2020-07-31T01:10:49.693Z] Removing intermediate container d5c24b03db9d [2020-07-31T01:10:49.693Z] ---> d4b4ed46e678 [2020-07-31T01:10:49.693Z] [2020-07-31T01:10:50.296Z] Successfully built d4b4ed46e678 [2020-07-31T01:10:50.296Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-31T01:10:50.296Z]  Building docker-support-logging-go ... done Removing intermediate container abf9bc73bf7b [2020-07-31T01:10:50.296Z] ---> 19bec955e948 [2020-07-31T01:10:50.296Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T01:10:50.296Z] Removing intermediate container 6dd2ca51bca6 [2020-07-31T01:10:50.296Z] ---> 4858433f23c2 [2020-07-31T01:10:50.296Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T01:10:50.569Z] ---> Running in 3604ad47beff [2020-07-31T01:10:51.161Z] Removing intermediate container 05409b6513d4 [2020-07-31T01:10:51.161Z] ---> fddf745d871b [2020-07-31T01:10:51.161Z] [2020-07-31T01:10:51.161Z] Step 10/20 : FROM scratch [2020-07-31T01:10:51.161Z] ---> [2020-07-31T01:10:51.161Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T01:10:51.161Z] ---> Using cache [2020-07-31T01:10:51.161Z] ---> f141b984fd40 [2020-07-31T01:10:51.161Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T01:10:51.161Z] Removing intermediate container 3604ad47beff [2020-07-31T01:10:51.161Z] ---> 606ccdcde6e4 [2020-07-31T01:10:51.161Z] Step 14/21 : WORKDIR / [2020-07-31T01:10:51.432Z] ---> Running in 09d1971fe0d1 [2020-07-31T01:10:51.432Z] ---> Running in a188e05230a9 [2020-07-31T01:10:51.701Z] ---> bfff1fdb760f [2020-07-31T01:10:51.701Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T01:10:51.976Z] Removing intermediate container 09d1971fe0d1 [2020-07-31T01:10:51.976Z] ---> 6ab88637d004 [2020-07-31T01:10:51.976Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T01:10:51.976Z] Removing intermediate container a188e05230a9 [2020-07-31T01:10:51.976Z] ---> cf67c7cb16d4 [2020-07-31T01:10:51.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T01:10:52.251Z] ---> Running in 99658d747f11 [2020-07-31T01:10:52.522Z] ---> fd67671beb30 [2020-07-31T01:10:52.522Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T01:10:52.793Z] Removing intermediate container 99658d747f11 [2020-07-31T01:10:52.793Z] ---> ec6d4492c42f [2020-07-31T01:10:52.793Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T01:10:52.793Z] ---> f811ebd3c5d0 [2020-07-31T01:10:52.793Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T01:10:53.777Z] ---> 42b97271626f [2020-07-31T01:10:53.777Z] ---> 6d81e17e6f2d [2020-07-31T01:10:53.777Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T01:10:53.777Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T01:10:53.777Z] ---> Running in 04ff1a987bb5 [2020-07-31T01:10:54.050Z] ---> 9a7afa3a7942 [2020-07-31T01:10:54.050Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T01:10:55.027Z] ---> 1bde6e8f56c5 [2020-07-31T01:10:55.027Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:10:55.295Z] ---> e28bf2418292 [2020-07-31T01:10:55.295Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T01:10:55.295Z] ---> Running in 7e4b616da3ed [2020-07-31T01:10:55.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:10:55.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:10:55.839Z] Removing intermediate container 7e4b616da3ed [2020-07-31T01:10:55.839Z] ---> c80f121b2129 [2020-07-31T01:10:55.839Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T01:10:55.839Z] ---> Running in 4ce693900c11 [2020-07-31T01:10:56.118Z] ---> 76efd7f9b03e [2020-07-31T01:10:56.118Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:10:56.118Z] ---> Running in 112d13d803de [2020-07-31T01:10:56.118Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T01:10:56.118Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T01:10:56.118Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T01:10:56.118Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T01:10:56.118Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T01:10:56.405Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T01:10:56.405Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-31T01:10:56.674Z] Removing intermediate container 4ce693900c11 [2020-07-31T01:10:56.674Z] ---> 3d87e6f63475 [2020-07-31T01:10:56.674Z] Step 20/21 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:10:56.947Z] Removing intermediate container 112d13d803de [2020-07-31T01:10:56.947Z] ---> 09d941497530 [2020-07-31T01:10:56.947Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T01:10:57.216Z] ---> Running in 37c6075f08c2 [2020-07-31T01:10:57.488Z] ---> Running in f7079b755fee [2020-07-31T01:10:57.778Z] Removing intermediate container 37c6075f08c2 [2020-07-31T01:10:57.778Z] ---> 806908454ba7 [2020-07-31T01:10:57.778Z] Step 21/21 : LABEL version=0.0.0 [2020-07-31T01:10:58.061Z] Removing intermediate container f7079b755fee [2020-07-31T01:10:58.061Z] ---> 6fe3a092a597 [2020-07-31T01:10:58.061Z] Step 19/20 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:10:58.342Z] ---> Running in 2816dda62b82 [2020-07-31T01:10:58.342Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T01:10:58.342Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T01:10:58.342Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T01:10:58.342Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T01:10:58.342Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T01:10:58.342Z] ---> Running in faec9d063f0c [2020-07-31T01:10:58.342Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T01:10:58.342Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T01:10:58.617Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T01:10:58.617Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T01:10:58.617Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T01:10:58.617Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T01:10:58.617Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T01:10:58.617Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T01:10:58.617Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T01:10:58.617Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T01:10:58.617Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T01:10:58.887Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T01:10:58.887Z] Removing intermediate container 2816dda62b82 [2020-07-31T01:10:58.887Z] ---> c2be9ba8df4d [2020-07-31T01:10:58.887Z] [2020-07-31T01:10:58.887Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T01:10:58.887Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T01:10:58.887Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T01:10:58.887Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T01:10:58.887Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T01:10:58.887Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T01:10:58.887Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T01:10:58.887Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T01:10:58.887Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T01:10:59.155Z] Removing intermediate container faec9d063f0c [2020-07-31T01:10:59.155Z] ---> d35dd3966acd [2020-07-31T01:10:59.155Z] Step 20/20 : LABEL version=0.0.0 [2020-07-31T01:10:59.155Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T01:10:59.155Z] OK: 71 MiB in 55 packages [2020-07-31T01:10:59.155Z] Successfully built c2be9ba8df4d [2020-07-31T01:10:59.426Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-31T01:10:59.426Z]  Building docker-core-command-go ... done  ---> Running in 5c5401f14bd6 [2020-07-31T01:10:59.695Z] Removing intermediate container 5c5401f14bd6 [2020-07-31T01:10:59.695Z] ---> c304cb9cd4c2 [2020-07-31T01:10:59.695Z] [2020-07-31T01:11:00.287Z] Successfully built c304cb9cd4c2 [2020-07-31T01:11:00.287Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-31T01:11:05.677Z]  Building docker-support-scheduler-go ... done Removing intermediate container 04ff1a987bb5 [2020-07-31T01:11:05.677Z] ---> f93574a28f09 [2020-07-31T01:11:05.677Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T01:11:05.677Z] ---> Running in 1ebe2d15107e [2020-07-31T01:11:09.962Z] Collecting docker-compose==1.23.2 [2020-07-31T01:11:09.962Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T01:11:10.550Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-31T01:11:10.822Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T01:11:10.822Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T01:11:11.091Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T01:11:11.091Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T01:11:13.692Z] Collecting PyYAML<4,>=3.10 [2020-07-31T01:11:13.692Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T01:11:16.288Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T01:11:16.288Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T01:11:16.557Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T01:11:16.557Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T01:11:19.153Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T01:11:19.154Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T01:11:19.739Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T01:11:19.739Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T01:11:20.326Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T01:11:20.326Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T01:11:20.912Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T01:11:20.912Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T01:11:22.866Z] Collecting idna<2.8,>=2.5 [2020-07-31T01:11:22.866Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T01:11:23.452Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T01:11:23.452Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T01:11:23.452Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-31T01:11:23.452Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-31T01:11:23.721Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T01:11:23.721Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T01:11:23.721Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T01:11:23.721Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T01:11:23.721Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T01:11:23.721Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T01:11:24.687Z] Installing collected packages: jsonschema, texttable, PyYAML, cached-property, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docker-compose [2020-07-31T01:11:24.957Z] Running setup.py install for texttable: started [2020-07-31T01:11:26.912Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T01:11:26.912Z] Running setup.py install for PyYAML: started [2020-07-31T01:11:28.875Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T01:11:28.875Z] Running setup.py install for docopt: started [2020-07-31T01:11:30.830Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T01:11:30.830Z] Attempting uninstall: idna [2020-07-31T01:11:30.830Z] Found existing installation: idna 2.9 [2020-07-31T01:11:30.830Z] Uninstalling idna-2.9: [2020-07-31T01:11:31.099Z] Successfully uninstalled idna-2.9 [2020-07-31T01:11:31.688Z] Attempting uninstall: urllib3 [2020-07-31T01:11:31.688Z] Found existing installation: urllib3 1.25.9 [2020-07-31T01:11:31.688Z] Uninstalling urllib3-1.25.9: [2020-07-31T01:11:31.957Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T01:11:32.546Z] Attempting uninstall: requests [2020-07-31T01:11:32.546Z] Found existing installation: requests 2.23.0 [2020-07-31T01:11:32.546Z] Uninstalling requests-2.23.0: [2020-07-31T01:11:32.546Z] Successfully uninstalled requests-2.23.0 [2020-07-31T01:11:33.962Z] Running setup.py install for dockerpty: started [2020-07-31T01:11:35.916Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T01:11:36.505Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-31T01:11:39.875Z] Removing intermediate container 1ebe2d15107e [2020-07-31T01:11:39.875Z] ---> c9452e16d316 [2020-07-31T01:11:39.875Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T01:11:40.148Z] ---> Running in 7830b83cacd5 [2020-07-31T01:11:41.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T01:11:41.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T01:11:42.488Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T01:11:42.488Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T01:11:42.488Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T01:11:42.488Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T01:11:42.488Z] OK: 71 MiB in 58 packages [2020-07-31T01:11:43.944Z] Removing intermediate container 7830b83cacd5 [2020-07-31T01:11:43.944Z] ---> 529e55ff5b7e [2020-07-31T01:11:43.944Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T01:11:43.944Z] ---> Running in 6c1e524686e6 [2020-07-31T01:11:44.553Z] Removing intermediate container 6c1e524686e6 [2020-07-31T01:11:44.553Z] ---> 04bc4852f82f [2020-07-31T01:11:44.553Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T01:11:44.553Z] ---> Running in 697cd160fbfd [2020-07-31T01:11:45.156Z] Removing intermediate container 697cd160fbfd [2020-07-31T01:11:45.156Z] ---> 0112c43ef018 [2020-07-31T01:11:45.156Z] Step 25/26 : LABEL git_sha=b75f1018b31de6149a2b2208f2cb81438f14dccc [2020-07-31T01:11:45.156Z] ---> Running in 251b7f4d66b5 [2020-07-31T01:11:45.747Z] Removing intermediate container 251b7f4d66b5 [2020-07-31T01:11:45.747Z] ---> 8bb2c237326e [2020-07-31T01:11:45.747Z] Step 26/26 : LABEL version=0.0.0 [2020-07-31T01:11:46.017Z] ---> Running in 563f87b44640 [2020-07-31T01:11:46.289Z] Removing intermediate container 563f87b44640 [2020-07-31T01:11:46.289Z] ---> 28af38803c6d [2020-07-31T01:11:46.289Z] [2020-07-31T01:11:46.882Z] Successfully built 28af38803c6d [2020-07-31T01:11:46.882Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-31T01:11:47.166Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-31T01:11:47.182Z] $ docker stop --time=1 05541cb2dcf4756c236f779d7de3b6d9de4ad53b775efa5bf36941395cb30cec [2020-07-31T01:11:49.129Z] $ docker rm -f 05541cb2dcf4756c236f779d7de3b6d9de4ad53b775efa5bf36941395cb30cec [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T01:11:49.836Z] + docker images [2020-07-31T01:11:49.836Z] + grep docker [2020-07-31T01:11:50.106Z] docker-sys-mgmt-agent-go-arm64 latest 28af38803c6d 3 seconds ago 266MB [2020-07-31T01:11:50.106Z] docker-support-scheduler-go-arm64 latest c304cb9cd4c2 50 seconds ago 12.6MB [2020-07-31T01:11:50.106Z] docker-core-command-go-arm64 latest c2be9ba8df4d 51 seconds ago 12.4MB [2020-07-31T01:11:50.106Z] docker-support-logging-go-arm64 latest d4b4ed46e678 About a minute ago 11.4MB [2020-07-31T01:11:50.106Z] docker-security-secretstore-setup-go-arm64 latest 03ff5c304859 2 minutes ago 32.6MB [2020-07-31T01:11:50.106Z] docker-core-data-go-arm64 latest 0227d45a4bf7 3 minutes ago 22.6MB [2020-07-31T01:11:50.106Z] docker-security-secrets-setup-go-arm64 latest 68efad977378 5 minutes ago 24.2MB [2020-07-31T01:11:50.106Z] docker-core-metadata-go-arm64 latest e051a3ead38f 5 minutes ago 13.8MB [2020-07-31T01:11:50.106Z] docker-support-notifications-go-arm64 latest eed3aa5a0aa5 5 minutes ago 13.9MB [2020-07-31T01:11:50.106Z] docker-security-proxy-setup-go-arm64 latest d73e978e003c 5 minutes ago 15.8MB [2020-07-31T01:11:50.106Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-31T01:11:52.799Z] provisioning config files... [2020-07-31T01:11:52.821Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config879098309809718197tmp [Pipeline] { [Pipeline] sh [2020-07-31T01:11:53.229Z] + curl -s https://codecov.io/bash [2020-07-31T01:11:53.229Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config879098309809718197tmp [Pipeline] } [2020-07-31T01:11:53.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-31T01:11:55.679Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T01:11:56.585Z] ---> package-listing.sh [2020-07-31T01:11:56.585Z] ++ facter osfamily [2020-07-31T01:11:56.585Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-31T01:11:56.585Z] + OS_FAMILY=redhat [2020-07-31T01:11:56.585Z] + workspace=/w/workspace/edgex-go/1 [2020-07-31T01:11:56.585Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-31T01:11:56.585Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-31T01:11:56.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-31T01:11:56.585Z] + PACKAGES=/tmp/packages_start.txt [2020-07-31T01:11:56.585Z] + '[' /w/workspace/edgex-go/1 ']' [2020-07-31T01:11:56.585Z] + PACKAGES=/tmp/packages_end.txt [2020-07-31T01:11:56.585Z] + case "${OS_FAMILY}" in [2020-07-31T01:11:56.585Z] + rpm -qa [2020-07-31T01:11:56.585Z] + sort [2020-07-31T01:12:00.800Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-31T01:12:00.800Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-31T01:12:00.800Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-31T01:12:00.800Z] + '[' /w/workspace/edgex-go/1 ']' [2020-07-31T01:12:00.800Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-07-31T01:12:00.800Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-31T01:12:01.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T01:12:01.538Z] [2020-07-31T01:12:01.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-31T01:12:01.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T01:12:01.927Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-31T01:12:01.927Z] c9b1b535fdd9: Pulling fs layer [2020-07-31T01:12:01.927Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-31T01:12:01.927Z] 756a868c4378: Pulling fs layer [2020-07-31T01:12:01.927Z] 444b2fc9a129: Pulling fs layer [2020-07-31T01:12:01.927Z] ea15f1150254: Pulling fs layer [2020-07-31T01:12:01.927Z] 41b27a9f41bf: Pulling fs layer [2020-07-31T01:12:01.927Z] 28c525ee5125: Pulling fs layer [2020-07-31T01:12:01.927Z] 094b1ea09ed8: Pulling fs layer [2020-07-31T01:12:01.927Z] 138eaada9080: Pulling fs layer [2020-07-31T01:12:01.927Z] 0622d0fa9048: Pulling fs layer [2020-07-31T01:12:01.927Z] 41b27a9f41bf: Waiting [2020-07-31T01:12:01.927Z] 28c525ee5125: Waiting [2020-07-31T01:12:01.927Z] 094b1ea09ed8: Waiting [2020-07-31T01:12:01.927Z] 138eaada9080: Waiting [2020-07-31T01:12:01.927Z] 0622d0fa9048: Waiting [2020-07-31T01:12:01.927Z] 444b2fc9a129: Waiting [2020-07-31T01:12:01.927Z] ea15f1150254: Waiting [2020-07-31T01:12:01.927Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-31T01:12:01.927Z] 2cc5ad85d9ab: Download complete [2020-07-31T01:12:01.927Z] 444b2fc9a129: Verifying Checksum [2020-07-31T01:12:01.927Z] 444b2fc9a129: Download complete [2020-07-31T01:12:01.927Z] c9b1b535fdd9: Download complete [2020-07-31T01:12:02.193Z] ea15f1150254: Verifying Checksum [2020-07-31T01:12:02.193Z] ea15f1150254: Download complete [2020-07-31T01:12:02.193Z] 28c525ee5125: Verifying Checksum [2020-07-31T01:12:02.193Z] 28c525ee5125: Download complete [2020-07-31T01:12:02.460Z] 756a868c4378: Verifying Checksum [2020-07-31T01:12:02.460Z] 756a868c4378: Download complete [2020-07-31T01:12:02.460Z] 138eaada9080: Verifying Checksum [2020-07-31T01:12:02.460Z] 138eaada9080: Download complete [2020-07-31T01:12:02.460Z] c9b1b535fdd9: Pull complete [2020-07-31T01:12:02.727Z] 0622d0fa9048: Verifying Checksum [2020-07-31T01:12:02.727Z] 0622d0fa9048: Download complete [2020-07-31T01:12:02.727Z] 094b1ea09ed8: Verifying Checksum [2020-07-31T01:12:02.727Z] 094b1ea09ed8: Download complete [2020-07-31T01:12:02.988Z] 41b27a9f41bf: Verifying Checksum [2020-07-31T01:12:02.988Z] 41b27a9f41bf: Download complete [2020-07-31T01:12:03.248Z] 2cc5ad85d9ab: Pull complete [2020-07-31T01:12:05.808Z] 756a868c4378: Pull complete [2020-07-31T01:12:05.808Z] 444b2fc9a129: Pull complete [2020-07-31T01:12:06.069Z] ea15f1150254: Pull complete [2020-07-31T01:12:12.669Z] 41b27a9f41bf: Pull complete [2020-07-31T01:12:12.669Z] 28c525ee5125: Pull complete [2020-07-31T01:12:15.216Z] 094b1ea09ed8: Pull complete [2020-07-31T01:12:15.216Z] 138eaada9080: Pull complete [2020-07-31T01:12:15.478Z] 0622d0fa9048: Pull complete [2020-07-31T01:12:15.478Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-31T01:12:15.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T01:12:15.478Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-31T01:12:15.712Z] prd-centos7-docker-4c-2g-1642 does not seem to be running inside a container [2020-07-31T01:12:15.754Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-31T01:12:21.010Z] $ docker top 137dc342dc53e3a592f98a84b222a7e9db6c1020146784f8ce6a4094a25a12a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T01:12:21.394Z] provisioning config files... [2020-07-31T01:12:21.406Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8027265002460488102tmp [Pipeline] { [Pipeline] echo [2020-07-31T01:12:21.518Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T01:12:21.841Z] ---> create-netrc.sh [Pipeline] echo [2020-07-31T01:12:21.871Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T01:12:22.196Z] ---> logs-deploy.sh [2020-07-31T01:12:22.196Z] + ARCHIVE_ARTIFACTS= [2020-07-31T01:12:22.196Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-31T01:12:22.196Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-31T01:12:22.196Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-31T01:12:22.196Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2649/1 [2020-07-31T01:12:22.196Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2649/1/ [2020-07-31T01:12:22.196Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2649/1 /w/workspace/edgex-go/1 [2020-07-31T01:12:23.136Z] Archives upload complete. [2020-07-31T01:12:23.396Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2649/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2649/1/