Pull request #2597 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than 99930eaf02f5bc0ae639f7713b87cc3a27038f99 Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/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-1217 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 99930eaf02f5bc0ae639f7713b87cc3a27038f99 Merge succeeded, producing 99930eaf02f5bc0ae639f7713b87cc3a27038f99 Checking out Revision 99930eaf02f5bc0ae639f7713b87cc3a27038f99 (PR-2597) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-28T06:10:04.515Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-28T06:10:04.735Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-28T06:10:04.819Z] ========================================================= [2020-07-28T06:10:04.819Z] EdgeX Global Pipelines Version Info [2020-07-28T06:10:04.819Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b26810b697a2588f0020e797981a496435614a5f # timeout=10 [2020-07-28T06:10:06.666Z] ------------------- [2020-07-28T06:10:06.666Z] stable info: [2020-07-28T06:10:06.666Z] ------------------- [2020-07-28T06:10:06.666Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T06:10:06.666Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-28T06:10:06.666Z] Message: update stable to v1.0.106 [2020-07-28T06:10:07.238Z] ------------------- [2020-07-28T06:10:07.238Z] experimental info: [2020-07-28T06:10:07.238Z] ------------------- [2020-07-28T06:10:07.238Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-28T06:10:07.238Z] Commit SHA: 30a0a69b1d8223a6590fc13400a32918a7eece87 [2020-07-28T06:10:07.238Z] Message: update experimental to v1.0.107 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-28T06:10:08.838Z] ++ 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-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/core-command/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/core-data/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-28T06:10:08.838Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-28T06:10:08.838Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-28T06:10:08.838Z] ++ cut -d/ -f2 [2020-07-28T06:10:08.838Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-28T06:10:08.898Z] 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-28T06:10:09.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T06:10:09.800Z] [2020-07-28T06:10:09.800Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:10:10.151Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T06:10:10.152Z] latest: Pulling from edgex-devops/git-semver [2020-07-28T06:10:10.152Z] 31603596830f: Pulling fs layer [2020-07-28T06:10:10.152Z] 2a8b12db71e7: Pulling fs layer [2020-07-28T06:10:10.152Z] 6ca5941a6612: Pulling fs layer [2020-07-28T06:10:10.152Z] ecc8261a40a4: Pulling fs layer [2020-07-28T06:10:10.152Z] ecc8261a40a4: Waiting [2020-07-28T06:10:10.152Z] 2a8b12db71e7: Verifying Checksum [2020-07-28T06:10:10.152Z] 2a8b12db71e7: Download complete [2020-07-28T06:10:10.152Z] 31603596830f: Verifying Checksum [2020-07-28T06:10:10.152Z] 31603596830f: Download complete [2020-07-28T06:10:10.414Z] ecc8261a40a4: Verifying Checksum [2020-07-28T06:10:10.414Z] ecc8261a40a4: Download complete [2020-07-28T06:10:10.414Z] 6ca5941a6612: Verifying Checksum [2020-07-28T06:10:10.414Z] 6ca5941a6612: Download complete [2020-07-28T06:10:10.679Z] 31603596830f: Pull complete [2020-07-28T06:10:10.679Z] 2a8b12db71e7: Pull complete [2020-07-28T06:10:11.631Z] 6ca5941a6612: Pull complete [2020-07-28T06:10:11.631Z] ecc8261a40a4: Pull complete [2020-07-28T06:10:11.631Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-28T06:10:11.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-28T06:10:11.631Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-28T06:10:11.727Z] prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container [2020-07-28T06:10:11.771Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-28T06:10:14.258Z] $ docker top 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-28T06:10:14.564Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T06:10:14.564Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T06:10:14.766Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T06:10:14.768Z] $ docker exec 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent [2020-07-28T06:10:14.936Z] SSH_AUTH_SOCK=/tmp/ssh-vClYqG4o8Fn5/agent.12 [2020-07-28T06:10:14.936Z] SSH_AGENT_PID=17 [2020-07-28T06:10:14.948Z] Running ssh-add (command line suppressed) [2020-07-28T06:10:15.070Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_8842290889154282493.key (/w/workspace/edgex-go/18@tmp/private_key_8842290889154282493.key) [2020-07-28T06:10:15.125Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T06:10:15.450Z] + git describe --exact-match --tags HEAD [2020-07-28T06:10:15.450Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-28T06:10:15.470Z] $ docker exec --env ******** --env ******** 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent -k [2020-07-28T06:10:15.583Z] unset SSH_AUTH_SOCK; [2020-07-28T06:10:15.583Z] unset SSH_AGENT_PID; [2020-07-28T06:10:15.583Z] echo Agent pid 17 killed; [2020-07-28T06:10:15.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-28T06:10:15.701Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-28T06:10:15.701Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-28T06:10:15.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-28T06:10:15.786Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-28T06:10:15.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-28T06:10:15.953Z] $ docker exec 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent [2020-07-28T06:10:16.115Z] SSH_AUTH_SOCK=/tmp/ssh-S83Pb1ymWHQu/agent.46 [2020-07-28T06:10:16.115Z] SSH_AGENT_PID=51 [2020-07-28T06:10:16.122Z] Running ssh-add (command line suppressed) [2020-07-28T06:10:16.241Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_1054620301972257459.key (/w/workspace/edgex-go/18@tmp/private_key_1054620301972257459.key) [2020-07-28T06:10:16.289Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-28T06:10:16.621Z] + git semver init [2020-07-28T06:10:16.621Z] # -> Open(): unable to determine branch for HEAD [2020-07-28T06:10:16.621Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2020-07-28T06:10:16.621Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2020-07-28T06:10:16.621Z] # $SEMVER_REMOTE_NAME = origin [2020-07-28T06:10:16.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-28T06:10:16.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-28T06:10:16.621Z] # $SEMVER_BRANCH = PR-2597 [2020-07-28T06:10:16.621Z] # $SEMVER_TEMP = /tmp/semver-989436615 [2020-07-28T06:10:16.621Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-28T06:10:34.873Z] # '/tmp/semver-989436615' -> '/w/workspace/edgex-go/18/.semver' [2020-07-28T06:10:34.873Z] # -> Force: false [2020-07-28T06:10:34.873Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2020-07-28T06:10:34.884Z] $ docker exec --env ******** --env ******** 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 ssh-agent -k [2020-07-28T06:10:35.057Z] unset SSH_AUTH_SOCK; [2020-07-28T06:10:35.058Z] unset SSH_AGENT_PID; [2020-07-28T06:10:35.058Z] echo Agent pid 51 killed; [2020-07-28T06:10:35.123Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-28T06:10:35.558Z] + git semver [Pipeline] } [2020-07-28T06:10:35.573Z] $ docker stop --time=1 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 [2020-07-28T06:10:37.105Z] $ docker rm -f 9660dcf80ae2f1519dfbcca1b9bb3df09f33a79dc77f334bda60a39379f4b965 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-28T06:10:50.780Z] Stashed 25 file(s) [Pipeline] echo [2020-07-28T06:10:50.782Z] [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-28T06:10:51.240Z] ========================================================= [2020-07-28T06:10:51.240Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-28T06:10:51.240Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:10:51.571Z] + 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-28T06:10:54.890Z] Sending build context to Docker daemon 323.2MB [2020-07-28T06:10:54.890Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-28T06:10:54.890Z] Step 2/7 : FROM ${BASE} [2020-07-28T06:10:54.890Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-28T06:10:54.890Z] df20fa9351a1: Pulling fs layer [2020-07-28T06:10:54.890Z] ed8968b2872e: Pulling fs layer [2020-07-28T06:10:54.890Z] a92cc7c5fd73: Pulling fs layer [2020-07-28T06:10:54.890Z] 2dd03ba5bac4: Pulling fs layer [2020-07-28T06:10:54.890Z] 1e091d79d1de: Pulling fs layer [2020-07-28T06:10:54.890Z] 481702a1767f: Pulling fs layer [2020-07-28T06:10:54.890Z] f64a6f60c768: Pulling fs layer [2020-07-28T06:10:54.890Z] e78d2573fc39: Pulling fs layer [2020-07-28T06:10:54.890Z] e876d2f968b6: Pulling fs layer [2020-07-28T06:10:54.890Z] ce8a83651883: Pulling fs layer [2020-07-28T06:10:54.890Z] 07967f4d0e4b: Pulling fs layer [2020-07-28T06:10:54.890Z] f64a6f60c768: Waiting [2020-07-28T06:10:54.890Z] 2dd03ba5bac4: Waiting [2020-07-28T06:10:54.890Z] e78d2573fc39: Waiting [2020-07-28T06:10:54.890Z] e876d2f968b6: Waiting [2020-07-28T06:10:54.890Z] 1e091d79d1de: Waiting [2020-07-28T06:10:54.890Z] 481702a1767f: Waiting [2020-07-28T06:10:54.890Z] 07967f4d0e4b: Waiting [2020-07-28T06:10:54.890Z] ce8a83651883: Waiting [2020-07-28T06:10:54.890Z] a92cc7c5fd73: Verifying Checksum [2020-07-28T06:10:54.890Z] a92cc7c5fd73: Download complete [2020-07-28T06:10:54.890Z] ed8968b2872e: Download complete [2020-07-28T06:10:54.890Z] 1e091d79d1de: Verifying Checksum [2020-07-28T06:10:54.890Z] 1e091d79d1de: Download complete [2020-07-28T06:10:54.890Z] 481702a1767f: Verifying Checksum [2020-07-28T06:10:54.890Z] 481702a1767f: Download complete [2020-07-28T06:10:54.890Z] df20fa9351a1: Verifying Checksum [2020-07-28T06:10:54.890Z] df20fa9351a1: Download complete [2020-07-28T06:10:55.186Z] df20fa9351a1: Pull complete [2020-07-28T06:10:55.477Z] ed8968b2872e: Pull complete [2020-07-28T06:10:56.101Z] a92cc7c5fd73: Pull complete [2020-07-28T06:10:56.391Z] f64a6f60c768: Verifying Checksum [2020-07-28T06:10:56.391Z] f64a6f60c768: Download complete [2020-07-28T06:10:56.391Z] e876d2f968b6: Verifying Checksum [2020-07-28T06:10:56.391Z] e876d2f968b6: Download complete [2020-07-28T06:10:56.995Z] 2dd03ba5bac4: Verifying Checksum [2020-07-28T06:10:56.995Z] 2dd03ba5bac4: Download complete [2020-07-28T06:10:56.995Z] e78d2573fc39: Verifying Checksum [2020-07-28T06:10:56.995Z] e78d2573fc39: Download complete [2020-07-28T06:10:56.995Z] 07967f4d0e4b: Verifying Checksum [2020-07-28T06:10:56.995Z] 07967f4d0e4b: Download complete [2020-07-28T06:10:57.257Z] ce8a83651883: Verifying Checksum [2020-07-28T06:10:57.257Z] ce8a83651883: Download complete [2020-07-28T06:11:03.925Z] 2dd03ba5bac4: Pull complete [2020-07-28T06:11:03.925Z] 1e091d79d1de: Pull complete [2020-07-28T06:11:03.925Z] 481702a1767f: Pull complete [2020-07-28T06:11:06.063Z] Still waiting to schedule task [2020-07-28T06:11:06.063Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-28T06:11:08.146Z] f64a6f60c768: Pull complete [2020-07-28T06:11:11.482Z] e78d2573fc39: Pull complete [2020-07-28T06:11:11.482Z] e876d2f968b6: Pull complete [2020-07-28T06:11:12.876Z] ce8a83651883: Pull complete [2020-07-28T06:11:12.876Z] 07967f4d0e4b: Pull complete [2020-07-28T06:11:12.876Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-28T06:11:12.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-28T06:11:12.876Z] ---> 5d7c900382c6 [2020-07-28T06:11:12.876Z] 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-28T06:11:13.452Z] ---> Running in 90ebffb0a1d2 [2020-07-28T06:11:14.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:11:14.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:11:15.915Z] (1/12) Installing libmagic (5.38-r0) [2020-07-28T06:11:15.915Z] (2/12) Installing file (5.38-r0) [2020-07-28T06:11:16.177Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-28T06:11:16.177Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-28T06:11:22.768Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-28T06:11:22.768Z] (6/12) Installing patch (2.7.6-r6) [2020-07-28T06:11:22.768Z] (7/12) Installing build-base (0.5-r2) [2020-07-28T06:11:23.029Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-28T06:11:23.029Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-28T06:11:23.029Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-28T06:11:23.293Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-28T06:11:23.293Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-28T06:11:23.293Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:11:23.293Z] OK: 233 MiB in 51 packages [2020-07-28T06:11:27.511Z] Removing intermediate container 90ebffb0a1d2 [2020-07-28T06:11:27.511Z] ---> 073e2d4100e6 [2020-07-28T06:11:27.511Z] Step 4/7 : WORKDIR /edgex-go [2020-07-28T06:11:27.511Z] ---> Running in e172f2b70b97 [2020-07-28T06:11:27.511Z] Removing intermediate container e172f2b70b97 [2020-07-28T06:11:27.511Z] ---> a8fc8745ad27 [2020-07-28T06:11:27.511Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-28T06:11:27.773Z] latest: Pulling from library/docker [2020-07-28T06:11:27.773Z] df20fa9351a1: Already exists [2020-07-28T06:11:27.773Z] 25ad7478873d: Pulling fs layer [2020-07-28T06:11:27.773Z] 4684f6177b5d: Pulling fs layer [2020-07-28T06:11:27.773Z] 46e300cec669: Pulling fs layer [2020-07-28T06:11:27.773Z] 63038576ad94: Pulling fs layer [2020-07-28T06:11:27.773Z] 0fdb76c4706c: Pulling fs layer [2020-07-28T06:11:27.773Z] cb7edeffdfd5: Pulling fs layer [2020-07-28T06:11:27.773Z] 63038576ad94: Waiting [2020-07-28T06:11:27.773Z] 0fdb76c4706c: Waiting [2020-07-28T06:11:27.773Z] cb7edeffdfd5: Waiting [2020-07-28T06:11:28.039Z] 4684f6177b5d: Verifying Checksum [2020-07-28T06:11:28.039Z] 4684f6177b5d: Download complete [2020-07-28T06:11:28.039Z] 25ad7478873d: Verifying Checksum [2020-07-28T06:11:28.039Z] 25ad7478873d: Download complete [2020-07-28T06:11:28.039Z] 63038576ad94: Verifying Checksum [2020-07-28T06:11:28.039Z] 63038576ad94: Download complete [2020-07-28T06:11:28.039Z] 0fdb76c4706c: Verifying Checksum [2020-07-28T06:11:28.039Z] 0fdb76c4706c: Download complete [2020-07-28T06:11:28.301Z] cb7edeffdfd5: Verifying Checksum [2020-07-28T06:11:28.301Z] cb7edeffdfd5: Download complete [2020-07-28T06:11:28.301Z] 25ad7478873d: Pull complete [2020-07-28T06:11:28.563Z] 4684f6177b5d: Pull complete [2020-07-28T06:11:29.138Z] 46e300cec669: Verifying Checksum [2020-07-28T06:11:29.138Z] 46e300cec669: Download complete [2020-07-28T06:11:31.713Z] 46e300cec669: Pull complete [2020-07-28T06:11:31.713Z] 63038576ad94: Pull complete [2020-07-28T06:11:31.713Z] 0fdb76c4706c: Pull complete [2020-07-28T06:11:31.976Z] cb7edeffdfd5: Pull complete [2020-07-28T06:11:31.976Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-28T06:11:31.976Z] Status: Downloaded newer image for docker:latest [2020-07-28T06:11:33.897Z] ---> 0a899b8645a1 [2020-07-28T06:11:33.897Z] Step 6/7 : COPY go.mod . [2020-07-28T06:11:33.897Z] ---> 79f170898660 [2020-07-28T06:11:33.897Z] Step 7/7 : RUN go mod download [2020-07-28T06:11:33.897Z] ---> Running in eaee618d935e [2020-07-28T06:11:35.812Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-28T06:11:35.812Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T06:11:35.812Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-28T06:11:36.073Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T06:11:36.073Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T06:11:36.073Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T06:11:36.073Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T06:11:36.073Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T06:11:36.073Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-28T06:11:36.073Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T06:11:36.073Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-28T06:11:36.073Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-28T06:11:36.073Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T06:11:36.073Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T06:11:36.073Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T06:11:36.333Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-28T06:11:36.333Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-28T06:11:36.333Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T06:11:36.333Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T06:11:36.333Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-28T06:11:36.333Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T06:11:36.333Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-28T06:11:36.333Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T06:11:36.333Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T06:11:36.333Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-28T06:11:36.333Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T06:11:36.333Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-28T06:11:36.596Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-28T06:11:36.596Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T06:11:36.596Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T06:11:36.596Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T06:11:36.596Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T06:11:36.857Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T06:11:36.857Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-28T06:11:36.857Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-28T06:11:37.119Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T06:11:37.119Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-28T06:11:37.119Z] go: finding github.com/kr/pty v1.1.1 [2020-07-28T06:11:37.119Z] go: finding github.com/kr/text v0.1.0 [2020-07-28T06:11:37.119Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T06:11:37.119Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T06:11:37.119Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T06:11:37.119Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T06:11:37.119Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T06:11:37.119Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T06:11:37.119Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T06:11:37.119Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T06:11:37.379Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T06:11:37.379Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T06:11:37.379Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T06:11:37.379Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T06:11:37.379Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-28T06:11:37.379Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-28T06:11:37.379Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T06:11:37.379Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-28T06:11:37.379Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T06:11:37.379Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T06:11:37.379Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T06:11:37.379Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T06:11:37.379Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-28T06:11:37.640Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T06:11:37.640Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T06:11:37.640Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T06:11:37.640Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T06:11:37.640Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T06:11:37.640Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T06:11:37.640Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-28T06:11:37.640Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-28T06:11:37.640Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T06:11:37.640Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-28T06:11:37.640Z] go: finding golang.org/x/text v0.3.2 [2020-07-28T06:11:37.906Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-28T06:11:37.906Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-28T06:11:37.906Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-28T06:11:37.906Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-28T06:11:37.906Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-28T06:11:37.906Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T06:11:52.869Z] Removing intermediate container eaee618d935e [2020-07-28T06:11:52.869Z] ---> b572bcfe33e8 [2020-07-28T06:11:52.869Z] Successfully built b572bcfe33e8 [2020-07-28T06:11:52.869Z] 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-28T06:11:53.417Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-28T06:11:53.417Z] . [Pipeline] withDockerContainer [2020-07-28T06:11:53.527Z] prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container [2020-07-28T06:11:53.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-28T06:11:54.181Z] $ docker top 9776f5b07ddbaa8b95de17b6be94152d9acc0e1ad6bc0f5dc00606e42e9246b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T06:11:54.650Z] + go version [2020-07-28T06:11:54.650Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-28T06:11:54.661Z] ========================================================= [2020-07-28T06:11:54.661Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-28T06:11:54.661Z] ========================================================= [Pipeline] sh [2020-07-28T06:11:54.960Z] + make test raml_verify [2020-07-28T06:11:54.960Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-28T06:11:56.889Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-28T06:12:07.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-28T06:12:11.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-28T06:12:11.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-28T06:12:11.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-28T06:12:11.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-28T06:12:11.903Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s [2020-07-28T06:12:11.903Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-28T06:12:11.903Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-28T06:12:11.903Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-28T06:12:12.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-28T06:12:12.756Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-28T06:12:13.025Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-28T06:12:13.025Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-28T06:12:13.025Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-28T06:12:19.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements [2020-07-28T06:12:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-28T06:12:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-28T06:12:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-28T06:12:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-28T06:12:19.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-28T06:12:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.040s coverage: 27.4% of statements [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-28T06:12:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-28T06:12:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-28T06:12:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.140s coverage: 28.6% of statements [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-28T06:12:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.048s coverage: 100.0% of statements [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-28T06:12:22.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-07-28T06:12:22.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-28T06:12:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.052s coverage: 89.8% of statements [2020-07-28T06:12:23.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-28T06:12:23.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements [2020-07-28T06:12:23.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-28T06:12:24.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.014s coverage: 100.0% of statements [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-28T06:12:24.059Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-28T06:12:24.059Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-07-28T06:12:25.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.052s coverage: 63.5% of statements [2020-07-28T06:12:25.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-28T06:12:25.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-28T06:12:25.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-07-28T06:12:25.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.178s coverage: 55.9% of statements [2020-07-28T06:12:25.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-28T06:12:25.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-28T06:12:25.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-28T06:12:25.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-28T06:12:33.823Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.023s coverage: 86.3% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.327s coverage: 72.2% of statements [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.108s coverage: 72.1% of statements [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.046s coverage: 82.4% of statements [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.067s coverage: 26.9% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.016s coverage: 100.0% of statements [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 43.1% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.019s coverage: 83.8% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.017s coverage: 45.1% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-28T06:12:33.824Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.014s coverage: 100.0% of statements [2020-07-28T06:12:33.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-28T06:12:35.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-28T06:12:35.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-28T06:12:35.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-28T06:12:35.488Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-28T06:12:35.488Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-28T06:12:35.819Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.010s coverage: 100.0% of statements [2020-07-28T06:12:35.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-28T06:12:35.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-28T06:12:35.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-28T06:12:35.819Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-28T06:12:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2020-07-28T06:12:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-28T06:12:36.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-28T06:12:36.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-07-28T06:12:36.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-28T06:12:36.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-07-28T06:12:37.074Z] GO111MODULE=on go vet ./... [2020-07-28T06:12:43.731Z] gofmt -l . [2020-07-28T06:12:43.731Z] [ "`gofmt -l .`" = "" ] [2020-07-28T06:12:43.731Z] ./bin/test-go-mod-tidy.sh [2020-07-28T06:12:44.683Z] ./bin/test-attribution-txt.sh [2020-07-28T06:12:46.071Z] docker run --rm --privileged \ [2020-07-28T06:12:46.071Z] -v /w/workspace/edgex-go/18:/raml-verification -w /raml-verification \ [2020-07-28T06:12:46.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-28T06:12:46.071Z] /scripts/raml-verify.sh [2020-07-28T06:12:46.341Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-28T06:12:46.341Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-28T06:12:46.341Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-28T06:12:46.341Z] bd07af9ed1a4: Pulling fs layer [2020-07-28T06:12:46.341Z] 3556ccf180b2: Pulling fs layer [2020-07-28T06:12:46.341Z] 089d4748da74: Pulling fs layer [2020-07-28T06:12:46.341Z] c6eb57c77bc5: Pulling fs layer [2020-07-28T06:12:46.341Z] 0364d5097239: Pulling fs layer [2020-07-28T06:12:46.341Z] 089d4748da74: Waiting [2020-07-28T06:12:46.341Z] c6eb57c77bc5: Waiting [2020-07-28T06:12:46.341Z] 0364d5097239: Waiting [2020-07-28T06:12:46.341Z] 3556ccf180b2: Download complete [2020-07-28T06:12:46.341Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-28T06:12:46.341Z] cbdbe7a5bc2a: Download complete [2020-07-28T06:12:46.341Z] 089d4748da74: Verifying Checksum [2020-07-28T06:12:46.341Z] 089d4748da74: Download complete [2020-07-28T06:12:46.341Z] 0364d5097239: Verifying Checksum [2020-07-28T06:12:46.341Z] 0364d5097239: Download complete [2020-07-28T06:12:46.611Z] c6eb57c77bc5: Verifying Checksum [2020-07-28T06:12:46.611Z] c6eb57c77bc5: Download complete [2020-07-28T06:12:46.611Z] bd07af9ed1a4: Verifying Checksum [2020-07-28T06:12:46.611Z] bd07af9ed1a4: Download complete [2020-07-28T06:12:46.872Z] cbdbe7a5bc2a: Pull complete [2020-07-28T06:12:48.800Z] bd07af9ed1a4: Pull complete [2020-07-28T06:12:48.800Z] 3556ccf180b2: Pull complete [2020-07-28T06:12:49.061Z] 089d4748da74: Pull complete [2020-07-28T06:12:50.983Z] c6eb57c77bc5: Pull complete [2020-07-28T06:12:50.983Z] 0364d5097239: Pull complete [2020-07-28T06:12:50.983Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-28T06:12:50.983Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-28T06:12:56.277Z] Verifying ./api/raml/core-command.raml... [2020-07-28T06:12:56.852Z] OK [2020-07-28T06:12:56.852Z] Verifying ./api/raml/core-data.raml... [2020-07-28T06:12:58.239Z] OK [2020-07-28T06:12:58.239Z] Verifying ./api/raml/core-metadata.raml... [2020-07-28T06:13:00.157Z] OK [2020-07-28T06:13:00.157Z] Verifying ./api/raml/support-logging.raml... [2020-07-28T06:13:00.733Z] OK [2020-07-28T06:13:00.733Z] Verifying ./api/raml/support-notifications.raml... [2020-07-28T06:13:02.123Z] OK [2020-07-28T06:13:02.123Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-28T06:13:02.696Z] OK [2020-07-28T06:13:02.697Z] Verifying ./api/raml/system-agent.raml... [2020-07-28T06:13:03.640Z] OK [Pipeline] sh [2020-07-28T06:13:04.214Z] + ls -al . [2020-07-28T06:13:04.214Z] total 556 [2020-07-28T06:13:04.214Z] drwxrwxr-x 10 1001 1001 4096 Jul 28 06:12 . [2020-07-28T06:13:04.214Z] drwxr-xr-x 4 root root 30 Jul 28 06:11 .. [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 11 Jul 28 06:10 .dockerignore [2020-07-28T06:13:04.214Z] drwxrwxr-x 8 1001 1001 179 Jul 28 06:10 .git [2020-07-28T06:13:04.214Z] drwxrwxr-x 3 1001 1001 60 Jul 28 06:10 .github [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 924 Jul 28 06:10 .gitignore [2020-07-28T06:13:04.214Z] drwx------ 3 1001 1001 47 Jul 28 06:10 .semver [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 178 Jul 28 06:10 .sonarcloud.properties [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 3804 Jul 28 06:10 CONTRIBUTING.md [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 1035 Jul 28 06:10 Dockerfile.build [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 824 Jul 28 06:10 Jenkinsfile [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 10775 Jul 28 06:10 LICENSE [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 6417 Jul 28 06:10 Makefile [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 5652 Jul 28 06:10 README.md [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 7111 Jul 28 06:10 SECURITY.md [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 5 Jul 28 06:10 VERSION [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 4131 Jul 28 06:10 ZMQWindows.md [2020-07-28T06:13:04.214Z] drwxrwxr-x 4 1001 1001 33 Jul 28 06:10 api [2020-07-28T06:13:04.214Z] drwxrwxr-x 2 1001 1001 117 Jul 28 06:10 bin [2020-07-28T06:13:04.214Z] drwxrwxr-x 15 1001 1001 4096 Jul 28 06:10 cmd [2020-07-28T06:13:04.214Z] -rw-r--r-- 1 root root 455496 Jul 28 06:12 coverage.out [2020-07-28T06:13:04.214Z] -rw-r--r-- 1 root root 1019 Jul 28 06:12 go.mod [2020-07-28T06:13:04.214Z] -rw-r--r-- 1 root root 18146 Jul 28 06:12 go.sum [2020-07-28T06:13:04.214Z] drwxrwxr-x 8 1001 1001 127 Jul 28 06:10 internal [2020-07-28T06:13:04.214Z] drwxrwxr-x 4 1001 1001 71 Jul 28 06:10 snap [2020-07-28T06:13:04.214Z] -rw-rw-r-- 1 1001 1001 168 Jul 28 06:10 version.go [Pipeline] sh [2020-07-28T06:13:04.515Z] + '[' -e coverage.out ] [2020-07-28T06:13:04.515Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-28T06:13:04.660Z] Stashed 1 file(s) [Pipeline] sh [2020-07-28T06:13:04.959Z] + make build [2020-07-28T06:13:04.959Z] 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-28T06:13:05.754Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1219 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws [2020-07-28T06:13:05.800Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2020-07-28T06:13:10.908Z] using credential edgex-jenkins-ssh [2020-07-28T06:13:10.958Z] Cloning the remote Git repository [2020-07-28T06:13:10.958Z] Cloning with configured refspecs honoured and without tags [2020-07-28T06:13:11.011Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-28T06:13:11.654Z] 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-28T06:13:11.122Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2020-07-28T06:13:11.186Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-28T06:13:11.187Z] > git --version # timeout=10 [2020-07-28T06:13:11.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T06:13:11.267Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T06:13:15.862Z] 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-28T06:13:17.255Z] 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-28T06:13:18.645Z] 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-28T06:13:20.557Z] 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-28T06:13:20.818Z] 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-28T06:13:22.833Z] 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-28T06:13:24.220Z] 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-28T06:13:25.611Z] 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-28T06:13:26.731Z] Fetching without tags [2020-07-28T06:13:27.014Z] 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-28T06:13:27.215Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:13:27.630Z] Merge succeeded, producing 99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:13:27.630Z] Checking out Revision 99930eaf02f5bc0ae639f7713b87cc3a27038f99 (PR-2597) [2020-07-28T06:13:26.638Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-28T06:13:26.657Z] > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 [2020-07-28T06:13:26.672Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T06:13:26.706Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-28T06:13:26.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-28T06:13:26.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T06:13:26.759Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-28T06:13:27.239Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T06:13:27.259Z] > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 [2020-07-28T06:13:27.545Z] > git remote # timeout=10 [2020-07-28T06:13:27.566Z] > git config --get remote.origin.url # timeout=10 [2020-07-28T06:13:27.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-28T06:13:27.590Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-28T06:13:27.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-28T06:13:27.638Z] > git config core.sparsecheckout # timeout=10 [2020-07-28T06:13:27.655Z] > git checkout -f 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 [2020-07-28T06:13:28.406Z] 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-28T06:13:29.791Z] 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-28T06:13:30.744Z] $ docker stop --time=1 9776f5b07ddbaa8b95de17b6be94152d9acc0e1ad6bc0f5dc00606e42e9246b4 [2020-07-28T06:13:32.155Z] Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" [2020-07-28T06:13:32.708Z] $ docker rm -f 9776f5b07ddbaa8b95de17b6be94152d9acc0e1ad6bc0f5dc00606e42e9246b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-28T06:13:34.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T06:13:34.139Z] [2020-07-28T06:13:34.139Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:13:34.486Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T06:13:34.486Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-28T06:13:34.486Z] cbdbe7a5bc2a: Already exists [2020-07-28T06:13:34.486Z] ca9280d653b3: Pulling fs layer [2020-07-28T06:13:34.486Z] 7e9c9ca2126c: Pulling fs layer [2020-07-28T06:13:34.753Z] ca9280d653b3: Verifying Checksum [2020-07-28T06:13:34.753Z] ca9280d653b3: Download complete [2020-07-28T06:13:35.328Z] 7e9c9ca2126c: Verifying Checksum [2020-07-28T06:13:35.329Z] 7e9c9ca2126c: Download complete [2020-07-28T06:13:35.913Z] ca9280d653b3: Pull complete [2020-07-28T06:13:44.087Z] 7e9c9ca2126c: Pull complete [2020-07-28T06:13:44.087Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-28T06:13:44.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T06:13:44.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-28T06:13:44.297Z] prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container [2020-07-28T06:13:44.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-28T06:13:47.096Z] $ docker top 35066e6f26c90cdf25a40f4eef1a14ed116986844b880be2eea98bbdabc08b2d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-07-28T06:13:47.323Z] ========================================================= [2020-07-28T06:13:47.324Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-28T06:13:47.324Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:13:47.622Z] + + docker-composegrep build --help parallel [2020-07-28T06:13:47.622Z] [2020-07-28T06:13:48.211Z] + 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-28T06:13:49.011Z] --parallel Build images in parallel. [Pipeline] } [2020-07-28T06:13:49.024Z] $ docker stop --time=1 35066e6f26c90cdf25a40f4eef1a14ed116986844b880be2eea98bbdabc08b2d [2020-07-28T06:13:50.348Z] $ docker rm -f 35066e6f26c90cdf25a40f4eef1a14ed116986844b880be2eea98bbdabc08b2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:13:50.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-28T06:13:50.951Z] . [Pipeline] withDockerContainer [2020-07-28T06:13:51.045Z] prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container [2020-07-28T06:13:51.087Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-28T06:13:51.695Z] $ docker top e246b198c259fb2d9e031f53522a18b810f13e13809a4953e42a9dfcafe1e8a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T06:13:52.215Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-28T06:13:52.519Z] Sending build context to Docker daemon 323.2MB [2020-07-28T06:13:52.519Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-28T06:13:52.519Z] Step 2/7 : FROM ${BASE} [2020-07-28T06:13:52.519Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-28T06:13:52.519Z] b538f80385f9: Pulling fs layer [2020-07-28T06:13:52.519Z] 74f711af9a0d: Pulling fs layer [2020-07-28T06:13:52.519Z] 99f96fe45779: Pulling fs layer [2020-07-28T06:13:52.519Z] fd7a069fd194: Pulling fs layer [2020-07-28T06:13:52.519Z] 66aa3694b03b: Pulling fs layer [2020-07-28T06:13:52.519Z] 170f70906a0f: Pulling fs layer [2020-07-28T06:13:52.519Z] ad7c5574e4b9: Pulling fs layer [2020-07-28T06:13:52.519Z] e772456be8f7: Pulling fs layer [2020-07-28T06:13:52.519Z] c890913d741a: Pulling fs layer [2020-07-28T06:13:52.519Z] 2480fcc9aa5a: Pulling fs layer [2020-07-28T06:13:52.519Z] 09adf4765672: Pulling fs layer [2020-07-28T06:13:52.519Z] ad7c5574e4b9: Waiting [2020-07-28T06:13:52.519Z] e772456be8f7: Waiting [2020-07-28T06:13:52.519Z] c890913d741a: Waiting [2020-07-28T06:13:52.519Z] 2480fcc9aa5a: Waiting [2020-07-28T06:13:52.519Z] 09adf4765672: Waiting [2020-07-28T06:13:52.519Z] 170f70906a0f: Waiting [2020-07-28T06:13:52.519Z] fd7a069fd194: Waiting [2020-07-28T06:13:52.519Z] 66aa3694b03b: Waiting [2020-07-28T06:13:52.519Z] 99f96fe45779: Verifying Checksum [2020-07-28T06:13:52.519Z] 99f96fe45779: Download complete [2020-07-28T06:13:52.519Z] 74f711af9a0d: Verifying Checksum [2020-07-28T06:13:52.519Z] 74f711af9a0d: Download complete [2020-07-28T06:13:52.796Z] 66aa3694b03b: Verifying Checksum [2020-07-28T06:13:52.796Z] 66aa3694b03b: Download complete [2020-07-28T06:13:52.796Z] 170f70906a0f: Verifying Checksum [2020-07-28T06:13:52.796Z] 170f70906a0f: Download complete [2020-07-28T06:13:52.796Z] b538f80385f9: Verifying Checksum [2020-07-28T06:13:52.796Z] b538f80385f9: Download complete [2020-07-28T06:13:53.159Z] Building docker-core-command-go ... [2020-07-28T06:13:53.159Z] Building docker-core-data-go ... [2020-07-28T06:13:53.159Z] Building docker-core-metadata-go ... [2020-07-28T06:13:53.159Z] Building docker-security-proxy-setup-go ... [2020-07-28T06:13:53.159Z] Building docker-security-secrets-setup-go ... [2020-07-28T06:13:53.159Z] Building docker-security-secretstore-setup-go ... [2020-07-28T06:13:53.159Z] Building docker-support-logging-go ... [2020-07-28T06:13:53.159Z] Building docker-support-notifications-go ... [2020-07-28T06:13:53.159Z] Building docker-support-scheduler-go ... [2020-07-28T06:13:53.159Z] Building docker-sys-mgmt-agent-go ... [2020-07-28T06:13:53.159Z] Building docker-security-secretstore-setup-go [2020-07-28T06:13:53.159Z] Building docker-security-proxy-setup-go [2020-07-28T06:13:53.159Z] Building docker-core-metadata-go [2020-07-28T06:13:53.159Z] Building docker-support-scheduler-go [2020-07-28T06:13:53.159Z] Building docker-security-secrets-setup-go [2020-07-28T06:13:53.393Z] b538f80385f9: Pull complete [2020-07-28T06:13:54.002Z] 74f711af9a0d: Pull complete [2020-07-28T06:13:54.603Z] 99f96fe45779: Pull complete [2020-07-28T06:13:55.580Z] ad7c5574e4b9: Verifying Checksum [2020-07-28T06:13:55.580Z] ad7c5574e4b9: Download complete [2020-07-28T06:13:55.580Z] c890913d741a: Verifying Checksum [2020-07-28T06:13:55.580Z] c890913d741a: Download complete [2020-07-28T06:13:57.547Z] 2480fcc9aa5a: Verifying Checksum [2020-07-28T06:13:57.547Z] 2480fcc9aa5a: Download complete [2020-07-28T06:13:57.547Z] 09adf4765672: Verifying Checksum [2020-07-28T06:13:57.547Z] 09adf4765672: Download complete [2020-07-28T06:13:57.819Z] e772456be8f7: Verifying Checksum [2020-07-28T06:13:57.819Z] e772456be8f7: Download complete [2020-07-28T06:13:57.819Z] fd7a069fd194: Verifying Checksum [2020-07-28T06:13:57.819Z] fd7a069fd194: Download complete [2020-07-28T06:14:10.212Z] fd7a069fd194: Pull complete [2020-07-28T06:14:10.212Z] 66aa3694b03b: Pull complete [2020-07-28T06:14:10.212Z] 170f70906a0f: Pull complete [2020-07-28T06:14:13.607Z] ad7c5574e4b9: Pull complete [2020-07-28T06:14:17.948Z] e772456be8f7: Pull complete [2020-07-28T06:14:17.948Z] c890913d741a: Pull complete [2020-07-28T06:14:20.577Z] 2480fcc9aa5a: Pull complete [2020-07-28T06:14:22.007Z] 09adf4765672: Pull complete [2020-07-28T06:14:22.007Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-28T06:14:22.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-28T06:14:22.007Z] ---> 2248a725d1cf [2020-07-28T06:14:22.007Z] 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-28T06:14:25.338Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:14:25.338Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:14:25.338Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:14:25.338Z] ---> b572bcfe33e8 [2020-07-28T06:14:25.338Z] Step 3/26 : WORKDIR /edgex-go [2020-07-28T06:14:25.338Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:14:25.338Z] ---> b572bcfe33e8 [2020-07-28T06:14:25.338Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T06:14:25.338Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:14:25.338Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:14:25.338Z] ---> b572bcfe33e8 [2020-07-28T06:14:25.338Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T06:14:25.338Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:14:25.338Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-28T06:14:25.338Z] ---> b572bcfe33e8 [2020-07-28T06:14:25.338Z] Step 3/29 : WORKDIR /edgex-go [2020-07-28T06:14:25.338Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:14:25.338Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:14:25.338Z] ---> b572bcfe33e8 [2020-07-28T06:14:25.338Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T06:14:25.338Z] ---> Running in 7d01ecc78acc [2020-07-28T06:14:25.338Z] ---> Running in d8f2107cc55f [2020-07-28T06:14:25.338Z] ---> Running in 6e11084c2364 [2020-07-28T06:14:25.338Z] ---> Running in c6fd371bb1d7 [2020-07-28T06:14:25.338Z] ---> Running in c57f2ba7bd93 [2020-07-28T06:14:25.338Z] Removing intermediate container d8f2107cc55f [2020-07-28T06:14:25.338Z] ---> 1f4a0ea7daea [2020-07-28T06:14:25.338Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:14:25.338Z] Removing intermediate container c6fd371bb1d7 [2020-07-28T06:14:25.338Z] ---> 05e6d57c6938 [2020-07-28T06:14:25.338Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:14:25.338Z] Removing intermediate container 6e11084c2364 [2020-07-28T06:14:25.338Z] ---> 6610715085d1 [2020-07-28T06:14:25.338Z] Step 4/29 : RUN apk update && apk add make git [2020-07-28T06:14:25.338Z] Removing intermediate container c57f2ba7bd93 [2020-07-28T06:14:25.338Z] ---> 7b815487e218 [2020-07-28T06:14:25.338Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:14:25.338Z] Removing intermediate container 7d01ecc78acc [2020-07-28T06:14:25.338Z] ---> 01dd025548bd [2020-07-28T06:14:25.338Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:14:25.599Z] ---> Running in 590ffbe8f8ee [2020-07-28T06:14:25.599Z] ---> Running in 8e13c66a4fdf [2020-07-28T06:14:25.599Z] ---> Running in 03a5683728d1 [2020-07-28T06:14:25.599Z] ---> Running in cb2cefa5cc43 [2020-07-28T06:14:25.599Z] ---> Running in 33e83e348721 [2020-07-28T06:14:26.318Z] ---> Running in b47dd0f00f2d [2020-07-28T06:14:26.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:27.126Z] Removing intermediate container 03a5683728d1 [2020-07-28T06:14:27.126Z] ---> ae198e4ccf23 [2020-07-28T06:14:27.126Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T06:14:27.387Z] ---> Running in 079c6fa88b8d [2020-07-28T06:14:27.648Z] Removing intermediate container cb2cefa5cc43 [2020-07-28T06:14:27.648Z] ---> d161a423347a [2020-07-28T06:14:27.648Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T06:14:27.648Z] Removing intermediate container 590ffbe8f8ee [2020-07-28T06:14:27.648Z] ---> 0a8e44b35c2c [2020-07-28T06:14:27.648Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T06:14:27.648Z] Removing intermediate container 33e83e348721 [2020-07-28T06:14:27.648Z] ---> 6d6806aa4208 [2020-07-28T06:14:27.648Z] Step 5/26 : RUN apk update && apk add make git [2020-07-28T06:14:27.908Z] ---> Running in ce09f60fcd29 [2020-07-28T06:14:27.908Z] ---> Running in 657f33c8c443 [2020-07-28T06:14:27.908Z] ---> Running in fe3363a93c1e [2020-07-28T06:14:27.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:28.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:14:28.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:28.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:28.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:28.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:30.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:14:30.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:30.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:30.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:31.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:14:31.519Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:14:31.519Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:14:31.519Z] OK: 12749 distinct packages available [2020-07-28T06:14:31.779Z] OK: 233 MiB in 51 packages [2020-07-28T06:14:31.779Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:14:31.779Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:14:31.779Z] OK: 12749 distinct packages available [2020-07-28T06:14:32.039Z] OK: 233 MiB in 51 packages [2020-07-28T06:14:32.611Z] Removing intermediate container 8e13c66a4fdf [2020-07-28T06:14:32.611Z] ---> bac4dd4ec108 [2020-07-28T06:14:32.611Z] Step 5/29 : COPY go.mod . [2020-07-28T06:14:32.846Z] (1/12) Installing libmagic (5.38-r0) [2020-07-28T06:14:32.871Z] ---> 136ed035f343 [2020-07-28T06:14:32.871Z] Step 6/29 : RUN go mod download [2020-07-28T06:14:33.131Z] ---> Running in de4098d2b081 [2020-07-28T06:14:33.131Z] Removing intermediate container fe3363a93c1e [2020-07-28T06:14:33.131Z] ---> fbdc9815fef6 [2020-07-28T06:14:33.131Z] Step 6/26 : COPY go.mod . [2020-07-28T06:14:33.394Z] ---> 76533d31ce12 [2020-07-28T06:14:33.394Z] Step 7/26 : RUN go mod download [2020-07-28T06:14:33.394Z] ---> Running in 1cb1cefba00b [2020-07-28T06:14:33.663Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:14:33.663Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:14:33.663Z] OK: 12749 distinct packages available [2020-07-28T06:14:33.813Z] (2/12) Installing file (5.38-r0) [2020-07-28T06:14:33.813Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-28T06:14:33.813Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-28T06:14:33.927Z] OK: 233 MiB in 51 packages [2020-07-28T06:14:34.193Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:14:34.193Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:14:34.193Z] OK: 12749 distinct packages available [2020-07-28T06:14:34.460Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:14:34.460Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:14:34.460Z] OK: 12749 distinct packages available [2020-07-28T06:14:34.460Z] OK: 233 MiB in 51 packages [2020-07-28T06:14:34.460Z] Removing intermediate container ce09f60fcd29 [2020-07-28T06:14:34.460Z] ---> 53d2b76406e7 [2020-07-28T06:14:34.460Z] Step 6/20 : COPY go.mod . [2020-07-28T06:14:34.460Z] OK: 233 MiB in 51 packages [2020-07-28T06:14:35.046Z] ---> 0c013d787485 [2020-07-28T06:14:35.046Z] Step 7/20 : RUN go mod download [2020-07-28T06:14:35.312Z] Removing intermediate container de4098d2b081 [2020-07-28T06:14:35.312Z] ---> 59f8d3c6479f [2020-07-28T06:14:35.312Z] Step 7/29 : COPY . . [2020-07-28T06:14:35.312Z] ---> Running in b5c695765b15 [2020-07-28T06:14:35.312Z] Removing intermediate container 1cb1cefba00b [2020-07-28T06:14:35.312Z] ---> aab21555b432 [2020-07-28T06:14:35.312Z] Step 8/26 : COPY . . [2020-07-28T06:14:40.644Z] Removing intermediate container 657f33c8c443 [2020-07-28T06:14:40.644Z] ---> c1e0f6317ed2 [2020-07-28T06:14:40.644Z] Step 6/21 : COPY go.mod . [2020-07-28T06:14:40.908Z] Removing intermediate container 079c6fa88b8d [2020-07-28T06:14:40.908Z] ---> 7bb21f18cfd9 [2020-07-28T06:14:40.908Z] Step 6/20 : COPY go.mod . [2020-07-28T06:14:42.308Z] ---> d3f96978b23d [2020-07-28T06:14:42.308Z] Step 7/21 : RUN go mod download [2020-07-28T06:14:42.881Z] ---> 80bc3771af73 [2020-07-28T06:14:42.881Z] Step 7/20 : RUN go mod download [2020-07-28T06:14:46.202Z] ---> Running in 48fbf619385a [2020-07-28T06:14:46.202Z] ---> Running in bba84fb2429d [2020-07-28T06:14:46.202Z] Removing intermediate container b5c695765b15 [2020-07-28T06:14:46.202Z] ---> 64a8efd072db [2020-07-28T06:14:46.202Z] Step 8/20 : COPY . . [2020-07-28T06:14:55.934Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-28T06:14:55.934Z] (6/12) Installing patch (2.7.6-r6) [2020-07-28T06:14:55.934Z] (7/12) Installing build-base (0.5-r2) [2020-07-28T06:14:55.934Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-28T06:14:55.934Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-28T06:14:55.934Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-28T06:14:55.934Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-28T06:14:55.934Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-28T06:14:55.934Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:14:55.934Z] OK: 217 MiB in 51 packages [2020-07-28T06:14:58.501Z] ---> 20352ee30fd6 [2020-07-28T06:14:58.501Z] 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-28T06:14:58.501Z] ---> dba975527bdf [2020-07-28T06:14:58.501Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-28T06:14:58.501Z] ---> Running in f3746e097358 [2020-07-28T06:14:58.501Z] ---> Running in f473a58ee3a6 [2020-07-28T06:14:58.501Z] Removing intermediate container 48fbf619385a [2020-07-28T06:14:58.501Z] ---> af74c1bad6f4 [2020-07-28T06:14:58.501Z] Step 8/21 : COPY . . [2020-07-28T06:14:58.551Z] Removing intermediate container b47dd0f00f2d [2020-07-28T06:14:58.551Z] ---> 2133ce43c0b0 [2020-07-28T06:14:58.551Z] Step 4/7 : WORKDIR /edgex-go [2020-07-28T06:14:58.551Z] ---> Running in fbae3a6e4365 [2020-07-28T06:14:58.822Z] Removing intermediate container fbae3a6e4365 [2020-07-28T06:14:58.822Z] ---> a41fe5508f57 [2020-07-28T06:14:58.822Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-28T06:14:59.093Z] latest: Pulling from library/docker [2020-07-28T06:14:59.093Z] b538f80385f9: Already exists [2020-07-28T06:14:59.093Z] 259a493cd78d: Pulling fs layer [2020-07-28T06:14:59.093Z] b8e66b5100f5: Pulling fs layer [2020-07-28T06:14:59.093Z] 39dc9c94d07c: Pulling fs layer [2020-07-28T06:14:59.093Z] 551b823b3b82: Pulling fs layer [2020-07-28T06:14:59.093Z] 3c52a74df98c: Pulling fs layer [2020-07-28T06:14:59.093Z] 6c9b121b6998: Pulling fs layer [2020-07-28T06:14:59.093Z] 3c52a74df98c: Waiting [2020-07-28T06:14:59.093Z] 551b823b3b82: Waiting [2020-07-28T06:14:59.093Z] 6c9b121b6998: Waiting [2020-07-28T06:14:59.365Z] b8e66b5100f5: Download complete [2020-07-28T06:14:59.365Z] 259a493cd78d: Download complete [2020-07-28T06:14:59.365Z] 551b823b3b82: Verifying Checksum [2020-07-28T06:14:59.365Z] 551b823b3b82: Download complete [2020-07-28T06:14:59.642Z] 3c52a74df98c: Verifying Checksum [2020-07-28T06:14:59.642Z] 3c52a74df98c: Download complete [2020-07-28T06:14:59.642Z] 6c9b121b6998: Verifying Checksum [2020-07-28T06:14:59.642Z] 6c9b121b6998: Download complete [2020-07-28T06:15:00.247Z] 259a493cd78d: Pull complete [2020-07-28T06:15:00.426Z] Removing intermediate container bba84fb2429d [2020-07-28T06:15:00.426Z] ---> e26bf434715f [2020-07-28T06:15:00.426Z] Step 8/20 : COPY . . [2020-07-28T06:15:00.520Z] b8e66b5100f5: Pull complete [2020-07-28T06:15:00.520Z] 39dc9c94d07c: Verifying Checksum [2020-07-28T06:15:00.520Z] 39dc9c94d07c: Download complete [2020-07-28T06:15:04.909Z] 39dc9c94d07c: Pull complete [2020-07-28T06:15:04.909Z] 551b823b3b82: Pull complete [2020-07-28T06:15:04.909Z] 3c52a74df98c: Pull complete [2020-07-28T06:15:05.192Z] 6c9b121b6998: Pull complete [2020-07-28T06:15:05.192Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-28T06:15:05.192Z] Status: Downloaded newer image for docker:latest [2020-07-28T06:15:05.748Z] 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-28T06:15:05.748Z] 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-28T06:15:08.589Z] ---> dbba2356984d [2020-07-28T06:15:08.589Z] Step 6/7 : COPY go.mod . [2020-07-28T06:15:09.186Z] ---> dd5920aceb23 [2020-07-28T06:15:09.186Z] Step 7/7 : RUN go mod download [2020-07-28T06:15:09.462Z] ---> Running in af27ad0c9fff [2020-07-28T06:15:12.415Z] ---> ebd2b7009c6b [2020-07-28T06:15:12.415Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-28T06:15:12.878Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-28T06:15:12.878Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-28T06:15:12.878Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-28T06:15:12.878Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-28T06:15:12.878Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-28T06:15:12.878Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-28T06:15:12.878Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-28T06:15:12.878Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-28T06:15:12.878Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-28T06:15:12.878Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-28T06:15:12.878Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-28T06:15:12.878Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-28T06:15:12.878Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-28T06:15:12.878Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-28T06:15:12.878Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-28T06:15:12.878Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-28T06:15:12.878Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-28T06:15:12.878Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-28T06:15:12.878Z] go: finding github.com/fatih/color v1.7.0 [2020-07-28T06:15:13.149Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-28T06:15:13.149Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-28T06:15:13.149Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-28T06:15:13.149Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-28T06:15:13.149Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-28T06:15:13.149Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-28T06:15:13.149Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-28T06:15:13.149Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-28T06:15:13.149Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-28T06:15:13.421Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-28T06:15:13.421Z] go: finding github.com/google/uuid v1.1.0 [2020-07-28T06:15:13.421Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-28T06:15:13.421Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-28T06:15:13.421Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-28T06:15:13.691Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-28T06:15:13.964Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-28T06:15:13.964Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-28T06:15:13.964Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-28T06:15:14.235Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-28T06:15:14.235Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-28T06:15:14.235Z] go: finding github.com/kr/pty v1.1.1 [2020-07-28T06:15:14.235Z] go: finding github.com/kr/text v0.1.0 [2020-07-28T06:15:14.235Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-28T06:15:14.235Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-28T06:15:14.235Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-28T06:15:14.235Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-28T06:15:14.235Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-28T06:15:14.406Z] ---> Running in 90af5864092f [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-28T06:15:14.506Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-28T06:15:14.506Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-28T06:15:14.777Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-28T06:15:14.777Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-28T06:15:14.777Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-28T06:15:14.777Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-28T06:15:14.777Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-28T06:15:14.777Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-28T06:15:14.777Z] go: finding github.com/posener/complete v1.1.1 [2020-07-28T06:15:14.777Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-28T06:15:14.777Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-28T06:15:14.777Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-28T06:15:14.777Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-28T06:15:15.049Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-28T06:15:15.049Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-28T06:15:15.049Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-28T06:15:15.049Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-28T06:15:15.049Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-28T06:15:15.049Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-28T06:15:15.049Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-28T06:15:15.049Z] go: finding golang.org/x/text v0.3.2 [2020-07-28T06:15:15.049Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-28T06:15:15.049Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-28T06:15:15.049Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-28T06:15:15.323Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-28T06:15:15.324Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-28T06:15:15.324Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-28T06:15:15.839Z] 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-28T06:15:26.026Z] ---> efe7e571b1ec [2020-07-28T06:15:26.026Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-28T06:15:26.026Z] ---> Running in 375c489ed4c3 [2020-07-28T06:15:27.000Z] ---> dc3bac2cebe3 [2020-07-28T06:15:27.000Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-28T06:15:27.000Z] ---> Running in 58d794c1ea35 [2020-07-28T06:15:27.600Z] 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-28T06:15:27.871Z] 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-28T06:15:28.836Z] 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-28T06:15:33.639Z] Removing intermediate container af27ad0c9fff [2020-07-28T06:15:33.639Z] ---> a8ee3b08e7d5 [2020-07-28T06:15:33.639Z] Successfully built a8ee3b08e7d5 [2020-07-28T06:15:33.639Z] 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-28T06:15:34.200Z] Removing intermediate container f3746e097358 [2020-07-28T06:15:34.200Z] ---> 052762c3ae58 [2020-07-28T06:15:34.200Z] [2020-07-28T06:15:34.200Z] Step 9/29 : FROM alpine:latest [2020-07-28T06:15:34.200Z] latest: Pulling from library/alpine [2020-07-28T06:15:34.200Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-28T06:15:34.200Z] Status: Downloaded newer image for alpine:latest [2020-07-28T06:15:34.200Z] ---> a24bb4013296 [2020-07-28T06:15:34.200Z] 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-28T06:15:34.270Z] + docker inspect -f . ci-base-image-arm64 [2020-07-28T06:15:34.270Z] . [Pipeline] withDockerContainer [2020-07-28T06:15:34.469Z] ---> Running in 65b1d54cc4ad [2020-07-28T06:15:34.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-1219 does not seem to be running inside a container [2020-07-28T06:15:34.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-28T06:15:34.747Z] Removing intermediate container 65b1d54cc4ad [2020-07-28T06:15:34.748Z] ---> d3b80bf061cb [2020-07-28T06:15:34.748Z] Step 11/29 : USER root [2020-07-28T06:15:34.748Z] ---> Running in 81b783c1ef44 [2020-07-28T06:15:36.015Z] $ docker top aa050cf5eecc72dfbf86e5d238ba18eaf958fbaa2a05b318055c635e06eb5b15 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T06:15:36.685Z] Removing intermediate container 81b783c1ef44 [2020-07-28T06:15:36.685Z] ---> ed5b9a18b4e8 [2020-07-28T06:15:36.685Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-28T06:15:36.685Z] 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-28T06:15:36.685Z] ---> Running in d7f393e677a1 [2020-07-28T06:15:37.029Z] + go version [2020-07-28T06:15:37.029Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-28T06:15:37.048Z] ========================================================= [2020-07-28T06:15:37.048Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-28T06:15:37.048Z] ========================================================= [Pipeline] sh [2020-07-28T06:15:37.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:15:37.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:15:37.695Z] + make test raml_verify [2020-07-28T06:15:37.695Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-28T06:15:37.943Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:15:37.944Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:15:37.944Z] OK: 12749 distinct packages available [2020-07-28T06:15:38.524Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-28T06:15:38.524Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-28T06:15:38.524Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:15:38.524Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T06:15:38.793Z] OK: 6 MiB in 16 packages [2020-07-28T06:15:40.322Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-28T06:15:40.765Z] Removing intermediate container d7f393e677a1 [2020-07-28T06:15:40.765Z] ---> 45ec4c5e89c0 [2020-07-28T06:15:40.765Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-28T06:15:40.765Z] ---> Running in 7da429e0b7c5 [2020-07-28T06:15:40.765Z] Removing intermediate container 7da429e0b7c5 [2020-07-28T06:15:40.765Z] ---> 7ea46a432067 [2020-07-28T06:15:40.765Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-28T06:15:41.038Z] ---> Running in 9a491a8dcef5 [2020-07-28T06:15:41.652Z] Removing intermediate container 9a491a8dcef5 [2020-07-28T06:15:41.652Z] ---> 0350b8eb339d [2020-07-28T06:15:41.652Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-28T06:15:41.922Z] ---> Running in 0510a8860ec8 [2020-07-28T06:15:44.506Z] Removing intermediate container f473a58ee3a6 [2020-07-28T06:15:44.506Z] ---> 5eba84fa0f62 [2020-07-28T06:15:44.506Z] [2020-07-28T06:15:44.506Z] Step 10/26 : FROM alpine:3.10 [2020-07-28T06:15:44.777Z] 3.10: Pulling from library/alpine [2020-07-28T06:15:44.777Z] Removing intermediate container 90af5864092f [2020-07-28T06:15:44.777Z] ---> 395e93051f74 [2020-07-28T06:15:44.777Z] [2020-07-28T06:15:44.777Z] Step 10/20 : FROM scratch [2020-07-28T06:15:44.777Z] ---> [2020-07-28T06:15:44.777Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:15:45.415Z] ---> Running in 477af3c3cf88 [2020-07-28T06:15:45.751Z] Removing intermediate container 0510a8860ec8 [2020-07-28T06:15:45.751Z] ---> bbdcb2078821 [2020-07-28T06:15:45.751Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-28T06:15:45.751Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-28T06:15:45.751Z] Removing intermediate container 477af3c3cf88 [2020-07-28T06:15:45.751Z] ---> 64166dafb9a7 [2020-07-28T06:15:45.751Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-28T06:15:45.751Z] Status: Downloaded newer image for alpine:3.10 [2020-07-28T06:15:45.751Z] ---> be4e4bea2c2e [2020-07-28T06:15:45.751Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-28T06:15:46.844Z] ---> Running in 01533ffa2c89 [2020-07-28T06:15:46.844Z] ---> Running in cc6b5144eb1a [2020-07-28T06:15:47.134Z] ---> 7d4c23d82577 [2020-07-28T06:15:47.134Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-28T06:15:47.134Z] Removing intermediate container 01533ffa2c89 [2020-07-28T06:15:47.134Z] ---> 03e25465a24d [2020-07-28T06:15:47.134Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-28T06:15:47.422Z] ---> Running in dd3bcca733b0 [2020-07-28T06:15:47.422Z] ---> a47990715361 [2020-07-28T06:15:47.422Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-28T06:15:47.695Z] Removing intermediate container dd3bcca733b0 [2020-07-28T06:15:47.695Z] ---> fd10a3a3dcb6 [2020-07-28T06:15:47.695Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-28T06:15:47.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:15:48.235Z] ---> e87c3814a70d [2020-07-28T06:15:48.235Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-28T06:15:48.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:15:48.497Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-28T06:15:48.497Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-28T06:15:48.497Z] OK: 10346 distinct packages available [2020-07-28T06:15:48.497Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-28T06:15:48.757Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-28T06:15:48.757Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-28T06:15:48.757Z] (4/5) Installing curl (7.66.0-r0) [2020-07-28T06:15:48.757Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-28T06:15:48.757Z] Executing busybox-1.30.1-r3.trigger [2020-07-28T06:15:48.757Z] Executing ca-certificates-20191127-r2.trigger [2020-07-28T06:15:48.757Z] OK: 7 MiB in 19 packages [2020-07-28T06:15:48.757Z] ---> cbdc0a4005e6 [2020-07-28T06:15:48.757Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-28T06:15:50.167Z] ---> a375cc783314 [2020-07-28T06:15:50.167Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-28T06:15:50.167Z] ---> f8344a30b5b5 [2020-07-28T06:15:50.167Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-28T06:15:50.743Z] ---> 31e113813255 [2020-07-28T06:15:50.743Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-28T06:15:52.137Z] ---> Running in 03d92779d5b8 [2020-07-28T06:15:52.398Z] Removing intermediate container cc6b5144eb1a [2020-07-28T06:15:52.398Z] ---> e1bfbdb91680 [2020-07-28T06:15:52.398Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T06:15:52.398Z] ---> 9f29f672a0a2 [2020-07-28T06:15:52.398Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:15:52.661Z] ---> Running in a996f833d6aa [2020-07-28T06:15:52.928Z] ---> Running in 02805da27903 [2020-07-28T06:15:52.928Z] Removing intermediate container 58d794c1ea35 [2020-07-28T06:15:52.928Z] ---> 8c5ce9cbda55 [2020-07-28T06:15:52.928Z] [2020-07-28T06:15:52.928Z] Step 10/20 : FROM alpine [2020-07-28T06:15:52.928Z] ---> a24bb4013296 [2020-07-28T06:15:52.928Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-28T06:15:52.928Z] Removing intermediate container a996f833d6aa [2020-07-28T06:15:52.928Z] ---> d0b47d8efc66 [2020-07-28T06:15:52.928Z] Step 13/26 : WORKDIR / [2020-07-28T06:15:53.502Z] ---> Running in b549c95704e4 [2020-07-28T06:15:53.502Z] ---> Running in a31077995ed4 [2020-07-28T06:15:53.502Z] Removing intermediate container 02805da27903 [2020-07-28T06:15:53.502Z] ---> 9fc59af71d68 [2020-07-28T06:15:53.502Z] Step 18/20 : LABEL arch=x86_64 [2020-07-28T06:15:53.764Z] ---> Running in c94ffdfc68fb [2020-07-28T06:15:53.764Z] Removing intermediate container a31077995ed4 [2020-07-28T06:15:53.764Z] ---> 6bc4cde65d52 [2020-07-28T06:15:53.764Z] 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-28T06:15:54.028Z] Removing intermediate container c94ffdfc68fb [2020-07-28T06:15:54.028Z] ---> 67998460376f [2020-07-28T06:15:54.028Z] Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:15:54.294Z] ---> c8f17e1fadfa [2020-07-28T06:15:54.294Z] 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-28T06:15:54.294Z] ---> Running in 5ce85e738775 [2020-07-28T06:15:54.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:15:54.557Z] Removing intermediate container 03d92779d5b8 [2020-07-28T06:15:54.557Z] ---> e6206bace6d5 [2020-07-28T06:15:54.557Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T06:15:54.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:15:54.817Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:15:54.817Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:15:54.817Z] OK: 12749 distinct packages available [2020-07-28T06:15:55.077Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-28T06:15:55.078Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T06:15:55.078Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-28T06:15:55.078Z] (4/4) Installing curl (7.69.1-r0) [2020-07-28T06:15:55.078Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:15:55.078Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T06:15:55.078Z] OK: 7 MiB in 18 packages [2020-07-28T06:15:57.006Z] ---> b138c55ff7c6 [2020-07-28T06:15:57.006Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-28T06:15:57.006Z] Removing intermediate container 5ce85e738775 [2020-07-28T06:15:57.006Z] ---> 6af24d58191b [2020-07-28T06:15:57.006Z] Step 20/20 : LABEL version=0.0.0 [2020-07-28T06:15:57.006Z] ---> 049b4852678d [2020-07-28T06:15:57.007Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T06:15:57.007Z] Removing intermediate container 375c489ed4c3 [2020-07-28T06:15:57.007Z] ---> 73e282870181 [2020-07-28T06:15:57.007Z] [2020-07-28T06:15:57.007Z] Step 10/21 : FROM scratch [2020-07-28T06:15:57.007Z] ---> [2020-07-28T06:15:57.007Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:15:57.007Z] ---> Running in 61904d0ab4e6 [2020-07-28T06:15:57.007Z] ---> Using cache [2020-07-28T06:15:57.007Z] ---> 64166dafb9a7 [2020-07-28T06:15:57.007Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-28T06:15:57.274Z] ---> Running in 8b4ce7e0c2ec [2020-07-28T06:15:57.850Z] ---> Running in ea3f849c48fa [2020-07-28T06:15:57.850Z] ---> 909a386e7e2a [2020-07-28T06:15:57.850Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-28T06:15:58.116Z] Removing intermediate container 61904d0ab4e6 [2020-07-28T06:15:58.116Z] ---> db99cd21878c [2020-07-28T06:15:58.116Z] [2020-07-28T06:15:58.116Z] Removing intermediate container b549c95704e4 [2020-07-28T06:15:58.116Z] ---> 0b442681b5e3 [2020-07-28T06:15:58.116Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T06:15:58.381Z] Removing intermediate container ea3f849c48fa [2020-07-28T06:15:58.381Z] ---> d7c1cf3d061a [2020-07-28T06:15:58.381Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T06:15:58.381Z] ---> 1203f57c0791 [2020-07-28T06:15:58.381Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-28T06:15:58.381Z] Successfully built db99cd21878c [2020-07-28T06:15:58.381Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-28T06:15:58.381Z] Building docker-core-data-go [2020-07-28T06:15:58.381Z]  Building docker-support-scheduler-go ... done  ---> Running in 863de43628a7 [2020-07-28T06:15:58.381Z] ---> Running in 622786d8fa89 [2020-07-28T06:15:58.957Z] Removing intermediate container 622786d8fa89 [2020-07-28T06:15:58.957Z] ---> e9dd515d83eb [2020-07-28T06:15:58.957Z] Step 14/21 : WORKDIR / [2020-07-28T06:15:58.957Z] Removing intermediate container 863de43628a7 [2020-07-28T06:15:58.957Z] ---> 2c339d5213b7 [2020-07-28T06:15:58.957Z] Step 13/20 : WORKDIR /edgex [2020-07-28T06:15:59.532Z] ---> Running in cd6d4e500015 [2020-07-28T06:16:02.089Z] ---> 1e8d22e4a6d5 [2020-07-28T06:16:02.089Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-28T06:16:02.665Z] ---> Running in 34a1645bd13d [2020-07-28T06:16:03.238Z] Removing intermediate container 8b4ce7e0c2ec [2020-07-28T06:16:03.238Z] ---> e31face0322a [2020-07-28T06:16:03.238Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-28T06:16:05.159Z] Removing intermediate container cd6d4e500015 [2020-07-28T06:16:05.159Z] ---> 3453dcf76de6 [2020-07-28T06:16:05.159Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-28T06:16:05.159Z] ---> Running in 9f7dd9680cd9 [2020-07-28T06:16:05.159Z] ---> 0236d2ae74fe [2020-07-28T06:16:05.159Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-28T06:16:06.577Z] Removing intermediate container 34a1645bd13d [2020-07-28T06:16:06.577Z] ---> ebd0950441af [2020-07-28T06:16:06.577Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-28T06:16:07.526Z] ---> 58d6768f5309 [2020-07-28T06:16:07.526Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-28T06:16:09.446Z] ---> 12da077f0cbf [2020-07-28T06:16:09.446Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T06:16:10.836Z] ---> b5ff6b1bb300 [2020-07-28T06:16:10.836Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-28T06:16:11.103Z] ---> 35aa34a45c9b [2020-07-28T06:16:11.103Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-28T06:16:12.498Z] ---> a926751c0379 [2020-07-28T06:16:12.498Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T06:16:12.718Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-28T06:16:13.070Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:16:13.070Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:16:13.070Z] ---> b572bcfe33e8 [2020-07-28T06:16:13.070Z] Step 3/22 : WORKDIR /edgex-go [2020-07-28T06:16:13.070Z] ---> Using cache [2020-07-28T06:16:13.070Z] ---> 01dd025548bd [2020-07-28T06:16:13.070Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:16:13.070Z] ---> Using cache [2020-07-28T06:16:13.070Z] ---> 6d6806aa4208 [2020-07-28T06:16:13.070Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-28T06:16:14.013Z] ---> c6df5ee61d42 [2020-07-28T06:16:14.013Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-28T06:16:14.013Z] ---> a418b7422d7a [2020-07-28T06:16:14.013Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:16:14.013Z] ---> Running in 2c6283ce41e7 [2020-07-28T06:16:14.013Z] ---> Running in d8cb93f9d790 [2020-07-28T06:16:14.013Z] ---> Running in ebad0a4adfe4 [2020-07-28T06:16:14.013Z] ---> Running in e355ac47c0a9 [2020-07-28T06:16:14.278Z] Removing intermediate container 9f7dd9680cd9 [2020-07-28T06:16:14.278Z] ---> da5313bd4597 [2020-07-28T06:16:14.278Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T06:16:14.278Z] ---> Running in 45712953646e [2020-07-28T06:16:14.542Z] Removing intermediate container ebad0a4adfe4 [2020-07-28T06:16:14.542Z] ---> 2eafd3fc469d [2020-07-28T06:16:14.542Z] Step 17/20 : CMD ["--init=true"] [2020-07-28T06:16:14.542Z] Removing intermediate container e355ac47c0a9 [2020-07-28T06:16:14.542Z] ---> bdd6b7a53081 [2020-07-28T06:16:14.542Z] Step 19/21 : LABEL arch=x86_64 [2020-07-28T06:16:14.811Z] ---> Running in f58bd1551b56 [2020-07-28T06:16:14.811Z] Removing intermediate container 45712953646e [2020-07-28T06:16:14.811Z] ---> 07be79d0d711 [2020-07-28T06:16:14.811Z] Step 26/29 : CMD [ "generate" ] [2020-07-28T06:16:14.811Z] ---> Running in 26d679299263 [2020-07-28T06:16:14.811Z] ---> Running in 605bbc13b456 [2020-07-28T06:16:15.079Z] Removing intermediate container f58bd1551b56 [2020-07-28T06:16:15.079Z] ---> 8591403be51a [2020-07-28T06:16:15.079Z] Step 18/20 : LABEL arch=x86_64 [2020-07-28T06:16:15.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:15.079Z] Removing intermediate container 26d679299263 [2020-07-28T06:16:15.079Z] ---> aa7b72410dbe [2020-07-28T06:16:15.079Z] Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:16:15.341Z] ---> Running in fa5673447973 [2020-07-28T06:16:15.341Z] Removing intermediate container 605bbc13b456 [2020-07-28T06:16:15.341Z] ---> d1388c215f35 [2020-07-28T06:16:15.341Z] Step 27/29 : LABEL arch=x86_64 [2020-07-28T06:16:15.341Z] ---> Running in b5c1257d57f1 [2020-07-28T06:16:15.341Z] ---> Running in 9cee7bc25fcc [2020-07-28T06:16:15.601Z] Removing intermediate container fa5673447973 [2020-07-28T06:16:15.601Z] ---> 404f2283ef77 [2020-07-28T06:16:15.601Z] Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:16:15.861Z] ---> Running in 6309f12c616f [2020-07-28T06:16:15.861Z] Removing intermediate container b5c1257d57f1 [2020-07-28T06:16:15.861Z] ---> e706fe16df2b [2020-07-28T06:16:15.861Z] Step 21/21 : LABEL version=0.0.0 [2020-07-28T06:16:15.861Z] Removing intermediate container 9cee7bc25fcc [2020-07-28T06:16:15.861Z] ---> 1a85d43f6fce [2020-07-28T06:16:15.861Z] Step 28/29 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:16:15.861Z] ---> Running in 62e24ea0e9a0 [2020-07-28T06:16:16.122Z] Removing intermediate container 2c6283ce41e7 [2020-07-28T06:16:16.122Z] ---> fd4aa23cce46 [2020-07-28T06:16:16.122Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T06:16:16.122Z] ---> Running in fb0a49248964 [2020-07-28T06:16:16.122Z] Removing intermediate container 6309f12c616f [2020-07-28T06:16:16.122Z] ---> e665a2ce2cbd [2020-07-28T06:16:16.122Z] Step 20/20 : LABEL version=0.0.0 [2020-07-28T06:16:16.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:16.122Z] ---> Running in 823dc11e098f [2020-07-28T06:16:16.385Z] ---> Running in 3dacc7cc7648 [2020-07-28T06:16:16.385Z] Removing intermediate container 62e24ea0e9a0 [2020-07-28T06:16:16.385Z] ---> a892d545a528 [2020-07-28T06:16:16.385Z] [2020-07-28T06:16:16.385Z] Removing intermediate container fb0a49248964 [2020-07-28T06:16:16.385Z] ---> 8c3c8910a292 [2020-07-28T06:16:16.385Z] Step 29/29 : LABEL version=0.0.0 [2020-07-28T06:16:16.385Z] Successfully built a892d545a528 [2020-07-28T06:16:16.385Z] Successfully tagged docker-core-metadata-go:latest [2020-07-28T06:16:16.385Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-07-28T06:16:16.663Z] ---> Running in 2dacbc77707e [2020-07-28T06:16:16.663Z] Removing intermediate container 823dc11e098f [2020-07-28T06:16:16.663Z] ---> 6beeb6559ec0 [2020-07-28T06:16:16.663Z] Step 24/26 : LABEL arch=x86_64 [2020-07-28T06:16:16.663Z] Removing intermediate container 3dacc7cc7648 [2020-07-28T06:16:16.663Z] ---> 93c908410aa6 [2020-07-28T06:16:16.663Z] [2020-07-28T06:16:16.663Z] Successfully built 93c908410aa6 [2020-07-28T06:16:16.927Z] ---> Running in 7f8356a60523 [2020-07-28T06:16:16.927Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-28T06:16:16.927Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-07-28T06:16:16.927Z] Removing intermediate container 2dacbc77707e [2020-07-28T06:16:16.927Z] ---> a3bef0bbcde2 [2020-07-28T06:16:16.927Z] [2020-07-28T06:16:16.927Z] Successfully built a3bef0bbcde2 [2020-07-28T06:16:17.197Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-28T06:16:17.197Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-28T06:16:17.197Z] Removing intermediate container 7f8356a60523 [2020-07-28T06:16:17.197Z] ---> f7db4d9620f6 [2020-07-28T06:16:17.197Z] Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:16:17.197Z] ---> Running in 35b455c880ec [2020-07-28T06:16:17.197Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:16:17.197Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:16:17.197Z] OK: 12749 distinct packages available [2020-07-28T06:16:17.465Z] Removing intermediate container 35b455c880ec [2020-07-28T06:16:17.465Z] ---> a428eeb43b84 [2020-07-28T06:16:17.465Z] Step 26/26 : LABEL version=0.0.0 [2020-07-28T06:16:17.726Z] OK: 233 MiB in 51 packages [2020-07-28T06:16:17.726Z] ---> Running in bf07d6c6b15f [2020-07-28T06:16:21.053Z] Removing intermediate container bf07d6c6b15f [2020-07-28T06:16:21.053Z] ---> 17605015a2e3 [2020-07-28T06:16:21.053Z] [2020-07-28T06:16:21.626Z] Successfully built 17605015a2e3 [2020-07-28T06:16:23.542Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-28T06:16:23.542Z] Building docker-support-logging-go [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-28T06:16:25.175Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-28T06:16:25.175Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-28T06:16:26.614Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-28T06:16:27.756Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d8cb93f9d790 [2020-07-28T06:16:27.756Z] ---> 4e14052c2028 [2020-07-28T06:16:27.756Z] Step 6/22 : COPY go.mod . [2020-07-28T06:16:27.756Z] ---> 4adced4035d7 [2020-07-28T06:16:27.756Z] Step 7/22 : RUN go mod download [2020-07-28T06:16:28.022Z] ---> Running in 6f570a278f41 [2020-07-28T06:16:28.059Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-28T06:16:28.059Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-28T06:16:28.059Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-28T06:16:28.059Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-28T06:16:36.420Z] Removing intermediate container 6f570a278f41 [2020-07-28T06:16:36.420Z] ---> 18b9542ebcb6 [2020-07-28T06:16:36.420Z] Step 8/22 : COPY . . [2020-07-28T06:16:38.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 46.6% of statements [2020-07-28T06:16:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-28T06:16:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-28T06:16:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-28T06:16:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-28T06:16:38.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-28T06:16:40.658Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:16:40.658Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:16:40.658Z] ---> b572bcfe33e8 [2020-07-28T06:16:40.658Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T06:16:40.658Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:16:40.658Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:16:40.658Z] ---> b572bcfe33e8 [2020-07-28T06:16:40.658Z] Step 3/23 : WORKDIR /edgex-go [2020-07-28T06:16:40.658Z] ---> Using cache [2020-07-28T06:16:40.658Z] ---> 01dd025548bd [2020-07-28T06:16:40.658Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:16:40.658Z] ---> Using cache [2020-07-28T06:16:40.658Z] ---> 01dd025548bd [2020-07-28T06:16:40.658Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:16:40.658Z] ---> Using cache [2020-07-28T06:16:40.658Z] ---> 6d6806aa4208 [2020-07-28T06:16:40.658Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T06:16:40.658Z] ---> Using cache [2020-07-28T06:16:40.658Z] ---> 6d6806aa4208 [2020-07-28T06:16:40.658Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-28T06:16:40.658Z] ---> Using cache [2020-07-28T06:16:40.658Z] ---> fbdc9815fef6 [2020-07-28T06:16:40.659Z] Step 6/21 : COPY go.mod . [2020-07-28T06:16:40.659Z] ---> Using cache [2020-07-28T06:16:40.659Z] ---> 76533d31ce12 [2020-07-28T06:16:40.659Z] Step 7/21 : RUN go mod download [2020-07-28T06:16:40.659Z] ---> Using cache [2020-07-28T06:16:40.659Z] ---> aab21555b432 [2020-07-28T06:16:40.659Z] Step 8/21 : COPY . . [2020-07-28T06:16:40.659Z] ---> Using cache [2020-07-28T06:16:40.659Z] ---> 20352ee30fd6 [2020-07-28T06:16:40.659Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-28T06:16:43.216Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:16:43.216Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:16:43.216Z] ---> b572bcfe33e8 [2020-07-28T06:16:43.216Z] Step 3/26 : WORKDIR /edgex-go [2020-07-28T06:16:43.216Z] ---> Using cache [2020-07-28T06:16:43.216Z] ---> 01dd025548bd [2020-07-28T06:16:43.216Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:16:43.216Z] ---> Using cache [2020-07-28T06:16:43.216Z] ---> 6d6806aa4208 [2020-07-28T06:16:43.216Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-28T06:16:44.612Z] ---> Running in 8bcaa1ab03bb [2020-07-28T06:16:44.612Z] ---> Running in 6e0e5562ff41 [2020-07-28T06:16:44.612Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:16:44.612Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:16:44.612Z] ---> b572bcfe33e8 [2020-07-28T06:16:44.612Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T06:16:44.612Z] ---> Using cache [2020-07-28T06:16:44.612Z] ---> 01dd025548bd [2020-07-28T06:16:44.612Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:16:44.612Z] ---> Using cache [2020-07-28T06:16:44.612Z] ---> 6d6806aa4208 [2020-07-28T06:16:44.612Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-28T06:16:44.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.142s coverage: 27.4% of statements [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-28T06:16:44.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-28T06:16:44.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-07-28T06:16:44.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-28T06:16:45.556Z] ---> Running in 8f8970b61d84 [2020-07-28T06:16:46.130Z] ---> Running in abfdd1b2e849 [2020-07-28T06:16:48.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:48.078Z] 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-28T06:16:48.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:48.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:48.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.257s coverage: 28.6% of statements [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-28T06:16:48.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-28T06:16:48.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-28T06:16:48.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 89.8% of statements [2020-07-28T06:16:48.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-28T06:16:49.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:49.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:49.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:16:49.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2020-07-28T06:16:49.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-28T06:16:50.008Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:16:50.008Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:16:50.008Z] OK: 12749 distinct packages available [2020-07-28T06:16:50.279Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:16:50.279Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:16:50.279Z] OK: 12749 distinct packages available [2020-07-28T06:16:50.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 100.0% of statements [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-28T06:16:50.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-28T06:16:50.477Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2020-07-28T06:16:50.567Z] OK: 233 MiB in 51 packages [2020-07-28T06:16:50.568Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:16:50.568Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:16:50.568Z] OK: 12749 distinct packages available [2020-07-28T06:16:50.877Z] OK: 233 MiB in 51 packages [2020-07-28T06:16:51.157Z] OK: 233 MiB in 51 packages [2020-07-28T06:16:51.419Z] OK: 233 MiB in 51 packages [2020-07-28T06:16:52.839Z] Removing intermediate container 8f8970b61d84 [2020-07-28T06:16:52.839Z] ---> 7bd65eb218ab [2020-07-28T06:16:52.839Z] Step 6/26 : COPY go.mod . [2020-07-28T06:16:52.839Z] Removing intermediate container 8bcaa1ab03bb [2020-07-28T06:16:52.839Z] ---> f0251d00785a [2020-07-28T06:16:52.839Z] Step 6/23 : COPY go.mod . [2020-07-28T06:16:53.437Z] Removing intermediate container abfdd1b2e849 [2020-07-28T06:16:53.437Z] ---> 134b206510ea [2020-07-28T06:16:53.437Z] Step 6/21 : COPY go.mod . [2020-07-28T06:16:54.046Z] ---> 84571a2fa15b [2020-07-28T06:16:54.046Z] Step 7/26 : RUN go mod download [2020-07-28T06:16:54.046Z] ---> 52eb8bb512b4 [2020-07-28T06:16:54.046Z] Step 7/23 : RUN go mod download [2020-07-28T06:16:54.046Z] ---> Running in 0ee375751ab2 [2020-07-28T06:16:54.326Z] ---> 7589c4c5c86d [2020-07-28T06:16:54.326Z] Step 7/21 : RUN go mod download [2020-07-28T06:16:54.326Z] ---> Running in 3571425dd0c4 [2020-07-28T06:16:54.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements [2020-07-28T06:16:54.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-28T06:16:54.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-28T06:16:54.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-07-28T06:16:54.805Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.352s coverage: 55.9% of statements [2020-07-28T06:16:54.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-28T06:16:54.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-28T06:16:54.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-28T06:16:54.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-28T06:16:54.905Z] ---> Running in baae21d2bce0 [2020-07-28T06:16:59.204Z] ---> 4793088c5f93 [2020-07-28T06:16:59.204Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-28T06:16:59.204Z] Removing intermediate container 3571425dd0c4 [2020-07-28T06:16:59.204Z] ---> e35c2886cb6e [2020-07-28T06:16:59.204Z] Step 8/23 : COPY . . [2020-07-28T06:16:59.204Z] ---> Running in 67f0ad030561 [2020-07-28T06:16:59.204Z] Removing intermediate container baae21d2bce0 [2020-07-28T06:16:59.204Z] ---> 8dca4e0a54e1 [2020-07-28T06:16:59.204Z] Step 8/21 : COPY . . [2020-07-28T06:16:59.479Z] Removing intermediate container 0ee375751ab2 [2020-07-28T06:16:59.479Z] ---> 0aa28704ca1f [2020-07-28T06:16:59.479Z] Step 8/26 : COPY . . [2020-07-28T06:17:02.859Z] 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-28T06:17:17.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.357s coverage: 86.3% of statements [2020-07-28T06:17:17.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.848s coverage: 72.2% of statements [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.403s coverage: 72.1% of statements [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.073s coverage: 82.4% of statements [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 26.9% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.1% of statements [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.025s coverage: 43.1% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 46.1% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-28T06:17:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.070s coverage: 100.0% of statements [2020-07-28T06:17:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-28T06:17:17.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2020-07-28T06:17:17.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-28T06:17:24.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.258s coverage: 29.1% of statements [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-28T06:17:24.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-28T06:17:24.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-28T06:17:24.355Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-07-28T06:17:24.355Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-28T06:17:24.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2020-07-28T06:17:24.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-28T06:17:24.645Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-28T06:17:24.645Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-28T06:17:24.645Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-28T06:17:25.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-07-28T06:17:25.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-28T06:17:25.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-28T06:17:25.529Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-07-28T06:17:26.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-07-28T06:17:28.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-28T06:17:28.656Z] GO111MODULE=on go vet ./... [2020-07-28T06:17:35.332Z] Removing intermediate container 6e0e5562ff41 [2020-07-28T06:17:35.332Z] ---> c01a84cbe4da [2020-07-28T06:17:35.332Z] [2020-07-28T06:17:35.332Z] Step 10/21 : FROM scratch [2020-07-28T06:17:35.332Z] ---> [2020-07-28T06:17:35.332Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:17:35.332Z] ---> 9069354290a8 [2020-07-28T06:17:35.332Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-28T06:17:35.332Z] ---> 2aeacfde95c0 [2020-07-28T06:17:35.332Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-28T06:17:35.332Z] ---> Using cache [2020-07-28T06:17:35.332Z] ---> 64166dafb9a7 [2020-07-28T06:17:35.332Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-28T06:17:35.332Z] ---> Running in 7aaedf1db5f7 [2020-07-28T06:17:35.332Z] ---> Running in a8ca8e8d4fd3 [2020-07-28T06:17:35.332Z] ---> 3e605c1422cc [2020-07-28T06:17:35.332Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-28T06:17:35.332Z] ---> Running in 1887f67c35f8 [2020-07-28T06:17:35.332Z] ---> Running in cd46426d87a2 [2020-07-28T06:17:35.332Z] Removing intermediate container 1887f67c35f8 [2020-07-28T06:17:35.332Z] ---> 68a7d7793da7 [2020-07-28T06:17:35.332Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T06:17:35.332Z] ---> Running in e696882d7b19 [2020-07-28T06:17:35.332Z] Removing intermediate container e696882d7b19 [2020-07-28T06:17:35.332Z] ---> 0a61db6337c0 [2020-07-28T06:17:35.332Z] Step 14/21 : WORKDIR / [2020-07-28T06:17:35.332Z] ---> Running in 108256d81743 [2020-07-28T06:17:35.332Z] 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-28T06:17:35.332Z] 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-28T06:17:35.332Z] 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-28T06:17:35.332Z] Removing intermediate container 108256d81743 [2020-07-28T06:17:35.332Z] ---> 433bf0090837 [2020-07-28T06:17:35.332Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-28T06:17:35.332Z] ---> fa90363ce2f1 [2020-07-28T06:17:35.332Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-28T06:17:35.913Z] ---> b2cfa31997b4 [2020-07-28T06:17:35.913Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-28T06:17:36.863Z] ---> 98c4c96fd028 [2020-07-28T06:17:36.863Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:17:37.127Z] ---> Running in cc0abbee322c [2020-07-28T06:17:39.050Z] Removing intermediate container cc0abbee322c [2020-07-28T06:17:39.050Z] ---> 9c085270429a [2020-07-28T06:17:39.050Z] Step 19/21 : LABEL arch=x86_64 [2020-07-28T06:17:39.640Z] ---> Running in 471a5037f8e6 [2020-07-28T06:17:40.593Z] Removing intermediate container 471a5037f8e6 [2020-07-28T06:17:40.593Z] ---> 4b1f9ede5fc2 [2020-07-28T06:17:40.593Z] Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:17:40.593Z] ---> Running in ff14221ce091 [2020-07-28T06:17:40.856Z] Removing intermediate container ff14221ce091 [2020-07-28T06:17:40.856Z] ---> 7e6b95de5a23 [2020-07-28T06:17:40.856Z] Step 21/21 : LABEL version=0.0.0 [2020-07-28T06:17:40.856Z] ---> Running in 059f91f107b1 [2020-07-28T06:17:41.437Z] Removing intermediate container 059f91f107b1 [2020-07-28T06:17:41.437Z] ---> df0efca1ff4a [2020-07-28T06:17:41.437Z] [2020-07-28T06:17:41.700Z] Successfully built df0efca1ff4a [2020-07-28T06:17:41.700Z] Successfully tagged docker-core-command-go:latest [2020-07-28T06:17:46.956Z] gofmt -l . [2020-07-28T06:17:46.956Z] [ "`gofmt -l .`" = "" ] [2020-07-28T06:17:47.041Z]  Building docker-core-command-go ... done Removing intermediate container 67f0ad030561 [2020-07-28T06:17:47.041Z] ---> 734a5fcd76b2 [2020-07-28T06:17:47.041Z] [2020-07-28T06:17:47.041Z] Step 10/22 : FROM alpine [2020-07-28T06:17:47.041Z] ---> a24bb4013296 [2020-07-28T06:17:47.041Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:17:47.041Z] ---> Running in cc44e492843c [2020-07-28T06:17:47.041Z] Removing intermediate container cc44e492843c [2020-07-28T06:17:47.041Z] ---> 4c6156aea196 [2020-07-28T06:17:47.041Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-28T06:17:47.041Z] ---> Running in 18b2a0a5a731 [2020-07-28T06:17:47.041Z] Removing intermediate container 18b2a0a5a731 [2020-07-28T06:17:47.041Z] ---> 43f55d71e1e1 [2020-07-28T06:17:47.041Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-28T06:17:47.306Z] ---> Running in e1d3cbafe566 [2020-07-28T06:17:47.576Z] Removing intermediate container e1d3cbafe566 [2020-07-28T06:17:47.576Z] ---> 20a44aa5380f [2020-07-28T06:17:47.576Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:17:47.576Z] ---> Running in 1f1e1d9d39ef [2020-07-28T06:17:49.568Z] ./bin/test-go-mod-tidy.sh [2020-07-28T06:17:49.637Z] Removing intermediate container 1f1e1d9d39ef [2020-07-28T06:17:49.637Z] ---> 2b1c158da26c [2020-07-28T06:17:49.637Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-28T06:17:49.637Z] ---> Running in 8d4107b514a3 [2020-07-28T06:17:49.840Z] ./bin/test-attribution-txt.sh [2020-07-28T06:17:50.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:17:50.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:17:52.412Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-28T06:17:52.412Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-28T06:17:52.412Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-28T06:17:52.995Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-28T06:17:53.213Z] docker run --rm --privileged \ [2020-07-28T06:17:53.213Z] -v /w/workspace/edgex-go/18:/raml-verification -w /raml-verification \ [2020-07-28T06:17:53.213Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-28T06:17:53.213Z] /scripts/raml-verify.sh [2020-07-28T06:17:53.213Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-28T06:17:53.213Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-28T06:17:53.213Z] 29e5d40040c1: Pulling fs layer [2020-07-28T06:17:53.213Z] 8c46fbeab2c7: Pulling fs layer [2020-07-28T06:17:53.213Z] 8ba552a4e5fe: Pulling fs layer [2020-07-28T06:17:53.213Z] 1fb62381901b: Pulling fs layer [2020-07-28T06:17:53.213Z] 147fb30a95d9: Pulling fs layer [2020-07-28T06:17:53.213Z] 3ccc99ad11dc: Pulling fs layer [2020-07-28T06:17:53.213Z] 1fb62381901b: Waiting [2020-07-28T06:17:53.213Z] 147fb30a95d9: Waiting [2020-07-28T06:17:53.213Z] 3ccc99ad11dc: Waiting [2020-07-28T06:17:53.213Z] 8ba552a4e5fe: Verifying Checksum [2020-07-28T06:17:53.213Z] 8ba552a4e5fe: Download complete [2020-07-28T06:17:53.213Z] 1fb62381901b: Verifying Checksum [2020-07-28T06:17:53.213Z] 1fb62381901b: Download complete [2020-07-28T06:17:53.213Z] 29e5d40040c1: Verifying Checksum [2020-07-28T06:17:53.213Z] 29e5d40040c1: Download complete [2020-07-28T06:17:53.213Z] 3ccc99ad11dc: Verifying Checksum [2020-07-28T06:17:53.213Z] 3ccc99ad11dc: Download complete [2020-07-28T06:17:53.213Z] 147fb30a95d9: Verifying Checksum [2020-07-28T06:17:53.213Z] 147fb30a95d9: Download complete [2020-07-28T06:17:53.260Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-28T06:17:53.260Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:17:53.260Z] OK: 8 MiB in 19 packages [2020-07-28T06:17:53.810Z] 29e5d40040c1: Pull complete [2020-07-28T06:17:54.081Z] 8c46fbeab2c7: Verifying Checksum [2020-07-28T06:17:54.081Z] 8c46fbeab2c7: Download complete [2020-07-28T06:17:55.835Z] Removing intermediate container 8d4107b514a3 [2020-07-28T06:17:55.835Z] ---> eaf71712951f [2020-07-28T06:17:55.835Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-28T06:17:55.835Z] ---> beced8d04bf9 [2020-07-28T06:17:55.835Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-28T06:17:58.662Z] 8c46fbeab2c7: Pull complete [2020-07-28T06:17:58.662Z] 8ba552a4e5fe: Pull complete [2020-07-28T06:17:58.953Z] 1fb62381901b: Pull complete [2020-07-28T06:17:59.167Z] ---> 47f256b278f8 [2020-07-28T06:17:59.167Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-28T06:17:59.167Z] Removing intermediate container cd46426d87a2 [2020-07-28T06:17:59.167Z] ---> 6c470e56506a [2020-07-28T06:17:59.167Z] [2020-07-28T06:17:59.167Z] Step 10/21 : FROM scratch [2020-07-28T06:17:59.167Z] ---> [2020-07-28T06:17:59.167Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T06:18:00.574Z] ---> Running in a63fd044e852 [2020-07-28T06:18:00.574Z] ---> f23b59155b80 [2020-07-28T06:18:00.574Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:18:00.574Z] Removing intermediate container a8ca8e8d4fd3 [2020-07-28T06:18:00.574Z] ---> 6cbd7f08db53 [2020-07-28T06:18:00.574Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-28T06:18:00.839Z] ---> Running in 22d592e54d44 [2020-07-28T06:18:00.839Z] Removing intermediate container a63fd044e852 [2020-07-28T06:18:00.839Z] ---> 3f9b28e96305 [2020-07-28T06:18:00.839Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-28T06:18:00.839Z] ---> Running in ce923b658156 [2020-07-28T06:18:00.839Z] ---> Running in b40884340850 [2020-07-28T06:18:01.414Z] Removing intermediate container 22d592e54d44 [2020-07-28T06:18:01.414Z] ---> 513cdaacc26b [2020-07-28T06:18:01.414Z] Step 20/22 : LABEL arch=x86_64 [2020-07-28T06:18:03.257Z] 147fb30a95d9: Pull complete [2020-07-28T06:18:03.257Z] 3ccc99ad11dc: Pull complete [2020-07-28T06:18:03.257Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-28T06:18:03.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-28T06:18:05.639Z] 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-28T06:18:05.639Z] Removing intermediate container b40884340850 [2020-07-28T06:18:05.639Z] ---> 1bed76f78a84 [2020-07-28T06:18:05.639Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T06:18:05.639Z] ---> Running in b2cd0090d00c [2020-07-28T06:18:05.639Z] ---> Running in e80862435aca [2020-07-28T06:18:05.639Z] Removing intermediate container 7aaedf1db5f7 [2020-07-28T06:18:05.639Z] ---> 7c3e8a114d42 [2020-07-28T06:18:05.639Z] [2020-07-28T06:18:05.639Z] Step 10/23 : FROM scratch [2020-07-28T06:18:05.639Z] ---> [2020-07-28T06:18:05.639Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T06:18:05.639Z] ---> Using cache [2020-07-28T06:18:05.639Z] ---> 3f9b28e96305 [2020-07-28T06:18:05.639Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-28T06:18:05.639Z] Removing intermediate container b2cd0090d00c [2020-07-28T06:18:05.639Z] ---> b85a78f58f40 [2020-07-28T06:18:05.639Z] Step 21/22 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:18:05.639Z] Removing intermediate container e80862435aca [2020-07-28T06:18:05.639Z] ---> 09093ce6cce8 [2020-07-28T06:18:05.639Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-28T06:18:05.639Z] ---> Running in 7076f36e2035 [2020-07-28T06:18:05.860Z] Verifying ./api/raml/core-command.raml... [2020-07-28T06:18:05.900Z] ---> Running in c416661b3cf7 [2020-07-28T06:18:05.901Z] Removing intermediate container 7076f36e2035 [2020-07-28T06:18:05.901Z] ---> a78470bb61d6 [2020-07-28T06:18:05.901Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T06:18:06.162Z] ---> bbdf1a050213 [2020-07-28T06:18:06.162Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-28T06:18:06.162Z] Removing intermediate container c416661b3cf7 [2020-07-28T06:18:06.162Z] ---> ff638326362a [2020-07-28T06:18:06.162Z] Step 22/22 : LABEL version=0.0.0 [2020-07-28T06:18:06.162Z] ---> Running in f93d431c13dc [2020-07-28T06:18:06.427Z] ---> Running in 659a5175bd69 [2020-07-28T06:18:06.427Z] Removing intermediate container f93d431c13dc [2020-07-28T06:18:06.427Z] ---> c6c0e1d275f0 [2020-07-28T06:18:06.427Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-28T06:18:06.688Z] ---> 1354ec08c30e [2020-07-28T06:18:06.688Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-28T06:18:06.688Z] Removing intermediate container 659a5175bd69 [2020-07-28T06:18:06.688Z] ---> f7b37e61174b [2020-07-28T06:18:06.688Z] [2020-07-28T06:18:06.688Z] Successfully built f7b37e61174b [2020-07-28T06:18:06.688Z] Removing intermediate container ce923b658156 [2020-07-28T06:18:06.688Z] ---> 37354e37effe [2020-07-28T06:18:06.688Z] [2020-07-28T06:18:06.688Z] Step 11/26 : FROM docker:latest [2020-07-28T06:18:06.949Z] Successfully tagged docker-core-data-go:latest [2020-07-28T06:18:06.949Z]  Building docker-core-data-go ... done  ---> 81f5749c9058 [2020-07-28T06:18:06.949Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-28T06:18:06.949Z] ---> 0e6453e23875 [2020-07-28T06:18:06.949Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-28T06:18:06.949Z] ---> Running in 62e1ad002ee8 [2020-07-28T06:18:07.525Z] ---> 7cbce9e4f320 [2020-07-28T06:18:07.525Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-28T06:18:07.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:18:07.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:18:07.787Z] (1/2) Installing readline (8.0.4-r0) [2020-07-28T06:18:07.787Z] (2/2) Installing bash (5.0.17-r0) [2020-07-28T06:18:07.787Z] Executing bash-5.0.17-r0.post-install [2020-07-28T06:18:07.787Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:18:07.787Z] OK: 12 MiB in 22 packages [2020-07-28T06:18:08.052Z] ---> 169ed8ecf5ac [2020-07-28T06:18:08.052Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-28T06:18:08.052Z] ---> d949da44ed27 [2020-07-28T06:18:08.052Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:18:08.313Z] ---> Running in 4dd2580adb3d [2020-07-28T06:18:08.574Z] Removing intermediate container 4dd2580adb3d [2020-07-28T06:18:08.574Z] ---> af5305433713 [2020-07-28T06:18:08.574Z] Step 19/21 : LABEL arch=x86_64 [2020-07-28T06:18:08.574Z] ---> Running in c4eddc3c2e49 [2020-07-28T06:18:08.836Z] Removing intermediate container 62e1ad002ee8 [2020-07-28T06:18:08.836Z] ---> b30918709f51 [2020-07-28T06:18:08.836Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-28T06:18:08.836Z] ---> 044c87e817de [2020-07-28T06:18:08.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-28T06:18:08.836Z] ---> Running in 0b8f980560b0 [2020-07-28T06:18:09.103Z] Removing intermediate container c4eddc3c2e49 [2020-07-28T06:18:09.103Z] ---> c15e859b4ac8 [2020-07-28T06:18:09.103Z] Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:18:09.103Z] ---> Running in 4fbe1250a6d9 [2020-07-28T06:18:09.103Z] ---> d5ea4d6f5333 [2020-07-28T06:18:09.103Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-28T06:18:09.230Z] OK [2020-07-28T06:18:09.230Z] Verifying ./api/raml/core-metadata.raml... [2020-07-28T06:18:09.376Z] Removing intermediate container 4fbe1250a6d9 [2020-07-28T06:18:09.376Z] ---> be223cc5f6b8 [2020-07-28T06:18:09.376Z] Step 21/21 : LABEL version=0.0.0 [2020-07-28T06:18:09.376Z] ---> Running in 3b489da5cd0f [2020-07-28T06:18:09.636Z] Removing intermediate container 3b489da5cd0f [2020-07-28T06:18:09.636Z] ---> 2b8376a295f4 [2020-07-28T06:18:09.636Z] [2020-07-28T06:18:10.578Z] Successfully built 2b8376a295f4 [2020-07-28T06:18:10.578Z] Successfully tagged docker-support-logging-go:latest [2020-07-28T06:18:10.578Z]  Building docker-support-logging-go ... done  ---> 6e7f4de88036 [2020-07-28T06:18:10.578Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-28T06:18:10.839Z] Removing intermediate container 0b8f980560b0 [2020-07-28T06:18:10.839Z] ---> 26d8a0df569b [2020-07-28T06:18:10.839Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-28T06:18:10.839Z] ---> Running in 9e005c5542ec [2020-07-28T06:18:10.839Z] ---> 78d464f43ace [2020-07-28T06:18:10.839Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:18:11.101Z] ---> Running in 44753e64934f [2020-07-28T06:18:11.101Z] Removing intermediate container 9e005c5542ec [2020-07-28T06:18:11.101Z] ---> af38d4fec7ed [2020-07-28T06:18:11.101Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-28T06:18:11.101Z] ---> Running in 7d471ce09d48 [2020-07-28T06:18:11.101Z] Removing intermediate container 44753e64934f [2020-07-28T06:18:11.101Z] ---> 1246d4d60af3 [2020-07-28T06:18:11.101Z] Step 21/23 : LABEL arch=x86_64 [2020-07-28T06:18:11.371Z] ---> Running in 70f12cf6b59b [2020-07-28T06:18:11.371Z] Removing intermediate container 7d471ce09d48 [2020-07-28T06:18:11.371Z] ---> e40bd706ddbc [2020-07-28T06:18:11.371Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-28T06:18:11.371Z] ---> Running in 07824440d99c [2020-07-28T06:18:11.371Z] Removing intermediate container 70f12cf6b59b [2020-07-28T06:18:11.371Z] ---> ab1799a6a370 [2020-07-28T06:18:11.371Z] Step 22/23 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:18:11.634Z] ---> Running in 2229331caecd [2020-07-28T06:18:11.634Z] Removing intermediate container 07824440d99c [2020-07-28T06:18:11.634Z] ---> f94159f34938 [2020-07-28T06:18:11.634Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-28T06:18:11.634Z] Removing intermediate container 2229331caecd [2020-07-28T06:18:11.634Z] ---> 247a0000f786 [2020-07-28T06:18:11.634Z] Step 23/23 : LABEL version=0.0.0 [2020-07-28T06:18:11.895Z] ---> Running in c0abd0a8ec18 [2020-07-28T06:18:12.156Z] Removing intermediate container c0abd0a8ec18 [2020-07-28T06:18:12.156Z] ---> 29784284cfd2 [2020-07-28T06:18:12.156Z] [2020-07-28T06:18:12.156Z] Successfully built 29784284cfd2 [2020-07-28T06:18:12.417Z] Successfully tagged docker-support-notifications-go:latest [2020-07-28T06:18:12.417Z]  Building docker-support-notifications-go ... done  ---> f5588b4c5338 [2020-07-28T06:18:12.417Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-28T06:18:12.677Z] ---> e5d832fe6a1e [2020-07-28T06:18:12.677Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-28T06:18:12.937Z] ---> 6de55561c9d9 [2020-07-28T06:18:12.937Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-28T06:18:12.937Z] ---> Running in d785102a8aa5 [2020-07-28T06:18:13.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:18:13.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:18:13.509Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-28T06:18:13.509Z] (2/33) Installing expat (2.2.9-r1) [2020-07-28T06:18:13.509Z] (3/33) Installing libffi (3.3-r2) [2020-07-28T06:18:13.509Z] (4/33) Installing gdbm (1.13-r1) [2020-07-28T06:18:13.509Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-28T06:18:13.509Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-28T06:18:13.770Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-28T06:18:14.751Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-28T06:18:14.751Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-28T06:18:14.751Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-28T06:18:14.751Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-28T06:18:14.751Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-28T06:18:14.751Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-28T06:18:14.751Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-28T06:18:14.751Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-28T06:18:14.751Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-28T06:18:14.751Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-28T06:18:14.751Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-28T06:18:14.751Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-28T06:18:15.011Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-28T06:18:15.011Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-28T06:18:15.011Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-28T06:18:15.011Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-28T06:18:15.011Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-28T06:18:15.011Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-28T06:18:15.011Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-28T06:18:15.011Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-28T06:18:15.011Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-28T06:18:15.011Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-28T06:18:15.011Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-28T06:18:15.011Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-28T06:18:15.011Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-28T06:18:15.011Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-28T06:18:15.011Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:18:15.271Z] OK: 71 MiB in 55 packages [2020-07-28T06:18:15.908Z] OK [2020-07-28T06:18:15.908Z] Verifying ./api/raml/support-logging.raml... [2020-07-28T06:18:18.511Z] OK [2020-07-28T06:18:18.511Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-28T06:18:21.883Z] OK [2020-07-28T06:18:21.883Z] Verifying ./api/raml/core-data.raml... [2020-07-28T06:18:25.300Z] Removing intermediate container d785102a8aa5 [2020-07-28T06:18:25.300Z] ---> 04d980d6d451 [2020-07-28T06:18:25.300Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-28T06:18:25.300Z] ---> Running in acbb57d447bc [2020-07-28T06:18:25.561Z] Collecting docker-compose==1.23.2 [2020-07-28T06:18:25.561Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-28T06:18:25.821Z] Collecting docopt<0.7,>=0.6.1 [2020-07-28T06:18:25.821Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-28T06:18:26.177Z] OK [2020-07-28T06:18:26.177Z] Verifying ./api/raml/support-notifications.raml... [2020-07-28T06:18:26.392Z] Collecting docker<4.0,>=3.6.0 [2020-07-28T06:18:26.392Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-28T06:18:26.652Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-28T06:18:26.652Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-28T06:18:26.915Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-28T06:18:26.915Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-28T06:18:26.915Z] Collecting cached-property<2,>=1.2.0 [2020-07-28T06:18:26.915Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-28T06:18:26.915Z] 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-28T06:18:26.915Z] Collecting jsonschema<3,>=2.5.1 [2020-07-28T06:18:26.915Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-28T06:18:27.175Z] Collecting texttable<0.10,>=0.9.0 [2020-07-28T06:18:27.175Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-28T06:18:27.749Z] Collecting PyYAML<4,>=3.10 [2020-07-28T06:18:27.749Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-28T06:18:28.321Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-28T06:18:28.321Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-28T06:18:28.892Z] Collecting docker-pycreds>=0.4.0 [2020-07-28T06:18:28.892Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-28T06:18:28.892Z] 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-28T06:18:28.892Z] Collecting idna<2.8,>=2.5 [2020-07-28T06:18:28.892Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-28T06:18:29.152Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-28T06:18:29.152Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-28T06:18:29.152Z] 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-28T06:18:29.152Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-28T06:18:29.152Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-28T06:18:29.152Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-28T06:18:29.152Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-28T06:18:29.153Z] Installing collected packages: docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, jsonschema, texttable, PyYAML, dockerpty, docker-compose [2020-07-28T06:18:29.153Z] Running setup.py install for docopt: started [2020-07-28T06:18:29.724Z] Running setup.py install for docopt: finished with status 'done' [2020-07-28T06:18:29.724Z] Attempting uninstall: idna [2020-07-28T06:18:29.724Z] Found existing installation: idna 2.9 [2020-07-28T06:18:29.724Z] Uninstalling idna-2.9: [2020-07-28T06:18:29.724Z] Successfully uninstalled idna-2.9 [2020-07-28T06:18:29.984Z] Attempting uninstall: urllib3 [2020-07-28T06:18:29.984Z] Found existing installation: urllib3 1.25.9 [2020-07-28T06:18:29.984Z] Uninstalling urllib3-1.25.9: [2020-07-28T06:18:29.984Z] Successfully uninstalled urllib3-1.25.9 [2020-07-28T06:18:30.243Z] Attempting uninstall: requests [2020-07-28T06:18:30.244Z] Found existing installation: requests 2.23.0 [2020-07-28T06:18:30.244Z] Uninstalling requests-2.23.0: [2020-07-28T06:18:30.244Z] Successfully uninstalled requests-2.23.0 [2020-07-28T06:18:30.458Z] OK [2020-07-28T06:18:30.458Z] Verifying ./api/raml/system-agent.raml... [2020-07-28T06:18:30.813Z] Running setup.py install for texttable: started [2020-07-28T06:18:31.073Z] Running setup.py install for texttable: finished with status 'done' [2020-07-28T06:18:31.073Z] Running setup.py install for PyYAML: started [2020-07-28T06:18:31.644Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-28T06:18:31.644Z] Running setup.py install for dockerpty: started [2020-07-28T06:18:32.214Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-28T06:18:32.214Z] 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-28T06:18:32.426Z] OK [Pipeline] sh [2020-07-28T06:18:33.678Z] + ls -al . [2020-07-28T06:18:33.678Z] total 588 [2020-07-28T06:18:33.678Z] drwxrwxr-x 10 1001 1001 4096 Jul 28 06:17 . [2020-07-28T06:18:33.678Z] drwxr-xr-x 4 root root 4096 Jul 28 06:15 .. [2020-07-28T06:18:33.678Z] -rw-rw-r-- 1 1001 1001 11 Jul 28 06:13 .dockerignore [2020-07-28T06:18:33.678Z] drwxrwxr-x 8 1001 1001 4096 Jul 28 06:13 .git [2020-07-28T06:18:33.679Z] drwxrwxr-x 3 1001 1001 4096 Jul 28 06:13 .github [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 924 Jul 28 06:13 .gitignore [2020-07-28T06:18:33.679Z] drwxrwxr-x 3 1001 1001 4096 Jul 28 06:13 .semver [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 178 Jul 28 06:13 .sonarcloud.properties [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 3804 Jul 28 06:13 CONTRIBUTING.md [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 1035 Jul 28 06:13 Dockerfile.build [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 824 Jul 28 06:13 Jenkinsfile [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 10775 Jul 28 06:13 LICENSE [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 6417 Jul 28 06:13 Makefile [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 5652 Jul 28 06:13 README.md [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 7111 Jul 28 06:13 SECURITY.md [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 5 Jul 28 06:10 VERSION [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 4131 Jul 28 06:13 ZMQWindows.md [2020-07-28T06:18:33.679Z] drwxrwxr-x 4 1001 1001 4096 Jul 28 06:13 api [2020-07-28T06:18:33.679Z] drwxrwxr-x 2 1001 1001 4096 Jul 28 06:13 bin [2020-07-28T06:18:33.679Z] drwxrwxr-x 15 1001 1001 4096 Jul 28 06:13 cmd [2020-07-28T06:18:33.679Z] -rw-r--r-- 1 root root 455496 Jul 28 06:17 coverage.out [2020-07-28T06:18:33.679Z] -rw-r--r-- 1 root root 1019 Jul 28 06:17 go.mod [2020-07-28T06:18:33.679Z] -rw-r--r-- 1 root root 18146 Jul 28 06:17 go.sum [2020-07-28T06:18:33.679Z] drwxrwxr-x 8 1001 1001 4096 Jul 28 06:13 internal [2020-07-28T06:18:33.679Z] drwxrwxr-x 4 1001 1001 4096 Jul 28 06:13 snap [2020-07-28T06:18:33.679Z] -rw-rw-r-- 1 1001 1001 168 Jul 28 06:13 version.go [Pipeline] sh [2020-07-28T06:18:34.333Z] + '[' -e coverage.out ] [2020-07-28T06:18:34.333Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-28T06:18:34.393Z] Warning: overwriting stash ‘coverage-report’ [2020-07-28T06:18:35.569Z] Stashed 1 file(s) [Pipeline] sh [2020-07-28T06:18:36.256Z] + make build [2020-07-28T06:18:36.256Z] 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-28T06:18:36.495Z] Removing intermediate container acbb57d447bc [2020-07-28T06:18:36.495Z] ---> 921bbbce4d84 [2020-07-28T06:18:36.495Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-28T06:18:36.495Z] ---> Running in ff237259c41a [2020-07-28T06:18:37.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-28T06:18:37.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-28T06:18:37.338Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T06:18:37.338Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-28T06:18:37.338Z] (3/3) Installing curl (7.69.1-r0) [2020-07-28T06:18:37.338Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:18:37.338Z] OK: 72 MiB in 58 packages [2020-07-28T06:18:37.915Z] Removing intermediate container ff237259c41a [2020-07-28T06:18:37.915Z] ---> fa9e575dca8a [2020-07-28T06:18:37.915Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:18:37.915Z] ---> Running in 43253e5b0075 [2020-07-28T06:18:37.915Z] Removing intermediate container 43253e5b0075 [2020-07-28T06:18:37.915Z] ---> 5e28e2d230b9 [2020-07-28T06:18:37.915Z] Step 24/26 : LABEL arch=x86_64 [2020-07-28T06:18:38.176Z] ---> Running in 687e01c6c7e7 [2020-07-28T06:18:38.177Z] Removing intermediate container 687e01c6c7e7 [2020-07-28T06:18:38.177Z] ---> bcc241b709fb [2020-07-28T06:18:38.177Z] Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:18:38.177Z] ---> Running in 336aacad3afd [2020-07-28T06:18:38.438Z] Removing intermediate container 336aacad3afd [2020-07-28T06:18:38.438Z] ---> b6d11dabf2ea [2020-07-28T06:18:38.438Z] Step 26/26 : LABEL version=0.0.0 [2020-07-28T06:18:38.438Z] ---> Running in b43c0320a980 [2020-07-28T06:18:38.699Z] Removing intermediate container b43c0320a980 [2020-07-28T06:18:38.699Z] ---> 3a3afadc38fd [2020-07-28T06:18:38.699Z] [2020-07-28T06:18:38.699Z] Successfully built 3a3afadc38fd [2020-07-28T06:18:38.699Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-28T06:18:38.979Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-28T06:18:38.994Z] $ docker stop --time=1 e246b198c259fb2d9e031f53522a18b810f13e13809a4953e42a9dfcafe1e8a1 [2020-07-28T06:18:40.567Z] $ docker rm -f e246b198c259fb2d9e031f53522a18b810f13e13809a4953e42a9dfcafe1e8a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T06:18:41.048Z] + docker images [2020-07-28T06:18:41.048Z] + grep docker [2020-07-28T06:18:41.048Z] docker-sys-mgmt-agent-go latest 3a3afadc38fd 2 seconds ago 284MB [2020-07-28T06:18:41.048Z] docker-support-notifications-go latest 29784284cfd2 29 seconds ago 14.4MB [2020-07-28T06:18:41.048Z] docker-support-logging-go latest 2b8376a295f4 31 seconds ago 11.8MB [2020-07-28T06:18:41.048Z] docker-core-data-go latest f7b37e61174b 34 seconds ago 23.8MB [2020-07-28T06:18:41.048Z] docker-core-command-go latest df0efca1ff4a 59 seconds ago 13MB [2020-07-28T06:18:41.048Z] docker-security-secretstore-setup-go latest 17605015a2e3 2 minutes ago 33.9MB [2020-07-28T06:18:41.048Z] docker-security-secrets-setup-go latest a3bef0bbcde2 2 minutes ago 25.1MB [2020-07-28T06:18:41.048Z] docker-security-proxy-setup-go latest 93c908410aa6 2 minutes ago 16.4MB [2020-07-28T06:18:41.048Z] docker-core-metadata-go latest a892d545a528 2 minutes ago 14.4MB [2020-07-28T06:18:41.048Z] docker-support-scheduler-go latest db99cd21878c 2 minutes ago 13.1MB [2020-07-28T06:18:41.048Z] docker latest 81f5749c9058 4 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-28T06:18:54.589Z] 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-28T06:19:04.725Z] 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-28T06:19:10.107Z] 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-28T06:19:14.402Z] 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-28T06:19:19.792Z] 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-28T06:19:21.219Z] 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-28T06:19:26.608Z] 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-28T06:19:31.998Z] 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-28T06:19:36.324Z] 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-28T06:19:41.713Z] 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-28T06:19:47.109Z] 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-28T06:19:51.406Z] 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-28T06:19:54.816Z] $ docker stop --time=1 aa050cf5eecc72dfbf86e5d238ba18eaf958fbaa2a05b318055c635e06eb5b15 [2020-07-28T06:19:57.383Z] $ docker rm -f aa050cf5eecc72dfbf86e5d238ba18eaf958fbaa2a05b318055c635e06eb5b15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:19:59.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T06:19:59.383Z] [2020-07-28T06:19:59.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:19:59.764Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T06:19:59.764Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-28T06:19:59.764Z] 29e5d40040c1: Already exists [2020-07-28T06:20:00.038Z] 1ce36da41761: Pulling fs layer [2020-07-28T06:20:00.038Z] 25b303627fd3: Pulling fs layer [2020-07-28T06:20:00.633Z] 1ce36da41761: Verifying Checksum [2020-07-28T06:20:00.633Z] 1ce36da41761: Download complete [2020-07-28T06:20:01.605Z] 1ce36da41761: Pull complete [2020-07-28T06:20:01.878Z] 25b303627fd3: Verifying Checksum [2020-07-28T06:20:01.878Z] 25b303627fd3: Download complete [2020-07-28T06:20:12.008Z] 25b303627fd3: Pull complete [2020-07-28T06:20:12.008Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-28T06:20:12.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T06:20:12.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-28T06:20:12.277Z] prd-ubuntu18.04-docker-arm64-4c-16g-1219 does not seem to be running inside a container [2020-07-28T06:20:12.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-28T06:20:16.298Z] $ docker top bd994d9b39f9289bcc444fed624fc7bbc33cb25222c949763d58904b8693bbf6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T06:20:17.715Z] + + grepdocker-compose parallel build [2020-07-28T06:20:17.715Z] --help [2020-07-28T06:20:21.992Z] --parallel Build images in parallel. [Pipeline] } [2020-07-28T06:20:22.024Z] $ docker stop --time=1 bd994d9b39f9289bcc444fed624fc7bbc33cb25222c949763d58904b8693bbf6 [2020-07-28T06:20:23.985Z] $ docker rm -f bd994d9b39f9289bcc444fed624fc7bbc33cb25222c949763d58904b8693bbf6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:20:24.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-28T06:20:24.795Z] . [Pipeline] withDockerContainer [2020-07-28T06:20:25.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-1219 does not seem to be running inside a container [2020-07-28T06:20:25.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-28T06:20:26.545Z] $ docker top de5a8f236ba23597cd8579487761b2d411d28613f4cb3f5f3dcd4ddd02d0005b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-28T06:20:27.479Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-28T06:20:30.840Z] Building docker-core-command-go ... [2020-07-28T06:20:30.840Z] Building docker-core-data-go ... [2020-07-28T06:20:30.840Z] Building docker-core-metadata-go ... [2020-07-28T06:20:30.840Z] Building docker-security-proxy-setup-go ... [2020-07-28T06:20:30.840Z] Building docker-security-secrets-setup-go ... [2020-07-28T06:20:30.840Z] Building docker-security-secretstore-setup-go ... [2020-07-28T06:20:30.840Z] Building docker-support-logging-go ... [2020-07-28T06:20:30.840Z] Building docker-support-notifications-go ... [2020-07-28T06:20:30.840Z] Building docker-support-scheduler-go ... [2020-07-28T06:20:30.840Z] Building docker-sys-mgmt-agent-go ... [2020-07-28T06:20:30.840Z] Building docker-core-command-go [2020-07-28T06:20:30.840Z] Building docker-sys-mgmt-agent-go [2020-07-28T06:20:30.840Z] Building docker-support-notifications-go [2020-07-28T06:20:30.840Z] Building docker-support-logging-go [2020-07-28T06:20:30.840Z] Building docker-support-scheduler-go [2020-07-28T06:22:22.654Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:22:22.654Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:22:22.654Z] ---> a8ee3b08e7d5 [2020-07-28T06:22:22.654Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T06:22:22.654Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:22:22.654Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:22:22.654Z] ---> a8ee3b08e7d5 [2020-07-28T06:22:22.654Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T06:22:22.654Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:22:22.654Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:22:22.654Z] ---> a8ee3b08e7d5 [2020-07-28T06:22:22.654Z] Step 3/23 : WORKDIR /edgex-go [2020-07-28T06:22:22.654Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:22:22.654Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:22:22.654Z] ---> a8ee3b08e7d5 [2020-07-28T06:22:22.654Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T06:22:22.654Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:22:22.654Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:22:22.654Z] ---> a8ee3b08e7d5 [2020-07-28T06:22:22.654Z] Step 3/26 : WORKDIR /edgex-go [2020-07-28T06:22:22.654Z] ---> Running in 7f0cbaa93894 [2020-07-28T06:22:22.654Z] ---> Running in 00fb0904bacb [2020-07-28T06:22:22.654Z] ---> Running in 07f9a1e05680 [2020-07-28T06:22:22.654Z] ---> Running in e534da057b99 [2020-07-28T06:22:22.654Z] ---> Running in 1f4c239e674f [2020-07-28T06:22:22.927Z] Removing intermediate container 00fb0904bacb [2020-07-28T06:22:22.927Z] ---> 02e455d80e89 [2020-07-28T06:22:22.927Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:22:22.927Z] Removing intermediate container 07f9a1e05680 [2020-07-28T06:22:22.927Z] ---> bbacf4c910c4 [2020-07-28T06:22:22.927Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:22:22.927Z] Removing intermediate container 7f0cbaa93894 [2020-07-28T06:22:22.927Z] ---> 1554929268ee [2020-07-28T06:22:22.927Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:22:22.927Z] Removing intermediate container 1f4c239e674f [2020-07-28T06:22:22.927Z] ---> 1daa05d45c07 [2020-07-28T06:22:22.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:22:23.198Z] Removing intermediate container e534da057b99 [2020-07-28T06:22:23.198Z] ---> 31e64d79e095 [2020-07-28T06:22:23.198Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:22:23.198Z] ---> Running in 0c1b86280d14 [2020-07-28T06:22:23.198Z] ---> Running in fad988d2adc2 [2020-07-28T06:22:23.198Z] ---> Running in 78f5be048830 [2020-07-28T06:22:23.198Z] ---> Running in 699ecac7f885 [2020-07-28T06:22:23.198Z] ---> Running in 15bb83ec5cdf [2020-07-28T06:22:27.519Z] Removing intermediate container 0c1b86280d14 [2020-07-28T06:22:27.519Z] ---> 063ff563f87e [2020-07-28T06:22:27.519Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T06:22:27.519Z] ---> Running in e887ee79dd1d [2020-07-28T06:22:27.519Z] Removing intermediate container 78f5be048830 [2020-07-28T06:22:27.519Z] ---> f8f25e90f909 [2020-07-28T06:22:27.519Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-28T06:22:27.519Z] Removing intermediate container fad988d2adc2 [2020-07-28T06:22:27.519Z] ---> c211c6371882 [2020-07-28T06:22:27.519Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T06:22:27.803Z] ---> Running in adf50ffa39bd [2020-07-28T06:22:27.803Z] ---> Running in 83edf884e735 [2020-07-28T06:22:27.803Z] Removing intermediate container 699ecac7f885 [2020-07-28T06:22:27.803Z] ---> cab363433f67 [2020-07-28T06:22:27.803Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-28T06:22:27.803Z] Removing intermediate container 15bb83ec5cdf [2020-07-28T06:22:27.803Z] ---> 567da2c48a36 [2020-07-28T06:22:27.803Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-28T06:22:28.082Z] ---> Running in 47a1048d1240 [2020-07-28T06:22:28.082Z] ---> Running in 161c10e45ef9 [2020-07-28T06:22:29.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:30.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:30.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:30.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:30.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:30.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:30.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:31.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:31.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:31.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:22:31.514Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:22:31.514Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:22:31.514Z] OK: 12620 distinct packages available [2020-07-28T06:22:32.105Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:22:32.105Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:22:32.105Z] OK: 12620 distinct packages available [2020-07-28T06:22:32.377Z] OK: 217 MiB in 51 packages [2020-07-28T06:22:32.377Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:22:32.377Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:22:32.377Z] OK: 12620 distinct packages available [2020-07-28T06:22:32.650Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:22:32.650Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:22:32.650Z] OK: 12620 distinct packages available [2020-07-28T06:22:32.923Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:22:32.923Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:22:32.923Z] OK: 12620 distinct packages available [2020-07-28T06:22:33.195Z] OK: 217 MiB in 51 packages [2020-07-28T06:22:33.195Z] OK: 217 MiB in 51 packages [2020-07-28T06:22:33.471Z] OK: 217 MiB in 51 packages [2020-07-28T06:22:33.746Z] OK: 217 MiB in 51 packages [2020-07-28T06:22:34.343Z] OK: 217 MiB in 51 packages [2020-07-28T06:22:34.343Z] Removing intermediate container e887ee79dd1d [2020-07-28T06:22:34.343Z] ---> a43c14b5591d [2020-07-28T06:22:34.343Z] Step 6/21 : COPY go.mod . [2020-07-28T06:22:34.945Z] Removing intermediate container 83edf884e735 [2020-07-28T06:22:34.945Z] ---> 1be7ab1968af [2020-07-28T06:22:34.945Z] Step 6/20 : COPY go.mod . [2020-07-28T06:22:35.543Z] ---> 3b22892a759f [2020-07-28T06:22:35.543Z] Step 7/21 : RUN go mod download [2020-07-28T06:22:35.543Z] Removing intermediate container 47a1048d1240 [2020-07-28T06:22:35.543Z] ---> ca15d6519d90 [2020-07-28T06:22:35.543Z] Step 6/23 : COPY go.mod . [2020-07-28T06:22:35.543Z] Removing intermediate container 161c10e45ef9 [2020-07-28T06:22:35.543Z] ---> ce939441abed [2020-07-28T06:22:35.543Z] Step 6/26 : COPY go.mod . [2020-07-28T06:22:35.820Z] ---> 2d8362f6794f [2020-07-28T06:22:35.820Z] Step 7/20 : RUN go mod download [2020-07-28T06:22:35.820Z] ---> Running in cabc9cff873a [2020-07-28T06:22:36.101Z] Removing intermediate container adf50ffa39bd [2020-07-28T06:22:36.101Z] ---> 6e98c200c4bc [2020-07-28T06:22:36.101Z] Step 6/21 : COPY go.mod . [2020-07-28T06:22:36.101Z] ---> Running in 50b5bb77ba6f [2020-07-28T06:22:37.086Z] ---> bf317ef71949 [2020-07-28T06:22:37.086Z] Step 7/23 : RUN go mod download [2020-07-28T06:22:37.086Z] ---> 8cb54763caa7 [2020-07-28T06:22:37.086Z] Step 7/26 : RUN go mod download [2020-07-28T06:22:37.086Z] ---> Running in ec326dc4fd51 [2020-07-28T06:22:37.086Z] ---> Running in ad36a8b6a413 [2020-07-28T06:22:37.367Z] ---> 67a243ea2d65 [2020-07-28T06:22:37.367Z] Step 7/21 : RUN go mod download [2020-07-28T06:22:37.649Z] ---> Running in a386c3751611 [2020-07-28T06:22:40.284Z] Removing intermediate container cabc9cff873a [2020-07-28T06:22:40.284Z] ---> 60a02e72bf60 [2020-07-28T06:22:40.284Z] Step 8/21 : COPY . . [2020-07-28T06:22:40.560Z] Removing intermediate container 50b5bb77ba6f [2020-07-28T06:22:40.560Z] ---> dbe599dddf74 [2020-07-28T06:22:40.560Z] Step 8/20 : COPY . . [2020-07-28T06:22:47.273Z] Removing intermediate container ad36a8b6a413 [2020-07-28T06:22:47.273Z] ---> 34c80041030c [2020-07-28T06:22:47.273Z] Step 8/26 : COPY . . [2020-07-28T06:22:47.273Z] Removing intermediate container ec326dc4fd51 [2020-07-28T06:22:47.273Z] ---> e35e1d2ee405 [2020-07-28T06:22:47.273Z] Step 8/23 : COPY . . [2020-07-28T06:22:47.878Z] Removing intermediate container a386c3751611 [2020-07-28T06:22:47.878Z] ---> 0be3867d01ca [2020-07-28T06:22:47.878Z] Step 8/21 : COPY . . [2020-07-28T06:23:14.692Z] ---> 53c65f30d950 [2020-07-28T06:23:14.692Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-28T06:23:14.692Z] ---> ca0ea3180796 [2020-07-28T06:23:14.692Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-28T06:23:14.692Z] ---> 96ede2c98163 [2020-07-28T06:23:14.692Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-28T06:23:14.692Z] ---> Running in 8b45bf844e5b [2020-07-28T06:23:14.692Z] ---> Running in f23d3dea580b [2020-07-28T06:23:14.692Z] ---> 6072a73f964e [2020-07-28T06:23:14.692Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-28T06:23:14.692Z] ---> c2c33b7a05d8 [2020-07-28T06:23:14.692Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-28T06:23:14.692Z] ---> Running in 23577ec140be [2020-07-28T06:23:14.692Z] ---> Running in 91d964124772 [2020-07-28T06:23:14.692Z] ---> Running in ad4bb780cd88 [2020-07-28T06:23:16.142Z] 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-28T06:23:16.416Z] 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-28T06:23:16.416Z] 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-28T06:23:16.693Z] 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-28T06:23:16.693Z] 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-28T06:25:08.602Z] Removing intermediate container 23577ec140be [2020-07-28T06:25:08.602Z] ---> 6637c78880d8 [2020-07-28T06:25:08.602Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-28T06:25:08.602Z] ---> Running in b73993475bfa [2020-07-28T06:25:08.602Z] Removing intermediate container 91d964124772 [2020-07-28T06:25:08.602Z] ---> 7baedf7aa815 [2020-07-28T06:25:08.602Z] [2020-07-28T06:25:08.602Z] Step 10/21 : FROM scratch [2020-07-28T06:25:08.602Z] ---> [2020-07-28T06:25:08.602Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T06:25:08.602Z] ---> Running in e8309b807ee2 [2020-07-28T06:25:08.602Z] Removing intermediate container e8309b807ee2 [2020-07-28T06:25:08.602Z] ---> 8dc70c62c2ed [2020-07-28T06:25:08.602Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-28T06:25:08.602Z] ---> Running in 77a3ab236228 [2020-07-28T06:25:08.602Z] Removing intermediate container 77a3ab236228 [2020-07-28T06:25:08.602Z] ---> d2133921f1de [2020-07-28T06:25:08.602Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T06:25:08.602Z] ---> Running in 2b95e29586bd [2020-07-28T06:25:08.602Z] 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-28T06:25:08.602Z] Removing intermediate container 2b95e29586bd [2020-07-28T06:25:08.602Z] ---> b7b073e5a63e [2020-07-28T06:25:08.602Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-28T06:25:08.602Z] ---> 206008bb890f [2020-07-28T06:25:08.602Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-28T06:25:08.602Z] ---> 5d3cf8e30d83 [2020-07-28T06:25:08.602Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-28T06:25:08.602Z] ---> 19d82edb9eaf [2020-07-28T06:25:08.602Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-28T06:25:08.602Z] ---> 478bef3c75e5 [2020-07-28T06:25:08.602Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:25:08.602Z] Removing intermediate container b73993475bfa [2020-07-28T06:25:08.602Z] ---> 0f8627a32b49 [2020-07-28T06:25:08.602Z] [2020-07-28T06:25:08.602Z] Step 11/26 : FROM docker:latest [2020-07-28T06:25:08.602Z] ---> ce9d55ae87f1 [2020-07-28T06:25:08.602Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-28T06:25:08.602Z] ---> Running in b54f57e47ef7 [2020-07-28T06:25:08.602Z] ---> Running in fa65f2d8df75 [2020-07-28T06:25:08.877Z] Removing intermediate container fa65f2d8df75 [2020-07-28T06:25:08.877Z] ---> 00671aaf5e85 [2020-07-28T06:25:08.877Z] Step 19/21 : LABEL arch=arm64 [2020-07-28T06:25:09.152Z] ---> Running in 3cdedc8cdeda [2020-07-28T06:25:10.136Z] Removing intermediate container 3cdedc8cdeda [2020-07-28T06:25:10.136Z] ---> 76d4e0e32680 [2020-07-28T06:25:10.136Z] Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:25:10.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:25:10.412Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:25:11.016Z] (1/2) Installing readline (8.0.4-r0) [2020-07-28T06:25:11.016Z] ---> Running in c1b6d1bc7188 [2020-07-28T06:25:11.016Z] (2/2) Installing bash (5.0.17-r0) [2020-07-28T06:25:11.016Z] Executing bash-5.0.17-r0.post-install [2020-07-28T06:25:11.016Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:25:11.016Z] OK: 12 MiB in 22 packages [2020-07-28T06:25:12.995Z] Removing intermediate container c1b6d1bc7188 [2020-07-28T06:25:12.995Z] ---> eb841d53e159 [2020-07-28T06:25:12.995Z] Step 21/21 : LABEL version=0.0.0 [2020-07-28T06:25:13.592Z] Removing intermediate container 8b45bf844e5b [2020-07-28T06:25:13.592Z] ---> 7019cd26caee [2020-07-28T06:25:13.592Z] [2020-07-28T06:25:13.592Z] Step 10/20 : FROM scratch [2020-07-28T06:25:13.592Z] ---> [2020-07-28T06:25:13.592Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:25:13.592Z] Removing intermediate container ad4bb780cd88 [2020-07-28T06:25:13.592Z] ---> 66f0530d6add [2020-07-28T06:25:13.592Z] [2020-07-28T06:25:13.592Z] Step 10/23 : FROM scratch [2020-07-28T06:25:13.592Z] ---> [2020-07-28T06:25:13.592Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-28T06:25:13.592Z] ---> Running in faea0bc1759a [2020-07-28T06:25:13.864Z] ---> Using cache [2020-07-28T06:25:13.864Z] ---> 8dc70c62c2ed [2020-07-28T06:25:13.864Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-28T06:25:14.137Z] ---> Running in b1561ee51bde [2020-07-28T06:25:14.137Z] Removing intermediate container b54f57e47ef7 [2020-07-28T06:25:14.137Z] ---> 30481bf81bab [2020-07-28T06:25:14.137Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-28T06:25:14.137Z] Removing intermediate container f23d3dea580b [2020-07-28T06:25:14.137Z] ---> dc872803d29d [2020-07-28T06:25:14.137Z] [2020-07-28T06:25:14.137Z] Step 10/21 : FROM scratch [2020-07-28T06:25:14.137Z] ---> [2020-07-28T06:25:14.137Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:25:14.410Z] ---> Running in 320c2795e47b [2020-07-28T06:25:14.690Z] ---> Running in 6e057e74b9b7 [2020-07-28T06:25:14.690Z] ---> Running in b9d2b915e0e8 [2020-07-28T06:25:14.690Z] Removing intermediate container faea0bc1759a [2020-07-28T06:25:14.690Z] ---> d054e15599b3 [2020-07-28T06:25:14.690Z] [2020-07-28T06:25:14.965Z] Removing intermediate container b1561ee51bde [2020-07-28T06:25:14.965Z] ---> d314123c9336 [2020-07-28T06:25:14.965Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-28T06:25:15.236Z] ---> Running in a32f48cb11a1 [2020-07-28T06:25:15.236Z] Removing intermediate container 320c2795e47b [2020-07-28T06:25:15.236Z] ---> d5fc9d7ac80e [2020-07-28T06:25:15.236Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-28T06:25:15.517Z] Removing intermediate container b9d2b915e0e8 [2020-07-28T06:25:15.517Z] ---> 1db39a845119 [2020-07-28T06:25:15.517Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-28T06:25:15.517Z] Successfully built d054e15599b3 [2020-07-28T06:25:15.517Z] ---> Running in e7ae55a95a05 [2020-07-28T06:25:15.517Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-28T06:25:15.517Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-07-28T06:25:15.517Z] ---> Running in f6e848d0c8cd [2020-07-28T06:25:15.790Z] Removing intermediate container a32f48cb11a1 [2020-07-28T06:25:15.790Z] ---> 47638819aef6 [2020-07-28T06:25:15.790Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-28T06:25:16.070Z] ---> Running in e6ba6f579a66 [2020-07-28T06:25:16.070Z] Removing intermediate container e7ae55a95a05 [2020-07-28T06:25:16.070Z] ---> b0d0443029ad [2020-07-28T06:25:16.070Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-28T06:25:16.668Z] Removing intermediate container f6e848d0c8cd [2020-07-28T06:25:16.668Z] ---> 55300d01946e [2020-07-28T06:25:16.668Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T06:25:16.956Z] Removing intermediate container e6ba6f579a66 [2020-07-28T06:25:16.956Z] ---> 1101ce6155a0 [2020-07-28T06:25:16.956Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-28T06:25:17.235Z] ---> Running in f4267633aa94 [2020-07-28T06:25:17.841Z] ---> 6678d69d6739 [2020-07-28T06:25:17.841Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-28T06:25:19.276Z] ---> b80c94c972ae [2020-07-28T06:25:19.276Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-28T06:25:19.547Z] Removing intermediate container f4267633aa94 [2020-07-28T06:25:19.547Z] ---> 31e19659ee1f [2020-07-28T06:25:19.547Z] Step 14/21 : WORKDIR / [2020-07-28T06:25:20.535Z] ---> Running in c49a9c903554 [2020-07-28T06:25:21.134Z] ---> 931742853fc9 [2020-07-28T06:25:21.134Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-28T06:25:21.409Z] Removing intermediate container 6e057e74b9b7 [2020-07-28T06:25:21.409Z] ---> 4601b64aee7a [2020-07-28T06:25:21.409Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-28T06:25:21.693Z] ---> 7d4a80e0a0ce [2020-07-28T06:25:21.693Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-28T06:25:21.971Z] ---> Running in a5ac27d339bb [2020-07-28T06:25:21.971Z] Removing intermediate container c49a9c903554 [2020-07-28T06:25:21.971Z] ---> d04a3d00c531 [2020-07-28T06:25:21.971Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-28T06:25:23.400Z] ---> a64b6fbc2502 [2020-07-28T06:25:23.400Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-28T06:25:23.400Z] Removing intermediate container a5ac27d339bb [2020-07-28T06:25:23.400Z] ---> eb658d6a38cc [2020-07-28T06:25:23.400Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-28T06:25:23.400Z] ---> 226e592a645c [2020-07-28T06:25:23.400Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:25:23.400Z] ---> fd8b12d8e479 [2020-07-28T06:25:23.400Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-28T06:25:23.673Z] ---> Running in 733ce64052f0 [2020-07-28T06:25:23.673Z] ---> Running in 7159ecb70d88 [2020-07-28T06:25:24.269Z] Removing intermediate container 733ce64052f0 [2020-07-28T06:25:24.269Z] ---> 0736affdd6f2 [2020-07-28T06:25:24.269Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-28T06:25:24.269Z] ---> da9a91f70ca6 [2020-07-28T06:25:24.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-28T06:25:24.540Z] ---> Running in 5fe46473d657 [2020-07-28T06:25:24.540Z] Removing intermediate container 7159ecb70d88 [2020-07-28T06:25:24.540Z] ---> 3a2059ff068c [2020-07-28T06:25:24.540Z] Step 18/20 : LABEL arch=arm64 [2020-07-28T06:25:25.134Z] ---> Running in 3333a71a903d [2020-07-28T06:25:25.405Z] Removing intermediate container 5fe46473d657 [2020-07-28T06:25:25.405Z] ---> 648142b77d87 [2020-07-28T06:25:25.405Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-28T06:25:25.684Z] ---> 446541a40851 [2020-07-28T06:25:25.684Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-28T06:25:26.284Z] Removing intermediate container 3333a71a903d [2020-07-28T06:25:26.284Z] ---> 9392a12ec348 [2020-07-28T06:25:26.284Z] Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:25:27.264Z] ---> b20e34155ed9 [2020-07-28T06:25:27.265Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-28T06:25:27.265Z] ---> Running in 4a47b5e29619 [2020-07-28T06:25:27.265Z] ---> d4e2b04e245d [2020-07-28T06:25:27.551Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:25:27.819Z] ---> aa64cd5e82de [2020-07-28T06:25:27.819Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-28T06:25:28.090Z] ---> Running in 1d53714a1296 [2020-07-28T06:25:28.360Z] Removing intermediate container 4a47b5e29619 [2020-07-28T06:25:28.360Z] ---> 5b45e4d28cb8 [2020-07-28T06:25:28.360Z] Step 20/20 : LABEL version=0.0.0 [2020-07-28T06:25:28.360Z] ---> 2cbaa135b770 [2020-07-28T06:25:28.360Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:25:28.955Z] ---> Running in bbe18d553a61 [2020-07-28T06:25:28.956Z] ---> Running in 09b624142d63 [2020-07-28T06:25:28.956Z] Removing intermediate container 1d53714a1296 [2020-07-28T06:25:28.956Z] ---> b1c16684536a [2020-07-28T06:25:28.956Z] Step 19/21 : LABEL arch=arm64 [2020-07-28T06:25:29.232Z] ---> bf5a599ae05f [2020-07-28T06:25:29.232Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-28T06:25:29.232Z] ---> Running in e7eb512879e1 [2020-07-28T06:25:29.508Z] Removing intermediate container 09b624142d63 [2020-07-28T06:25:29.508Z] ---> aa84b2240038 [2020-07-28T06:25:29.508Z] Step 21/23 : LABEL arch=arm64 [2020-07-28T06:25:29.781Z] Removing intermediate container bbe18d553a61 [2020-07-28T06:25:29.781Z] ---> dd972df9832d [2020-07-28T06:25:29.781Z] [2020-07-28T06:25:30.057Z] ---> Running in f4ffbf9d0f93 [2020-07-28T06:25:30.057Z] Removing intermediate container e7eb512879e1 [2020-07-28T06:25:30.057Z] ---> ccc1ccb8178e [2020-07-28T06:25:30.057Z] Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:25:30.656Z] Successfully built dd972df9832d [2020-07-28T06:25:30.656Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-28T06:25:30.656Z] Building docker-core-data-go [2020-07-28T06:25:30.656Z]  Building docker-support-scheduler-go ... done  ---> 0947b203dded [2020-07-28T06:25:30.656Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-28T06:25:30.931Z] ---> Running in bcfec186ba4b [2020-07-28T06:25:30.931Z] ---> Running in 854803410f07 [2020-07-28T06:25:31.203Z] Removing intermediate container f4ffbf9d0f93 [2020-07-28T06:25:31.203Z] ---> 30bc01c84075 [2020-07-28T06:25:31.203Z] Step 22/23 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:25:31.473Z] ---> Running in 3ddee6490df9 [2020-07-28T06:25:31.747Z] Removing intermediate container bcfec186ba4b [2020-07-28T06:25:31.747Z] ---> eefd10ac20c7 [2020-07-28T06:25:31.747Z] Step 21/21 : LABEL version=0.0.0 [2020-07-28T06:25:32.020Z] ---> Running in 80cfd2e25c6d [2020-07-28T06:25:32.293Z] Removing intermediate container 3ddee6490df9 [2020-07-28T06:25:32.293Z] ---> a2b973b46ace [2020-07-28T06:25:32.293Z] Step 23/23 : LABEL version=0.0.0 [2020-07-28T06:25:33.268Z] ---> Running in d53c81ba94f1 [2020-07-28T06:25:33.268Z] Removing intermediate container 80cfd2e25c6d [2020-07-28T06:25:33.268Z] ---> 9d9f4512c1f0 [2020-07-28T06:25:33.268Z] [2020-07-28T06:25:33.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:25:33.553Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:25:33.829Z] Successfully built 9d9f4512c1f0 [2020-07-28T06:25:34.116Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-28T06:25:34.116Z] (2/33) Installing expat (2.2.9-r1) [2020-07-28T06:25:34.116Z] (3/33) Installing libffi (3.3-r2) [2020-07-28T06:25:34.116Z] (4/33) Installing gdbm (1.13-r1) [2020-07-28T06:25:34.116Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-28T06:25:34.116Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-28T06:25:34.393Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-28T06:25:34.666Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-28T06:25:34.666Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-07-28T06:25:34.666Z] Removing intermediate container d53c81ba94f1 [2020-07-28T06:25:34.666Z] ---> f0bf0bfafed9 [2020-07-28T06:25:34.666Z] [2020-07-28T06:25:34.937Z] Successfully built f0bf0bfafed9 [2020-07-28T06:25:35.215Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-28T06:25:35.215Z] Building docker-security-secretstore-setup-go [2020-07-28T06:25:36.187Z]  Building docker-support-notifications-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-28T06:25:36.187Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-28T06:25:36.187Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-28T06:25:36.187Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-28T06:25:36.187Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-28T06:25:36.187Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-28T06:25:36.187Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-28T06:25:36.187Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-28T06:25:36.187Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-28T06:25:36.187Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-28T06:25:36.459Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-28T06:25:36.459Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-28T06:25:36.459Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-28T06:25:36.459Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-28T06:25:36.459Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-28T06:25:36.459Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-28T06:25:36.459Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-28T06:25:36.459Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-28T06:25:36.459Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-28T06:25:36.730Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-28T06:25:36.730Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-28T06:25:36.730Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-28T06:25:36.730Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-28T06:25:36.730Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-28T06:25:36.730Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-28T06:25:36.730Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-28T06:25:37.003Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:25:37.003Z] OK: 71 MiB in 55 packages [2020-07-28T06:25:45.345Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:25:45.345Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:25:45.345Z] ---> a8ee3b08e7d5 [2020-07-28T06:25:45.345Z] Step 3/21 : WORKDIR /edgex-go [2020-07-28T06:25:45.345Z] ---> Using cache [2020-07-28T06:25:45.345Z] ---> 31e64d79e095 [2020-07-28T06:25:45.345Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:25:45.345Z] ---> Using cache [2020-07-28T06:25:45.345Z] ---> 567da2c48a36 [2020-07-28T06:25:45.345Z] Step 5/21 : RUN apk update && apk add make git [2020-07-28T06:25:50.733Z] Removing intermediate container 854803410f07 [2020-07-28T06:25:50.733Z] ---> 6170820e0881 [2020-07-28T06:25:50.733Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-28T06:25:50.733Z] ---> Running in 03b61bc49219 [2020-07-28T06:25:51.330Z] ---> Running in 71e1e81e9ec5 [2020-07-28T06:25:53.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:25:54.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:25:55.251Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:25:55.251Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:25:55.251Z] OK: 12620 distinct packages available [2020-07-28T06:25:55.842Z] OK: 217 MiB in 51 packages [2020-07-28T06:25:57.287Z] Collecting docker-compose==1.23.2 [2020-07-28T06:25:57.287Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-28T06:25:58.727Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-28T06:25:58.727Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-28T06:25:59.327Z] Removing intermediate container 03b61bc49219 [2020-07-28T06:25:59.327Z] ---> 2863bb20b39a [2020-07-28T06:25:59.608Z] Step 6/21 : COPY go.mod . [2020-07-28T06:26:01.587Z] ---> 1b6044a1992d [2020-07-28T06:26:01.587Z] Step 7/21 : RUN go mod download [2020-07-28T06:26:01.587Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-28T06:26:01.587Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-28T06:26:01.858Z] ---> Running in 5e5435237d54 [2020-07-28T06:26:02.454Z] Collecting texttable<0.10,>=0.9.0 [2020-07-28T06:26:02.454Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-28T06:26:05.073Z] Collecting PyYAML<4,>=3.10 [2020-07-28T06:26:05.073Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-28T06:26:08.463Z] Removing intermediate container 5e5435237d54 [2020-07-28T06:26:08.463Z] ---> 5d59ee71d869 [2020-07-28T06:26:08.463Z] Step 8/21 : COPY . . [2020-07-28T06:26:09.459Z] Collecting cached-property<2,>=1.2.0 [2020-07-28T06:26:09.459Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-28T06:26:10.059Z] Collecting jsonschema<3,>=2.5.1 [2020-07-28T06:26:10.338Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-28T06:26:10.338Z] 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-28T06:26:10.611Z] Collecting docopt<0.7,>=0.6.1 [2020-07-28T06:26:10.611Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-28T06:26:13.228Z] Collecting docker<4.0,>=3.6.0 [2020-07-28T06:26:13.228Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-28T06:26:15.206Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-28T06:26:15.206Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-28T06:26:15.479Z] Collecting docker-pycreds>=0.4.0 [2020-07-28T06:26:15.479Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-28T06:26:15.754Z] Collecting idna<2.8,>=2.5 [2020-07-28T06:26:15.754Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-28T06:26:16.027Z] 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-28T06:26:16.027Z] 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-28T06:26:16.624Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-28T06:26:16.624Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-28T06:26:16.896Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-28T06:26:16.896Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-28T06:26:16.896Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-28T06:26:16.896Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-28T06:26:17.878Z] Installing collected packages: dockerpty, websocket-client, texttable, PyYAML, cached-property, jsonschema, docopt, docker-pycreds, idna, urllib3, requests, docker, docker-compose [2020-07-28T06:26:17.878Z] Running setup.py install for dockerpty: started [2020-07-28T06:26:19.855Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-28T06:26:20.459Z] Running setup.py install for texttable: started [2020-07-28T06:26:20.742Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:26:20.742Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:26:20.742Z] ---> a8ee3b08e7d5 [2020-07-28T06:26:20.742Z] Step 3/22 : WORKDIR /edgex-go [2020-07-28T06:26:20.742Z] ---> Using cache [2020-07-28T06:26:20.742Z] ---> 31e64d79e095 [2020-07-28T06:26:20.742Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:26:20.742Z] ---> Using cache [2020-07-28T06:26:20.742Z] ---> 567da2c48a36 [2020-07-28T06:26:20.742Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-28T06:26:22.717Z] Running setup.py install for texttable: finished with status 'done' [2020-07-28T06:26:22.717Z] Running setup.py install for PyYAML: started [2020-07-28T06:26:24.177Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:26:24.177Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:26:24.177Z] ---> a8ee3b08e7d5 [2020-07-28T06:26:24.177Z] Step 3/20 : WORKDIR /edgex-go [2020-07-28T06:26:24.177Z] ---> Using cache [2020-07-28T06:26:24.177Z] ---> 31e64d79e095 [2020-07-28T06:26:24.177Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:26:24.177Z] ---> Using cache [2020-07-28T06:26:24.177Z] ---> 567da2c48a36 [2020-07-28T06:26:24.177Z] Step 5/20 : RUN apk update && apk add make git [2020-07-28T06:26:24.177Z] ---> Using cache [2020-07-28T06:26:24.177Z] ---> 2863bb20b39a [2020-07-28T06:26:24.177Z] Step 6/20 : COPY go.mod . [2020-07-28T06:26:24.177Z] ---> Using cache [2020-07-28T06:26:24.177Z] ---> 1b6044a1992d [2020-07-28T06:26:24.177Z] Step 7/20 : RUN go mod download [2020-07-28T06:26:24.177Z] ---> Using cache [2020-07-28T06:26:24.177Z] ---> 5d59ee71d869 [2020-07-28T06:26:24.177Z] Step 8/20 : COPY . . [2020-07-28T06:26:24.454Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:26:24.454Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-28T06:26:24.454Z] ---> a8ee3b08e7d5 [2020-07-28T06:26:24.454Z] Step 3/26 : WORKDIR /edgex-go [2020-07-28T06:26:24.454Z] ---> Using cache [2020-07-28T06:26:24.454Z] ---> 31e64d79e095 [2020-07-28T06:26:24.454Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:26:24.454Z] ---> Using cache [2020-07-28T06:26:24.454Z] ---> 567da2c48a36 [2020-07-28T06:26:24.454Z] Step 5/26 : RUN apk update && apk add make git [2020-07-28T06:26:24.454Z] ---> Using cache [2020-07-28T06:26:24.454Z] ---> 2863bb20b39a [2020-07-28T06:26:24.454Z] Step 6/26 : COPY go.mod . [2020-07-28T06:26:24.454Z] ---> Using cache [2020-07-28T06:26:24.454Z] ---> 1b6044a1992d [2020-07-28T06:26:24.454Z] Step 7/26 : RUN go mod download [2020-07-28T06:26:24.454Z] ---> Using cache [2020-07-28T06:26:24.454Z] ---> 5d59ee71d869 [2020-07-28T06:26:24.454Z] Step 8/26 : COPY . . [2020-07-28T06:26:25.980Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-28T06:26:27.411Z] Running setup.py install for docopt: started [2020-07-28T06:26:29.389Z] ---> Running in b18f8c992b01 [2020-07-28T06:26:29.389Z] Running setup.py install for docopt: finished with status 'done' [2020-07-28T06:26:29.664Z] Attempting uninstall: idna [2020-07-28T06:26:29.664Z] Found existing installation: idna 2.9 [2020-07-28T06:26:29.664Z] Uninstalling idna-2.9: [2020-07-28T06:26:29.944Z] Successfully uninstalled idna-2.9 [2020-07-28T06:26:30.543Z] Attempting uninstall: urllib3 [2020-07-28T06:26:30.543Z] Found existing installation: urllib3 1.25.9 [2020-07-28T06:26:30.543Z] Uninstalling urllib3-1.25.9: [2020-07-28T06:26:30.816Z] Successfully uninstalled urllib3-1.25.9 [2020-07-28T06:26:31.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:26:31.369Z] Attempting uninstall: requests [2020-07-28T06:26:31.369Z] Found existing installation: requests 2.23.0 [2020-07-28T06:26:31.369Z] Uninstalling requests-2.23.0: [2020-07-28T06:26:31.369Z] Successfully uninstalled requests-2.23.0 [2020-07-28T06:26:31.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:26:33.401Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:26:33.401Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:26:33.401Z] OK: 12620 distinct packages available [2020-07-28T06:26:33.401Z] 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-28T06:26:33.998Z] OK: 217 MiB in 51 packages [2020-07-28T06:26:40.710Z] ---> d1e7f0057320 [2020-07-28T06:26:40.710Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-28T06:26:41.687Z] Removing intermediate container b18f8c992b01 [2020-07-28T06:26:41.687Z] ---> 8d0473a6fd82 [2020-07-28T06:26:41.687Z] Step 6/22 : COPY go.mod . [2020-07-28T06:26:41.961Z] ---> Running in e9b01b632f72 [2020-07-28T06:26:42.235Z] Removing intermediate container 71e1e81e9ec5 [2020-07-28T06:26:42.235Z] ---> 318d4e4c8e33 [2020-07-28T06:26:42.235Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-28T06:26:42.824Z] ---> Running in fb5e81ca191b [2020-07-28T06:26:42.824Z] ---> a811d842b407 [2020-07-28T06:26:42.824Z] Step 7/22 : RUN go mod download [2020-07-28T06:26:43.099Z] ---> Running in 9770e7f2d6af [2020-07-28T06:26:44.091Z] 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-28T06:26:45.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:26:45.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:26:46.132Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T06:26:46.133Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-28T06:26:46.133Z] (3/3) Installing curl (7.69.1-r0) [2020-07-28T06:26:46.133Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:26:46.133Z] OK: 71 MiB in 58 packages [2020-07-28T06:26:49.584Z] Removing intermediate container fb5e81ca191b [2020-07-28T06:26:49.584Z] ---> ee11ee1fe4b4 [2020-07-28T06:26:49.584Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:26:49.864Z] Removing intermediate container 9770e7f2d6af [2020-07-28T06:26:49.864Z] ---> 9b0969bef34b [2020-07-28T06:26:49.864Z] Step 8/22 : COPY . . [2020-07-28T06:26:49.864Z] ---> Running in 68c2d1740e8a [2020-07-28T06:26:50.470Z] ---> 75394f738898 [2020-07-28T06:26:50.470Z] 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-28T06:26:50.748Z] ---> Running in ae27f1945c3b [2020-07-28T06:26:51.041Z] Removing intermediate container 68c2d1740e8a [2020-07-28T06:26:51.041Z] ---> cf9148da0f58 [2020-07-28T06:26:51.041Z] Step 24/26 : LABEL arch=arm64 [2020-07-28T06:26:51.325Z] ---> 4d0b30d8d0a4 [2020-07-28T06:26:51.325Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-28T06:26:51.604Z] ---> Running in e50ee2306a71 [2020-07-28T06:26:51.604Z] ---> Running in 4273cc29deb9 [2020-07-28T06:26:53.056Z] Removing intermediate container e50ee2306a71 [2020-07-28T06:26:53.056Z] ---> 8673858caf21 [2020-07-28T06:26:53.056Z] Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:26:53.662Z] ---> Running in 7106befc75a5 [2020-07-28T06:26:53.938Z] 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-28T06:26:54.933Z] 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-28T06:26:54.933Z] Removing intermediate container 7106befc75a5 [2020-07-28T06:26:54.933Z] ---> 34c61dc2d9a4 [2020-07-28T06:26:54.933Z] Step 26/26 : LABEL version=0.0.0 [2020-07-28T06:26:55.534Z] ---> Running in 011f3db29631 [2020-07-28T06:26:56.981Z] Removing intermediate container 011f3db29631 [2020-07-28T06:26:56.981Z] ---> cded3b185df9 [2020-07-28T06:26:56.981Z] [2020-07-28T06:26:57.967Z] Successfully built cded3b185df9 [2020-07-28T06:26:57.967Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-28T06:26:57.967Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-07-28T06:27:24.819Z] ---> f14fff770b7a [2020-07-28T06:27:24.819Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-28T06:27:24.819Z] ---> Running in 2259eecb6931 [2020-07-28T06:27:24.819Z] 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-28T06:27:31.744Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-28T06:27:31.744Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-28T06:27:31.744Z] ---> a8ee3b08e7d5 [2020-07-28T06:27:31.744Z] Step 3/29 : WORKDIR /edgex-go [2020-07-28T06:27:31.744Z] ---> Using cache [2020-07-28T06:27:31.744Z] ---> 31e64d79e095 [2020-07-28T06:27:31.744Z] Step 4/29 : RUN apk update && apk add make git [2020-07-28T06:27:32.022Z] ---> Running in 4d0799e3bf45 [2020-07-28T06:27:34.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:27:35.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:27:37.102Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:27:37.102Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:27:37.102Z] OK: 12620 distinct packages available [2020-07-28T06:27:38.091Z] OK: 217 MiB in 51 packages [2020-07-28T06:27:40.082Z] Removing intermediate container 4d0799e3bf45 [2020-07-28T06:27:40.082Z] ---> 617a0e000127 [2020-07-28T06:27:40.082Z] Step 5/29 : COPY go.mod . [2020-07-28T06:27:41.083Z] ---> 316c53a0e334 [2020-07-28T06:27:41.083Z] Step 6/29 : RUN go mod download [2020-07-28T06:27:41.083Z] ---> Running in 8df13fd34b9d [2020-07-28T06:27:46.511Z] Removing intermediate container 8df13fd34b9d [2020-07-28T06:27:46.511Z] ---> 6ef782c95efa [2020-07-28T06:27:46.511Z] Step 7/29 : COPY . . [2020-07-28T06:28:13.368Z] ---> 3dd0741d1eb6 [2020-07-28T06:28:13.368Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-28T06:28:13.368Z] ---> Running in e15e3153e9ac [2020-07-28T06:28:13.368Z] 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-28T06:28:13.368Z] 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-28T06:28:20.092Z] Removing intermediate container 4273cc29deb9 [2020-07-28T06:28:20.092Z] ---> ca74ce2149d1 [2020-07-28T06:28:20.092Z] [2020-07-28T06:28:20.092Z] Step 10/20 : FROM alpine [2020-07-28T06:28:20.092Z] latest: Pulling from library/alpine [2020-07-28T06:28:20.092Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-28T06:28:20.092Z] Status: Downloaded newer image for alpine:latest [2020-07-28T06:28:20.092Z] ---> 62ee0e9f8440 [2020-07-28T06:28:20.092Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-28T06:28:20.365Z] ---> Running in 2055de0aa476 [2020-07-28T06:28:23.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:28:23.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:28:24.451Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:28:24.451Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:28:24.451Z] OK: 12620 distinct packages available [2020-07-28T06:28:25.436Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-28T06:28:25.436Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-28T06:28:25.436Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-28T06:28:25.436Z] (4/4) Installing curl (7.69.1-r0) [2020-07-28T06:28:25.436Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:28:25.436Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T06:28:25.436Z] 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-28T06:28:25.713Z] OK: 7 MiB in 18 packages [2020-07-28T06:28:28.366Z] Removing intermediate container 2055de0aa476 [2020-07-28T06:28:28.366Z] ---> c2cd792c025a [2020-07-28T06:28:28.366Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T06:28:28.366Z] ---> Running in b3136813a9c2 [2020-07-28T06:28:28.641Z] Removing intermediate container b3136813a9c2 [2020-07-28T06:28:28.641Z] ---> e296f84f9622 [2020-07-28T06:28:28.641Z] Step 13/20 : WORKDIR /edgex [2020-07-28T06:28:28.929Z] ---> Running in 7de87e75de8b [2020-07-28T06:28:29.541Z] Removing intermediate container 7de87e75de8b [2020-07-28T06:28:29.542Z] ---> 25f9fcb0b0a2 [2020-07-28T06:28:29.542Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-28T06:28:30.992Z] ---> 8c39d369cdd3 [2020-07-28T06:28:30.992Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-28T06:28:32.453Z] ---> 0d1de63a801c [2020-07-28T06:28:32.453Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-28T06:28:32.453Z] ---> Running in 54c2cb5de753 [2020-07-28T06:28:33.054Z] Removing intermediate container 54c2cb5de753 [2020-07-28T06:28:33.054Z] ---> 9454225cc8f4 [2020-07-28T06:28:33.054Z] Step 17/20 : CMD ["--init=true"] [2020-07-28T06:28:33.430Z] ---> Running in 977c40d89ee7 [2020-07-28T06:28:34.139Z] Removing intermediate container 977c40d89ee7 [2020-07-28T06:28:34.139Z] ---> 02e2262af787 [2020-07-28T06:28:34.139Z] Step 18/20 : LABEL arch=arm64 [2020-07-28T06:28:34.139Z] ---> Running in bd1718ff9cf9 [2020-07-28T06:28:35.659Z] Removing intermediate container bd1718ff9cf9 [2020-07-28T06:28:35.659Z] ---> cdd862a2cff8 [2020-07-28T06:28:35.659Z] Step 19/20 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:28:35.659Z] ---> Running in e2494fb8b36e [2020-07-28T06:28:36.636Z] Removing intermediate container e2494fb8b36e [2020-07-28T06:28:36.636Z] ---> 0d6e1524d48b [2020-07-28T06:28:36.636Z] Step 20/20 : LABEL version=0.0.0 [2020-07-28T06:28:37.230Z] ---> Running in fb37df6466bc [2020-07-28T06:28:38.214Z] Removing intermediate container fb37df6466bc [2020-07-28T06:28:38.214Z] ---> a6b18823b63d [2020-07-28T06:28:38.214Z] [2020-07-28T06:28:40.193Z] Successfully built a6b18823b63d [2020-07-28T06:28:40.193Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-28T06:28:40.467Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ae27f1945c3b [2020-07-28T06:28:40.467Z] ---> b722e8573c9a [2020-07-28T06:28:40.467Z] [2020-07-28T06:28:40.467Z] Step 10/26 : FROM alpine:3.10 [2020-07-28T06:28:41.072Z] 3.10: Pulling from library/alpine [2020-07-28T06:28:43.057Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-28T06:28:43.057Z] Status: Downloaded newer image for alpine:3.10 [2020-07-28T06:28:43.057Z] ---> 536a684cf733 [2020-07-28T06:28:43.057Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-28T06:28:43.057Z] Removing intermediate container e9b01b632f72 [2020-07-28T06:28:43.057Z] ---> 48bf98dbee7b [2020-07-28T06:28:43.057Z] [2020-07-28T06:28:43.057Z] Step 10/21 : FROM scratch [2020-07-28T06:28:43.057Z] ---> [2020-07-28T06:28:43.057Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:28:43.057Z] ---> Running in ca27a92511b8 [2020-07-28T06:28:43.057Z] ---> Using cache [2020-07-28T06:28:43.057Z] ---> 1db39a845119 [2020-07-28T06:28:43.057Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-28T06:28:43.333Z] ---> Running in 3d6050e548a6 [2020-07-28T06:28:43.944Z] Removing intermediate container 3d6050e548a6 [2020-07-28T06:28:43.944Z] ---> 311e5287cb80 [2020-07-28T06:28:43.944Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-28T06:28:44.221Z] ---> Running in 44d76054a47e [2020-07-28T06:28:44.824Z] Removing intermediate container 44d76054a47e [2020-07-28T06:28:44.824Z] ---> 997dcf858042 [2020-07-28T06:28:44.824Z] Step 14/21 : WORKDIR / [2020-07-28T06:28:44.824Z] ---> Running in cf92132e6fbe [2020-07-28T06:28:45.426Z] Removing intermediate container cf92132e6fbe [2020-07-28T06:28:45.426Z] ---> 788ac225b126 [2020-07-28T06:28:45.426Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-28T06:28:45.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:28:46.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:28:46.330Z] ---> d00524395019 [2020-07-28T06:28:46.330Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-28T06:28:46.931Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-28T06:28:46.931Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-28T06:28:46.931Z] OK: 10167 distinct packages available [2020-07-28T06:28:47.536Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-28T06:28:47.536Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-28T06:28:47.536Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-28T06:28:47.536Z] (4/5) Installing curl (7.66.0-r0) [2020-07-28T06:28:47.536Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-28T06:28:47.536Z] Executing busybox-1.30.1-r3.trigger [2020-07-28T06:28:47.536Z] Executing ca-certificates-20191127-r2.trigger [2020-07-28T06:28:48.143Z] OK: 7 MiB in 19 packages [2020-07-28T06:28:48.143Z] ---> 095438d13e68 [2020-07-28T06:28:48.143Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-28T06:28:49.619Z] ---> 27f3191c766c [2020-07-28T06:28:49.619Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:28:49.902Z] ---> Running in f9888524ca71 [2020-07-28T06:28:50.508Z] Removing intermediate container ca27a92511b8 [2020-07-28T06:28:50.508Z] ---> ada046931e78 [2020-07-28T06:28:50.508Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-28T06:28:50.508Z] Removing intermediate container f9888524ca71 [2020-07-28T06:28:50.508Z] ---> aa259638e6bf [2020-07-28T06:28:50.508Z] Step 19/21 : LABEL arch=arm64 [2020-07-28T06:28:50.508Z] ---> Running in 4737a9e4f3f3 [2020-07-28T06:28:50.789Z] ---> Running in 5d071201535d [2020-07-28T06:28:51.393Z] Removing intermediate container 4737a9e4f3f3 [2020-07-28T06:28:51.393Z] ---> ab63f3d81970 [2020-07-28T06:28:51.393Z] Step 13/26 : WORKDIR / [2020-07-28T06:28:51.393Z] Removing intermediate container 5d071201535d [2020-07-28T06:28:51.393Z] ---> a874d641b13f [2020-07-28T06:28:51.393Z] Step 20/21 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:28:51.668Z] ---> Running in 5d0881c241bb [2020-07-28T06:28:51.668Z] ---> Running in ccdcd8c80e82 [2020-07-28T06:28:52.272Z] Removing intermediate container 5d0881c241bb [2020-07-28T06:28:52.272Z] ---> ea3b04db2b0b [2020-07-28T06:28:52.272Z] 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-28T06:28:52.547Z] Removing intermediate container ccdcd8c80e82 [2020-07-28T06:28:52.547Z] ---> dcb6a15de091 [2020-07-28T06:28:52.547Z] Step 21/21 : LABEL version=0.0.0 [2020-07-28T06:28:52.547Z] ---> Running in 4ed508be88d9 [2020-07-28T06:28:53.531Z] Removing intermediate container 4ed508be88d9 [2020-07-28T06:28:53.531Z] ---> c33ddaf89986 [2020-07-28T06:28:53.531Z] [2020-07-28T06:28:53.531Z] ---> 9dff33fa4472 [2020-07-28T06:28:53.531Z] 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-28T06:28:54.131Z] Successfully built c33ddaf89986 [2020-07-28T06:28:54.131Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-28T06:28:54.734Z]  Building docker-core-metadata-go ... done  ---> 245773cdc3b5 [2020-07-28T06:28:54.734Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-28T06:28:56.178Z] ---> faa3e45794bf [2020-07-28T06:28:56.178Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-28T06:28:57.179Z] ---> 2cb87843ec35 [2020-07-28T06:28:57.179Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-28T06:28:58.646Z] ---> 56e49a9d37d3 [2020-07-28T06:28:58.646Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-28T06:29:00.655Z] ---> 58068e957cfc [2020-07-28T06:29:00.655Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-28T06:29:02.123Z] ---> 3edf55c8fe06 [2020-07-28T06:29:02.123Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T06:29:03.133Z] ---> 5ebf495e22fe [2020-07-28T06:29:03.133Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T06:29:03.404Z] ---> Running in 8d02832afa4a [2020-07-28T06:29:06.805Z] Removing intermediate container 8d02832afa4a [2020-07-28T06:29:06.805Z] ---> 083450d78b81 [2020-07-28T06:29:06.805Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T06:29:06.805Z] ---> Running in eaf8ad3cae47 [2020-07-28T06:29:06.805Z] Removing intermediate container eaf8ad3cae47 [2020-07-28T06:29:06.805Z] ---> 65d4d6cc6e09 [2020-07-28T06:29:06.805Z] Step 24/26 : LABEL arch=arm64 [2020-07-28T06:29:07.084Z] ---> Running in 1476c980fd51 [2020-07-28T06:29:07.695Z] Removing intermediate container 1476c980fd51 [2020-07-28T06:29:07.695Z] ---> 6daf162ad850 [2020-07-28T06:29:07.695Z] Step 25/26 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:29:07.695Z] ---> Running in 637eea7d07de [2020-07-28T06:29:08.326Z] Removing intermediate container 637eea7d07de [2020-07-28T06:29:08.326Z] ---> b3278d7a6185 [2020-07-28T06:29:08.326Z] Step 26/26 : LABEL version=0.0.0 [2020-07-28T06:29:08.611Z] ---> Running in f31ee9e3f05c [2020-07-28T06:29:09.674Z] Removing intermediate container f31ee9e3f05c [2020-07-28T06:29:09.674Z] ---> 65f6b368997e [2020-07-28T06:29:09.674Z] [2020-07-28T06:29:09.946Z] Successfully built 65f6b368997e [2020-07-28T06:29:09.946Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-28T06:29:12.189Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container e15e3153e9ac [2020-07-28T06:29:12.189Z] ---> 2dd66d29fb3d [2020-07-28T06:29:12.189Z] [2020-07-28T06:29:12.189Z] Step 9/29 : FROM alpine:latest [2020-07-28T06:29:12.189Z] ---> 62ee0e9f8440 [2020-07-28T06:29:12.189Z] 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-28T06:29:12.189Z] ---> Running in 133f417b6f01 [2020-07-28T06:29:12.460Z] Removing intermediate container 133f417b6f01 [2020-07-28T06:29:12.460Z] ---> 45cffa0942a7 [2020-07-28T06:29:12.460Z] Step 11/29 : USER root [2020-07-28T06:29:12.460Z] ---> Running in c0f2fed51759 [2020-07-28T06:29:13.049Z] Removing intermediate container c0f2fed51759 [2020-07-28T06:29:13.049Z] ---> 0e9ae6248dac [2020-07-28T06:29:13.049Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-28T06:29:13.050Z] ---> Running in 4d3e1a66eda9 [2020-07-28T06:29:14.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:29:15.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:29:15.660Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-28T06:29:15.660Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-28T06:29:15.660Z] OK: 12620 distinct packages available [2020-07-28T06:29:16.272Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-28T06:29:16.272Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-28T06:29:16.273Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:29:16.273Z] Executing ca-certificates-20191127-r4.trigger [2020-07-28T06:29:16.544Z] OK: 6 MiB in 16 packages [2020-07-28T06:29:16.817Z] Removing intermediate container 2259eecb6931 [2020-07-28T06:29:16.817Z] ---> 7c0311d49a77 [2020-07-28T06:29:16.817Z] [2020-07-28T06:29:16.817Z] Step 10/22 : FROM alpine [2020-07-28T06:29:16.817Z] ---> 62ee0e9f8440 [2020-07-28T06:29:16.817Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-28T06:29:17.090Z] ---> Running in b1f2cb1e3d8b [2020-07-28T06:29:17.683Z] Removing intermediate container b1f2cb1e3d8b [2020-07-28T06:29:17.683Z] ---> eabd8267b4c7 [2020-07-28T06:29:17.683Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-28T06:29:17.683Z] ---> Running in c29dbd801c57 [2020-07-28T06:29:18.277Z] Removing intermediate container 4d3e1a66eda9 [2020-07-28T06:29:18.277Z] ---> 2955d03659d0 [2020-07-28T06:29:18.277Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-28T06:29:18.277Z] ---> Running in 3d63ec338de9 [2020-07-28T06:29:18.277Z] Removing intermediate container c29dbd801c57 [2020-07-28T06:29:18.277Z] ---> 15f566da33ff [2020-07-28T06:29:18.277Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-28T06:29:18.550Z] ---> Running in 617b98f86599 [2020-07-28T06:29:18.820Z] Removing intermediate container 3d63ec338de9 [2020-07-28T06:29:18.820Z] ---> c53228e3deda [2020-07-28T06:29:18.820Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-28T06:29:18.820Z] Removing intermediate container 617b98f86599 [2020-07-28T06:29:18.820Z] ---> 3cec044271cc [2020-07-28T06:29:18.820Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-28T06:29:18.820Z] ---> Running in 6c3b956cd93c [2020-07-28T06:29:19.094Z] ---> Running in c7b3307d99f2 [2020-07-28T06:29:19.688Z] Removing intermediate container 6c3b956cd93c [2020-07-28T06:29:19.688Z] ---> 13c195c38885 [2020-07-28T06:29:19.688Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-28T06:29:19.688Z] ---> Running in 35c4487a62eb [2020-07-28T06:29:22.300Z] Removing intermediate container c7b3307d99f2 [2020-07-28T06:29:22.300Z] ---> 91298d6fdb25 [2020-07-28T06:29:22.300Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-28T06:29:22.300Z] ---> Running in eea2031ce930 [2020-07-28T06:29:22.582Z] Removing intermediate container 35c4487a62eb [2020-07-28T06:29:22.582Z] ---> bab95a4a2eb3 [2020-07-28T06:29:22.582Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-28T06:29:23.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-28T06:29:23.840Z] ---> ce93f18d6a8e [2020-07-28T06:29:23.840Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-28T06:29:24.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-28T06:29:24.717Z] ---> cdf16c2a60b0 [2020-07-28T06:29:24.717Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-28T06:29:25.691Z] ---> f2093698895b [2020-07-28T06:29:25.691Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-28T06:29:26.291Z] ---> bd6bb9f95cbd [2020-07-28T06:29:26.291Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-28T06:29:26.562Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-28T06:29:26.833Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-28T06:29:27.106Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-28T06:29:27.106Z] ---> 4b10517a1c17 [2020-07-28T06:29:27.106Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-28T06:29:27.380Z] ---> Running in ba041670d420 [2020-07-28T06:29:27.974Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-28T06:29:28.247Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-28T06:29:28.247Z] Executing busybox-1.31.1-r16.trigger [2020-07-28T06:29:28.247Z] OK: 8 MiB in 19 packages [2020-07-28T06:29:29.676Z] Removing intermediate container eea2031ce930 [2020-07-28T06:29:29.676Z] ---> f0046797a113 [2020-07-28T06:29:29.676Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-28T06:29:29.950Z] Removing intermediate container ba041670d420 [2020-07-28T06:29:29.950Z] ---> 8d295ea1b95c [2020-07-28T06:29:29.950Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-28T06:29:30.545Z] ---> 57e3f03ce9a9 [2020-07-28T06:29:30.545Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-28T06:29:30.819Z] ---> eee319b6c9e9 [2020-07-28T06:29:30.819Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-28T06:29:31.097Z] ---> Running in c3172f4de611 [2020-07-28T06:29:32.079Z] ---> d5d3373c46da [2020-07-28T06:29:32.079Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-28T06:29:33.059Z] ---> 470881da3a21 [2020-07-28T06:29:33.059Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-28T06:29:33.332Z] ---> Running in b3b5e7f78b7a [2020-07-28T06:29:33.928Z] Removing intermediate container b3b5e7f78b7a [2020-07-28T06:29:33.928Z] ---> f43692ddb0c9 [2020-07-28T06:29:33.928Z] Step 20/22 : LABEL arch=arm64 [2020-07-28T06:29:33.928Z] Removing intermediate container c3172f4de611 [2020-07-28T06:29:33.928Z] ---> 35797aef9a1c [2020-07-28T06:29:33.928Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-28T06:29:33.928Z] ---> Running in 19b039f5033c [2020-07-28T06:29:34.201Z] ---> Running in a8359643c086 [2020-07-28T06:29:34.474Z] Removing intermediate container 19b039f5033c [2020-07-28T06:29:34.474Z] ---> 77f347989697 [2020-07-28T06:29:34.474Z] Step 21/22 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:29:34.748Z] ---> Running in c7ff258c59f3 [2020-07-28T06:29:35.020Z] Removing intermediate container c7ff258c59f3 [2020-07-28T06:29:35.020Z] ---> 6d0556c23c29 [2020-07-28T06:29:35.020Z] Step 22/22 : LABEL version=0.0.0 [2020-07-28T06:29:35.293Z] ---> Running in 16d16c192ca9 [2020-07-28T06:29:35.566Z] Removing intermediate container 16d16c192ca9 [2020-07-28T06:29:35.566Z] ---> 6c757fe979bf [2020-07-28T06:29:35.566Z] [2020-07-28T06:29:36.162Z] Successfully built 6c757fe979bf [2020-07-28T06:29:36.162Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-28T06:29:37.136Z]  Building docker-core-data-go ... done Removing intermediate container a8359643c086 [2020-07-28T06:29:37.136Z] ---> 16cfd4a9a13c [2020-07-28T06:29:37.136Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-28T06:29:37.406Z] ---> Running in 18aa14a443ba [2020-07-28T06:29:37.676Z] Removing intermediate container 18aa14a443ba [2020-07-28T06:29:37.676Z] ---> 616f3f26c5d3 [2020-07-28T06:29:37.676Z] Step 26/29 : CMD [ "generate" ] [2020-07-28T06:29:37.946Z] ---> Running in fea05ee621f9 [2020-07-28T06:29:38.218Z] Removing intermediate container fea05ee621f9 [2020-07-28T06:29:38.218Z] ---> c2d19f441131 [2020-07-28T06:29:38.218Z] Step 27/29 : LABEL arch=arm64 [2020-07-28T06:29:38.487Z] ---> Running in 57034b936cd2 [2020-07-28T06:29:38.757Z] Removing intermediate container 57034b936cd2 [2020-07-28T06:29:38.757Z] ---> 461b470c7185 [2020-07-28T06:29:38.757Z] Step 28/29 : LABEL git_sha=99930eaf02f5bc0ae639f7713b87cc3a27038f99 [2020-07-28T06:29:39.032Z] ---> Running in d6fdd0073cfb [2020-07-28T06:29:39.303Z] Removing intermediate container d6fdd0073cfb [2020-07-28T06:29:39.303Z] ---> 15f36df732c3 [2020-07-28T06:29:39.303Z] Step 29/29 : LABEL version=0.0.0 [2020-07-28T06:29:39.585Z] ---> Running in d9c440faa469 [2020-07-28T06:29:39.881Z] Removing intermediate container d9c440faa469 [2020-07-28T06:29:39.881Z] ---> de29de485d85 [2020-07-28T06:29:39.881Z] [2020-07-28T06:29:40.473Z] Successfully built de29de485d85 [2020-07-28T06:29:40.473Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-28T06:29:40.759Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-28T06:29:40.781Z] $ docker stop --time=1 de5a8f236ba23597cd8579487761b2d411d28613f4cb3f5f3dcd4ddd02d0005b [2020-07-28T06:29:42.576Z] $ docker rm -f de5a8f236ba23597cd8579487761b2d411d28613f4cb3f5f3dcd4ddd02d0005b [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-28T06:29:43.196Z] + + docker images [2020-07-28T06:29:43.197Z] grep docker [2020-07-28T06:29:43.468Z] docker-security-secrets-setup-go-arm64 latest de29de485d85 4 seconds ago 24.2MB [2020-07-28T06:29:43.468Z] docker-core-data-go-arm64 latest 6c757fe979bf 8 seconds ago 22.6MB [2020-07-28T06:29:43.468Z] docker-security-secretstore-setup-go-arm64 latest 65f6b368997e 34 seconds ago 32.6MB [2020-07-28T06:29:43.468Z] docker-core-metadata-go-arm64 latest c33ddaf89986 50 seconds ago 13.8MB [2020-07-28T06:29:43.469Z] docker-security-proxy-setup-go-arm64 latest a6b18823b63d About a minute ago 15.8MB [2020-07-28T06:29:43.469Z] docker-sys-mgmt-agent-go-arm64 latest cded3b185df9 2 minutes ago 266MB [2020-07-28T06:29:43.469Z] docker-support-notifications-go-arm64 latest f0bf0bfafed9 4 minutes ago 13.9MB [2020-07-28T06:29:43.469Z] docker-core-command-go-arm64 latest 9d9f4512c1f0 4 minutes ago 12.4MB [2020-07-28T06:29:43.469Z] docker-support-scheduler-go-arm64 latest dd972df9832d 4 minutes ago 12.6MB [2020-07-28T06:29:43.469Z] docker-support-logging-go-arm64 latest d054e15599b3 4 minutes ago 11.4MB [2020-07-28T06:29:43.469Z] docker latest ce9d55ae87f1 4 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-28T06:29:44.885Z] provisioning config files... [2020-07-28T06:29:44.901Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config9180711288364538129tmp [Pipeline] { [Pipeline] sh [2020-07-28T06:29:45.252Z] + curl -s https://codecov.io/bash [2020-07-28T06:29:45.252Z] + bash -s - -t @/w/workspace/edgex-go/18@tmp/config9180711288364538129tmp [Pipeline] } [2020-07-28T06:29:45.522Z] 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-28T06:29:46.801Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T06:29:47.685Z] ---> package-listing.sh [2020-07-28T06:29:47.686Z] ++ facter osfamily [2020-07-28T06:29:47.686Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-28T06:29:47.686Z] + OS_FAMILY=redhat [2020-07-28T06:29:47.686Z] + workspace=/w/workspace/edgex-go/18 [2020-07-28T06:29:47.686Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-28T06:29:47.686Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-28T06:29:47.686Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-28T06:29:47.686Z] + PACKAGES=/tmp/packages_start.txt [2020-07-28T06:29:47.686Z] + '[' /w/workspace/edgex-go/18 ']' [2020-07-28T06:29:47.686Z] + PACKAGES=/tmp/packages_end.txt [2020-07-28T06:29:47.686Z] + case "${OS_FAMILY}" in [2020-07-28T06:29:47.686Z] + rpm -qa [2020-07-28T06:29:47.686Z] + sort [2020-07-28T06:29:51.895Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-28T06:29:51.895Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-28T06:29:51.895Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-28T06:29:51.895Z] + '[' /w/workspace/edgex-go/18 ']' [2020-07-28T06:29:51.895Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2020-07-28T06:29:51.895Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:29:52.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T06:29:52.382Z] [2020-07-28T06:29:52.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-28T06:29:52.723Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T06:29:52.723Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-28T06:29:52.723Z] c9b1b535fdd9: Pulling fs layer [2020-07-28T06:29:52.723Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-28T06:29:52.723Z] 756a868c4378: Pulling fs layer [2020-07-28T06:29:52.723Z] 444b2fc9a129: Pulling fs layer [2020-07-28T06:29:52.723Z] ea15f1150254: Pulling fs layer [2020-07-28T06:29:52.723Z] 41b27a9f41bf: Pulling fs layer [2020-07-28T06:29:52.723Z] 28c525ee5125: Pulling fs layer [2020-07-28T06:29:52.723Z] 094b1ea09ed8: Pulling fs layer [2020-07-28T06:29:52.723Z] 138eaada9080: Pulling fs layer [2020-07-28T06:29:52.723Z] 0622d0fa9048: Pulling fs layer [2020-07-28T06:29:52.723Z] 444b2fc9a129: Waiting [2020-07-28T06:29:52.723Z] 41b27a9f41bf: Waiting [2020-07-28T06:29:52.723Z] ea15f1150254: Waiting [2020-07-28T06:29:52.723Z] 28c525ee5125: Waiting [2020-07-28T06:29:52.723Z] 138eaada9080: Waiting [2020-07-28T06:29:52.723Z] 094b1ea09ed8: Waiting [2020-07-28T06:29:52.723Z] 0622d0fa9048: Waiting [2020-07-28T06:29:52.723Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-28T06:29:52.723Z] 2cc5ad85d9ab: Download complete [2020-07-28T06:29:52.723Z] 444b2fc9a129: Verifying Checksum [2020-07-28T06:29:52.723Z] 444b2fc9a129: Download complete [2020-07-28T06:29:52.723Z] c9b1b535fdd9: Verifying Checksum [2020-07-28T06:29:52.723Z] c9b1b535fdd9: Download complete [2020-07-28T06:29:52.723Z] ea15f1150254: Verifying Checksum [2020-07-28T06:29:52.723Z] ea15f1150254: Download complete [2020-07-28T06:29:53.000Z] 28c525ee5125: Verifying Checksum [2020-07-28T06:29:53.000Z] 28c525ee5125: Download complete [2020-07-28T06:29:53.270Z] 756a868c4378: Verifying Checksum [2020-07-28T06:29:53.270Z] 756a868c4378: Download complete [2020-07-28T06:29:53.270Z] c9b1b535fdd9: Pull complete [2020-07-28T06:29:53.270Z] 138eaada9080: Verifying Checksum [2020-07-28T06:29:53.270Z] 138eaada9080: Download complete [2020-07-28T06:29:53.270Z] 0622d0fa9048: Verifying Checksum [2020-07-28T06:29:53.270Z] 0622d0fa9048: Download complete [2020-07-28T06:29:53.270Z] 094b1ea09ed8: Verifying Checksum [2020-07-28T06:29:53.270Z] 094b1ea09ed8: Download complete [2020-07-28T06:29:53.849Z] 2cc5ad85d9ab: Pull complete [2020-07-28T06:29:53.849Z] 41b27a9f41bf: Verifying Checksum [2020-07-28T06:29:53.849Z] 41b27a9f41bf: Download complete [2020-07-28T06:29:55.239Z] 756a868c4378: Pull complete [2020-07-28T06:29:55.500Z] 444b2fc9a129: Pull complete [2020-07-28T06:29:55.764Z] ea15f1150254: Pull complete [2020-07-28T06:30:01.109Z] 41b27a9f41bf: Pull complete [2020-07-28T06:30:01.109Z] 28c525ee5125: Pull complete [2020-07-28T06:30:03.661Z] 094b1ea09ed8: Pull complete [2020-07-28T06:30:03.661Z] 138eaada9080: Pull complete [2020-07-28T06:30:03.922Z] 0622d0fa9048: Pull complete [2020-07-28T06:30:03.922Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-28T06:30:03.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-28T06:30:03.922Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-28T06:30:04.138Z] prd-centos7-docker-4c-2g-1217 does not seem to be running inside a container [2020-07-28T06:30:04.183Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-28T06:30:08.610Z] $ docker top bedecc107bc8582a7d573b7f65d63171a8f281313cab1b1353569dbe0e6cc86b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-28T06:30:08.903Z] provisioning config files... [2020-07-28T06:30:08.917Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4325907497465184166tmp [Pipeline] { [Pipeline] echo [2020-07-28T06:30:08.997Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T06:30:09.292Z] ---> create-netrc.sh [Pipeline] echo [2020-07-28T06:30:09.300Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-28T06:30:09.591Z] ---> logs-deploy.sh [2020-07-28T06:30:09.591Z] + ARCHIVE_ARTIFACTS= [2020-07-28T06:30:09.591Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-28T06:30:09.591Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-28T06:30:09.591Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-28T06:30:09.591Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/18 [2020-07-28T06:30:09.591Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/18/ [2020-07-28T06:30:09.591Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/18 /w/workspace/edgex-go/18 [2020-07-28T06:30:10.533Z] Archives upload complete. [2020-07-28T06:30:10.793Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/18/