Pull request #2660 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab+aed4594c0c67a41538adeca107413fb688e317f4 (4a692fcf21e23444813f9719ee316d64995a8dc5) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2660/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4966’ Running on prd-centos7-docker-4c-2g-4968 in /w/workspace/edgexfoundry_edgex-go_PR-2660 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2660/head:refs/remotes/origin/PR-2660 # 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/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab > git config core.sparsecheckout # timeout=10 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 Merge succeeded, producing ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab Checking out Revision ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab (PR-2660) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 Commit message: "Update SECUIRTY.md" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-12T02:55:11.391Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-12T02:55:11.728Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-12T02:55:11.923Z] ========================================================= [2020-08-12T02:55:11.923Z] EdgeX Global Pipelines Version Info [2020-08-12T02:55:11.923Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-12T02:55:13.353Z] ------------------- [2020-08-12T02:55:13.354Z] stable info: [2020-08-12T02:55:13.354Z] ------------------- [2020-08-12T02:55:13.354Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-12T02:55:13.354Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-12T02:55:13.354Z] Message: update stable to v1.0.106 [2020-08-12T02:55:14.306Z] ------------------- [2020-08-12T02:55:14.306Z] experimental info: [2020-08-12T02:55:14.306Z] ------------------- [2020-08-12T02:55:14.306Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-12T02:55:14.306Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-12T02:55:14.306Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-12T02:55:16.202Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/core-command/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/core-data/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-12T02:55:16.202Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T02:55:16.202Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-12T02:55:16.202Z] ++ cut -d/ -f2 [2020-08-12T02:55:16.202Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-12T02:55:16.282Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:55:17.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T02:55:17.167Z] [2020-08-12T02:55:17.167Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:55:17.545Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T02:55:17.545Z] latest: Pulling from edgex-devops/git-semver [2020-08-12T02:55:17.545Z] 31603596830f: Pulling fs layer [2020-08-12T02:55:17.545Z] 2a8b12db71e7: Pulling fs layer [2020-08-12T02:55:17.545Z] 6ca5941a6612: Pulling fs layer [2020-08-12T02:55:17.545Z] ecc8261a40a4: Pulling fs layer [2020-08-12T02:55:17.545Z] ecc8261a40a4: Waiting [2020-08-12T02:55:17.545Z] 2a8b12db71e7: Verifying Checksum [2020-08-12T02:55:17.545Z] 2a8b12db71e7: Download complete [2020-08-12T02:55:17.805Z] 31603596830f: Download complete [2020-08-12T02:55:17.805Z] ecc8261a40a4: Verifying Checksum [2020-08-12T02:55:17.805Z] 6ca5941a6612: Verifying Checksum [2020-08-12T02:55:17.805Z] 6ca5941a6612: Download complete [2020-08-12T02:55:18.070Z] 31603596830f: Pull complete [2020-08-12T02:55:18.070Z] 2a8b12db71e7: Pull complete [2020-08-12T02:55:19.017Z] 6ca5941a6612: Pull complete [2020-08-12T02:55:19.017Z] ecc8261a40a4: Pull complete [2020-08-12T02:55:19.017Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-12T02:55:19.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T02:55:19.017Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-12T02:55:19.134Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-08-12T02:55:19.183Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T02:55:21.676Z] $ docker top e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T02:55:22.070Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T02:55:22.070Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T02:55:22.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T02:55:22.286Z] $ docker exec e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent [2020-08-12T02:55:22.447Z] SSH_AUTH_SOCK=/tmp/ssh-MqrY1PiBgYQk/agent.11 [2020-08-12T02:55:22.447Z] SSH_AGENT_PID=17 [2020-08-12T02:55:22.459Z] Running ssh-add (command line suppressed) [2020-08-12T02:55:22.574Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6101839336451466878.key (/w/workspace/edgex-go/1@tmp/private_key_6101839336451466878.key) [2020-08-12T02:55:22.620Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T02:55:22.998Z] + git describe --exact-match --tags HEAD [2020-08-12T02:55:22.998Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-12T02:55:23.050Z] $ docker exec --env ******** --env ******** e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent -k [2020-08-12T02:55:23.203Z] unset SSH_AUTH_SOCK; [2020-08-12T02:55:23.203Z] unset SSH_AGENT_PID; [2020-08-12T02:55:23.203Z] echo Agent pid 17 killed; [2020-08-12T02:55:23.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-12T02:55:23.376Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-12T02:55:23.376Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-12T02:55:23.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T02:55:23.495Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T02:55:23.645Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T02:55:23.649Z] $ docker exec e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent [2020-08-12T02:55:23.797Z] SSH_AUTH_SOCK=/tmp/ssh-Iq57WWDvnyy3/agent.46 [2020-08-12T02:55:23.797Z] SSH_AGENT_PID=51 [2020-08-12T02:55:23.804Z] Running ssh-add (command line suppressed) [2020-08-12T02:55:23.920Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6642078930456436929.key (/w/workspace/edgex-go/1@tmp/private_key_6642078930456436929.key) [2020-08-12T02:55:23.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T02:55:24.345Z] + git semver init [2020-08-12T02:55:24.345Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T02:55:24.345Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-12T02:55:24.345Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-12T02:55:24.345Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T02:55:24.345Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T02:55:24.345Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T02:55:24.345Z] # $SEMVER_BRANCH = PR-2660 [2020-08-12T02:55:24.345Z] # $SEMVER_TEMP = /tmp/semver-074239820 [2020-08-12T02:55:24.345Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-12T02:55:42.486Z] # '/tmp/semver-074239820' -> '/w/workspace/edgex-go/1/.semver' [2020-08-12T02:55:42.486Z] # -> Force: false [2020-08-12T02:55:42.486Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-12T02:55:42.514Z] $ docker exec --env ******** --env ******** e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 ssh-agent -k [2020-08-12T02:55:42.698Z] unset SSH_AUTH_SOCK; [2020-08-12T02:55:42.699Z] unset SSH_AGENT_PID; [2020-08-12T02:55:42.699Z] echo Agent pid 51 killed; [2020-08-12T02:55:42.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T02:55:43.383Z] + git semver [Pipeline] } [2020-08-12T02:55:43.413Z] $ docker stop --time=1 e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 [2020-08-12T02:55:44.985Z] $ docker rm -f e265c853ffb52f3e6cdcd65b5e9154357ed5ac5f7342ed95206c8d6bd27c13e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-12T02:55:57.544Z] Stashed 31 file(s) [Pipeline] echo [2020-08-12T02:55:57.564Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-12T02:55:58.460Z] ========================================================= [2020-08-12T02:55:58.460Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-12T02:55:58.460Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:55:58.842Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-12T02:56:01.430Z] Sending build context to Docker daemon 323MB [2020-08-12T02:56:01.430Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T02:56:01.430Z] Step 2/7 : FROM ${BASE} [2020-08-12T02:56:01.704Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-12T02:56:01.704Z] df20fa9351a1: Pulling fs layer [2020-08-12T02:56:01.704Z] ed8968b2872e: Pulling fs layer [2020-08-12T02:56:01.704Z] a92cc7c5fd73: Pulling fs layer [2020-08-12T02:56:01.704Z] 2dd03ba5bac4: Pulling fs layer [2020-08-12T02:56:01.704Z] 1e091d79d1de: Pulling fs layer [2020-08-12T02:56:01.704Z] 481702a1767f: Pulling fs layer [2020-08-12T02:56:01.704Z] f64a6f60c768: Pulling fs layer [2020-08-12T02:56:01.704Z] e78d2573fc39: Pulling fs layer [2020-08-12T02:56:01.704Z] e876d2f968b6: Pulling fs layer [2020-08-12T02:56:01.704Z] ce8a83651883: Pulling fs layer [2020-08-12T02:56:01.704Z] 07967f4d0e4b: Pulling fs layer [2020-08-12T02:56:01.704Z] e78d2573fc39: Waiting [2020-08-12T02:56:01.704Z] 2dd03ba5bac4: Waiting [2020-08-12T02:56:01.704Z] e876d2f968b6: Waiting [2020-08-12T02:56:01.704Z] 1e091d79d1de: Waiting [2020-08-12T02:56:01.704Z] ce8a83651883: Waiting [2020-08-12T02:56:01.704Z] 481702a1767f: Waiting [2020-08-12T02:56:01.704Z] f64a6f60c768: Waiting [2020-08-12T02:56:01.704Z] 07967f4d0e4b: Waiting [2020-08-12T02:56:01.704Z] a92cc7c5fd73: Verifying Checksum [2020-08-12T02:56:01.704Z] a92cc7c5fd73: Download complete [2020-08-12T02:56:01.704Z] ed8968b2872e: Verifying Checksum [2020-08-12T02:56:01.704Z] ed8968b2872e: Download complete [2020-08-12T02:56:01.704Z] 1e091d79d1de: Verifying Checksum [2020-08-12T02:56:01.704Z] 1e091d79d1de: Download complete [2020-08-12T02:56:01.704Z] 481702a1767f: Verifying Checksum [2020-08-12T02:56:01.704Z] 481702a1767f: Download complete [2020-08-12T02:56:01.704Z] df20fa9351a1: Verifying Checksum [2020-08-12T02:56:02.688Z] f64a6f60c768: Verifying Checksum [2020-08-12T02:56:02.688Z] f64a6f60c768: Download complete [2020-08-12T02:56:03.283Z] 2dd03ba5bac4: Verifying Checksum [2020-08-12T02:56:03.283Z] 2dd03ba5bac4: Download complete [2020-08-12T02:56:03.283Z] e78d2573fc39: Verifying Checksum [2020-08-12T02:56:03.283Z] e78d2573fc39: Download complete [2020-08-12T02:56:04.232Z] df20fa9351a1: Pull complete [2020-08-12T02:56:04.500Z] e876d2f968b6: Verifying Checksum [2020-08-12T02:56:04.500Z] e876d2f968b6: Download complete [2020-08-12T02:56:04.767Z] 07967f4d0e4b: Verifying Checksum [2020-08-12T02:56:04.767Z] 07967f4d0e4b: Download complete [2020-08-12T02:56:04.767Z] ed8968b2872e: Pull complete [2020-08-12T02:56:05.037Z] a92cc7c5fd73: Pull complete [2020-08-12T02:56:05.037Z] ce8a83651883: Verifying Checksum [2020-08-12T02:56:05.037Z] ce8a83651883: Download complete [2020-08-12T02:56:10.360Z] 2dd03ba5bac4: Pull complete [2020-08-12T02:56:10.360Z] 1e091d79d1de: Pull complete [2020-08-12T02:56:10.360Z] 481702a1767f: Pull complete [2020-08-12T02:56:13.094Z] Still waiting to schedule task [2020-08-12T02:56:13.094Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-4967’ [2020-08-12T02:56:18.572Z] f64a6f60c768: Pull complete [2020-08-12T02:56:22.020Z] e78d2573fc39: Pull complete [2020-08-12T02:56:22.020Z] e876d2f968b6: Pull complete [2020-08-12T02:56:22.618Z] ce8a83651883: Pull complete [2020-08-12T02:56:22.894Z] 07967f4d0e4b: Pull complete [2020-08-12T02:56:22.894Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-12T02:56:22.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-12T02:56:22.894Z] ---> 5d7c900382c6 [2020-08-12T02:56:22.894Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-12T02:56:23.889Z] ---> Running in 50651e718198 [2020-08-12T02:56:24.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:25.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:56:25.718Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T02:56:25.984Z] (2/12) Installing file (5.38-r0) [2020-08-12T02:56:25.984Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T02:56:26.254Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T02:56:41.243Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T02:56:41.243Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T02:56:41.243Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T02:56:41.243Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T02:56:41.815Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T02:56:41.815Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T02:56:41.815Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T02:56:42.389Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T02:56:42.389Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T02:56:42.389Z] OK: 233 MiB in 51 packages [2020-08-12T02:56:45.694Z] Removing intermediate container 50651e718198 [2020-08-12T02:56:45.694Z] ---> c1e9e26f3502 [2020-08-12T02:56:45.694Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T02:56:45.958Z] ---> Running in 11ebc88fb6ce [2020-08-12T02:56:45.958Z] Removing intermediate container 11ebc88fb6ce [2020-08-12T02:56:45.958Z] ---> 69804a6efa2e [2020-08-12T02:56:45.958Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T02:56:46.219Z] latest: Pulling from library/docker [2020-08-12T02:56:46.491Z] df20fa9351a1: Already exists [2020-08-12T02:56:46.491Z] 25ad7478873d: Pulling fs layer [2020-08-12T02:56:46.491Z] 4684f6177b5d: Pulling fs layer [2020-08-12T02:56:46.491Z] 46e300cec669: Pulling fs layer [2020-08-12T02:56:46.491Z] 63038576ad94: Pulling fs layer [2020-08-12T02:56:46.491Z] 0fdb76c4706c: Pulling fs layer [2020-08-12T02:56:46.491Z] cb7edeffdfd5: Pulling fs layer [2020-08-12T02:56:46.491Z] cb7edeffdfd5: Waiting [2020-08-12T02:56:46.491Z] 63038576ad94: Waiting [2020-08-12T02:56:46.491Z] 0fdb76c4706c: Waiting [2020-08-12T02:56:46.491Z] 4684f6177b5d: Verifying Checksum [2020-08-12T02:56:46.491Z] 4684f6177b5d: Download complete [2020-08-12T02:56:46.491Z] 25ad7478873d: Verifying Checksum [2020-08-12T02:56:46.491Z] 25ad7478873d: Download complete [2020-08-12T02:56:46.752Z] 63038576ad94: Download complete [2020-08-12T02:56:46.752Z] 0fdb76c4706c: Verifying Checksum [2020-08-12T02:56:46.752Z] 0fdb76c4706c: Download complete [2020-08-12T02:56:46.752Z] 25ad7478873d: Pull complete [2020-08-12T02:56:46.752Z] cb7edeffdfd5: Verifying Checksum [2020-08-12T02:56:46.752Z] cb7edeffdfd5: Download complete [2020-08-12T02:56:47.015Z] 4684f6177b5d: Pull complete [2020-08-12T02:56:47.279Z] 46e300cec669: Verifying Checksum [2020-08-12T02:56:47.279Z] 46e300cec669: Download complete [2020-08-12T02:56:49.829Z] 46e300cec669: Pull complete [2020-08-12T02:56:49.829Z] 63038576ad94: Pull complete [2020-08-12T02:56:49.829Z] 0fdb76c4706c: Pull complete [2020-08-12T02:56:50.090Z] cb7edeffdfd5: Pull complete [2020-08-12T02:56:50.090Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T02:56:50.090Z] Status: Downloaded newer image for docker:latest [2020-08-12T02:56:52.010Z] ---> 63a6b6dee5ff [2020-08-12T02:56:52.010Z] Step 6/7 : COPY go.mod . [2020-08-12T02:56:52.010Z] ---> 2442858e8f36 [2020-08-12T02:56:52.010Z] Step 7/7 : RUN go mod download [2020-08-12T02:56:52.010Z] ---> Running in 06ce98bd1752 [2020-08-12T02:56:54.555Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T02:56:54.555Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T02:56:54.555Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T02:56:54.555Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T02:56:54.555Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T02:56:54.555Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T02:56:54.555Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T02:56:54.555Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T02:56:54.555Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T02:56:54.555Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T02:56:54.555Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T02:56:54.555Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T02:56:54.555Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T02:56:54.816Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T02:56:54.816Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T02:56:54.816Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T02:56:54.816Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T02:56:54.816Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T02:56:54.816Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T02:56:54.816Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T02:56:54.816Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T02:56:54.816Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T02:56:54.816Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T02:56:54.816Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T02:56:54.816Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T02:56:55.080Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T02:56:55.080Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T02:56:55.080Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T02:56:55.080Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T02:56:55.080Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T02:56:55.080Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T02:56:55.080Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T02:56:55.080Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T02:56:55.080Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T02:56:55.080Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T02:56:55.080Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T02:56:55.080Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T02:56:55.340Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T02:56:55.601Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T02:56:55.601Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T02:56:55.601Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T02:56:55.601Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T02:56:55.601Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T02:56:55.601Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T02:56:55.601Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T02:56:55.601Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T02:56:55.601Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T02:56:55.601Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T02:56:55.601Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T02:56:55.601Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T02:56:55.862Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T02:56:55.862Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T02:56:55.862Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T02:56:55.862Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T02:56:55.862Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T02:56:55.862Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T02:56:55.862Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T02:56:55.862Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T02:56:55.862Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T02:56:55.862Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T02:56:55.862Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T02:56:55.862Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T02:56:56.122Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T02:56:56.122Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T02:56:56.122Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T02:56:56.122Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T02:56:56.122Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T02:56:56.122Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T02:56:56.122Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T02:56:56.122Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T02:56:56.122Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T02:56:56.122Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T02:56:56.122Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T02:56:56.122Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T02:56:56.382Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T02:56:56.382Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T02:56:56.382Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T02:56:56.382Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T02:56:56.382Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T02:56:56.382Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T02:56:56.382Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T02:56:56.382Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T02:57:08.655Z] Removing intermediate container 06ce98bd1752 [2020-08-12T02:57:08.655Z] ---> f5bacedce3d2 [2020-08-12T02:57:08.655Z] Successfully built f5bacedce3d2 [2020-08-12T02:57:08.655Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:57:09.440Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-12T02:57:09.440Z] . [Pipeline] withDockerContainer [2020-08-12T02:57:09.580Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-08-12T02:57:09.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-12T02:57:10.268Z] $ docker top b8ae6c0f33f4eb121b0d0898f5c9ad1c60935b15f52ec3faeff233c97b23479b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:57:10.810Z] + go version [2020-08-12T02:57:10.810Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-12T02:57:10.842Z] ========================================================= [2020-08-12T02:57:10.842Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T02:57:10.842Z] ========================================================= [Pipeline] sh [2020-08-12T02:57:11.148Z] + make test [2020-08-12T02:57:11.148Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T02:57:13.698Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T02:57:21.949Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T02:57:26.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T02:57:26.239Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T02:57:26.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T02:57:26.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T02:57:27.673Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.027s [2020-08-12T02:57:27.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T02:57:27.673Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T02:57:27.673Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T02:57:27.952Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T02:57:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T02:57:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T02:57:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T02:57:28.544Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T02:57:32.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.034s coverage: 46.6% of statements [2020-08-12T02:57:32.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T02:57:32.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T02:57:32.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T02:57:32.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T02:57:32.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T02:57:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.046s coverage: 27.3% of statements [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T02:57:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.009s coverage: 100.0% of statements [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T02:57:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.015s coverage: 100.0% of statements [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T02:57:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 28.6% of statements [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T02:57:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.024s coverage: 100.0% of statements [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T02:57:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-08-12T02:57:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T02:57:37.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.038s coverage: 89.8% of statements [2020-08-12T02:57:37.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T02:57:38.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T02:57:38.613Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T02:57:38.613Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T02:57:38.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.011s coverage: 58.8% of statements [2020-08-12T02:57:39.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.049s coverage: 63.5% of statements [2020-08-12T02:57:39.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T02:57:39.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T02:57:39.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2020-08-12T02:57:40.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements [2020-08-12T02:57:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T02:57:40.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T02:57:40.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T02:57:40.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.018s coverage: 86.3% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.300s coverage: 72.2% of statements [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.056s coverage: 26.9% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.083s coverage: 84.1% of statements [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T02:57:44.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements [2020-08-12T02:57:44.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T02:57:46.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 46.1% of statements [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T02:57:46.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.013s coverage: 100.0% of statements [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T02:57:46.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T02:57:46.555Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.006s coverage: 100.0% of statements [2020-08-12T02:57:46.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T02:57:47.513Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-08-12T02:57:47.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T02:57:47.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T02:57:47.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T02:57:47.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T02:57:47.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T02:57:47.513Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.010s coverage: 99.0% of statements [2020-08-12T02:57:47.513Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T02:57:47.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-08-12T02:57:47.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T02:57:47.787Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-12T02:57:47.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T02:57:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-08-12T02:57:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T02:57:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T02:57:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T02:57:48.065Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T02:57:48.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-08-12T02:57:48.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T02:57:48.330Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T02:57:48.330Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements [2020-08-12T02:57:48.597Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-12T02:57:48.857Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-12T02:57:49.117Z] GO111MODULE=on go vet ./... [2020-08-12T02:57:54.449Z] gofmt -l . [2020-08-12T02:57:54.712Z] [ "`gofmt -l .`" = "" ] [2020-08-12T02:57:55.284Z] ./bin/test-go-mod-tidy.sh [2020-08-12T02:57:56.229Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T02:57:57.939Z] + ls -al . [2020-08-12T02:57:57.939Z] total 552 [2020-08-12T02:57:57.939Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 02:57 . [2020-08-12T02:57:57.939Z] drwxr-xr-x 4 root root 28 Aug 12 02:57 .. [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 02:55 .dockerignore [2020-08-12T02:57:57.939Z] drwxrwxr-x 8 1001 1001 179 Aug 12 02:55 .git [2020-08-12T02:57:57.939Z] drwxrwxr-x 3 1001 1001 60 Aug 12 02:55 .github [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 02:55 .gitignore [2020-08-12T02:57:57.939Z] drwx------ 3 1001 1001 47 Aug 12 02:55 .semver [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 02:55 .sonarcloud.properties [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 02:55 CONTRIBUTING.md [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 02:55 Dockerfile.build [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 02:55 Jenkinsfile [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 02:55 LICENSE [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 02:55 Makefile [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 02:55 README.md [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 259 Aug 12 02:55 SECURITY.md [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 02:55 VERSION [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 02:55 ZMQWindows.md [2020-08-12T02:57:57.939Z] drwxrwxr-x 2 1001 1001 117 Aug 12 02:55 bin [2020-08-12T02:57:57.939Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 02:55 cmd [2020-08-12T02:57:57.939Z] -rw-r--r-- 1 root root 455803 Aug 12 02:57 coverage.out [2020-08-12T02:57:57.939Z] -rw-r--r-- 1 root root 1019 Aug 12 02:57 go.mod [2020-08-12T02:57:57.939Z] -rw-r--r-- 1 root root 18146 Aug 12 02:57 go.sum [2020-08-12T02:57:57.939Z] drwxrwxr-x 8 1001 1001 127 Aug 12 02:55 internal [2020-08-12T02:57:57.939Z] drwxrwxr-x 4 1001 1001 26 Aug 12 02:55 openapi [2020-08-12T02:57:57.939Z] drwxrwxr-x 4 1001 1001 71 Aug 12 02:55 snap [2020-08-12T02:57:57.939Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 02:55 version.go [Pipeline] sh [2020-08-12T02:57:58.262Z] + '[' -e coverage.out ] [2020-08-12T02:57:58.262Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T02:57:58.387Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T02:57:58.702Z] + make build [2020-08-12T02:57:58.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-12T02:58:05.404Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-12T02:58:07.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-12T02:58:08.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-12T02:58:10.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T02:58:12.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-12T02:58:12.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-12T02:58:15.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-12T02:58:16.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-12T02:58:17.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-12T02:58:18.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T02:58:20.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-12T02:58:21.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-12T02:58:22.182Z] $ docker stop --time=1 b8ae6c0f33f4eb121b0d0898f5c9ad1c60935b15f52ec3faeff233c97b23479b [2020-08-12T02:58:23.801Z] $ docker rm -f b8ae6c0f33f4eb121b0d0898f5c9ad1c60935b15f52ec3faeff233c97b23479b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:58:25.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:58:25.402Z] [2020-08-12T02:58:25.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:58:25.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:58:25.781Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-12T02:58:25.781Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-12T02:58:25.781Z] ca9280d653b3: Pulling fs layer [2020-08-12T02:58:25.781Z] 7e9c9ca2126c: Pulling fs layer [2020-08-12T02:58:25.781Z] cbdbe7a5bc2a: Download complete [2020-08-12T02:58:26.047Z] ca9280d653b3: Verifying Checksum [2020-08-12T02:58:26.047Z] ca9280d653b3: Download complete [2020-08-12T02:58:26.047Z] cbdbe7a5bc2a: Pull complete [2020-08-12T02:58:26.620Z] 7e9c9ca2126c: Download complete [2020-08-12T02:58:27.194Z] ca9280d653b3: Pull complete [2020-08-12T02:58:32.501Z] 7e9c9ca2126c: Pull complete [2020-08-12T02:58:32.501Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-12T02:58:32.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:58:32.501Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-12T02:58:32.660Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-08-12T02:58:32.700Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-12T02:58:35.484Z] $ docker top c7dd4571fc6f45896e8f61b52c019ee071aa69954bb0df5932725b9a658bea48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:58:36.022Z] + docker-compose build --help [2020-08-12T02:58:36.022Z] + grep parallel [2020-08-12T02:58:36.963Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T02:58:36.993Z] $ docker stop --time=1 c7dd4571fc6f45896e8f61b52c019ee071aa69954bb0df5932725b9a658bea48 [2020-08-12T02:58:38.374Z] $ docker rm -f c7dd4571fc6f45896e8f61b52c019ee071aa69954bb0df5932725b9a658bea48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T02:58:39.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T02:58:39.087Z] . [Pipeline] withDockerContainer [2020-08-12T02:58:39.200Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-08-12T02:58:39.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-12T02:58:39.822Z] $ docker top 22a5f04ba71b90f4c6a40e4749270c3da43cbaa9fd277a1c4096ae5d38c1b623 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T02:58:40.336Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T02:58:41.279Z] Building docker-core-command-go ... [2020-08-12T02:58:41.279Z] Building docker-core-data-go ... [2020-08-12T02:58:41.279Z] Building docker-core-metadata-go ... [2020-08-12T02:58:41.279Z] Building docker-security-proxy-setup-go ... [2020-08-12T02:58:41.279Z] Building docker-security-secrets-setup-go ... [2020-08-12T02:58:41.279Z] Building docker-security-secretstore-setup-go ... [2020-08-12T02:58:41.279Z] Building docker-support-logging-go ... [2020-08-12T02:58:41.279Z] Building docker-support-notifications-go ... [2020-08-12T02:58:41.279Z] Building docker-support-scheduler-go ... [2020-08-12T02:58:41.279Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T02:58:41.279Z] Building docker-core-data-go [2020-08-12T02:58:41.279Z] Building docker-support-scheduler-go [2020-08-12T02:58:41.279Z] Building docker-core-metadata-go [2020-08-12T02:58:41.279Z] Building docker-security-secretstore-setup-go [2020-08-12T02:58:41.279Z] Building docker-security-proxy-setup-go [2020-08-12T02:59:07.943Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:59:07.943Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:59:07.943Z] ---> f5bacedce3d2 [2020-08-12T02:59:07.943Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T02:59:07.943Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:59:07.943Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:59:07.943Z] ---> f5bacedce3d2 [2020-08-12T02:59:07.943Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T02:59:07.943Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:59:07.943Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:59:07.943Z] ---> f5bacedce3d2 [2020-08-12T02:59:07.943Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T02:59:07.943Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:59:07.943Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:59:07.943Z] ---> f5bacedce3d2 [2020-08-12T02:59:07.943Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T02:59:07.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T02:59:07.943Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T02:59:07.943Z] ---> f5bacedce3d2 [2020-08-12T02:59:07.943Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T02:59:08.534Z] ---> Running in 90ba892a751b [2020-08-12T02:59:08.534Z] ---> Running in 7a5f9041c0b1 [2020-08-12T02:59:08.534Z] ---> Running in 9b0f437a0043 [2020-08-12T02:59:08.534Z] ---> Running in a66e06cdef82 [2020-08-12T02:59:08.534Z] ---> Running in b6ceacf8dfcd [2020-08-12T02:59:08.807Z] Removing intermediate container 90ba892a751b [2020-08-12T02:59:08.807Z] ---> 8b36e2c3350a [2020-08-12T02:59:08.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:59:08.807Z] Removing intermediate container 7a5f9041c0b1 [2020-08-12T02:59:08.807Z] ---> 4a6e41eb8db7 [2020-08-12T02:59:08.807Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:59:08.807Z] Removing intermediate container 9b0f437a0043 [2020-08-12T02:59:08.807Z] ---> 73165f76f263 [2020-08-12T02:59:08.807Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:59:09.068Z] Removing intermediate container a66e06cdef82 [2020-08-12T02:59:09.068Z] ---> 236ac401a4d0 [2020-08-12T02:59:09.068Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:59:09.068Z] Removing intermediate container b6ceacf8dfcd [2020-08-12T02:59:09.068Z] ---> b4f72210b8cc [2020-08-12T02:59:09.068Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T02:59:09.068Z] ---> Running in cfeaec8f51c3 [2020-08-12T02:59:09.068Z] ---> Running in 6dd6f671c99a [2020-08-12T02:59:09.068Z] ---> Running in 20924650c7d9 [2020-08-12T02:59:09.068Z] ---> Running in a53bb670bc67 [2020-08-12T02:59:09.331Z] ---> Running in 668a2959462f [2020-08-12T02:59:11.270Z] Removing intermediate container 20924650c7d9 [2020-08-12T02:59:11.270Z] ---> 4e41cc118e17 [2020-08-12T02:59:11.270Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T02:59:11.270Z] Removing intermediate container cfeaec8f51c3 [2020-08-12T02:59:11.270Z] ---> b70e5fe5335e [2020-08-12T02:59:11.270Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T02:59:11.270Z] ---> Running in fa480592ec98 [2020-08-12T02:59:11.270Z] Removing intermediate container 6dd6f671c99a [2020-08-12T02:59:11.270Z] ---> f157803cb3e5 [2020-08-12T02:59:11.270Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T02:59:11.532Z] ---> Running in 61949dadf906 [2020-08-12T02:59:11.532Z] Removing intermediate container a53bb670bc67 [2020-08-12T02:59:11.532Z] ---> 7ea9ed0d3c89 [2020-08-12T02:59:11.532Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T02:59:11.794Z] ---> Running in 14e148246def [2020-08-12T02:59:11.794Z] Removing intermediate container 668a2959462f [2020-08-12T02:59:11.794Z] ---> 8036a30b6cd4 [2020-08-12T02:59:11.794Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T02:59:11.794Z] ---> Running in 19062cb6febf [2020-08-12T02:59:12.056Z] ---> Running in 0e8b324b4fc0 [2020-08-12T02:59:12.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:12.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:12.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:12.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:12.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:13.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:13.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:13.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:13.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:13.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T02:59:13.681Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:59:13.681Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:59:13.681Z] OK: 12749 distinct packages available [2020-08-12T02:59:13.681Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:59:13.681Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:59:13.681Z] OK: 12749 distinct packages available [2020-08-12T02:59:13.945Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:59:13.945Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:59:13.945Z] OK: 12749 distinct packages available [2020-08-12T02:59:13.945Z] OK: 233 MiB in 51 packages [2020-08-12T02:59:13.945Z] OK: 233 MiB in 51 packages [2020-08-12T02:59:13.945Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:59:13.945Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:59:13.945Z] OK: 12749 distinct packages available [2020-08-12T02:59:14.212Z] OK: 233 MiB in 51 packages [2020-08-12T02:59:14.212Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T02:59:14.212Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T02:59:14.212Z] OK: 12749 distinct packages available [2020-08-12T02:59:14.212Z] OK: 233 MiB in 51 packages [2020-08-12T02:59:14.478Z] OK: 233 MiB in 51 packages [2020-08-12T02:59:14.749Z] Removing intermediate container fa480592ec98 [2020-08-12T02:59:14.749Z] ---> e3cadad9b64a [2020-08-12T02:59:14.749Z] Step 6/21 : COPY go.mod . [2020-08-12T02:59:14.749Z] Removing intermediate container 61949dadf906 [2020-08-12T02:59:14.749Z] ---> 24e68f9db347 [2020-08-12T02:59:14.749Z] Step 6/26 : COPY go.mod . [2020-08-12T02:59:15.010Z] ---> ff336b401087 [2020-08-12T02:59:15.010Z] Step 7/21 : RUN go mod download [2020-08-12T02:59:15.271Z] ---> 3c25ad4e59f9 [2020-08-12T02:59:15.271Z] Step 7/26 : RUN go mod download [2020-08-12T02:59:15.271Z] ---> Running in 9e45f2d8af41 [2020-08-12T02:59:15.271Z] Removing intermediate container 14e148246def [2020-08-12T02:59:15.271Z] ---> 6ee749130995 [2020-08-12T02:59:15.271Z] Step 6/22 : COPY go.mod . [2020-08-12T02:59:15.543Z] ---> Running in c2446d167ad6 [2020-08-12T02:59:15.543Z] Removing intermediate container 19062cb6febf [2020-08-12T02:59:15.543Z] ---> 5c11307cb112 [2020-08-12T02:59:15.543Z] Step 6/20 : COPY go.mod . [2020-08-12T02:59:15.809Z] Removing intermediate container 0e8b324b4fc0 [2020-08-12T02:59:15.809Z] ---> f04e6353d7c8 [2020-08-12T02:59:15.809Z] Step 6/20 : COPY go.mod . [2020-08-12T02:59:15.809Z] ---> 2b16a9b746d7 [2020-08-12T02:59:15.809Z] Step 7/22 : RUN go mod download [2020-08-12T02:59:16.071Z] ---> Running in 89bad4946f8b [2020-08-12T02:59:16.332Z] ---> f574a2554fb9 [2020-08-12T02:59:16.332Z] Step 7/20 : RUN go mod download [2020-08-12T02:59:16.332Z] ---> 77c4fe459fed [2020-08-12T02:59:16.332Z] Step 7/20 : RUN go mod download [2020-08-12T02:59:16.910Z] ---> Running in d5e319f63f1f [2020-08-12T02:59:16.910Z] ---> Running in 7566db2dac4c [2020-08-12T02:59:17.876Z] Removing intermediate container 9e45f2d8af41 [2020-08-12T02:59:17.876Z] ---> 0433d63ec0ee [2020-08-12T02:59:17.876Z] Step 8/21 : COPY . . [2020-08-12T02:59:17.876Z] Removing intermediate container c2446d167ad6 [2020-08-12T02:59:17.876Z] ---> 6d3e5958c812 [2020-08-12T02:59:17.876Z] Step 8/26 : COPY . . [2020-08-12T02:59:24.497Z] Removing intermediate container 89bad4946f8b [2020-08-12T02:59:24.497Z] ---> 3a83b52cbcdf [2020-08-12T02:59:24.497Z] Step 8/22 : COPY . . [2020-08-12T02:59:27.253Z] Removing intermediate container d5e319f63f1f [2020-08-12T02:59:27.253Z] ---> a39e29e7c064 [2020-08-12T02:59:27.253Z] Step 8/20 : COPY . . [2020-08-12T02:59:27.253Z] Removing intermediate container 7566db2dac4c [2020-08-12T02:59:27.253Z] ---> eb963c4c9973 [2020-08-12T02:59:27.253Z] Step 8/20 : COPY . . [2020-08-12T02:59:47.186Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4969 in /w/workspace/edgexfoundry_edgex-go_PR-2660 [Pipeline] { [Pipeline] ws [2020-08-12T02:59:47.307Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-12T02:59:51.907Z] using credential edgex-jenkins-ssh [2020-08-12T02:59:51.961Z] Cloning the remote Git repository [2020-08-12T02:59:51.961Z] Cloning with configured refspecs honoured and without tags [2020-08-12T02:59:52.042Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-12T02:59:52.151Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-12T02:59:52.213Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T02:59:52.213Z] > git --version # timeout=10 [2020-08-12T02:59:52.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T02:59:52.290Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T02:59:59.993Z] ---> fa6df3a60a2f [2020-08-12T02:59:59.993Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T02:59:59.993Z] ---> e21d45f9e884 [2020-08-12T02:59:59.993Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-12T02:59:59.993Z] ---> Running in b91597162bc1 [2020-08-12T02:59:59.993Z] ---> Running in 74701c972802 [2020-08-12T02:59:59.993Z] ---> f245879df159 [2020-08-12T02:59:59.993Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T02:59:59.993Z] ---> 889a7939906c [2020-08-12T02:59:59.993Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T02:59:59.993Z] ---> 6dc187a19e2f [2020-08-12T02:59:59.993Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T02:59:59.993Z] ---> Running in 5f6e3459c5e9 [2020-08-12T02:59:59.993Z] ---> Running in 3e98040615f5 [2020-08-12T02:59:59.993Z] ---> Running in e1936804b673 [2020-08-12T02:59:59.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-12T02:59:59.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-12T02:59:59.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-12T02:59:59.993Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-12T02:59:59.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-12T03:00:07.576Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T03:00:07.597Z] > git config --add remote.origin.fetch +refs/pull/2660/head:refs/remotes/origin/PR-2660 # timeout=10 [2020-08-12T03:00:07.617Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T03:00:07.667Z] Fetching without tags [2020-08-12T03:00:09.482Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:00:07.644Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T03:00:07.674Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T03:00:07.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T03:00:07.685Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2660/head:refs/remotes/origin/PR-2660 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T03:00:09.496Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T03:00:09.513Z] > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 [2020-08-12T03:00:09.847Z] Merge succeeded, producing ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:00:09.848Z] Checking out Revision ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab (PR-2660) [2020-08-12T03:00:09.771Z] > git remote # timeout=10 [2020-08-12T03:00:09.788Z] > git config --get remote.origin.url # timeout=10 [2020-08-12T03:00:09.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T03:00:09.813Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-12T03:00:09.834Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-12T03:00:09.851Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T03:00:09.870Z] > git checkout -f ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab # timeout=10 [2020-08-12T03:00:14.222Z] Commit message: "Update SECUIRTY.md" [2020-08-12T03:00:14.268Z] > git --version # timeout=10 [2020-08-12T03:00:14.286Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-12T03:00:26.222Z] ========================================================= [2020-08-12T03:00:26.222Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-12T03:00:26.222Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:00:26.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T03:00:26.696Z] Removing intermediate container 5f6e3459c5e9 [2020-08-12T03:00:26.696Z] ---> 8effafdcaf59 [2020-08-12T03:00:26.696Z] [2020-08-12T03:00:26.696Z] Step 10/20 : FROM alpine [2020-08-12T03:00:26.696Z] latest: Pulling from library/alpine [2020-08-12T03:00:26.696Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T03:00:26.696Z] Status: Downloaded newer image for alpine:latest [2020-08-12T03:00:26.696Z] ---> a24bb4013296 [2020-08-12T03:00:26.696Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T03:00:27.128Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-12T03:00:27.659Z] ---> Running in ddceb5c8758d [2020-08-12T03:00:27.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-12T03:00:28.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:00:28.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:00:29.082Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:00:29.082Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:00:29.082Z] OK: 12749 distinct packages available [2020-08-12T03:00:29.647Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T03:00:30.602Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T03:00:30.602Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T03:00:30.602Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T03:00:30.602Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:00:30.863Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T03:00:30.863Z] OK: 7 MiB in 18 packages [2020-08-12T03:00:31.456Z] Sending build context to Docker daemon 323MB [2020-08-12T03:00:31.456Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T03:00:31.456Z] Step 2/7 : FROM ${BASE} [2020-08-12T03:00:31.456Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-12T03:00:31.456Z] b538f80385f9: Pulling fs layer [2020-08-12T03:00:31.456Z] 74f711af9a0d: Pulling fs layer [2020-08-12T03:00:31.456Z] 99f96fe45779: Pulling fs layer [2020-08-12T03:00:31.456Z] fd7a069fd194: Pulling fs layer [2020-08-12T03:00:31.456Z] 66aa3694b03b: Pulling fs layer [2020-08-12T03:00:31.456Z] 170f70906a0f: Pulling fs layer [2020-08-12T03:00:31.456Z] ad7c5574e4b9: Pulling fs layer [2020-08-12T03:00:31.456Z] e772456be8f7: Pulling fs layer [2020-08-12T03:00:31.456Z] c890913d741a: Pulling fs layer [2020-08-12T03:00:31.456Z] 2480fcc9aa5a: Pulling fs layer [2020-08-12T03:00:31.456Z] 09adf4765672: Pulling fs layer [2020-08-12T03:00:31.456Z] fd7a069fd194: Waiting [2020-08-12T03:00:31.456Z] 66aa3694b03b: Waiting [2020-08-12T03:00:31.456Z] e772456be8f7: Waiting [2020-08-12T03:00:31.456Z] 170f70906a0f: Waiting [2020-08-12T03:00:31.456Z] ad7c5574e4b9: Waiting [2020-08-12T03:00:31.456Z] c890913d741a: Waiting [2020-08-12T03:00:31.456Z] 2480fcc9aa5a: Waiting [2020-08-12T03:00:31.456Z] 09adf4765672: Waiting [2020-08-12T03:00:31.456Z] 99f96fe45779: Verifying Checksum [2020-08-12T03:00:31.456Z] 99f96fe45779: Download complete [2020-08-12T03:00:31.456Z] 74f711af9a0d: Verifying Checksum [2020-08-12T03:00:31.456Z] 74f711af9a0d: Download complete [2020-08-12T03:00:31.456Z] 66aa3694b03b: Verifying Checksum [2020-08-12T03:00:31.456Z] 66aa3694b03b: Download complete [2020-08-12T03:00:31.456Z] 170f70906a0f: Verifying Checksum [2020-08-12T03:00:31.456Z] 170f70906a0f: Download complete [2020-08-12T03:00:31.456Z] b538f80385f9: Verifying Checksum [2020-08-12T03:00:31.456Z] b538f80385f9: Download complete [2020-08-12T03:00:32.439Z] b538f80385f9: Pull complete [2020-08-12T03:00:32.718Z] 74f711af9a0d: Pull complete [2020-08-12T03:00:33.311Z] 99f96fe45779: Pull complete [2020-08-12T03:00:34.743Z] ad7c5574e4b9: Verifying Checksum [2020-08-12T03:00:34.743Z] ad7c5574e4b9: Download complete [2020-08-12T03:00:34.743Z] c890913d741a: Download complete [2020-08-12T03:00:35.126Z] Removing intermediate container ddceb5c8758d [2020-08-12T03:00:35.126Z] ---> b7d4fa6ef207 [2020-08-12T03:00:35.126Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T03:00:35.126Z] ---> Running in 592857d791cf [2020-08-12T03:00:35.394Z] Removing intermediate container 592857d791cf [2020-08-12T03:00:35.394Z] ---> 2261709f0be1 [2020-08-12T03:00:35.394Z] Step 13/20 : WORKDIR /edgex [2020-08-12T03:00:35.972Z] ---> Running in 1f1d509ba6b3 [2020-08-12T03:00:36.170Z] 2480fcc9aa5a: Verifying Checksum [2020-08-12T03:00:36.170Z] 2480fcc9aa5a: Download complete [2020-08-12T03:00:36.170Z] 09adf4765672: Verifying Checksum [2020-08-12T03:00:36.170Z] 09adf4765672: Download complete [2020-08-12T03:00:36.767Z] fd7a069fd194: Verifying Checksum [2020-08-12T03:00:36.767Z] fd7a069fd194: Download complete [2020-08-12T03:00:36.767Z] e772456be8f7: Verifying Checksum [2020-08-12T03:00:36.767Z] e772456be8f7: Download complete [2020-08-12T03:00:38.518Z] Removing intermediate container 74701c972802 [2020-08-12T03:00:38.518Z] ---> 48e26b36eeef [2020-08-12T03:00:38.518Z] [2020-08-12T03:00:38.518Z] Step 10/21 : FROM scratch [2020-08-12T03:00:38.518Z] ---> [2020-08-12T03:00:38.518Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:00:38.780Z] Removing intermediate container b91597162bc1 [2020-08-12T03:00:38.780Z] ---> 5019cedb3945 [2020-08-12T03:00:38.780Z] [2020-08-12T03:00:38.780Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T03:00:39.040Z] 3.10: Pulling from library/alpine [2020-08-12T03:00:40.089Z] Removing intermediate container 1f1d509ba6b3 [2020-08-12T03:00:40.089Z] ---> 596b40764b2d [2020-08-12T03:00:40.089Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T03:00:40.351Z] ---> Running in c695988e5843 [2020-08-12T03:00:40.351Z] Removing intermediate container e1936804b673 [2020-08-12T03:00:40.351Z] ---> 96cb6fa7c7c9 [2020-08-12T03:00:40.351Z] [2020-08-12T03:00:40.351Z] Step 10/20 : FROM scratch [2020-08-12T03:00:40.351Z] ---> [2020-08-12T03:00:40.351Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:00:40.351Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T03:00:40.351Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T03:00:40.351Z] ---> be4e4bea2c2e [2020-08-12T03:00:40.351Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T03:00:41.741Z] ---> Running in 691bc9bd487c [2020-08-12T03:00:42.313Z] Removing intermediate container c695988e5843 [2020-08-12T03:00:42.313Z] ---> daefb77a04f7 [2020-08-12T03:00:42.313Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T03:00:42.313Z] ---> Running in f3e3b0d238cc [2020-08-12T03:00:42.891Z] ---> 4d3012aa5821 [2020-08-12T03:00:42.891Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T03:00:42.891Z] Removing intermediate container 691bc9bd487c [2020-08-12T03:00:42.891Z] ---> 327a1d1ad983 [2020-08-12T03:00:42.891Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T03:00:42.891Z] ---> Running in 0130a48adbf4 [2020-08-12T03:00:43.164Z] Removing intermediate container 3e98040615f5 [2020-08-12T03:00:43.164Z] ---> e5094941f697 [2020-08-12T03:00:43.164Z] [2020-08-12T03:00:43.164Z] Step 10/22 : FROM alpine [2020-08-12T03:00:43.164Z] ---> a24bb4013296 [2020-08-12T03:00:43.164Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:00:43.164Z] ---> Running in 0070715f496e [2020-08-12T03:00:43.164Z] ---> Running in 76b34381a4f1 [2020-08-12T03:00:43.426Z] Removing intermediate container 0130a48adbf4 [2020-08-12T03:00:43.426Z] ---> ece4e0153075 [2020-08-12T03:00:43.426Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:00:43.426Z] Removing intermediate container 0070715f496e [2020-08-12T03:00:43.426Z] ---> a01aa25dee57 [2020-08-12T03:00:43.426Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T03:00:43.426Z] ---> Running in 3a184a8467a4 [2020-08-12T03:00:43.688Z] ---> c7467fb5e2c9 [2020-08-12T03:00:43.688Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T03:00:43.688Z] ---> Running in b6ad4fcce3bf [2020-08-12T03:00:43.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:00:43.688Z] Removing intermediate container 76b34381a4f1 [2020-08-12T03:00:43.688Z] ---> 838f490d3bee [2020-08-12T03:00:43.688Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T03:00:43.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:00:43.688Z] ---> Running in 491f55762e3d [2020-08-12T03:00:43.951Z] ---> Running in 669d0619b214 [2020-08-12T03:00:43.951Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T03:00:43.952Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T03:00:43.952Z] OK: 10346 distinct packages available [2020-08-12T03:00:43.952Z] Removing intermediate container 3a184a8467a4 [2020-08-12T03:00:43.952Z] ---> a99592dc3f09 [2020-08-12T03:00:43.952Z] Step 14/21 : WORKDIR / [2020-08-12T03:00:43.952Z] Removing intermediate container b6ad4fcce3bf [2020-08-12T03:00:43.952Z] ---> 88aa0946afbd [2020-08-12T03:00:43.952Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T03:00:43.952Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T03:00:43.952Z] ---> Running in 931606e34386 [2020-08-12T03:00:43.952Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T03:00:43.952Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T03:00:43.952Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T03:00:43.952Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T03:00:43.952Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T03:00:43.952Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T03:00:44.212Z] OK: 7 MiB in 19 packages [2020-08-12T03:00:44.785Z] Removing intermediate container 491f55762e3d [2020-08-12T03:00:44.785Z] ---> 82c3bcfb744a [2020-08-12T03:00:44.785Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T03:00:45.358Z] Removing intermediate container 669d0619b214 [2020-08-12T03:00:45.358Z] ---> 667371582062 [2020-08-12T03:00:45.358Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T03:00:45.358Z] ---> Running in 64145c1c93d7 [2020-08-12T03:00:45.358Z] ---> c91a5dfbd329 [2020-08-12T03:00:45.358Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T03:00:45.620Z] ---> Running in a49a55e759b1 [2020-08-12T03:00:45.620Z] Removing intermediate container 931606e34386 [2020-08-12T03:00:45.620Z] ---> 422e7c2b9e86 [2020-08-12T03:00:45.620Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T03:00:45.620Z] Removing intermediate container 64145c1c93d7 [2020-08-12T03:00:45.620Z] ---> 40356fb5d018 [2020-08-12T03:00:45.620Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T03:00:46.580Z] ---> Running in 915e57a414a7 [2020-08-12T03:00:46.580Z] Removing intermediate container f3e3b0d238cc [2020-08-12T03:00:46.580Z] ---> 133962171cb7 [2020-08-12T03:00:46.580Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T03:00:46.580Z] ---> cf97b024d7d7 [2020-08-12T03:00:46.580Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T03:00:46.580Z] Removing intermediate container a49a55e759b1 [2020-08-12T03:00:46.580Z] ---> 87c2995d1e76 [2020-08-12T03:00:46.580Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:00:46.580Z] ---> 71130a9a2500 [2020-08-12T03:00:46.580Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T03:00:46.580Z] ---> Running in eef371d5e15f [2020-08-12T03:00:46.580Z] ---> Running in f83f1a92c8a6 [2020-08-12T03:00:46.849Z] Removing intermediate container 915e57a414a7 [2020-08-12T03:00:46.849Z] ---> 0f9e933de748 [2020-08-12T03:00:46.849Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:00:47.113Z] ---> Running in 3ed6ad2cb5d1 [2020-08-12T03:00:47.113Z] ---> 33f314528621 [2020-08-12T03:00:47.113Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:00:47.113Z] Removing intermediate container eef371d5e15f [2020-08-12T03:00:47.113Z] ---> c185a15b4c18 [2020-08-12T03:00:47.113Z] Step 13/26 : WORKDIR / [2020-08-12T03:00:47.375Z] ---> d699d4a468c0 [2020-08-12T03:00:47.375Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T03:00:47.951Z] ---> Running in 55017f007ce1 [2020-08-12T03:00:47.951Z] ---> Running in 6d008af41fcb [2020-08-12T03:00:47.951Z] Removing intermediate container 3ed6ad2cb5d1 [2020-08-12T03:00:47.951Z] ---> 9ba2beaf9907 [2020-08-12T03:00:47.951Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T03:00:48.212Z] ---> 5b1f61ed21ca [2020-08-12T03:00:48.212Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:00:48.212Z] ---> Running in 7cc3f0444d16 [2020-08-12T03:00:48.472Z] ---> Running in 30f2ec0d0721 [2020-08-12T03:00:48.472Z] Removing intermediate container 55017f007ce1 [2020-08-12T03:00:48.472Z] ---> 1490afa2627a [2020-08-12T03:00:48.472Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T03:00:48.472Z] Removing intermediate container 6d008af41fcb [2020-08-12T03:00:48.472Z] ---> 5bf68724e81e [2020-08-12T03:00:48.472Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-12T03:00:48.734Z] ---> Running in 1e081bec884c [2020-08-12T03:00:48.734Z] Removing intermediate container 7cc3f0444d16 [2020-08-12T03:00:48.734Z] ---> 6ebee969cc5b [2020-08-12T03:00:48.734Z] [2020-08-12T03:00:48.734Z] Removing intermediate container 30f2ec0d0721 [2020-08-12T03:00:48.734Z] ---> d2a0f5f6b34a [2020-08-12T03:00:48.734Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T03:00:48.994Z] Removing intermediate container f83f1a92c8a6 [2020-08-12T03:00:48.994Z] ---> e480a9a6f4b6 [2020-08-12T03:00:48.994Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T03:00:48.994Z] Successfully built 6ebee969cc5b [2020-08-12T03:00:48.994Z] Removing intermediate container 1e081bec884c [2020-08-12T03:00:48.994Z] ---> 643e0b631231 [2020-08-12T03:00:48.994Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:00:48.994Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-12T03:00:48.994Z] ---> Running in 94841da69f81 [2020-08-12T03:00:48.994Z] Building docker-security-secrets-setup-go [2020-08-12T03:00:48.994Z]  Building docker-security-proxy-setup-go ... done  ---> da37df57c463 [2020-08-12T03:00:48.994Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-12T03:00:49.163Z] fd7a069fd194: Pull complete [2020-08-12T03:00:49.163Z] 66aa3694b03b: Pull complete [2020-08-12T03:00:49.163Z] 170f70906a0f: Pull complete [2020-08-12T03:00:49.256Z] ---> Running in 8d0e4d5573c0 [2020-08-12T03:00:49.256Z] ---> Running in 21a292ff7840 [2020-08-12T03:00:49.518Z] Removing intermediate container 94841da69f81 [2020-08-12T03:00:49.518Z] ---> f460fa47ed2f [2020-08-12T03:00:49.518Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:00:49.783Z] Removing intermediate container 8d0e4d5573c0 [2020-08-12T03:00:49.783Z] ---> 408171b4cdee [2020-08-12T03:00:49.783Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T03:00:49.784Z] ---> Running in 1ac61f736928 [2020-08-12T03:00:50.048Z] ---> 6f6d83dc814d [2020-08-12T03:00:50.048Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T03:00:50.310Z] ---> Running in c01aaf23a95e [2020-08-12T03:00:50.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:00:50.310Z] Removing intermediate container 1ac61f736928 [2020-08-12T03:00:50.310Z] ---> 582c66978a19 [2020-08-12T03:00:50.310Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:00:51.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:00:51.830Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T03:00:51.830Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T03:00:52.106Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T03:00:52.106Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T03:00:52.367Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T03:00:52.367Z] ---> Running in 7cab04f8998b [2020-08-12T03:00:52.367Z] Removing intermediate container c01aaf23a95e [2020-08-12T03:00:52.367Z] ---> 4463d2c7f782 [2020-08-12T03:00:52.367Z] [2020-08-12T03:00:52.367Z] ---> 94969f7abd84 [2020-08-12T03:00:52.367Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T03:00:52.367Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:00:52.556Z] ad7c5574e4b9: Pull complete [2020-08-12T03:00:52.631Z] OK: 8 MiB in 19 packages [2020-08-12T03:00:52.631Z] Successfully built 4463d2c7f782 [2020-08-12T03:00:52.631Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-12T03:00:52.631Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-08-12T03:00:52.893Z] Removing intermediate container 7cab04f8998b [2020-08-12T03:00:52.893Z] ---> 50f58db357f8 [2020-08-12T03:00:52.893Z] [2020-08-12T03:00:52.893Z] Successfully built 50f58db357f8 [2020-08-12T03:00:53.473Z] Successfully tagged docker-core-metadata-go:latest [2020-08-12T03:00:53.473Z] Building docker-core-command-go [2020-08-12T03:00:56.898Z] e772456be8f7: Pull complete [2020-08-12T03:00:57.497Z] c890913d741a: Pull complete [2020-08-12T03:00:57.692Z]  Building docker-core-metadata-go ... done  ---> 97be27370079 [2020-08-12T03:00:57.692Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T03:00:59.475Z] 2480fcc9aa5a: Pull complete [2020-08-12T03:01:00.078Z] 09adf4765672: Pull complete [2020-08-12T03:01:00.078Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-12T03:01:00.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-12T03:01:00.078Z] ---> 2248a725d1cf [2020-08-12T03:01:00.078Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-12T03:01:01.907Z] Removing intermediate container 21a292ff7840 [2020-08-12T03:01:01.907Z] ---> 8a6080af57cd [2020-08-12T03:01:01.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T03:01:02.172Z] ---> fb347c31b93c [2020-08-12T03:01:02.172Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T03:01:04.120Z] ---> b5c82fbe1f2b [2020-08-12T03:01:04.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T03:01:04.392Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:01:04.392Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T03:01:04.392Z] ---> f5bacedce3d2 [2020-08-12T03:01:04.392Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T03:01:04.392Z] ---> Using cache [2020-08-12T03:01:04.392Z] ---> b4f72210b8cc [2020-08-12T03:01:04.392Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T03:01:04.967Z] ---> 1c51fc1261a8 [2020-08-12T03:01:04.967Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T03:01:06.799Z] ---> Running in 222d0011b551 [2020-08-12T03:01:07.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:01:07.526Z] ---> Running in 4ff698694be3 [2020-08-12T03:01:07.789Z] ---> 3d410b189b27 [2020-08-12T03:01:07.789Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T03:01:08.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:01:08.747Z] ---> c0bac0c9cbff [2020-08-12T03:01:08.747Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T03:01:09.338Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T03:01:09.338Z] (2/12) Installing file (5.38-r0) [2020-08-12T03:01:09.610Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T03:01:09.611Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T03:01:10.382Z] ---> 3383028036dd [2020-08-12T03:01:10.382Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:01:11.079Z] ---> 681dee25349f [2020-08-12T03:01:11.079Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T03:01:11.345Z] ---> Running in 6d78421ca002 [2020-08-12T03:01:11.607Z] ---> Running in f2962d43904c [2020-08-12T03:01:11.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:11.607Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:01:11.607Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:01:11.607Z] ---> f5bacedce3d2 [2020-08-12T03:01:11.607Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> b4f72210b8cc [2020-08-12T03:01:11.607Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> 8036a30b6cd4 [2020-08-12T03:01:11.607Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> f04e6353d7c8 [2020-08-12T03:01:11.607Z] Step 6/21 : COPY go.mod . [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> 77c4fe459fed [2020-08-12T03:01:11.607Z] Step 7/21 : RUN go mod download [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> eb963c4c9973 [2020-08-12T03:01:11.607Z] Step 8/21 : COPY . . [2020-08-12T03:01:11.607Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:01:11.607Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:01:11.607Z] ---> f5bacedce3d2 [2020-08-12T03:01:11.607Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> b4f72210b8cc [2020-08-12T03:01:11.607Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:01:11.607Z] ---> Using cache [2020-08-12T03:01:11.607Z] ---> 8036a30b6cd4 [2020-08-12T03:01:11.607Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T03:01:12.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:12.814Z] ---> Using cache [2020-08-12T03:01:12.814Z] ---> 889a7939906c [2020-08-12T03:01:12.814Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T03:01:12.814Z] Removing intermediate container 6d78421ca002 [2020-08-12T03:01:12.814Z] ---> 8c4c1a518f54 [2020-08-12T03:01:12.814Z] Step 20/22 : LABEL arch=x86_64 [2020-08-12T03:01:12.814Z] ---> Running in 0f7705cf27bd [2020-08-12T03:01:13.075Z] ---> Running in 5b2bfc80ce69 [2020-08-12T03:01:13.075Z] ---> Running in e3fd5ebfd7e4 [2020-08-12T03:01:13.075Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:01:13.075Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:01:13.075Z] OK: 12749 distinct packages available [2020-08-12T03:01:13.338Z] OK: 233 MiB in 51 packages [2020-08-12T03:01:13.338Z] Removing intermediate container e3fd5ebfd7e4 [2020-08-12T03:01:13.338Z] ---> 72d5e297ccb2 [2020-08-12T03:01:13.338Z] Step 21/22 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:01:13.600Z] ---> Running in d59b90851bd8 [2020-08-12T03:01:13.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:13.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-12T03:01:13.861Z] Removing intermediate container d59b90851bd8 [2020-08-12T03:01:13.861Z] ---> 6653f222b61c [2020-08-12T03:01:13.861Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T03:01:13.894Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T03:01:13.894Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T03:01:13.894Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T03:01:14.124Z] ---> Running in e83fc009cabd [2020-08-12T03:01:14.124Z] Removing intermediate container f2962d43904c [2020-08-12T03:01:14.124Z] ---> 259369346ead [2020-08-12T03:01:14.124Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T03:01:14.124Z] Removing intermediate container 4ff698694be3 [2020-08-12T03:01:14.124Z] ---> 9928089e4bb0 [2020-08-12T03:01:14.124Z] Step 5/29 : COPY go.mod . [2020-08-12T03:01:14.165Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T03:01:14.165Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T03:01:14.165Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T03:01:14.389Z] ---> Running in 0f497ae1f132 [2020-08-12T03:01:14.389Z] Removing intermediate container e83fc009cabd [2020-08-12T03:01:14.389Z] ---> 02f4bfcba540 [2020-08-12T03:01:14.389Z] [2020-08-12T03:01:14.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:14.389Z] Successfully built 02f4bfcba540 [2020-08-12T03:01:14.389Z] Successfully tagged docker-core-data-go:latest [2020-08-12T03:01:14.389Z] Building docker-support-logging-go [2020-08-12T03:01:14.389Z]  Building docker-core-data-go ... done Removing intermediate container 0f497ae1f132 [2020-08-12T03:01:14.389Z] ---> aeeadf0838ed [2020-08-12T03:01:14.389Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T03:01:14.435Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T03:01:14.435Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T03:01:14.653Z] ---> c2a72f964415 [2020-08-12T03:01:14.653Z] Step 6/29 : RUN go mod download [2020-08-12T03:01:14.653Z] ---> Running in f9fa0b0383e9 [2020-08-12T03:01:14.653Z] ---> Running in e8a4e358666a [2020-08-12T03:01:14.705Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:01:14.706Z] OK: 217 MiB in 51 packages [2020-08-12T03:01:15.240Z] Removing intermediate container f9fa0b0383e9 [2020-08-12T03:01:15.240Z] ---> 8bc57cef4e0c [2020-08-12T03:01:15.240Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:01:15.512Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:01:15.512Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:01:15.512Z] OK: 12749 distinct packages available [2020-08-12T03:01:15.512Z] ---> Running in 4d3ab3d7247a [2020-08-12T03:01:15.780Z] OK: 233 MiB in 51 packages [2020-08-12T03:01:18.350Z] Removing intermediate container 4d3ab3d7247a [2020-08-12T03:01:18.350Z] ---> 517a149bd6a7 [2020-08-12T03:01:18.350Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T03:01:19.004Z] Removing intermediate container 222d0011b551 [2020-08-12T03:01:19.004Z] ---> 28d1346f4e46 [2020-08-12T03:01:19.004Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T03:01:19.004Z] ---> Running in 82a3f6cca92b [2020-08-12T03:01:19.316Z] ---> Running in 781b1adefc74 [2020-08-12T03:01:19.597Z] Removing intermediate container 82a3f6cca92b [2020-08-12T03:01:19.597Z] ---> b49212171865 [2020-08-12T03:01:19.597Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T03:01:19.597Z] latest: Pulling from library/docker [2020-08-12T03:01:19.873Z] b538f80385f9: Already exists [2020-08-12T03:01:19.873Z] 259a493cd78d: Pulling fs layer [2020-08-12T03:01:19.873Z] b8e66b5100f5: Pulling fs layer [2020-08-12T03:01:19.873Z] 39dc9c94d07c: Pulling fs layer [2020-08-12T03:01:19.873Z] 551b823b3b82: Pulling fs layer [2020-08-12T03:01:19.873Z] 3c52a74df98c: Pulling fs layer [2020-08-12T03:01:19.873Z] 6c9b121b6998: Pulling fs layer [2020-08-12T03:01:19.873Z] 551b823b3b82: Waiting [2020-08-12T03:01:19.873Z] 3c52a74df98c: Waiting [2020-08-12T03:01:19.873Z] 6c9b121b6998: Waiting [2020-08-12T03:01:19.873Z] b8e66b5100f5: Download complete [2020-08-12T03:01:20.147Z] 259a493cd78d: Verifying Checksum [2020-08-12T03:01:20.147Z] 259a493cd78d: Download complete [2020-08-12T03:01:20.147Z] 551b823b3b82: Verifying Checksum [2020-08-12T03:01:20.147Z] 551b823b3b82: Download complete [2020-08-12T03:01:20.147Z] 3c52a74df98c: Verifying Checksum [2020-08-12T03:01:20.147Z] 3c52a74df98c: Download complete [2020-08-12T03:01:20.147Z] 6c9b121b6998: Verifying Checksum [2020-08-12T03:01:20.147Z] 6c9b121b6998: Download complete [2020-08-12T03:01:20.324Z] Removing intermediate container 781b1adefc74 [2020-08-12T03:01:20.324Z] ---> 5834408f092d [2020-08-12T03:01:20.324Z] [2020-08-12T03:01:20.603Z] Successfully built 5834408f092d [2020-08-12T03:01:20.603Z] Removing intermediate container e8a4e358666a [2020-08-12T03:01:20.603Z] ---> 5050bb12eff2 [2020-08-12T03:01:20.603Z] Step 7/29 : COPY . . [2020-08-12T03:01:20.603Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-12T03:01:20.603Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-08-12T03:01:20.603Z] Removing intermediate container 0f7705cf27bd [2020-08-12T03:01:20.603Z] ---> 69e3c09e64f6 [2020-08-12T03:01:20.603Z] Step 6/23 : COPY go.mod . [2020-08-12T03:01:20.746Z] 259a493cd78d: Pull complete [2020-08-12T03:01:21.046Z] b8e66b5100f5: Pull complete [2020-08-12T03:01:21.319Z] 39dc9c94d07c: Verifying Checksum [2020-08-12T03:01:21.319Z] 39dc9c94d07c: Download complete [2020-08-12T03:01:24.709Z] 39dc9c94d07c: Pull complete [2020-08-12T03:01:24.709Z] 551b823b3b82: Pull complete [2020-08-12T03:01:25.302Z] 3c52a74df98c: Pull complete [2020-08-12T03:01:25.574Z] 6c9b121b6998: Pull complete [2020-08-12T03:01:25.574Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T03:01:25.574Z] Status: Downloaded newer image for docker:latest [2020-08-12T03:01:28.839Z] ---> e4899f608460 [2020-08-12T03:01:28.839Z] Step 7/23 : RUN go mod download [2020-08-12T03:01:28.983Z] ---> 125a82a7ba31 [2020-08-12T03:01:28.983Z] Step 6/7 : COPY go.mod . [2020-08-12T03:01:29.257Z] ---> 3a50c4df03e2 [2020-08-12T03:01:29.257Z] Step 7/7 : RUN go mod download [2020-08-12T03:01:29.475Z] ---> Running in f559ab27acaf [2020-08-12T03:01:29.533Z] ---> Running in 2a4845dbef7c [2020-08-12T03:01:32.920Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T03:01:32.921Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T03:01:32.921Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T03:01:32.921Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T03:01:32.921Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T03:01:32.921Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T03:01:32.921Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T03:01:32.921Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T03:01:32.921Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T03:01:32.921Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T03:01:32.921Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T03:01:32.921Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T03:01:32.921Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T03:01:32.921Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T03:01:32.921Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T03:01:32.921Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T03:01:32.921Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T03:01:32.921Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T03:01:32.921Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T03:01:32.921Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T03:01:32.921Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T03:01:32.921Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T03:01:32.921Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T03:01:32.921Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T03:01:32.921Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T03:01:32.921Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T03:01:33.191Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T03:01:33.191Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T03:01:33.191Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T03:01:33.191Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T03:01:33.191Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T03:01:33.191Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T03:01:33.191Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T03:01:33.191Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T03:01:33.466Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T03:01:33.739Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T03:01:33.739Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T03:01:33.739Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T03:01:33.739Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T03:01:33.739Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T03:01:33.739Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T03:01:33.739Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T03:01:33.739Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T03:01:33.739Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T03:01:33.739Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T03:01:33.739Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T03:01:33.739Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T03:01:34.012Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T03:01:34.012Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T03:01:34.012Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T03:01:34.285Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T03:01:34.285Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T03:01:34.285Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T03:01:34.285Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T03:01:34.285Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T03:01:34.285Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T03:01:34.285Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T03:01:34.285Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T03:01:34.285Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T03:01:34.285Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T03:01:34.285Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T03:01:34.557Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T03:01:34.557Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T03:01:34.557Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T03:01:34.557Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T03:01:34.557Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T03:01:34.557Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T03:01:34.557Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T03:01:34.557Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T03:01:34.557Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T03:01:34.557Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T03:01:34.557Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T03:01:34.829Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T03:01:34.829Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T03:01:34.829Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T03:01:34.829Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T03:01:34.829Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T03:01:36.125Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:01:36.125Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:01:36.125Z] ---> f5bacedce3d2 [2020-08-12T03:01:36.125Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:01:36.125Z] ---> Using cache [2020-08-12T03:01:36.125Z] ---> b4f72210b8cc [2020-08-12T03:01:36.125Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:01:36.125Z] ---> Using cache [2020-08-12T03:01:36.125Z] ---> 8036a30b6cd4 [2020-08-12T03:01:36.125Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T03:01:38.704Z] ---> Running in 33227b84b802 [2020-08-12T03:01:40.788Z] Removing intermediate container f559ab27acaf [2020-08-12T03:01:40.788Z] ---> 1cd659a2f726 [2020-08-12T03:01:40.788Z] Step 8/23 : COPY . . [2020-08-12T03:01:40.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:43.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:44.759Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:01:44.759Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:01:44.759Z] ---> f5bacedce3d2 [2020-08-12T03:01:44.759Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T03:01:44.759Z] ---> Using cache [2020-08-12T03:01:44.759Z] ---> b4f72210b8cc [2020-08-12T03:01:44.759Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:01:44.759Z] ---> Using cache [2020-08-12T03:01:44.759Z] ---> 8036a30b6cd4 [2020-08-12T03:01:44.759Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T03:01:46.709Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:01:46.709Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:01:46.709Z] OK: 12749 distinct packages available [2020-08-12T03:01:49.265Z] OK: 233 MiB in 51 packages [2020-08-12T03:01:49.265Z] ---> Running in 33efd6ff65ca [2020-08-12T03:01:49.529Z] OK: 233 MiB in 51 packages [2020-08-12T03:01:53.142Z] Removing intermediate container 2a4845dbef7c [2020-08-12T03:01:53.142Z] ---> e8d2f69dd4ab [2020-08-12T03:01:53.142Z] Successfully built e8d2f69dd4ab [2020-08-12T03:01:53.142Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:01:53.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:01:54.059Z] + docker inspect -f . ci-base-image-arm64 [2020-08-12T03:01:54.059Z] . [Pipeline] withDockerContainer [2020-08-12T03:01:54.321Z] prd-ubuntu18.04-docker-arm64-4c-16g-4969 does not seem to be running inside a container [2020-08-12T03:01:54.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-12T03:01:54.650Z] ---> e763b35a9289 [2020-08-12T03:01:54.650Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T03:01:55.762Z] $ docker top 4b23e417f9000094553256459d9dd656b1821023173d22a77d1c136ed56d9f04 -eo pid,comm [2020-08-12T03:01:56.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-08-12T03:01:56.625Z] ---> Running in 25ce46f95b0c [2020-08-12T03:01:56.836Z] + go version [2020-08-12T03:01:56.836Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-12T03:01:56.876Z] ========================================================= [2020-08-12T03:01:56.876Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T03:01:56.876Z] ========================================================= [2020-08-12T03:01:56.887Z] Removing intermediate container 33227b84b802 [2020-08-12T03:01:56.887Z] ---> 0e1146eb357d [2020-08-12T03:01:56.887Z] Step 6/21 : COPY go.mod . [Pipeline] sh [2020-08-12T03:01:57.468Z] Removing intermediate container 5b2bfc80ce69 [2020-08-12T03:01:57.468Z] ---> 64a630039b60 [2020-08-12T03:01:57.468Z] [2020-08-12T03:01:57.468Z] Step 10/21 : FROM scratch [2020-08-12T03:01:57.468Z] ---> [2020-08-12T03:01:57.468Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:01:57.541Z] + make test [2020-08-12T03:01:57.541Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T03:01:58.413Z] ---> Using cache [2020-08-12T03:01:58.413Z] ---> 327a1d1ad983 [2020-08-12T03:01:58.413Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T03:01:58.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-12T03:01:58.677Z] ---> 1c713903856d [2020-08-12T03:01:58.677Z] Step 7/21 : RUN go mod download [2020-08-12T03:01:58.937Z] ---> Running in d7b5eeee5f23 [2020-08-12T03:01:59.519Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T03:01:59.526Z] ---> Running in 46e4861b660d [2020-08-12T03:01:59.526Z] Removing intermediate container d7b5eeee5f23 [2020-08-12T03:01:59.526Z] ---> 85dee2d91b34 [2020-08-12T03:01:59.526Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:02:00.506Z] ---> Running in 2b62450f974f [2020-08-12T03:02:01.102Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:02:01.102Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:02:01.102Z] OK: 12749 distinct packages available [2020-08-12T03:02:02.044Z] OK: 233 MiB in 51 packages [2020-08-12T03:02:02.308Z] Removing intermediate container 2b62450f974f [2020-08-12T03:02:02.308Z] ---> 107ab2d88d7a [2020-08-12T03:02:02.308Z] Step 14/21 : WORKDIR / [2020-08-12T03:02:03.739Z] ---> Running in 44a06d430fdf [2020-08-12T03:02:03.739Z] ---> ffb4b1b38ee7 [2020-08-12T03:02:03.739Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T03:02:03.739Z] ---> Running in 68c1f13874f0 [2020-08-12T03:02:04.182Z] Removing intermediate container 44a06d430fdf [2020-08-12T03:02:04.182Z] ---> 7915a05beecd [2020-08-12T03:02:04.182Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T03:02:04.529Z] ---> c647c8857c69 [2020-08-12T03:02:04.529Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T03:02:04.529Z] Removing intermediate container 33efd6ff65ca [2020-08-12T03:02:04.529Z] ---> d8af691483de [2020-08-12T03:02:04.529Z] Step 6/26 : COPY go.mod . [2020-08-12T03:02:04.814Z] Removing intermediate container 46e4861b660d [2020-08-12T03:02:04.814Z] ---> 0020b2b97434 [2020-08-12T03:02:04.814Z] Step 8/21 : COPY . . [2020-08-12T03:02:05.088Z] ---> f8d77139f166 [2020-08-12T03:02:05.088Z] Step 7/26 : RUN go mod download [2020-08-12T03:02:05.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T03:02:05.355Z] ---> Running in af01d0883c2f [2020-08-12T03:02:05.952Z] ---> bcd79f6dcdec [2020-08-12T03:02:05.952Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T03:02:10.245Z] ---> 5e54811685ae [2020-08-12T03:02:10.245Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:02:12.175Z] ---> Running in f3bb580cc151 [2020-08-12T03:02:14.793Z] Removing intermediate container f3bb580cc151 [2020-08-12T03:02:14.793Z] ---> b29f37d6104d [2020-08-12T03:02:14.793Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T03:02:14.793Z] Removing intermediate container af01d0883c2f [2020-08-12T03:02:14.793Z] ---> 8e86f011bd97 [2020-08-12T03:02:14.793Z] Step 8/26 : COPY . . [2020-08-12T03:02:19.019Z] ---> Running in 0e328a121b1e [2020-08-12T03:02:25.682Z] Removing intermediate container 0e328a121b1e [2020-08-12T03:02:25.682Z] ---> 0fc23cbaf5aa [2020-08-12T03:02:25.682Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:02:26.634Z] ---> Running in 32ce56d6a705 [2020-08-12T03:02:31.919Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T03:02:34.877Z] ---> fb5cdc776a02 [2020-08-12T03:02:34.877Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T03:02:34.877Z] Removing intermediate container 32ce56d6a705 [2020-08-12T03:02:34.877Z] ---> 10ee05ab6995 [2020-08-12T03:02:34.877Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:02:34.877Z] ---> Running in 235ee274a90c [2020-08-12T03:02:34.877Z] ---> Running in b266649da7c5 [2020-08-12T03:02:34.877Z] Removing intermediate container 25ce46f95b0c [2020-08-12T03:02:34.877Z] ---> ad519010b8ca [2020-08-12T03:02:34.877Z] [2020-08-12T03:02:34.877Z] Step 9/29 : FROM alpine:latest [2020-08-12T03:02:34.877Z] ---> a24bb4013296 [2020-08-12T03:02:34.877Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-12T03:02:35.833Z] ---> Running in 84037a75b40d [2020-08-12T03:02:35.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-12T03:02:36.405Z] Removing intermediate container b266649da7c5 [2020-08-12T03:02:36.405Z] ---> ed8f9ea2d430 [2020-08-12T03:02:36.405Z] [2020-08-12T03:02:36.737Z] Successfully built ed8f9ea2d430 [2020-08-12T03:02:37.324Z] Successfully tagged docker-core-command-go:latest [2020-08-12T03:02:37.593Z]  Building docker-core-command-go ... done Removing intermediate container 84037a75b40d [2020-08-12T03:02:37.593Z] ---> 09c18d957497 [2020-08-12T03:02:37.593Z] Step 11/29 : USER root [2020-08-12T03:02:39.019Z] ---> 6699faf9a861 [2020-08-12T03:02:39.019Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T03:02:39.019Z] ---> Running in bbb543088a7c [2020-08-12T03:02:39.019Z] ---> Running in dbfdd489312d [2020-08-12T03:02:39.625Z] Removing intermediate container bbb543088a7c [2020-08-12T03:02:39.625Z] ---> 84fddaaf2f50 [2020-08-12T03:02:39.625Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T03:02:39.625Z] ---> Running in 0b53b4ae00fa [2020-08-12T03:02:40.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-12T03:02:40.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:02:40.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:02:41.042Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:02:41.042Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:02:41.042Z] OK: 12749 distinct packages available [2020-08-12T03:02:41.042Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T03:02:41.320Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T03:02:41.320Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:02:41.320Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T03:02:41.320Z] OK: 6 MiB in 16 packages [2020-08-12T03:02:42.743Z] Removing intermediate container 68c1f13874f0 [2020-08-12T03:02:42.743Z] ---> 0a10a9de0b4e [2020-08-12T03:02:42.743Z] [2020-08-12T03:02:42.743Z] Step 10/23 : FROM scratch [2020-08-12T03:02:42.743Z] ---> [2020-08-12T03:02:42.743Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T03:02:44.143Z] ---> Running in 049d9c26844f [2020-08-12T03:02:44.143Z] Removing intermediate container 0b53b4ae00fa [2020-08-12T03:02:44.143Z] ---> 52aeea1e3f3a [2020-08-12T03:02:44.143Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T03:02:44.143Z] ---> Running in de1fd035d0b7 [2020-08-12T03:02:44.366Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T03:02:44.366Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T03:02:44.366Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T03:02:44.366Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T03:02:44.366Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.045s [2020-08-12T03:02:44.366Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T03:02:44.366Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T03:02:44.421Z] Removing intermediate container 049d9c26844f [2020-08-12T03:02:44.421Z] ---> 7d0c5ec7ea32 [2020-08-12T03:02:44.421Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T03:02:44.421Z] ---> Running in 377d72a5bd88 [2020-08-12T03:02:44.421Z] Removing intermediate container de1fd035d0b7 [2020-08-12T03:02:44.421Z] ---> 4030d6d61243 [2020-08-12T03:02:44.421Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T03:02:44.697Z] ---> Running in b960b016bc2b [2020-08-12T03:02:44.976Z] Removing intermediate container 377d72a5bd88 [2020-08-12T03:02:44.976Z] ---> 7acaa625ad29 [2020-08-12T03:02:44.976Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T03:02:45.357Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T03:02:45.574Z] ---> Running in 346302a031b7 [2020-08-12T03:02:45.855Z] Removing intermediate container b960b016bc2b [2020-08-12T03:02:45.855Z] ---> 4ebf7f5278da [2020-08-12T03:02:45.855Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T03:02:46.805Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T03:02:46.826Z] ---> Running in c847deb4386c [2020-08-12T03:02:46.826Z] Removing intermediate container 346302a031b7 [2020-08-12T03:02:46.826Z] ---> 3d2ba99ed5ea [2020-08-12T03:02:46.826Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T03:02:47.092Z] ---> 78cd93cac607 [2020-08-12T03:02:47.092Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T03:02:47.405Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T03:02:47.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T03:02:47.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T03:02:47.682Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T03:02:49.654Z] ---> 01460fc73427 [2020-08-12T03:02:49.654Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T03:02:50.245Z] Removing intermediate container c847deb4386c [2020-08-12T03:02:50.245Z] ---> c7a6d1162604 [2020-08-12T03:02:50.245Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T03:02:50.245Z] ---> 1166626448d1 [2020-08-12T03:02:50.245Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T03:02:50.836Z] ---> 11ccecb539f8 [2020-08-12T03:02:50.836Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T03:02:52.757Z] ---> cd232e832e76 [2020-08-12T03:02:52.757Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T03:02:52.757Z] ---> bbb592649b65 [2020-08-12T03:02:52.757Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T03:02:52.757Z] Removing intermediate container 235ee274a90c [2020-08-12T03:02:52.757Z] ---> 8a062c0a4447 [2020-08-12T03:02:52.757Z] [2020-08-12T03:02:52.757Z] Step 10/21 : FROM scratch [2020-08-12T03:02:52.757Z] ---> [2020-08-12T03:02:52.757Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T03:02:53.021Z] ---> Using cache [2020-08-12T03:02:53.021Z] ---> 7d0c5ec7ea32 [2020-08-12T03:02:53.021Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T03:02:53.021Z] ---> f20bdcd1bdf7 [2020-08-12T03:02:53.021Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T03:02:53.021Z] ---> Running in e5e4c51a545d [2020-08-12T03:02:53.021Z] ---> 1127dbb346bf [2020-08-12T03:02:53.021Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:02:53.283Z] ---> Running in 329fbc2e6529 [2020-08-12T03:02:53.283Z] Removing intermediate container e5e4c51a545d [2020-08-12T03:02:53.283Z] ---> bf0337bb88b6 [2020-08-12T03:02:53.283Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:02:53.283Z] ---> 0546b30d522c [2020-08-12T03:02:53.283Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T03:02:53.283Z] ---> Running in 4d3b4800d356 [2020-08-12T03:02:53.547Z] Removing intermediate container 329fbc2e6529 [2020-08-12T03:02:53.547Z] ---> 2724d38ac134 [2020-08-12T03:02:53.547Z] Step 21/23 : LABEL arch=x86_64 [2020-08-12T03:02:53.547Z] ---> Running in ccad0c21c1f2 [2020-08-12T03:02:53.547Z] Removing intermediate container 4d3b4800d356 [2020-08-12T03:02:53.547Z] ---> 928eef59acc3 [2020-08-12T03:02:53.547Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T03:02:53.811Z] ---> 9a1f75c23b25 [2020-08-12T03:02:53.811Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T03:02:54.072Z] Removing intermediate container ccad0c21c1f2 [2020-08-12T03:02:54.072Z] ---> 05ef665520dc [2020-08-12T03:02:54.072Z] Step 22/23 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:02:54.643Z] ---> 2bb376654989 [2020-08-12T03:02:54.643Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T03:02:54.643Z] ---> Running in 777e3fcdbae3 [2020-08-12T03:02:54.643Z] ---> c54a6c1bf883 [2020-08-12T03:02:54.643Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T03:02:54.905Z] ---> Running in 3454b2944302 [2020-08-12T03:02:55.169Z] Removing intermediate container 777e3fcdbae3 [2020-08-12T03:02:55.169Z] ---> 44f37333e69f [2020-08-12T03:02:55.169Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T03:02:55.169Z] ---> d59a97f51365 [2020-08-12T03:02:55.169Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T03:02:55.169Z] ---> Running in bcb5be329c45 [2020-08-12T03:02:55.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 46.6% of statements [2020-08-12T03:02:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T03:02:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T03:02:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T03:02:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T03:02:55.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T03:02:57.720Z] Removing intermediate container bcb5be329c45 [2020-08-12T03:02:57.720Z] ---> e4c775c721e2 [2020-08-12T03:02:57.720Z] [2020-08-12T03:02:57.720Z] Successfully built e4c775c721e2 [2020-08-12T03:02:57.720Z] ---> d6afdf360c99 [2020-08-12T03:02:57.720Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T03:02:57.720Z] Successfully tagged docker-support-notifications-go:latest [2020-08-12T03:02:57.720Z]  Building docker-support-notifications-go ... done Removing intermediate container dbfdd489312d [2020-08-12T03:02:57.720Z] ---> afbfdced50e6 [2020-08-12T03:02:57.720Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T03:02:57.720Z] ---> Running in 09d3737ef8bb [2020-08-12T03:02:57.983Z] ---> cda424fbe223 [2020-08-12T03:02:57.983Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:02:57.983Z] Removing intermediate container 3454b2944302 [2020-08-12T03:02:57.983Z] ---> 5502fcadd16d [2020-08-12T03:02:57.983Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T03:02:57.983Z] ---> Running in f25f8f349d8f [2020-08-12T03:02:58.249Z] Removing intermediate container f25f8f349d8f [2020-08-12T03:02:58.249Z] ---> 9b5355dbc16d [2020-08-12T03:02:58.249Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T03:02:58.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-12T03:02:58.249Z] ---> Running in fec0aafebf61 [2020-08-12T03:02:58.249Z] ---> f4dde869f1bf [2020-08-12T03:02:58.249Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T03:02:58.515Z] ---> Running in 224bdc34d566 [2020-08-12T03:02:58.783Z] Removing intermediate container fec0aafebf61 [2020-08-12T03:02:58.783Z] ---> 987bdde44693 [2020-08-12T03:02:58.783Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:02:58.783Z] ---> Running in 46327d557ab3 [2020-08-12T03:02:59.105Z] Removing intermediate container 46327d557ab3 [2020-08-12T03:02:59.105Z] ---> 3a8bf8d4788b [2020-08-12T03:02:59.105Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:02:59.105Z] ---> Running in 4e869c0b5432 [2020-08-12T03:02:59.396Z] Removing intermediate container 4e869c0b5432 [2020-08-12T03:02:59.396Z] ---> 7b96c789fd4d [2020-08-12T03:02:59.396Z] [2020-08-12T03:02:59.396Z] Successfully built 7b96c789fd4d [2020-08-12T03:02:59.396Z] Successfully tagged docker-support-logging-go:latest [2020-08-12T03:02:59.684Z]  Building docker-support-logging-go ... done Removing intermediate container 224bdc34d566 [2020-08-12T03:02:59.684Z] ---> f9917636a8a1 [2020-08-12T03:02:59.684Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T03:02:59.684Z] ---> Running in 15bb82e226c2 [2020-08-12T03:02:59.958Z] Removing intermediate container 09d3737ef8bb [2020-08-12T03:02:59.958Z] ---> b53d30af55cb [2020-08-12T03:02:59.958Z] [2020-08-12T03:02:59.958Z] Step 11/26 : FROM docker:latest [2020-08-12T03:02:59.958Z] ---> 81f5749c9058 [2020-08-12T03:02:59.958Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T03:02:59.958Z] ---> Running in e99a98bf0f44 [2020-08-12T03:03:00.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:03:00.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:03:00.792Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T03:03:00.792Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T03:03:00.792Z] Executing bash-5.0.17-r0.post-install [2020-08-12T03:03:00.792Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:03:00.792Z] OK: 12 MiB in 22 packages [2020-08-12T03:03:01.058Z] Removing intermediate container 15bb82e226c2 [2020-08-12T03:03:01.058Z] ---> 71fd3047f211 [2020-08-12T03:03:01.058Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T03:03:01.058Z] ---> Running in 0c7d88ce9944 [2020-08-12T03:03:01.320Z] Removing intermediate container 0c7d88ce9944 [2020-08-12T03:03:01.320Z] ---> ee440cd363fe [2020-08-12T03:03:01.320Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T03:03:02.263Z] Removing intermediate container e99a98bf0f44 [2020-08-12T03:03:02.263Z] ---> 7cced7e56cfd [2020-08-12T03:03:02.263Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T03:03:02.263Z] ---> Running in 7c2be43f8e55 [2020-08-12T03:03:02.532Z] ---> Running in 460eeb7d18de [2020-08-12T03:03:02.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.144s coverage: 27.3% of statements [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T03:03:02.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.020s coverage: 100.0% of statements [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T03:03:02.754Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.029s coverage: 100.0% of statements [2020-08-12T03:03:02.754Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T03:03:03.480Z] Removing intermediate container 7c2be43f8e55 [2020-08-12T03:03:03.480Z] ---> 6bb1eeeaee9f [2020-08-12T03:03:03.480Z] Step 27/29 : LABEL arch=x86_64 [2020-08-12T03:03:03.480Z] ---> Running in ca38709beadc [2020-08-12T03:03:03.741Z] Removing intermediate container ca38709beadc [2020-08-12T03:03:03.741Z] ---> 11c492463795 [2020-08-12T03:03:03.741Z] Step 28/29 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:03:03.741Z] ---> Running in 947e52020f69 [2020-08-12T03:03:04.004Z] Removing intermediate container 460eeb7d18de [2020-08-12T03:03:04.004Z] ---> 0ef1ecb69786 [2020-08-12T03:03:04.004Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T03:03:04.004Z] Removing intermediate container 947e52020f69 [2020-08-12T03:03:04.004Z] ---> fb9532adbf26 [2020-08-12T03:03:04.004Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T03:03:04.004Z] ---> Running in 3d2af1998a97 [2020-08-12T03:03:04.267Z] ---> Running in 924436ea426a [2020-08-12T03:03:04.267Z] Removing intermediate container 3d2af1998a97 [2020-08-12T03:03:04.267Z] ---> fcfb1ad70935 [2020-08-12T03:03:04.267Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T03:03:04.267Z] Removing intermediate container 924436ea426a [2020-08-12T03:03:04.267Z] ---> 84d5625782b2 [2020-08-12T03:03:04.267Z] [2020-08-12T03:03:04.267Z] ---> Running in 8f030542dcd7 [2020-08-12T03:03:04.529Z] Successfully built 84d5625782b2 [2020-08-12T03:03:04.529Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-12T03:03:04.529Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 8f030542dcd7 [2020-08-12T03:03:04.529Z] ---> ed9a0622f98a [2020-08-12T03:03:04.529Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T03:03:04.529Z] ---> Running in dcb319954fff [2020-08-12T03:03:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T03:03:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T03:03:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2020-08-12T03:03:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T03:03:04.789Z] Removing intermediate container dcb319954fff [2020-08-12T03:03:04.789Z] ---> 15fe0e12cb77 [2020-08-12T03:03:04.789Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T03:03:05.362Z] ---> b26c1f7589e1 [2020-08-12T03:03:05.362Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T03:03:05.624Z] ---> e8d2a5bc6be1 [2020-08-12T03:03:05.624Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T03:03:05.884Z] ---> 5785d33c583f [2020-08-12T03:03:05.884Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T03:03:05.884Z] ---> Running in e35bd095c91a [2020-08-12T03:03:06.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:03:06.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:03:06.458Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T03:03:06.458Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T03:03:06.731Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T03:03:06.731Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T03:03:06.731Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T03:03:06.731Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T03:03:06.731Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T03:03:07.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.083s coverage: 89.8% of statements [2020-08-12T03:03:07.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T03:03:07.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T03:03:07.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T03:03:07.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T03:03:07.674Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T03:03:07.674Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T03:03:07.674Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T03:03:07.674Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T03:03:07.674Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T03:03:07.674Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T03:03:07.674Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T03:03:07.674Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T03:03:07.674Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T03:03:07.674Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T03:03:07.674Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T03:03:07.674Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T03:03:07.674Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T03:03:07.674Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T03:03:07.674Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T03:03:07.674Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T03:03:07.674Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T03:03:07.674Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T03:03:07.674Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T03:03:07.674Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T03:03:07.674Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T03:03:07.674Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T03:03:07.674Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T03:03:07.674Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T03:03:07.674Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T03:03:07.674Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T03:03:07.934Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:03:07.934Z] OK: 71 MiB in 55 packages [2020-08-12T03:03:10.038Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2020-08-12T03:03:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements [2020-08-12T03:03:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T03:03:12.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T03:03:12.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements [2020-08-12T03:03:13.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.389s coverage: 55.9% of statements [2020-08-12T03:03:13.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T03:03:13.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T03:03:13.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T03:03:13.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T03:03:17.954Z] Removing intermediate container e35bd095c91a [2020-08-12T03:03:17.954Z] ---> c28d626b7d0e [2020-08-12T03:03:17.954Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T03:03:17.954Z] ---> Running in 9bf983998f87 [2020-08-12T03:03:17.954Z] Collecting docker-compose==1.23.2 [2020-08-12T03:03:17.954Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T03:03:18.213Z] Collecting PyYAML<4,>=3.10 [2020-08-12T03:03:18.213Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T03:03:19.156Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T03:03:19.156Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T03:03:19.156Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T03:03:19.156Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T03:03:19.735Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T03:03:19.735Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T03:03:19.735Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T03:03:19.735Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T03:03:19.995Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-12T03:03:19.995Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T03:03:19.995Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T03:03:20.269Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T03:03:20.269Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T03:03:20.269Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T03:03:20.269Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T03:03:20.840Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T03:03:20.840Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T03:03:21.100Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T03:03:21.100Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T03:03:21.100Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-12T03:03:21.100Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-12T03:03:21.360Z] Collecting idna<2.8,>=2.5 [2020-08-12T03:03:21.360Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T03:03:21.360Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T03:03:21.360Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T03:03:21.360Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T03:03:21.360Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T03:03:21.360Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T03:03:21.360Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T03:03:21.623Z] Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docopt, texttable, docker-compose [2020-08-12T03:03:21.623Z] Running setup.py install for PyYAML: started [2020-08-12T03:03:22.197Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T03:03:22.197Z] Attempting uninstall: idna [2020-08-12T03:03:22.197Z] Found existing installation: idna 2.9 [2020-08-12T03:03:22.197Z] Uninstalling idna-2.9: [2020-08-12T03:03:22.197Z] Successfully uninstalled idna-2.9 [2020-08-12T03:03:22.456Z] Attempting uninstall: urllib3 [2020-08-12T03:03:22.456Z] Found existing installation: urllib3 1.25.9 [2020-08-12T03:03:22.456Z] Uninstalling urllib3-1.25.9: [2020-08-12T03:03:22.456Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T03:03:22.716Z] Attempting uninstall: requests [2020-08-12T03:03:22.716Z] Found existing installation: requests 2.23.0 [2020-08-12T03:03:22.716Z] Uninstalling requests-2.23.0: [2020-08-12T03:03:22.716Z] Successfully uninstalled requests-2.23.0 [2020-08-12T03:03:22.977Z] Running setup.py install for dockerpty: started [2020-08-12T03:03:23.556Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T03:03:23.556Z] Running setup.py install for docopt: started [2020-08-12T03:03:23.818Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T03:03:23.818Z] Running setup.py install for texttable: started [2020-08-12T03:03:24.396Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T03:03:24.658Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-12T03:03:28.866Z] Removing intermediate container 9bf983998f87 [2020-08-12T03:03:28.866Z] ---> 4d7a11f1801d [2020-08-12T03:03:28.866Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T03:03:28.866Z] ---> Running in 8e48e5bc3470 [2020-08-12T03:03:28.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T03:03:28.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T03:03:28.866Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T03:03:28.866Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T03:03:28.866Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T03:03:28.866Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:03:28.867Z] OK: 72 MiB in 58 packages [2020-08-12T03:03:29.126Z] Removing intermediate container 8e48e5bc3470 [2020-08-12T03:03:29.126Z] ---> 5cedbac35701 [2020-08-12T03:03:29.126Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:03:29.389Z] ---> Running in 83e77b21b19c [2020-08-12T03:03:29.389Z] Removing intermediate container 83e77b21b19c [2020-08-12T03:03:29.389Z] ---> 5a104d8aacda [2020-08-12T03:03:29.389Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T03:03:29.649Z] ---> Running in 83d40f706015 [2020-08-12T03:03:29.649Z] Removing intermediate container 83d40f706015 [2020-08-12T03:03:29.649Z] ---> eb2b994427aa [2020-08-12T03:03:29.649Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:03:29.649Z] ---> Running in 7c1d3a4542bd [2020-08-12T03:03:29.908Z] Removing intermediate container 7c1d3a4542bd [2020-08-12T03:03:29.909Z] ---> 9130d305905b [2020-08-12T03:03:29.909Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T03:03:29.909Z] ---> Running in 0a970ed7f340 [2020-08-12T03:03:30.169Z] Removing intermediate container 0a970ed7f340 [2020-08-12T03:03:30.169Z] ---> f1b8d1b76eb8 [2020-08-12T03:03:30.169Z] [2020-08-12T03:03:30.169Z] Successfully built f1b8d1b76eb8 [2020-08-12T03:03:30.169Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-12T03:03:30.458Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T03:03:30.532Z] $ docker stop --time=1 22a5f04ba71b90f4c6a40e4749270c3da43cbaa9fd277a1c4096ae5d38c1b623 [2020-08-12T03:03:32.198Z] $ docker rm -f 22a5f04ba71b90f4c6a40e4749270c3da43cbaa9fd277a1c4096ae5d38c1b623 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T03:03:32.791Z] + docker images [2020-08-12T03:03:32.791Z] + grep docker [2020-08-12T03:03:32.791Z] docker-sys-mgmt-agent-go latest f1b8d1b76eb8 3 seconds ago 284MB [2020-08-12T03:03:32.791Z] docker-security-secrets-setup-go latest 84d5625782b2 28 seconds ago 25.1MB [2020-08-12T03:03:32.791Z] docker-support-logging-go latest 7b96c789fd4d 33 seconds ago 11.8MB [2020-08-12T03:03:32.791Z] docker-support-notifications-go latest e4c775c721e2 37 seconds ago 14.4MB [2020-08-12T03:03:32.791Z] docker-core-command-go latest ed8f9ea2d430 57 seconds ago 13MB [2020-08-12T03:03:32.791Z] docker-security-secretstore-setup-go latest 5834408f092d 2 minutes ago 33.9MB [2020-08-12T03:03:32.791Z] docker-core-data-go latest 02f4bfcba540 2 minutes ago 23.8MB [2020-08-12T03:03:32.791Z] docker-support-scheduler-go latest 4463d2c7f782 2 minutes ago 13.1MB [2020-08-12T03:03:32.791Z] docker-core-metadata-go latest 50f58db357f8 2 minutes ago 14.4MB [2020-08-12T03:03:32.791Z] docker-security-proxy-setup-go latest 6ebee969cc5b 2 minutes ago 16.4MB [2020-08-12T03:03:32.791Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 36.734s coverage: 86.3% of statements [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.974s coverage: 72.2% of statements [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.335s coverage: 72.1% of statements [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.077s coverage: 82.4% of statements [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T03:03:52.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 26.9% of statements [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T03:03:52.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.030s coverage: 42.9% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 46.1% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.069s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.041s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.172s coverage: 29.1% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.049s coverage: 99.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.030s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T03:03:52.691Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.020s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.015s coverage: 32.1% of statements [2020-08-12T03:03:52.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-08-12T03:03:52.691Z] GO111MODULE=on go vet ./... [2020-08-12T03:04:11.088Z] gofmt -l . [2020-08-12T03:04:11.088Z] [ "`gofmt -l .`" = "" ] [2020-08-12T03:04:12.539Z] ./bin/test-go-mod-tidy.sh [2020-08-12T03:04:13.149Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T03:04:16.518Z] + ls -al . [2020-08-12T03:04:16.518Z] total 584 [2020-08-12T03:04:16.518Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 03:04 . [2020-08-12T03:04:16.518Z] drwxr-xr-x 4 root root 4096 Aug 12 03:01 .. [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 03:00 .dockerignore [2020-08-12T03:04:16.518Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 03:00 .git [2020-08-12T03:04:16.518Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 03:00 .github [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 03:00 .gitignore [2020-08-12T03:04:16.518Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 03:00 .semver [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 03:00 .sonarcloud.properties [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 03:00 CONTRIBUTING.md [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 03:00 Dockerfile.build [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 03:00 Jenkinsfile [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 03:00 LICENSE [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 03:00 Makefile [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 03:00 README.md [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 259 Aug 12 03:00 SECURITY.md [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 02:55 VERSION [2020-08-12T03:04:16.518Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 03:00 ZMQWindows.md [2020-08-12T03:04:16.518Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 03:00 bin [2020-08-12T03:04:16.518Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 03:00 cmd [2020-08-12T03:04:16.518Z] -rw-r--r-- 1 root root 455803 Aug 12 03:03 coverage.out [2020-08-12T03:04:16.518Z] -rw-r--r-- 1 root root 1019 Aug 12 03:04 go.mod [2020-08-12T03:04:16.518Z] -rw-r--r-- 1 root root 18146 Aug 12 03:04 go.sum [2020-08-12T03:04:16.518Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 03:00 internal [2020-08-12T03:04:16.519Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 03:00 openapi [2020-08-12T03:04:16.519Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 03:00 snap [2020-08-12T03:04:16.519Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 03:00 version.go [Pipeline] sh [2020-08-12T03:04:17.224Z] + '[' -e coverage.out ] [2020-08-12T03:04:17.224Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T03:04:17.259Z] Warning: overwriting stash ‘coverage-report’ [2020-08-12T03:04:18.476Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T03:04:19.162Z] + make build [2020-08-12T03:04:19.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-12T03:04:37.527Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-12T03:04:49.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-12T03:04:54.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-12T03:04:59.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T03:05:04.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-12T03:05:06.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-12T03:05:12.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-12T03:05:17.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-12T03:05:22.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-12T03:05:27.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T03:05:31.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-12T03:05:36.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-12T03:05:40.340Z] $ docker stop --time=1 4b23e417f9000094553256459d9dd656b1821023173d22a77d1c136ed56d9f04 [2020-08-12T03:05:42.616Z] $ docker rm -f 4b23e417f9000094553256459d9dd656b1821023173d22a77d1c136ed56d9f04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:05:44.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:05:44.611Z] [2020-08-12T03:05:44.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:05:45.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:05:45.027Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-12T03:05:45.027Z] 29e5d40040c1: Pulling fs layer [2020-08-12T03:05:45.027Z] 1ce36da41761: Pulling fs layer [2020-08-12T03:05:45.027Z] 25b303627fd3: Pulling fs layer [2020-08-12T03:05:45.302Z] 29e5d40040c1: Verifying Checksum [2020-08-12T03:05:45.302Z] 29e5d40040c1: Download complete [2020-08-12T03:05:45.898Z] 1ce36da41761: Verifying Checksum [2020-08-12T03:05:45.898Z] 1ce36da41761: Download complete [2020-08-12T03:05:45.898Z] 29e5d40040c1: Pull complete [2020-08-12T03:05:47.332Z] 1ce36da41761: Pull complete [2020-08-12T03:05:47.332Z] 25b303627fd3: Verifying Checksum [2020-08-12T03:05:47.332Z] 25b303627fd3: Download complete [2020-08-12T03:05:57.473Z] 25b303627fd3: Pull complete [2020-08-12T03:05:57.473Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-12T03:05:57.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:05:57.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-12T03:05:57.738Z] prd-ubuntu18.04-docker-arm64-4c-16g-4969 does not seem to be running inside a container [2020-08-12T03:05:57.810Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-12T03:06:01.375Z] $ docker top 065aeeea61235de56b02e441e1e58157bdcd4ac9994ce2461215a8f425512b69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T03:06:02.897Z] + docker-compose build --help [2020-08-12T03:06:02.897Z] + grep parallel [2020-08-12T03:06:06.262Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T03:06:06.560Z] $ docker stop --time=1 065aeeea61235de56b02e441e1e58157bdcd4ac9994ce2461215a8f425512b69 [2020-08-12T03:06:08.530Z] $ docker rm -f 065aeeea61235de56b02e441e1e58157bdcd4ac9994ce2461215a8f425512b69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:06:09.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T03:06:09.441Z] . [Pipeline] withDockerContainer [2020-08-12T03:06:09.740Z] prd-ubuntu18.04-docker-arm64-4c-16g-4969 does not seem to be running inside a container [2020-08-12T03:06:09.830Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-12T03:06:11.320Z] $ docker top 32c7fb10601afa14e8c8d6f904014f22e491b1774ff080d9cb1d48455f226fb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T03:06:12.466Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T03:06:16.749Z] Building docker-core-command-go ... [2020-08-12T03:06:16.749Z] Building docker-core-data-go ... [2020-08-12T03:06:16.749Z] Building docker-core-metadata-go ... [2020-08-12T03:06:16.749Z] Building docker-security-proxy-setup-go ... [2020-08-12T03:06:16.749Z] Building docker-security-secrets-setup-go ... [2020-08-12T03:06:16.749Z] Building docker-security-secretstore-setup-go ... [2020-08-12T03:06:16.749Z] Building docker-support-logging-go ... [2020-08-12T03:06:16.749Z] Building docker-support-notifications-go ... [2020-08-12T03:06:16.749Z] Building docker-support-scheduler-go ... [2020-08-12T03:06:16.749Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T03:06:16.749Z] Building docker-core-command-go [2020-08-12T03:06:16.749Z] Building docker-support-scheduler-go [2020-08-12T03:06:16.749Z] Building docker-security-secretstore-setup-go [2020-08-12T03:06:16.749Z] Building docker-support-notifications-go [2020-08-12T03:06:16.749Z] Building docker-core-data-go [2020-08-12T03:08:08.547Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:08:08.547Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:08:08.547Z] ---> e8d2f69dd4ab [2020-08-12T03:08:08.547Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T03:08:08.547Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:08:08.547Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:08:08.547Z] ---> e8d2f69dd4ab [2020-08-12T03:08:08.547Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:08:08.547Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:08:08.547Z] [2020-08-12T03:08:08.547Z] Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:08:08.547Z] [2020-08-12T03:08:08.547Z] ---> e8d2f69dd4ab [2020-08-12T03:08:08.547Z] ---> e8d2f69dd4ab [2020-08-12T03:08:08.547Z] Step 3/20 : WORKDIR /edgex-goStep 3/26 : WORKDIR /edgex-go [2020-08-12T03:08:08.547Z] [2020-08-12T03:08:08.547Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:08:08.547Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:08:08.547Z] ---> e8d2f69dd4ab [2020-08-12T03:08:08.547Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T03:08:08.547Z] ---> Running in b04cbe2bd15b [2020-08-12T03:08:08.547Z] ---> Running in da5f843aa23c [2020-08-12T03:08:08.547Z] ---> Running in 1d7b0150b53e [2020-08-12T03:08:08.547Z] ---> Running in 0442c285d8c4 [2020-08-12T03:08:08.547Z] ---> Running in aa835f8093b4 [2020-08-12T03:08:08.547Z] Removing intermediate container da5f843aa23c [2020-08-12T03:08:08.547Z] ---> 6648df63d4a4 [2020-08-12T03:08:08.547Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:08.547Z] Removing intermediate container b04cbe2bd15b [2020-08-12T03:08:08.547Z] ---> 68a927a7a722 [2020-08-12T03:08:08.547Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:08.547Z] Removing intermediate container 1d7b0150b53e [2020-08-12T03:08:08.547Z] ---> b3cd60e8067b [2020-08-12T03:08:08.547Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:08.547Z] ---> Running in 23299199b6fc [2020-08-12T03:08:08.547Z] Removing intermediate container 0442c285d8c4 [2020-08-12T03:08:08.547Z] ---> f818c04327f2 [2020-08-12T03:08:08.547Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:08.547Z] Removing intermediate container aa835f8093b4 [2020-08-12T03:08:08.547Z] ---> bf1d8ac81448 [2020-08-12T03:08:08.547Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:08:08.547Z] ---> Running in 16fcdbae5c68 [2020-08-12T03:08:08.547Z] ---> Running in 3d71138b2e37 [2020-08-12T03:08:08.547Z] ---> Running in a1de1ad1ea67 [2020-08-12T03:08:08.547Z] ---> Running in 1814e2daa6b4 [2020-08-12T03:08:11.177Z] Removing intermediate container 23299199b6fc [2020-08-12T03:08:11.177Z] ---> 9bc32a35f9d2 [2020-08-12T03:08:11.177Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T03:08:11.177Z] ---> Running in 16d18cd8aff0 [2020-08-12T03:08:11.450Z] Removing intermediate container 16fcdbae5c68 [2020-08-12T03:08:11.450Z] ---> 29942bb98cf3 [2020-08-12T03:08:11.450Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T03:08:11.450Z] Removing intermediate container 3d71138b2e37 [2020-08-12T03:08:11.450Z] ---> ecde96af5e79 [2020-08-12T03:08:11.450Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T03:08:11.727Z] ---> Running in bb341370e975 [2020-08-12T03:08:11.727Z] Removing intermediate container 1814e2daa6b4 [2020-08-12T03:08:11.727Z] ---> 1cfea888f141 [2020-08-12T03:08:11.727Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T03:08:11.727Z] ---> Running in f3ac6c661ade [2020-08-12T03:08:12.001Z] Removing intermediate container a1de1ad1ea67 [2020-08-12T03:08:12.001Z] ---> 491fa46437b6 [2020-08-12T03:08:12.002Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T03:08:12.002Z] ---> Running in d14eb8afe4c6 [2020-08-12T03:08:12.276Z] ---> Running in c1a665ecde25 [2020-08-12T03:08:13.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:14.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:14.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:14.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:14.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:15.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:15.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:15.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:15.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:15.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:08:16.281Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:08:16.281Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:08:16.281Z] OK: 12620 distinct packages available [2020-08-12T03:08:16.880Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:08:16.880Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:08:16.880Z] OK: 12620 distinct packages available [2020-08-12T03:08:17.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:08:17.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:08:17.157Z] OK: 12620 distinct packages available [2020-08-12T03:08:17.157Z] OK: 217 MiB in 51 packages [2020-08-12T03:08:17.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:08:17.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:08:17.157Z] OK: 12620 distinct packages available [2020-08-12T03:08:17.434Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:08:17.434Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:08:17.434Z] OK: 12620 distinct packages available [2020-08-12T03:08:17.717Z] OK: 217 MiB in 51 packages [2020-08-12T03:08:18.328Z] OK: 217 MiB in 51 packages [2020-08-12T03:08:18.328Z] OK: 217 MiB in 51 packages [2020-08-12T03:08:18.328Z] OK: 217 MiB in 51 packages [2020-08-12T03:08:18.931Z] Removing intermediate container bb341370e975 [2020-08-12T03:08:18.931Z] ---> 4edfdc809a20 [2020-08-12T03:08:18.931Z] Step 6/26 : COPY go.mod . [2020-08-12T03:08:19.534Z] Removing intermediate container f3ac6c661ade [2020-08-12T03:08:19.534Z] ---> 16df628bd799 [2020-08-12T03:08:19.534Z] Step 6/23 : COPY go.mod . [2020-08-12T03:08:19.809Z] Removing intermediate container c1a665ecde25 [2020-08-12T03:08:19.809Z] ---> 48f853f3ddff [2020-08-12T03:08:19.809Z] Step 6/22 : COPY go.mod . [2020-08-12T03:08:20.083Z] Removing intermediate container d14eb8afe4c6 [2020-08-12T03:08:20.083Z] ---> 228d46bf0af7 [2020-08-12T03:08:20.083Z] Step 6/20 : COPY go.mod . [2020-08-12T03:08:20.083Z] ---> 1e7f1d9d5550 [2020-08-12T03:08:20.083Z] Step 7/26 : RUN go mod download [2020-08-12T03:08:20.357Z] Removing intermediate container 16d18cd8aff0 [2020-08-12T03:08:20.357Z] ---> 368c79d9d696 [2020-08-12T03:08:20.357Z] Step 6/21 : COPY go.mod . [2020-08-12T03:08:20.357Z] ---> Running in 0713b97ddbb3 [2020-08-12T03:08:20.640Z] ---> 28e0341e27ff [2020-08-12T03:08:20.640Z] Step 7/23 : RUN go mod download [2020-08-12T03:08:20.919Z] ---> 0af04d22ea7b [2020-08-12T03:08:20.919Z] Step 7/22 : RUN go mod download [2020-08-12T03:08:20.919Z] ---> Running in a37c660a00be [2020-08-12T03:08:21.202Z] ---> Running in 08dc164bc081 [2020-08-12T03:08:21.202Z] ---> f2d2f9af6b89 [2020-08-12T03:08:21.202Z] Step 7/20 : RUN go mod download [2020-08-12T03:08:21.476Z] ---> 282f5a552e3a [2020-08-12T03:08:21.476Z] Step 7/21 : RUN go mod download [2020-08-12T03:08:21.476Z] ---> Running in 856b96c6afc3 [2020-08-12T03:08:21.757Z] ---> Running in efaae226b93c [2020-08-12T03:08:25.182Z] Removing intermediate container 0713b97ddbb3 [2020-08-12T03:08:25.182Z] ---> fc02e6000a74 [2020-08-12T03:08:25.182Z] Step 8/26 : COPY . . [2020-08-12T03:08:25.458Z] Removing intermediate container a37c660a00be [2020-08-12T03:08:25.458Z] ---> d2f3ecb2c2b0 [2020-08-12T03:08:25.458Z] Step 8/23 : COPY . . [2020-08-12T03:08:26.062Z] Removing intermediate container 08dc164bc081 [2020-08-12T03:08:26.062Z] ---> 23beebfc7e00 [2020-08-12T03:08:26.062Z] Step 8/22 : COPY . . [2020-08-12T03:08:26.669Z] Removing intermediate container 856b96c6afc3 [2020-08-12T03:08:26.669Z] ---> 3275d694c2c5 [2020-08-12T03:08:26.669Z] Step 8/20 : COPY . . [2020-08-12T03:08:27.272Z] Removing intermediate container efaae226b93c [2020-08-12T03:08:27.272Z] ---> f2cb2ac92d62 [2020-08-12T03:08:27.272Z] Step 8/21 : COPY . . [2020-08-12T03:08:59.637Z] ---> da868729bc95 [2020-08-12T03:08:59.637Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T03:08:59.637Z] ---> be57e68a9998 [2020-08-12T03:08:59.637Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-12T03:08:59.638Z] ---> 4d5aad4b3bab [2020-08-12T03:08:59.638Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T03:08:59.638Z] ---> 2733567c26d4 [2020-08-12T03:08:59.638Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T03:08:59.638Z] ---> Running in 790aec416d66 [2020-08-12T03:08:59.638Z] ---> Running in 7d9e82a25bf2 [2020-08-12T03:08:59.638Z] ---> Running in 9dbe31fba3cc [2020-08-12T03:08:59.638Z] ---> b4011ee59947 [2020-08-12T03:08:59.638Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T03:08:59.638Z] ---> Running in 4ce85de86a73 [2020-08-12T03:08:59.638Z] ---> Running in 2b55f5d30a09 [2020-08-12T03:08:59.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-12T03:08:59.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-12T03:08:59.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-12T03:08:59.638Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-12T03:08:59.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-12T03:10:21.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T03:10:25.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-12T03:10:40.346Z] Removing intermediate container 9dbe31fba3cc [2020-08-12T03:10:40.346Z] ---> c0716b553d12 [2020-08-12T03:10:40.346Z] [2020-08-12T03:10:40.346Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T03:10:40.631Z] 3.10: Pulling from library/alpine [2020-08-12T03:10:42.075Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T03:10:42.075Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T03:10:42.075Z] ---> 536a684cf733 [2020-08-12T03:10:42.075Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T03:10:42.350Z] ---> Running in 2820135a3371 [2020-08-12T03:10:44.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:10:44.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:10:45.969Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T03:10:45.969Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T03:10:45.969Z] OK: 10167 distinct packages available [2020-08-12T03:10:46.566Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T03:10:46.566Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T03:10:46.566Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T03:10:46.566Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T03:10:46.566Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T03:10:46.566Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T03:10:46.843Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T03:10:47.120Z] OK: 7 MiB in 19 packages [2020-08-12T03:10:51.464Z] Removing intermediate container 2820135a3371 [2020-08-12T03:10:51.464Z] ---> b33c8a43de10 [2020-08-12T03:10:51.464Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T03:10:52.069Z] ---> Running in 670550e4386c [2020-08-12T03:10:52.671Z] Removing intermediate container 670550e4386c [2020-08-12T03:10:52.671Z] ---> 6115d08c43d5 [2020-08-12T03:10:52.671Z] Step 13/26 : WORKDIR / [2020-08-12T03:10:52.942Z] Removing intermediate container 2b55f5d30a09 [2020-08-12T03:10:52.942Z] ---> 1cead1f6d9c0 [2020-08-12T03:10:52.942Z] [2020-08-12T03:10:52.942Z] Step 10/20 : FROM scratch [2020-08-12T03:10:52.942Z] ---> [2020-08-12T03:10:52.942Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:10:53.226Z] ---> Running in f65e84287a78 [2020-08-12T03:10:53.503Z] ---> Running in 083ee1afd9de [2020-08-12T03:10:54.494Z] Removing intermediate container 083ee1afd9de [2020-08-12T03:10:54.494Z] ---> bd72e8ee9f4d [2020-08-12T03:10:54.494Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T03:10:54.766Z] Removing intermediate container f65e84287a78 [2020-08-12T03:10:54.766Z] ---> 1dccb0a49429 [2020-08-12T03:10:54.766Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-12T03:10:54.766Z] ---> Running in 93a335106c65 [2020-08-12T03:10:55.747Z] Removing intermediate container 790aec416d66 [2020-08-12T03:10:55.747Z] ---> 3df1295b0728 [2020-08-12T03:10:55.747Z] [2020-08-12T03:10:55.747Z] Step 10/21 : FROM scratch [2020-08-12T03:10:55.747Z] ---> [2020-08-12T03:10:55.747Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:10:55.747Z] Removing intermediate container 93a335106c65 [2020-08-12T03:10:55.747Z] ---> 4961f9bc69c6 [2020-08-12T03:10:55.747Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T03:10:55.747Z] ---> Using cache [2020-08-12T03:10:55.747Z] ---> bd72e8ee9f4d [2020-08-12T03:10:55.747Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T03:10:55.747Z] ---> Running in 09146de6a36c [2020-08-12T03:10:56.029Z] ---> b611eac1203c [2020-08-12T03:10:56.029Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-12T03:10:56.303Z] ---> Running in a55bc5dc8463 [2020-08-12T03:10:56.303Z] Removing intermediate container 4ce85de86a73 [2020-08-12T03:10:56.303Z] ---> 1794f7444cf6 [2020-08-12T03:10:56.303Z] [2020-08-12T03:10:56.303Z] Step 10/23 : FROM scratch [2020-08-12T03:10:56.303Z] ---> [2020-08-12T03:10:56.303Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T03:10:56.910Z] Removing intermediate container 09146de6a36c [2020-08-12T03:10:56.910Z] ---> 428c2c1fe704 [2020-08-12T03:10:56.910Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T03:10:56.910Z] ---> Running in eb798ea6f3f3 [2020-08-12T03:10:57.184Z] Removing intermediate container a55bc5dc8463 [2020-08-12T03:10:57.184Z] ---> d5225d11d09a [2020-08-12T03:10:57.184Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:10:57.184Z] ---> 7ec5a04258c9 [2020-08-12T03:10:57.184Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T03:10:57.184Z] ---> Running in 9065d8be3ec7 [2020-08-12T03:10:57.793Z] Removing intermediate container eb798ea6f3f3 [2020-08-12T03:10:57.793Z] ---> 31bd70bee2f7 [2020-08-12T03:10:57.793Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T03:10:57.793Z] ---> 488a4ff0c9cc [2020-08-12T03:10:57.793Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T03:10:57.793Z] ---> Running in ebb4312293a7 [2020-08-12T03:10:58.073Z] Removing intermediate container 9065d8be3ec7 [2020-08-12T03:10:58.073Z] ---> 2508b88a0101 [2020-08-12T03:10:58.073Z] Step 14/21 : WORKDIR / [2020-08-12T03:10:58.351Z] ---> Running in 15e43f2f514d [2020-08-12T03:10:58.949Z] ---> 8fbc08e5746d [2020-08-12T03:10:58.949Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T03:10:58.949Z] Removing intermediate container ebb4312293a7 [2020-08-12T03:10:58.949Z] ---> e423ff29d14d [2020-08-12T03:10:58.949Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T03:10:59.224Z] ---> Running in 97c9053631bd [2020-08-12T03:10:59.510Z] Removing intermediate container 15e43f2f514d [2020-08-12T03:10:59.510Z] ---> 1d882411fe98 [2020-08-12T03:10:59.510Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T03:10:59.510Z] ---> 20fbd2bc3630 [2020-08-12T03:10:59.510Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T03:10:59.799Z] Removing intermediate container 97c9053631bd [2020-08-12T03:10:59.799Z] ---> d36ffc4322cd [2020-08-12T03:10:59.799Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T03:11:00.077Z] ---> f5dbd5d8f778 [2020-08-12T03:11:00.077Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T03:11:01.070Z] ---> 4ca1923bd654 [2020-08-12T03:11:01.070Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T03:11:01.070Z] ---> b2bc292ed650 [2020-08-12T03:11:01.070Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:01.349Z] ---> 712a7f643b2a [2020-08-12T03:11:01.349Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T03:11:01.349Z] ---> Running in e57b2a3e920b [2020-08-12T03:11:02.340Z] ---> 355a8bb632a3 [2020-08-12T03:11:02.340Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T03:11:02.340Z] Removing intermediate container e57b2a3e920b [2020-08-12T03:11:02.340Z] ---> 85d552f1757e [2020-08-12T03:11:02.340Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T03:11:02.616Z] ---> Running in ca718af5ffa6 [2020-08-12T03:11:02.893Z] ---> 74b29d250a0c [2020-08-12T03:11:02.893Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T03:11:02.893Z] ---> 6d92e4aefa2a [2020-08-12T03:11:02.893Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T03:11:03.876Z] Removing intermediate container ca718af5ffa6 [2020-08-12T03:11:03.876Z] ---> 8a31a2c18a0c [2020-08-12T03:11:03.876Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:04.150Z] ---> bcfd928900cc [2020-08-12T03:11:04.150Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T03:11:04.150Z] ---> Running in 701d4952dd55 [2020-08-12T03:11:04.440Z] ---> f48a9478c554 [2020-08-12T03:11:04.440Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:05.039Z] ---> Running in 14331091c1b4 [2020-08-12T03:11:05.337Z] ---> 7d132086bc4d [2020-08-12T03:11:05.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T03:11:05.337Z] Removing intermediate container 701d4952dd55 [2020-08-12T03:11:05.337Z] ---> c0779ebac8fe [2020-08-12T03:11:05.337Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T03:11:05.961Z] Removing intermediate container 14331091c1b4 [2020-08-12T03:11:05.961Z] ---> f286ee092567 [2020-08-12T03:11:05.961Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T03:11:05.961Z] ---> b1e238d88e5b [2020-08-12T03:11:05.961Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T03:11:05.961Z] ---> Running in 8145912d89cd [2020-08-12T03:11:06.253Z] ---> Running in f1d6e617d039 [2020-08-12T03:11:06.565Z] ---> cbc3924f9409 [2020-08-12T03:11:06.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T03:11:06.877Z] Removing intermediate container 8145912d89cd [2020-08-12T03:11:06.877Z] ---> 251b85ac6e94 [2020-08-12T03:11:06.877Z] [2020-08-12T03:11:07.191Z] Successfully built 251b85ac6e94 [2020-08-12T03:11:07.842Z] Removing intermediate container f1d6e617d039 [2020-08-12T03:11:07.842Z] ---> 0d4719d1f42a [2020-08-12T03:11:07.842Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:07.842Z] ---> e13b904595fa [2020-08-12T03:11:07.842Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-12T03:11:07.842Z] [2020-08-12T03:11:07.842Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2020-08-12T03:11:07.842Z] ---> Running in 186ff591787e [2020-08-12T03:11:07.842Z] ---> Running in 92c26d9278d7 [2020-08-12T03:11:07.842Z] ---> 591fbb2af39d [2020-08-12T03:11:07.842Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T03:11:08.516Z] Removing intermediate container 7d9e82a25bf2 [2020-08-12T03:11:08.516Z] ---> d44a7bec94fa [2020-08-12T03:11:08.516Z] [2020-08-12T03:11:08.516Z] Step 10/22 : FROM alpine [2020-08-12T03:11:08.822Z] latest: Pulling from library/alpine [2020-08-12T03:11:09.133Z] Removing intermediate container 186ff591787e [2020-08-12T03:11:09.133Z] ---> 634dc6b567f7 [2020-08-12T03:11:09.133Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:11:09.445Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T03:11:09.445Z] Status: Downloaded newer image for alpine:latest [2020-08-12T03:11:09.445Z] ---> 62ee0e9f8440 [2020-08-12T03:11:09.445Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:11:09.742Z] ---> a20779034af5 [2020-08-12T03:11:09.742Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:09.742Z] ---> Running in e68920fb9f29 [2020-08-12T03:11:10.373Z] ---> Running in e11486fd9563 [2020-08-12T03:11:10.654Z] ---> Running in 854e1a319ee0 [2020-08-12T03:11:10.941Z] Removing intermediate container e68920fb9f29 [2020-08-12T03:11:10.941Z] ---> 732acb29f334 [2020-08-12T03:11:10.941Z] [2020-08-12T03:11:11.691Z] Successfully built 732acb29f334 [2020-08-12T03:11:11.691Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-12T03:11:11.691Z] Building docker-security-secrets-setup-go [2020-08-12T03:11:11.691Z]  Building docker-core-command-go ... done Removing intermediate container e11486fd9563 [2020-08-12T03:11:11.691Z] ---> 1afbc2a49bfd [2020-08-12T03:11:11.691Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T03:11:11.691Z] Removing intermediate container 854e1a319ee0 [2020-08-12T03:11:11.691Z] ---> 60d41df8ef43 [2020-08-12T03:11:11.691Z] Step 21/23 : LABEL arch=arm64 [2020-08-12T03:11:12.344Z] ---> Running in 587a440df293 [2020-08-12T03:11:12.344Z] ---> Running in 8a4eb2f68e09 [2020-08-12T03:11:12.344Z] Removing intermediate container 92c26d9278d7 [2020-08-12T03:11:12.344Z] ---> 539945ff32a2 [2020-08-12T03:11:12.344Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T03:11:12.671Z] ---> Running in c20194edacae [2020-08-12T03:11:13.021Z] Removing intermediate container 587a440df293 [2020-08-12T03:11:13.021Z] ---> e14ec54aa8e0 [2020-08-12T03:11:13.021Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T03:11:13.021Z] Removing intermediate container 8a4eb2f68e09 [2020-08-12T03:11:13.021Z] ---> 21b1f4055039 [2020-08-12T03:11:13.021Z] Step 22/23 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:13.333Z] ---> Running in 2656fe8d59e5 [2020-08-12T03:11:13.671Z] ---> Running in 095aa944f61d [2020-08-12T03:11:13.671Z] Removing intermediate container c20194edacae [2020-08-12T03:11:13.671Z] ---> 6b934b275896 [2020-08-12T03:11:13.671Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T03:11:14.005Z] Removing intermediate container 2656fe8d59e5 [2020-08-12T03:11:14.005Z] ---> a28abd1ce662 [2020-08-12T03:11:14.005Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:11:14.305Z] ---> Running in 9809214ba5b1 [2020-08-12T03:11:14.968Z] ---> Running in d4736fb63c8b [2020-08-12T03:11:14.968Z] Removing intermediate container 095aa944f61d [2020-08-12T03:11:14.968Z] ---> 34bc2ec1e061 [2020-08-12T03:11:14.968Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T03:11:15.576Z] Removing intermediate container 9809214ba5b1 [2020-08-12T03:11:15.576Z] ---> 9a13b31c83f8 [2020-08-12T03:11:15.576Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:16.200Z] ---> Running in d7a8f40e4da7 [2020-08-12T03:11:16.810Z] ---> Running in 50a8b01bb7fe [2020-08-12T03:11:17.417Z] Removing intermediate container d7a8f40e4da7 [2020-08-12T03:11:17.417Z] ---> 494ceebfecd1 [2020-08-12T03:11:17.417Z] [2020-08-12T03:11:17.686Z] Removing intermediate container 50a8b01bb7fe [2020-08-12T03:11:17.686Z] ---> 7bd683009306 [2020-08-12T03:11:17.686Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T03:11:17.686Z] Successfully built 494ceebfecd1 [2020-08-12T03:11:17.967Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-12T03:11:17.967Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-08-12T03:11:17.967Z] ---> Running in 86ff2ff9c55d [2020-08-12T03:11:18.587Z] Removing intermediate container 86ff2ff9c55d [2020-08-12T03:11:18.587Z] ---> 1819288077c3 [2020-08-12T03:11:18.587Z] [2020-08-12T03:11:19.200Z] Successfully built 1819288077c3 [2020-08-12T03:11:19.200Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-12T03:11:19.200Z] Building docker-core-metadata-go [2020-08-12T03:11:19.811Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d4736fb63c8b [2020-08-12T03:11:19.811Z] ---> df7c51c818ba [2020-08-12T03:11:19.811Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T03:11:19.811Z] ---> Running in b787884ae94b [2020-08-12T03:11:21.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:11:22.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:11:23.410Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T03:11:23.410Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T03:11:23.690Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T03:11:23.967Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T03:11:23.967Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T03:11:24.243Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:11:24.243Z] OK: 8 MiB in 19 packages [2020-08-12T03:11:28.580Z] Removing intermediate container b787884ae94b [2020-08-12T03:11:28.580Z] ---> 20b2c61c8e5e [2020-08-12T03:11:28.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T03:11:30.026Z] ---> f86a918829e6 [2020-08-12T03:11:30.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T03:11:32.647Z] ---> 773bac7153d4 [2020-08-12T03:11:32.647Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T03:11:34.616Z] ---> b98166e99965 [2020-08-12T03:11:34.616Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:11:34.616Z] ---> Running in d3d23c6ec007 [2020-08-12T03:11:35.593Z] Removing intermediate container d3d23c6ec007 [2020-08-12T03:11:35.593Z] ---> f6bc2c418dc0 [2020-08-12T03:11:35.593Z] Step 20/22 : LABEL arch=arm64 [2020-08-12T03:11:36.187Z] ---> Running in 0f7773d3ea7c [2020-08-12T03:11:37.198Z] Removing intermediate container 0f7773d3ea7c [2020-08-12T03:11:37.198Z] ---> df6be8b5f760 [2020-08-12T03:11:37.198Z] Step 21/22 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:11:37.481Z] ---> Running in d874a84d7a11 [2020-08-12T03:11:38.458Z] Removing intermediate container d874a84d7a11 [2020-08-12T03:11:38.459Z] ---> c9b85980af3d [2020-08-12T03:11:38.459Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T03:11:39.053Z] ---> Running in e7d526bd989c [2020-08-12T03:11:40.033Z] Removing intermediate container e7d526bd989c [2020-08-12T03:11:40.033Z] ---> 0690f009d588 [2020-08-12T03:11:40.033Z] [2020-08-12T03:11:40.627Z] Successfully built 0690f009d588 [2020-08-12T03:11:40.627Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-12T03:11:40.627Z] Building docker-support-logging-go [2020-08-12T03:12:27.559Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:12:27.559Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:12:27.559Z] ---> e8d2f69dd4ab [2020-08-12T03:12:27.559Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T03:12:27.559Z] ---> Using cache [2020-08-12T03:12:27.559Z] ---> bf1d8ac81448 [2020-08-12T03:12:27.559Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:12:27.559Z] ---> Using cache [2020-08-12T03:12:27.559Z] ---> 1cfea888f141 [2020-08-12T03:12:27.559Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T03:12:29.539Z] ---> Running in 9fea63d60f28 [2020-08-12T03:12:31.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:12:32.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:12:33.090Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:12:33.090Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:12:33.090Z] OK: 12620 distinct packages available [2020-08-12T03:12:34.072Z] OK: 217 MiB in 51 packages [2020-08-12T03:12:37.484Z] Removing intermediate container 9fea63d60f28 [2020-08-12T03:12:37.484Z] ---> 0ac2b8e93e3c [2020-08-12T03:12:37.484Z] Step 6/26 : COPY go.mod . [2020-08-12T03:12:38.080Z] ---> bd29cca7bdb2 [2020-08-12T03:12:38.080Z] Step 7/26 : RUN go mod download [2020-08-12T03:12:38.357Z] ---> Running in 54ba3c356557 [2020-08-12T03:12:40.988Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:12:40.988Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T03:12:40.988Z] ---> e8d2f69dd4ab [2020-08-12T03:12:40.988Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T03:12:40.988Z] ---> Using cache [2020-08-12T03:12:40.988Z] ---> bf1d8ac81448 [2020-08-12T03:12:40.988Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T03:12:40.988Z] ---> Running in c975c9e7c702 [2020-08-12T03:12:42.962Z] Removing intermediate container 54ba3c356557 [2020-08-12T03:12:42.962Z] ---> 64c4320caf71 [2020-08-12T03:12:42.962Z] Step 8/26 : COPY . . [2020-08-12T03:12:42.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:12:43.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:12:44.926Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:12:44.926Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:12:44.926Z] OK: 12620 distinct packages available [2020-08-12T03:12:45.903Z] OK: 217 MiB in 51 packages [2020-08-12T03:12:46.506Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:12:46.507Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:12:46.507Z] ---> e8d2f69dd4ab [2020-08-12T03:12:46.507Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T03:12:46.507Z] ---> Using cache [2020-08-12T03:12:46.507Z] ---> bf1d8ac81448 [2020-08-12T03:12:46.507Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:12:46.507Z] ---> Using cache [2020-08-12T03:12:46.507Z] ---> 1cfea888f141 [2020-08-12T03:12:46.507Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T03:12:46.507Z] ---> Using cache [2020-08-12T03:12:46.507Z] ---> 228d46bf0af7 [2020-08-12T03:12:46.507Z] Step 6/20 : COPY go.mod . [2020-08-12T03:12:46.507Z] ---> Using cache [2020-08-12T03:12:46.507Z] ---> f2d2f9af6b89 [2020-08-12T03:12:46.507Z] Step 7/20 : RUN go mod download [2020-08-12T03:12:46.507Z] ---> Using cache [2020-08-12T03:12:46.507Z] ---> 3275d694c2c5 [2020-08-12T03:12:46.507Z] Step 8/20 : COPY . . [2020-08-12T03:12:46.507Z] ---> Using cache [2020-08-12T03:12:46.507Z] ---> b4011ee59947 [2020-08-12T03:12:46.507Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T03:12:46.783Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:12:46.783Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:12:46.783Z] ---> e8d2f69dd4ab [2020-08-12T03:12:46.783Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:12:46.783Z] ---> Using cache [2020-08-12T03:12:46.783Z] ---> bf1d8ac81448 [2020-08-12T03:12:46.783Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:12:46.783Z] ---> Using cache [2020-08-12T03:12:46.783Z] ---> 1cfea888f141 [2020-08-12T03:12:46.783Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T03:12:46.783Z] ---> Using cache [2020-08-12T03:12:46.783Z] ---> 228d46bf0af7 [2020-08-12T03:12:46.783Z] Step 6/21 : COPY go.mod . [2020-08-12T03:12:46.783Z] ---> Using cache [2020-08-12T03:12:46.783Z] ---> f2d2f9af6b89 [2020-08-12T03:12:46.783Z] Step 7/21 : RUN go mod download [2020-08-12T03:12:46.783Z] ---> Using cache [2020-08-12T03:12:46.783Z] ---> 3275d694c2c5 [2020-08-12T03:12:46.783Z] Step 8/21 : COPY . . [2020-08-12T03:12:46.783Z] ---> Using cache [2020-08-12T03:12:46.783Z] ---> b4011ee59947 [2020-08-12T03:12:46.783Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T03:12:51.077Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T03:12:51.077Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T03:12:51.077Z] ---> e8d2f69dd4ab [2020-08-12T03:12:51.077Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T03:12:51.077Z] ---> Using cache [2020-08-12T03:12:51.077Z] ---> bf1d8ac81448 [2020-08-12T03:12:51.077Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T03:12:51.077Z] ---> Using cache [2020-08-12T03:12:51.077Z] ---> 1cfea888f141 [2020-08-12T03:12:51.077Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T03:12:51.350Z] ---> Running in 8a2aab135b04 [2020-08-12T03:12:51.350Z] ---> Running in 0dd1e2de8350 [2020-08-12T03:12:51.350Z] ---> Running in f61291257c4d [2020-08-12T03:12:51.944Z] Removing intermediate container c975c9e7c702 [2020-08-12T03:12:51.944Z] ---> b16d413337e5 [2020-08-12T03:12:51.944Z] Step 5/29 : COPY go.mod . [2020-08-12T03:12:53.396Z] ---> 50135e0206ea [2020-08-12T03:12:53.396Z] Step 6/29 : RUN go mod download [2020-08-12T03:12:53.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-12T03:12:53.676Z] ---> Running in 8f1f43281d1a [2020-08-12T03:12:53.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:12:54.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-12T03:12:54.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:12:56.278Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:12:56.278Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:12:56.278Z] OK: 12620 distinct packages available [2020-08-12T03:12:57.269Z] OK: 217 MiB in 51 packages [2020-08-12T03:12:58.268Z] OK: 217 MiB in 51 packages [2020-08-12T03:13:00.931Z] Removing intermediate container 8f1f43281d1a [2020-08-12T03:13:00.931Z] ---> 6822419d380a [2020-08-12T03:13:00.931Z] Step 7/29 : COPY . . [2020-08-12T03:13:00.931Z] Removing intermediate container 8a2aab135b04 [2020-08-12T03:13:00.931Z] ---> c8318bd6e681 [2020-08-12T03:13:00.931Z] Step 6/21 : COPY go.mod . [2020-08-12T03:13:03.560Z] ---> de3a27ef0005 [2020-08-12T03:13:03.560Z] Step 7/21 : RUN go mod download [2020-08-12T03:13:03.560Z] ---> Running in 8d0aa179cf4d [2020-08-12T03:13:10.309Z] Removing intermediate container 8d0aa179cf4d [2020-08-12T03:13:10.309Z] ---> d531cdf27e14 [2020-08-12T03:13:10.310Z] Step 8/21 : COPY . . [2020-08-12T03:13:10.920Z] ---> 1f6e9cdd5633 [2020-08-12T03:13:10.920Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T03:13:11.934Z] ---> Running in 2d18b873b226 [2020-08-12T03:13:15.362Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-12T03:13:42.277Z] ---> 26c35a37dd17 [2020-08-12T03:13:42.277Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T03:13:42.277Z] ---> Running in fa3bb0bde75e [2020-08-12T03:13:42.277Z] ---> bdb39fcbb6e6 [2020-08-12T03:13:42.277Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T03:13:42.277Z] ---> Running in 28aaef2c08e6 [2020-08-12T03:13:42.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-12T03:13:43.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-12T03:14:10.262Z] Removing intermediate container f61291257c4d [2020-08-12T03:14:10.262Z] ---> 329f9c672822 [2020-08-12T03:14:10.262Z] [2020-08-12T03:14:10.262Z] Step 10/20 : FROM alpine [2020-08-12T03:14:10.262Z] ---> 62ee0e9f8440 [2020-08-12T03:14:10.262Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T03:14:10.262Z] ---> Running in 8fb8a337b34b [2020-08-12T03:14:10.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:14:10.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:14:11.841Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:14:11.841Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:14:11.841Z] OK: 12620 distinct packages available [2020-08-12T03:14:12.448Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T03:14:12.728Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T03:14:12.728Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T03:14:12.728Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T03:14:12.728Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:14:12.728Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T03:14:13.335Z] OK: 7 MiB in 18 packages [2020-08-12T03:14:15.999Z] Removing intermediate container 8fb8a337b34b [2020-08-12T03:14:15.999Z] ---> b7261d3fd96c [2020-08-12T03:14:15.999Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T03:14:15.999Z] ---> Running in 4b11a049dd3b [2020-08-12T03:14:16.331Z] Removing intermediate container 4b11a049dd3b [2020-08-12T03:14:16.331Z] ---> e161e2e7abe8 [2020-08-12T03:14:16.331Z] Step 13/20 : WORKDIR /edgex [2020-08-12T03:14:16.617Z] ---> Running in 0801a196ffed [2020-08-12T03:14:17.232Z] Removing intermediate container 0801a196ffed [2020-08-12T03:14:17.232Z] ---> 42786dd18868 [2020-08-12T03:14:17.232Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T03:14:18.699Z] ---> 92e1850ba46c [2020-08-12T03:14:18.699Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T03:14:20.161Z] ---> 8537b1e88959 [2020-08-12T03:14:20.161Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T03:14:20.447Z] ---> Running in 5e5dbf5ab7d6 [2020-08-12T03:14:21.055Z] Removing intermediate container 5e5dbf5ab7d6 [2020-08-12T03:14:21.055Z] ---> dd4cd75d6e3d [2020-08-12T03:14:21.056Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T03:14:21.056Z] ---> Running in f49558b7635e [2020-08-12T03:14:22.062Z] Removing intermediate container f49558b7635e [2020-08-12T03:14:22.062Z] ---> c893f143b079 [2020-08-12T03:14:22.062Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T03:14:22.062Z] ---> Running in 9d98bd8eec90 [2020-08-12T03:14:22.679Z] Removing intermediate container 9d98bd8eec90 [2020-08-12T03:14:22.679Z] ---> 4745be6122d4 [2020-08-12T03:14:22.679Z] Step 19/20 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:14:22.973Z] ---> Running in 2f46bf4ea824 [2020-08-12T03:14:23.590Z] Removing intermediate container 2f46bf4ea824 [2020-08-12T03:14:23.590Z] ---> 841d4fc61943 [2020-08-12T03:14:23.590Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T03:14:23.873Z] ---> Running in c37178d98ca7 [2020-08-12T03:14:24.493Z] Removing intermediate container c37178d98ca7 [2020-08-12T03:14:24.493Z] ---> 61bbf8de9aec [2020-08-12T03:14:24.493Z] [2020-08-12T03:14:25.106Z] Successfully built 61bbf8de9aec [2020-08-12T03:14:25.106Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-12T03:14:43.493Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2d18b873b226 [2020-08-12T03:14:43.494Z] ---> 098c1d98b40d [2020-08-12T03:14:43.494Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T03:14:43.494Z] ---> Running in 0dfd10949740 [2020-08-12T03:14:43.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-12T03:14:47.834Z] Removing intermediate container 0dd1e2de8350 [2020-08-12T03:14:47.834Z] ---> 7a984cb2cd6a [2020-08-12T03:14:47.834Z] [2020-08-12T03:14:47.834Z] Step 10/21 : FROM scratch [2020-08-12T03:14:47.834Z] ---> [2020-08-12T03:14:47.834Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T03:14:48.121Z] ---> Using cache [2020-08-12T03:14:48.121Z] ---> bd72e8ee9f4d [2020-08-12T03:14:48.121Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T03:14:48.411Z] ---> Running in e834092aac11 [2020-08-12T03:14:49.033Z] Removing intermediate container 0dfd10949740 [2020-08-12T03:14:49.033Z] ---> 797ba71a7af0 [2020-08-12T03:14:49.033Z] [2020-08-12T03:14:49.033Z] Step 11/26 : FROM docker:latest [2020-08-12T03:14:49.033Z] ---> ce9d55ae87f1 [2020-08-12T03:14:49.033Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T03:14:49.033Z] Removing intermediate container e834092aac11 [2020-08-12T03:14:49.033Z] ---> 2572ba8f057d [2020-08-12T03:14:49.033Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:14:49.330Z] ---> Running in 9c7775dabd20 [2020-08-12T03:14:49.330Z] ---> Running in 55a153f3d391 [2020-08-12T03:14:50.331Z] Removing intermediate container 9c7775dabd20 [2020-08-12T03:14:50.331Z] ---> b8b4ee64b49a [2020-08-12T03:14:50.331Z] Step 14/21 : WORKDIR / [2020-08-12T03:14:50.331Z] ---> Running in f33e4bfdd01a [2020-08-12T03:14:50.935Z] Removing intermediate container f33e4bfdd01a [2020-08-12T03:14:50.935Z] ---> 4c6326b2572c [2020-08-12T03:14:50.935Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T03:14:51.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:14:51.926Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:14:52.206Z] ---> 5f9850f6c7f6 [2020-08-12T03:14:52.206Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T03:14:52.823Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T03:14:52.823Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T03:14:52.823Z] Executing bash-5.0.17-r0.post-install [2020-08-12T03:14:52.823Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:14:52.823Z] OK: 12 MiB in 22 packages [2020-08-12T03:14:54.822Z] ---> 8afd23d206d7 [2020-08-12T03:14:54.822Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T03:14:55.810Z] Removing intermediate container 55a153f3d391 [2020-08-12T03:14:55.810Z] ---> 5bb587e1c1ac [2020-08-12T03:14:55.810Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T03:14:55.810Z] ---> 101dd0414348 [2020-08-12T03:14:55.810Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:14:55.810Z] ---> Running in 25f81bc1d1a9 [2020-08-12T03:14:56.084Z] ---> Running in a70fcb40083e [2020-08-12T03:14:56.364Z] Removing intermediate container fa3bb0bde75e [2020-08-12T03:14:56.364Z] ---> 1db7428ae361 [2020-08-12T03:14:56.364Z] [2020-08-12T03:14:56.364Z] Step 9/29 : FROM alpine:latest [2020-08-12T03:14:56.364Z] ---> 62ee0e9f8440 [2020-08-12T03:14:56.364Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-12T03:14:56.638Z] ---> Running in ee0dbca7ace9 [2020-08-12T03:14:56.924Z] Removing intermediate container a70fcb40083e [2020-08-12T03:14:56.924Z] ---> 43eb9de6b317 [2020-08-12T03:14:56.924Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T03:14:56.924Z] ---> Running in acc79c2b1f77 [2020-08-12T03:14:57.201Z] Removing intermediate container ee0dbca7ace9 [2020-08-12T03:14:57.201Z] ---> 20bfbff7ba36 [2020-08-12T03:14:57.201Z] Step 11/29 : USER root [2020-08-12T03:14:57.201Z] ---> Running in f95117b54242 [2020-08-12T03:14:57.485Z] Removing intermediate container acc79c2b1f77 [2020-08-12T03:14:57.485Z] ---> 71809b06b508 [2020-08-12T03:14:57.485Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:14:57.764Z] ---> Running in d2c25b6ffc73 [2020-08-12T03:14:58.037Z] Removing intermediate container f95117b54242 [2020-08-12T03:14:58.037Z] ---> 4c0ccda22031 [2020-08-12T03:14:58.037Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T03:14:58.313Z] ---> Running in 93a36905f181 [2020-08-12T03:14:58.606Z] Removing intermediate container d2c25b6ffc73 [2020-08-12T03:14:58.606Z] ---> c4c0c57912a1 [2020-08-12T03:14:58.606Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:14:58.606Z] ---> Running in ee1a3a0b9552 [2020-08-12T03:14:59.595Z] Removing intermediate container ee1a3a0b9552 [2020-08-12T03:14:59.595Z] Removing intermediate container 25f81bc1d1a9 [2020-08-12T03:14:59.595Z] ---> 55eb8122eacc [2020-08-12T03:14:59.595Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T03:14:59.595Z] ---> a8951dd9076a [2020-08-12T03:14:59.595Z] [2020-08-12T03:14:59.869Z] ---> Running in ea5427cdabdf [2020-08-12T03:15:00.143Z] Successfully built a8951dd9076a [2020-08-12T03:15:00.143Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-12T03:15:00.419Z]  Building docker-core-metadata-go ... done Removing intermediate container ea5427cdabdf [2020-08-12T03:15:00.419Z] ---> 0915b4e27eee [2020-08-12T03:15:00.419Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T03:15:00.419Z] ---> Running in 2d08e9264ad3 [2020-08-12T03:15:00.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:15:00.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:15:01.293Z] Removing intermediate container 2d08e9264ad3 [2020-08-12T03:15:01.293Z] ---> 50fb2be3689a [2020-08-12T03:15:01.293Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T03:15:01.293Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T03:15:01.293Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T03:15:01.293Z] OK: 12620 distinct packages available [2020-08-12T03:15:01.896Z] ---> Running in 61617a2be231 [2020-08-12T03:15:02.167Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T03:15:02.167Z] Removing intermediate container 28aaef2c08e6 [2020-08-12T03:15:02.167Z] ---> aff39506d7d3 [2020-08-12T03:15:02.167Z] [2020-08-12T03:15:02.167Z] Step 10/21 : FROM scratch [2020-08-12T03:15:02.167Z] ---> [2020-08-12T03:15:02.167Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T03:15:02.167Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T03:15:02.167Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:15:02.167Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T03:15:02.167Z] ---> Using cache [2020-08-12T03:15:02.167Z] ---> 31bd70bee2f7 [2020-08-12T03:15:02.167Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T03:15:02.444Z] OK: 6 MiB in 16 packages [2020-08-12T03:15:02.444Z] ---> Running in 93b66c1c88d9 [2020-08-12T03:15:02.444Z] Removing intermediate container 61617a2be231 [2020-08-12T03:15:02.444Z] ---> 4efcc8ad8964 [2020-08-12T03:15:02.444Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T03:15:03.040Z] Removing intermediate container 93b66c1c88d9 [2020-08-12T03:15:03.040Z] ---> f79c1c056e6f [2020-08-12T03:15:03.040Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T03:15:03.314Z] ---> Running in 53c27de12878 [2020-08-12T03:15:03.588Z] ---> c32bf733eb25 [2020-08-12T03:15:03.588Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T03:15:03.862Z] Removing intermediate container 53c27de12878 [2020-08-12T03:15:03.862Z] ---> e4c5ab820b02 [2020-08-12T03:15:03.862Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T03:15:04.464Z] Removing intermediate container 93a36905f181 [2020-08-12T03:15:04.464Z] ---> 7aa95a03e68b [2020-08-12T03:15:04.464Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T03:15:04.464Z] ---> Running in 15353ef2b334 [2020-08-12T03:15:04.464Z] ---> 7a56c5cb7019 [2020-08-12T03:15:04.464Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T03:15:04.464Z] ---> 3b1f6bcd344a [2020-08-12T03:15:04.464Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T03:15:05.085Z] Removing intermediate container 15353ef2b334 [2020-08-12T03:15:05.085Z] ---> b92e320b04eb [2020-08-12T03:15:05.085Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T03:15:05.085Z] ---> Running in 875b0e986739 [2020-08-12T03:15:05.362Z] ---> 70865f4cbdc9 [2020-08-12T03:15:05.362Z] ---> dea87c95b9de [2020-08-12T03:15:05.362Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T03:15:05.362Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T03:15:05.634Z] ---> Running in ccae24818b08 [2020-08-12T03:15:05.634Z] Removing intermediate container 875b0e986739 [2020-08-12T03:15:05.634Z] ---> 20d08074343d [2020-08-12T03:15:05.634Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T03:15:06.234Z] ---> Running in 90334a3b4263 [2020-08-12T03:15:06.839Z] ---> 9b1d4924a68b [2020-08-12T03:15:06.839Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T03:15:07.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:15:07.711Z] ---> e1f939166853 [2020-08-12T03:15:07.711Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:15:07.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:15:07.989Z] ---> Running in 278f3de04f09 [2020-08-12T03:15:08.260Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T03:15:08.260Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T03:15:08.260Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T03:15:08.260Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T03:15:08.260Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T03:15:08.260Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T03:15:08.260Z] Removing intermediate container 278f3de04f09 [2020-08-12T03:15:08.260Z] ---> d94eca4dc6dc [2020-08-12T03:15:08.260Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T03:15:08.260Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T03:15:08.539Z] ---> Running in 512e65bba13a [2020-08-12T03:15:09.135Z] Removing intermediate container 90334a3b4263 [2020-08-12T03:15:09.135Z] ---> 4b0ca1453039 [2020-08-12T03:15:09.135Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T03:15:09.411Z] Removing intermediate container 512e65bba13a [2020-08-12T03:15:09.411Z] ---> a6a093d20e8c [2020-08-12T03:15:09.411Z] Step 20/21 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:15:09.689Z] ---> Running in 50faa9486076 [2020-08-12T03:15:10.289Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T03:15:10.289Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T03:15:10.289Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T03:15:10.289Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T03:15:10.289Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T03:15:10.289Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T03:15:10.289Z] Removing intermediate container 50faa9486076 [2020-08-12T03:15:10.289Z] ---> 251c1ba3db99 [2020-08-12T03:15:10.289Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T03:15:10.577Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T03:15:10.577Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T03:15:10.577Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T03:15:10.577Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T03:15:10.577Z] ---> d8d57665be8c [2020-08-12T03:15:10.577Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T03:15:10.577Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T03:15:10.577Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T03:15:10.577Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T03:15:10.577Z] ---> Running in 77e0e06a62b4 [2020-08-12T03:15:10.577Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T03:15:10.577Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T03:15:10.860Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T03:15:10.860Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T03:15:10.860Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T03:15:10.860Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T03:15:10.860Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T03:15:10.860Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T03:15:10.860Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T03:15:10.860Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T03:15:10.860Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T03:15:10.860Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T03:15:10.860Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T03:15:11.134Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:15:11.134Z] OK: 71 MiB in 55 packages [2020-08-12T03:15:11.408Z] Removing intermediate container 77e0e06a62b4 [2020-08-12T03:15:11.408Z] ---> ef49951a8893 [2020-08-12T03:15:11.408Z] [2020-08-12T03:15:11.686Z] ---> c9a514b0d912 [2020-08-12T03:15:11.686Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T03:15:11.686Z] Successfully built ef49951a8893 [2020-08-12T03:15:11.959Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-12T03:15:12.562Z]  Building docker-support-logging-go ... done  ---> f5a1c232d079 [2020-08-12T03:15:12.562Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T03:15:13.557Z] ---> d520e852139d [2020-08-12T03:15:13.557Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T03:15:14.540Z] ---> d80e7f6d6ab1 [2020-08-12T03:15:14.540Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T03:15:14.540Z] ---> Running in 6b4631ce6060 [2020-08-12T03:15:17.175Z] Removing intermediate container ccae24818b08 [2020-08-12T03:15:17.175Z] ---> 9a20bfdc9daf [2020-08-12T03:15:17.175Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T03:15:17.453Z] ---> Running in 6abb19080329 [2020-08-12T03:15:17.735Z] Removing intermediate container 6b4631ce6060 [2020-08-12T03:15:17.735Z] ---> 47ed414d699a [2020-08-12T03:15:17.735Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T03:15:18.333Z] ---> 20a9b335e5d5 [2020-08-12T03:15:18.333Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T03:15:18.606Z] ---> Running in 39b4878251f3 [2020-08-12T03:15:21.229Z] Removing intermediate container 39b4878251f3 [2020-08-12T03:15:21.229Z] ---> 208203502f37 [2020-08-12T03:15:21.229Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T03:15:21.229Z] ---> Running in 27084751f024 [2020-08-12T03:15:23.213Z] Collecting docker-compose==1.23.2 [2020-08-12T03:15:23.213Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T03:15:24.205Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T03:15:24.205Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T03:15:24.205Z] Removing intermediate container 27084751f024 [2020-08-12T03:15:24.205Z] ---> 765e743f9b7a [2020-08-12T03:15:24.205Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T03:15:24.478Z] ---> Running in cf7ae8aa2a74 [2020-08-12T03:15:25.078Z] Removing intermediate container cf7ae8aa2a74 [2020-08-12T03:15:25.078Z] ---> 79d4ab71e836 [2020-08-12T03:15:25.078Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T03:15:25.078Z] ---> Running in add93212ab3c [2020-08-12T03:15:25.078Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T03:15:25.078Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T03:15:25.675Z] Removing intermediate container add93212ab3c [2020-08-12T03:15:25.675Z] ---> 1b1ae7c398ca [2020-08-12T03:15:25.675Z] Step 27/29 : LABEL arch=arm64 [2020-08-12T03:15:25.675Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T03:15:25.675Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T03:15:25.675Z] ---> Running in 3edb7d8299ea [2020-08-12T03:15:26.274Z] Removing intermediate container 3edb7d8299ea [2020-08-12T03:15:26.274Z] ---> ba5cfe2d8837 [2020-08-12T03:15:26.274Z] Step 28/29 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:15:26.274Z] ---> Running in 67597774acc6 [2020-08-12T03:15:26.870Z] Removing intermediate container 67597774acc6 [2020-08-12T03:15:26.870Z] ---> 8ef498cfa4ad [2020-08-12T03:15:26.870Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T03:15:26.870Z] ---> Running in bcb4d789c0bc [2020-08-12T03:15:27.464Z] Removing intermediate container bcb4d789c0bc [2020-08-12T03:15:27.464Z] ---> 6f69e0cd88c6 [2020-08-12T03:15:27.464Z] [2020-08-12T03:15:27.739Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-12T03:15:27.739Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T03:15:27.739Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T03:15:28.011Z] Successfully built 6f69e0cd88c6 [2020-08-12T03:15:28.011Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-12T03:15:29.981Z]  Building docker-security-secrets-setup-go ... done Collecting jsonschema<3,>=2.5.1 [2020-08-12T03:15:29.981Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T03:15:30.574Z] Collecting PyYAML<4,>=3.10 [2020-08-12T03:15:30.574Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T03:15:33.950Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T03:15:33.950Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T03:15:34.546Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T03:15:34.546Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T03:15:34.824Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T03:15:34.824Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T03:15:36.792Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T03:15:36.792Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T03:15:36.792Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-12T03:15:36.792Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-12T03:15:37.417Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T03:15:37.417Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T03:15:37.704Z] Collecting idna<2.8,>=2.5 [2020-08-12T03:15:37.704Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T03:15:37.704Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T03:15:37.704Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T03:15:37.704Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T03:15:37.704Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T03:15:38.710Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, docopt, jsonschema, PyYAML, cached-property, dockerpty, docker-compose [2020-08-12T03:15:38.710Z] Attempting uninstall: urllib3 [2020-08-12T03:15:38.710Z] Found existing installation: urllib3 1.25.9 [2020-08-12T03:15:38.710Z] Uninstalling urllib3-1.25.9: [2020-08-12T03:15:38.998Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T03:15:39.611Z] Attempting uninstall: idna [2020-08-12T03:15:39.611Z] Found existing installation: idna 2.9 [2020-08-12T03:15:39.611Z] Uninstalling idna-2.9: [2020-08-12T03:15:39.611Z] Successfully uninstalled idna-2.9 [2020-08-12T03:15:40.586Z] Attempting uninstall: requests [2020-08-12T03:15:40.586Z] Found existing installation: requests 2.23.0 [2020-08-12T03:15:40.586Z] Uninstalling requests-2.23.0: [2020-08-12T03:15:40.586Z] Successfully uninstalled requests-2.23.0 [2020-08-12T03:15:42.009Z] Running setup.py install for texttable: started [2020-08-12T03:15:43.433Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T03:15:43.433Z] Running setup.py install for docopt: started [2020-08-12T03:15:45.389Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T03:15:45.660Z] Running setup.py install for PyYAML: started [2020-08-12T03:15:47.621Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T03:15:47.621Z] Running setup.py install for dockerpty: started [2020-08-12T03:15:49.584Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T03:15:50.175Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-12T03:15:54.471Z] Removing intermediate container 6abb19080329 [2020-08-12T03:15:54.471Z] ---> 4409d74dd3c5 [2020-08-12T03:15:54.471Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T03:15:54.471Z] ---> Running in d8a0b1e5352d [2020-08-12T03:15:55.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T03:15:55.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T03:15:56.035Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T03:15:56.035Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T03:15:56.035Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T03:15:56.035Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T03:15:56.305Z] OK: 71 MiB in 58 packages [2020-08-12T03:15:57.276Z] Removing intermediate container d8a0b1e5352d [2020-08-12T03:15:57.276Z] ---> 806cf7922bcd [2020-08-12T03:15:57.276Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T03:15:57.546Z] ---> Running in f57558c44125 [2020-08-12T03:15:58.135Z] Removing intermediate container f57558c44125 [2020-08-12T03:15:58.135Z] ---> 5c2e975446fc [2020-08-12T03:15:58.135Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T03:15:58.135Z] ---> Running in 15a8534de2db [2020-08-12T03:15:58.408Z] Removing intermediate container 15a8534de2db [2020-08-12T03:15:58.408Z] ---> 32831365cbf4 [2020-08-12T03:15:58.408Z] Step 25/26 : LABEL git_sha=ff19d0aef05b3901b9f8aedfc44d8f2f24b78eab [2020-08-12T03:15:58.678Z] ---> Running in 4a6f02213c7e [2020-08-12T03:15:59.269Z] Removing intermediate container 4a6f02213c7e [2020-08-12T03:15:59.269Z] ---> 456a0a04a4cd [2020-08-12T03:15:59.269Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T03:15:59.269Z] ---> Running in 82f4583165dd [2020-08-12T03:15:59.540Z] Removing intermediate container 82f4583165dd [2020-08-12T03:15:59.540Z] ---> e0f8b6e16944 [2020-08-12T03:15:59.540Z] [2020-08-12T03:16:00.131Z] Successfully built e0f8b6e16944 [2020-08-12T03:16:00.131Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-12T03:16:00.417Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T03:16:00.423Z] $ docker stop --time=1 32c7fb10601afa14e8c8d6f904014f22e491b1774ff080d9cb1d48455f226fb9 [2020-08-12T03:16:02.370Z] $ docker rm -f 32c7fb10601afa14e8c8d6f904014f22e491b1774ff080d9cb1d48455f226fb9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T03:16:03.160Z] + docker images [2020-08-12T03:16:03.160Z] + grep docker [2020-08-12T03:16:03.431Z] docker-sys-mgmt-agent-go-arm64 latest e0f8b6e16944 4 seconds ago 266MB [2020-08-12T03:16:03.431Z] docker-security-secrets-setup-go-arm64 latest 6f69e0cd88c6 36 seconds ago 24.2MB [2020-08-12T03:16:03.431Z] docker-support-logging-go-arm64 latest ef49951a8893 53 seconds ago 11.4MB [2020-08-12T03:16:03.431Z] docker-core-metadata-go-arm64 latest a8951dd9076a About a minute ago 13.8MB [2020-08-12T03:16:03.431Z] docker-security-proxy-setup-go-arm64 latest 61bbf8de9aec About a minute ago 15.8MB [2020-08-12T03:16:03.431Z] docker-core-data-go-arm64 latest 0690f009d588 4 minutes ago 22.6MB [2020-08-12T03:16:03.431Z] docker-security-secretstore-setup-go-arm64 latest 1819288077c3 4 minutes ago 32.6MB [2020-08-12T03:16:03.431Z] docker-support-notifications-go-arm64 latest 494ceebfecd1 4 minutes ago 13.9MB [2020-08-12T03:16:03.431Z] docker-core-command-go-arm64 latest 732acb29f334 4 minutes ago 12.4MB [2020-08-12T03:16:03.431Z] docker-support-scheduler-go-arm64 latest 251b85ac6e94 4 minutes ago 12.6MB [2020-08-12T03:16:03.431Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-12T03:16:05.724Z] provisioning config files... [2020-08-12T03:16:05.743Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3880828535146695853tmp [Pipeline] { [Pipeline] sh [2020-08-12T03:16:06.144Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config3880828535146695853tmp [2020-08-12T03:16:06.144Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-08-12T03:16:06.428Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:16:08.544Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:16:09.488Z] ---> package-listing.sh [2020-08-12T03:16:09.488Z] ++ facter osfamily [2020-08-12T03:16:09.488Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-12T03:16:09.488Z] + OS_FAMILY=redhat [2020-08-12T03:16:09.488Z] + workspace=/w/workspace/edgex-go/1 [2020-08-12T03:16:09.488Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-12T03:16:09.488Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-12T03:16:09.488Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-12T03:16:09.488Z] + PACKAGES=/tmp/packages_start.txt [2020-08-12T03:16:09.488Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-12T03:16:09.488Z] + PACKAGES=/tmp/packages_end.txt [2020-08-12T03:16:09.488Z] + case "${OS_FAMILY}" in [2020-08-12T03:16:09.488Z] + rpm -qa [2020-08-12T03:16:09.488Z] + sort [2020-08-12T03:16:13.701Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-12T03:16:13.701Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-12T03:16:13.701Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-12T03:16:13.701Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-12T03:16:13.701Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-12T03:16:13.701Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:16:14.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T03:16:14.114Z] [2020-08-12T03:16:14.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-12T03:16:14.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T03:16:14.495Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-12T03:16:14.495Z] c9b1b535fdd9: Pulling fs layer [2020-08-12T03:16:14.495Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-12T03:16:14.495Z] 756a868c4378: Pulling fs layer [2020-08-12T03:16:14.495Z] 444b2fc9a129: Pulling fs layer [2020-08-12T03:16:14.495Z] ea15f1150254: Pulling fs layer [2020-08-12T03:16:14.495Z] 41b27a9f41bf: Pulling fs layer [2020-08-12T03:16:14.495Z] 28c525ee5125: Pulling fs layer [2020-08-12T03:16:14.495Z] 094b1ea09ed8: Pulling fs layer [2020-08-12T03:16:14.495Z] 138eaada9080: Pulling fs layer [2020-08-12T03:16:14.495Z] 0622d0fa9048: Pulling fs layer [2020-08-12T03:16:14.495Z] 444b2fc9a129: Waiting [2020-08-12T03:16:14.495Z] ea15f1150254: Waiting [2020-08-12T03:16:14.495Z] 41b27a9f41bf: Waiting [2020-08-12T03:16:14.495Z] 28c525ee5125: Waiting [2020-08-12T03:16:14.495Z] 094b1ea09ed8: Waiting [2020-08-12T03:16:14.495Z] 138eaada9080: Waiting [2020-08-12T03:16:14.495Z] 0622d0fa9048: Waiting [2020-08-12T03:16:14.495Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-12T03:16:14.495Z] 2cc5ad85d9ab: Download complete [2020-08-12T03:16:14.495Z] 444b2fc9a129: Verifying Checksum [2020-08-12T03:16:14.495Z] 444b2fc9a129: Download complete [2020-08-12T03:16:14.495Z] c9b1b535fdd9: Verifying Checksum [2020-08-12T03:16:14.495Z] c9b1b535fdd9: Download complete [2020-08-12T03:16:14.495Z] ea15f1150254: Verifying Checksum [2020-08-12T03:16:14.495Z] ea15f1150254: Download complete [2020-08-12T03:16:14.774Z] 28c525ee5125: Verifying Checksum [2020-08-12T03:16:14.774Z] 28c525ee5125: Download complete [2020-08-12T03:16:15.042Z] 756a868c4378: Verifying Checksum [2020-08-12T03:16:15.042Z] 756a868c4378: Download complete [2020-08-12T03:16:15.042Z] c9b1b535fdd9: Pull complete [2020-08-12T03:16:15.042Z] 138eaada9080: Verifying Checksum [2020-08-12T03:16:15.042Z] 138eaada9080: Download complete [2020-08-12T03:16:15.304Z] 0622d0fa9048: Download complete [2020-08-12T03:16:15.304Z] 094b1ea09ed8: Verifying Checksum [2020-08-12T03:16:15.304Z] 094b1ea09ed8: Download complete [2020-08-12T03:16:15.875Z] 41b27a9f41bf: Verifying Checksum [2020-08-12T03:16:15.875Z] 41b27a9f41bf: Download complete [2020-08-12T03:16:16.136Z] 2cc5ad85d9ab: Pull complete [2020-08-12T03:16:18.691Z] 756a868c4378: Pull complete [2020-08-12T03:16:18.691Z] 444b2fc9a129: Pull complete [2020-08-12T03:16:18.691Z] ea15f1150254: Pull complete [2020-08-12T03:16:23.985Z] 41b27a9f41bf: Pull complete [2020-08-12T03:16:23.985Z] 28c525ee5125: Pull complete [2020-08-12T03:16:25.372Z] 094b1ea09ed8: Pull complete [2020-08-12T03:16:25.632Z] 138eaada9080: Pull complete [2020-08-12T03:16:25.632Z] 0622d0fa9048: Pull complete [2020-08-12T03:16:25.632Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-12T03:16:25.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T03:16:25.632Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-12T03:16:26.144Z] prd-centos7-docker-4c-2g-4968 does not seem to be running inside a container [2020-08-12T03:16:26.193Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-12T03:16:31.424Z] $ docker top 767f55ec572ba437479c15e95b6568b9ce865033a25fd82972c7b2b4a95ed316 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T03:16:31.771Z] provisioning config files... [2020-08-12T03:16:31.784Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1384274729637740476tmp [Pipeline] { [Pipeline] echo [2020-08-12T03:16:31.907Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:16:32.233Z] ---> create-netrc.sh [Pipeline] echo [2020-08-12T03:16:32.288Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T03:16:32.617Z] ---> logs-deploy.sh [2020-08-12T03:16:32.617Z] + ARCHIVE_ARTIFACTS= [2020-08-12T03:16:32.617Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-12T03:16:32.617Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-12T03:16:32.617Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-12T03:16:32.617Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2660/1 [2020-08-12T03:16:32.617Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2660/1/ [2020-08-12T03:16:32.617Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2660/1 /w/workspace/edgex-go/1 [2020-08-12T03:16:33.558Z] Archives upload complete. [2020-08-12T03:16:33.558Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2660/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2660/1/