Pull request #2610 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from b9762f6d0b1df116d690a2f4aef82c3adfce24ec+2f18d68ce33577a025edc322deb728338e3be43f (6fca0b2cf487a6701b940068299d5d816dbd4cd6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2042 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # 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/2610/head:refs/remotes/origin/PR-2610 +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/2610/head:refs/remotes/origin/PR-2610 # 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/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit b9762f6d0b1df116d690a2f4aef82c3adfce24ec Merge succeeded, producing 25e59cffca2c2f6df748f7f038ff5de50c20b783 Checking out Revision 25e59cffca2c2f6df748f7f038ff5de50c20b783 (PR-2610) > git config core.sparsecheckout # timeout=10 > git checkout -f b9762f6d0b1df116d690a2f4aef82c3adfce24ec # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 25e59cffca2c2f6df748f7f038ff5de50c20b783 # timeout=10 Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-04T07:41:48.791Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-04T07:41:48.974Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-04T07:41:49.046Z] ========================================================= [2020-08-04T07:41:49.046Z] EdgeX Global Pipelines Version Info [2020-08-04T07:41:49.046Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7357c0e613a5b77866d6e88290208b565c3e7996 # timeout=10 [2020-08-04T07:41:50.942Z] ------------------- [2020-08-04T07:41:50.943Z] stable info: [2020-08-04T07:41:50.943Z] ------------------- [2020-08-04T07:41:50.943Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-04T07:41:50.943Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T07:41:50.943Z] Message: update stable to v1.0.106 [2020-08-04T07:41:51.514Z] ------------------- [2020-08-04T07:41:51.514Z] experimental info: [2020-08-04T07:41:51.514Z] ------------------- [2020-08-04T07:41:51.514Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-04T07:41:51.514Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-04T07:41:51.514Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-04T07:41:53.177Z] ++ 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-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/core-command/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/core-data/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-04T07:41:53.177Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-04T07:41:53.177Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-04T07:41:53.177Z] ++ cut -d/ -f2 [2020-08-04T07:41:53.177Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-04T07:41:53.240Z] 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-04T07:41:54.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T07:41:54.177Z] [2020-08-04T07:41:54.177Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:41:54.518Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T07:41:54.518Z] latest: Pulling from edgex-devops/git-semver [2020-08-04T07:41:54.518Z] 31603596830f: Pulling fs layer [2020-08-04T07:41:54.518Z] 2a8b12db71e7: Pulling fs layer [2020-08-04T07:41:54.518Z] 6ca5941a6612: Pulling fs layer [2020-08-04T07:41:54.518Z] ecc8261a40a4: Pulling fs layer [2020-08-04T07:41:54.518Z] ecc8261a40a4: Waiting [2020-08-04T07:41:54.518Z] 2a8b12db71e7: Verifying Checksum [2020-08-04T07:41:54.518Z] 2a8b12db71e7: Download complete [2020-08-04T07:41:54.518Z] 31603596830f: Verifying Checksum [2020-08-04T07:41:54.518Z] 31603596830f: Download complete [2020-08-04T07:41:54.783Z] 6ca5941a6612: Verifying Checksum [2020-08-04T07:41:54.783Z] 6ca5941a6612: Download complete [2020-08-04T07:41:54.783Z] ecc8261a40a4: Verifying Checksum [2020-08-04T07:41:54.783Z] ecc8261a40a4: Download complete [2020-08-04T07:41:55.045Z] 31603596830f: Pull complete [2020-08-04T07:41:55.045Z] 2a8b12db71e7: Pull complete [2020-08-04T07:41:55.992Z] 6ca5941a6612: Pull complete [2020-08-04T07:41:55.992Z] ecc8261a40a4: Pull complete [2020-08-04T07:41:55.992Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-04T07:41:55.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T07:41:55.992Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-04T07:41:56.086Z] prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container [2020-08-04T07:41:56.132Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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:10004/edgex-devops/git-semver:latest cat [2020-08-04T07:41:58.377Z] $ docker top e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T07:41:58.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T07:41:58.613Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T07:41:58.812Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T07:41:58.816Z] $ docker exec e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent [2020-08-04T07:41:58.968Z] SSH_AUTH_SOCK=/tmp/ssh-Yj0ZTCGVyVs3/agent.13 [2020-08-04T07:41:58.968Z] SSH_AGENT_PID=19 [2020-08-04T07:41:58.977Z] Running ssh-add (command line suppressed) [2020-08-04T07:41:59.096Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_8627817838590917450.key (/w/workspace/edgex-go/27@tmp/private_key_8627817838590917450.key) [2020-08-04T07:41:59.154Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T07:41:59.476Z] + git describe --exact-match --tags HEAD [2020-08-04T07:41:59.476Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-04T07:41:59.498Z] $ docker exec --env ******** --env ******** e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent -k [2020-08-04T07:41:59.606Z] unset SSH_AUTH_SOCK; [2020-08-04T07:41:59.607Z] unset SSH_AGENT_PID; [2020-08-04T07:41:59.607Z] echo Agent pid 19 killed; [2020-08-04T07:41:59.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-04T07:41:59.746Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-04T07:41:59.746Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-04T07:41:59.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T07:41:59.830Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T07:41:59.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T07:41:59.996Z] $ docker exec e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent [2020-08-04T07:42:00.156Z] SSH_AUTH_SOCK=/tmp/ssh-FbtAwBLue3VM/agent.47 [2020-08-04T07:42:00.156Z] SSH_AGENT_PID=52 [2020-08-04T07:42:00.161Z] Running ssh-add (command line suppressed) [2020-08-04T07:42:00.277Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_936326928497689115.key (/w/workspace/edgex-go/27@tmp/private_key_936326928497689115.key) [2020-08-04T07:42:00.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T07:42:00.667Z] + git semver init [2020-08-04T07:42:00.667Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T07:42:00.667Z] # $GIT_DIR = /w/workspace/edgex-go/27/.git [2020-08-04T07:42:00.667Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/27 [2020-08-04T07:42:00.667Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T07:42:00.667Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T07:42:00.667Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T07:42:00.667Z] # $SEMVER_BRANCH = PR-2610 [2020-08-04T07:42:00.667Z] # $SEMVER_TEMP = /tmp/semver-752000877 [2020-08-04T07:42:00.667Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-04T07:42:18.862Z] # '/tmp/semver-752000877' -> '/w/workspace/edgex-go/27/.semver' [2020-08-04T07:42:18.862Z] # -> Force: false [2020-08-04T07:42:18.862Z] # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } [2020-08-04T07:42:18.873Z] $ docker exec --env ******** --env ******** e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e ssh-agent -k [2020-08-04T07:42:19.048Z] unset SSH_AUTH_SOCK; [2020-08-04T07:42:19.049Z] unset SSH_AGENT_PID; [2020-08-04T07:42:19.049Z] echo Agent pid 52 killed; [2020-08-04T07:42:19.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T07:42:19.603Z] + git semver [Pipeline] } [2020-08-04T07:42:19.619Z] $ docker stop --time=1 e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e [2020-08-04T07:42:21.180Z] $ docker rm -f e5a9d835857d5407ffbfb299571ff7be6385522c11281206ea7453e818f11b8e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-04T07:42:34.730Z] Stashed 30 file(s) [Pipeline] echo [2020-08-04T07:42:34.732Z] [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-04T07:42:35.393Z] ========================================================= [2020-08-04T07:42:35.393Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-04T07:42:35.394Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:42:35.726Z] + 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-04T07:42:38.270Z] Sending build context to Docker daemon 323.1MB [2020-08-04T07:42:38.538Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T07:42:38.538Z] Step 2/7 : FROM ${BASE} [2020-08-04T07:42:38.538Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-04T07:42:38.538Z] df20fa9351a1: Pulling fs layer [2020-08-04T07:42:38.538Z] ed8968b2872e: Pulling fs layer [2020-08-04T07:42:38.538Z] a92cc7c5fd73: Pulling fs layer [2020-08-04T07:42:38.538Z] 2dd03ba5bac4: Pulling fs layer [2020-08-04T07:42:38.538Z] 1e091d79d1de: Pulling fs layer [2020-08-04T07:42:38.538Z] 481702a1767f: Pulling fs layer [2020-08-04T07:42:38.538Z] f64a6f60c768: Pulling fs layer [2020-08-04T07:42:38.538Z] e78d2573fc39: Pulling fs layer [2020-08-04T07:42:38.538Z] e876d2f968b6: Pulling fs layer [2020-08-04T07:42:38.538Z] ce8a83651883: Pulling fs layer [2020-08-04T07:42:38.538Z] 07967f4d0e4b: Pulling fs layer [2020-08-04T07:42:38.538Z] f64a6f60c768: Waiting [2020-08-04T07:42:38.538Z] e78d2573fc39: Waiting [2020-08-04T07:42:38.538Z] e876d2f968b6: Waiting [2020-08-04T07:42:38.538Z] ce8a83651883: Waiting [2020-08-04T07:42:38.538Z] 07967f4d0e4b: Waiting [2020-08-04T07:42:38.538Z] 2dd03ba5bac4: Waiting [2020-08-04T07:42:38.538Z] 1e091d79d1de: Waiting [2020-08-04T07:42:38.538Z] a92cc7c5fd73: Verifying Checksum [2020-08-04T07:42:38.538Z] a92cc7c5fd73: Download complete [2020-08-04T07:42:38.538Z] ed8968b2872e: Verifying Checksum [2020-08-04T07:42:38.538Z] ed8968b2872e: Download complete [2020-08-04T07:42:38.538Z] 1e091d79d1de: Verifying Checksum [2020-08-04T07:42:38.538Z] 1e091d79d1de: Download complete [2020-08-04T07:42:38.538Z] 481702a1767f: Verifying Checksum [2020-08-04T07:42:38.538Z] 481702a1767f: Download complete [2020-08-04T07:42:38.538Z] df20fa9351a1: Verifying Checksum [2020-08-04T07:42:38.538Z] df20fa9351a1: Download complete [2020-08-04T07:42:39.126Z] df20fa9351a1: Pull complete [2020-08-04T07:42:39.391Z] ed8968b2872e: Pull complete [2020-08-04T07:42:39.971Z] f64a6f60c768: Verifying Checksum [2020-08-04T07:42:39.971Z] f64a6f60c768: Download complete [2020-08-04T07:42:39.971Z] e876d2f968b6: Verifying Checksum [2020-08-04T07:42:39.971Z] e876d2f968b6: Download complete [2020-08-04T07:42:40.235Z] 2dd03ba5bac4: Verifying Checksum [2020-08-04T07:42:40.235Z] 2dd03ba5bac4: Download complete [2020-08-04T07:42:40.235Z] 07967f4d0e4b: Verifying Checksum [2020-08-04T07:42:40.235Z] 07967f4d0e4b: Download complete [2020-08-04T07:42:40.235Z] e78d2573fc39: Verifying Checksum [2020-08-04T07:42:40.235Z] e78d2573fc39: Download complete [2020-08-04T07:42:40.495Z] ce8a83651883: Verifying Checksum [2020-08-04T07:42:40.495Z] ce8a83651883: Download complete [2020-08-04T07:42:41.437Z] a92cc7c5fd73: Pull complete [2020-08-04T07:42:46.736Z] 2dd03ba5bac4: Pull complete [2020-08-04T07:42:46.736Z] 1e091d79d1de: Pull complete [2020-08-04T07:42:46.736Z] 481702a1767f: Pull complete [2020-08-04T07:42:50.217Z] Still waiting to schedule task [2020-08-04T07:42:50.217Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-04T07:42:52.033Z] f64a6f60c768: Pull complete [2020-08-04T07:42:55.356Z] e78d2573fc39: Pull complete [2020-08-04T07:42:55.356Z] e876d2f968b6: Pull complete [2020-08-04T07:42:56.302Z] ce8a83651883: Pull complete [2020-08-04T07:42:56.302Z] 07967f4d0e4b: Pull complete [2020-08-04T07:42:56.302Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-04T07:42:56.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-04T07:42:56.302Z] ---> 5d7c900382c6 [2020-08-04T07:42:56.302Z] 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-04T07:42:57.691Z] ---> Running in c00771835f6d [2020-08-04T07:42:58.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:42:59.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:42:59.472Z] (1/12) Installing libmagic (5.38-r0) [2020-08-04T07:42:59.472Z] (2/12) Installing file (5.38-r0) [2020-08-04T07:42:59.733Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-04T07:42:59.733Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-04T07:43:01.120Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-04T07:43:01.380Z] (6/12) Installing patch (2.7.6-r6) [2020-08-04T07:43:01.380Z] (7/12) Installing build-base (0.5-r2) [2020-08-04T07:43:01.380Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-04T07:43:01.642Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-04T07:43:01.642Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-04T07:43:01.904Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-04T07:43:01.904Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-04T07:43:01.904Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:43:01.904Z] OK: 233 MiB in 51 packages [2020-08-04T07:43:06.114Z] Removing intermediate container c00771835f6d [2020-08-04T07:43:06.114Z] ---> e4e711384b1c [2020-08-04T07:43:06.114Z] Step 4/7 : WORKDIR /edgex-go [2020-08-04T07:43:06.114Z] ---> Running in ab7498e78d23 [2020-08-04T07:43:06.114Z] Removing intermediate container ab7498e78d23 [2020-08-04T07:43:06.114Z] ---> bdc851cc9fd2 [2020-08-04T07:43:06.114Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-04T07:43:06.114Z] latest: Pulling from library/docker [2020-08-04T07:43:06.114Z] df20fa9351a1: Already exists [2020-08-04T07:43:06.114Z] 25ad7478873d: Pulling fs layer [2020-08-04T07:43:06.114Z] 4684f6177b5d: Pulling fs layer [2020-08-04T07:43:06.114Z] 46e300cec669: Pulling fs layer [2020-08-04T07:43:06.114Z] 63038576ad94: Pulling fs layer [2020-08-04T07:43:06.114Z] 0fdb76c4706c: Pulling fs layer [2020-08-04T07:43:06.114Z] cb7edeffdfd5: Pulling fs layer [2020-08-04T07:43:06.114Z] 63038576ad94: Waiting [2020-08-04T07:43:06.114Z] 0fdb76c4706c: Waiting [2020-08-04T07:43:06.114Z] cb7edeffdfd5: Waiting [2020-08-04T07:43:06.379Z] 4684f6177b5d: Download complete [2020-08-04T07:43:06.379Z] 25ad7478873d: Verifying Checksum [2020-08-04T07:43:06.379Z] 25ad7478873d: Download complete [2020-08-04T07:43:06.379Z] 63038576ad94: Verifying Checksum [2020-08-04T07:43:06.379Z] 63038576ad94: Download complete [2020-08-04T07:43:06.379Z] 0fdb76c4706c: Verifying Checksum [2020-08-04T07:43:06.379Z] 0fdb76c4706c: Download complete [2020-08-04T07:43:06.643Z] cb7edeffdfd5: Verifying Checksum [2020-08-04T07:43:06.643Z] cb7edeffdfd5: Download complete [2020-08-04T07:43:06.643Z] 25ad7478873d: Pull complete [2020-08-04T07:43:06.643Z] 4684f6177b5d: Pull complete [2020-08-04T07:43:06.904Z] 46e300cec669: Verifying Checksum [2020-08-04T07:43:06.904Z] 46e300cec669: Download complete [2020-08-04T07:43:09.471Z] 46e300cec669: Pull complete [2020-08-04T07:43:09.471Z] 63038576ad94: Pull complete [2020-08-04T07:43:09.471Z] 0fdb76c4706c: Pull complete [2020-08-04T07:43:09.471Z] cb7edeffdfd5: Pull complete [2020-08-04T07:43:09.471Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-04T07:43:09.471Z] Status: Downloaded newer image for docker:latest [2020-08-04T07:43:10.857Z] ---> 3c152a4a2fbb [2020-08-04T07:43:10.857Z] Step 6/7 : COPY go.mod . [2020-08-04T07:43:11.117Z] ---> 1426286fde3f [2020-08-04T07:43:11.117Z] Step 7/7 : RUN go mod download [2020-08-04T07:43:11.380Z] ---> Running in 7a8cf75c9c6b [2020-08-04T07:43:13.929Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-04T07:43:13.929Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T07:43:13.929Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-04T07:43:13.929Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T07:43:13.929Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T07:43:13.929Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T07:43:13.929Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T07:43:13.929Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T07:43:13.929Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-04T07:43:13.929Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T07:43:13.929Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-04T07:43:13.929Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-04T07:43:13.929Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-04T07:43:13.929Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T07:43:13.929Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-04T07:43:13.929Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-04T07:43:13.929Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-04T07:43:13.929Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T07:43:14.191Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T07:43:14.191Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-04T07:43:14.191Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T07:43:14.191Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-04T07:43:14.191Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T07:43:14.191Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T07:43:14.191Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-04T07:43:14.191Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-04T07:43:14.191Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-04T07:43:14.191Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-04T07:43:14.191Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-04T07:43:14.191Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T07:43:14.453Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-04T07:43:14.453Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-04T07:43:14.453Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T07:43:14.453Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T07:43:14.453Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T07:43:14.453Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T07:43:14.453Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T07:43:14.453Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T07:43:14.453Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T07:43:14.453Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T07:43:14.453Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T07:43:14.714Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T07:43:14.975Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-04T07:43:14.975Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-04T07:43:14.975Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T07:43:14.975Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-04T07:43:14.975Z] go: finding github.com/kr/pty v1.1.1 [2020-08-04T07:43:14.975Z] go: finding github.com/kr/text v0.1.0 [2020-08-04T07:43:14.975Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-04T07:43:14.976Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T07:43:14.976Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T07:43:14.976Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-04T07:43:14.976Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T07:43:15.236Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T07:43:15.236Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-04T07:43:15.236Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-04T07:43:15.236Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T07:43:15.236Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-04T07:43:15.498Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T07:43:15.498Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T07:43:15.498Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T07:43:15.498Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T07:43:15.498Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-04T07:43:15.498Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-04T07:43:15.498Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T07:43:15.498Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T07:43:15.498Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T07:43:15.498Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T07:43:15.498Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T07:43:15.759Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-04T07:43:15.759Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-04T07:43:15.759Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T07:43:15.759Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-04T07:43:15.759Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T07:43:15.759Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T07:43:15.759Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-04T07:43:15.759Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-04T07:43:15.759Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-04T07:43:15.759Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-04T07:43:16.024Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T07:43:34.174Z] Removing intermediate container 7a8cf75c9c6b [2020-08-04T07:43:34.174Z] ---> 2934c903caea [2020-08-04T07:43:34.174Z] Successfully built 2934c903caea [2020-08-04T07:43:34.174Z] 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-04T07:43:34.777Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-04T07:43:34.777Z] . [Pipeline] withDockerContainer [2020-08-04T07:43:34.878Z] prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container [2020-08-04T07:43:34.927Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-04T07:43:35.592Z] $ docker top 220f468382ba62a2cf03ec09891eb52014143dfe8d5a40c671b6c9da81f79ca9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:43:36.095Z] + go version [2020-08-04T07:43:36.095Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-04T07:43:36.106Z] ========================================================= [2020-08-04T07:43:36.106Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-04T07:43:36.106Z] ========================================================= [Pipeline] sh [2020-08-04T07:43:36.396Z] + make test [2020-08-04T07:43:36.396Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-04T07:43:38.955Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-04T07:43:49.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-04T07:43:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-04T07:43:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-04T07:43:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-04T07:43:53.388Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-04T07:43:55.332Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s [2020-08-04T07:43:55.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-04T07:43:55.332Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-04T07:43:55.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-04T07:43:55.332Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-04T07:43:56.310Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-04T07:43:56.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-04T07:43:56.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-04T07:43:56.310Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-04T07:44:01.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements [2020-08-04T07:44:01.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-04T07:44:01.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-04T07:44:01.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-04T07:44:01.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-04T07:44:01.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-04T07:44:04.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.2% of statements [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-04T07:44:04.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-04T07:44:04.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-04T07:44:04.042Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.015s coverage: 80.0% of statements [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-04T07:44:04.042Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-04T07:44:04.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.103s coverage: 28.6% of statements [2020-08-04T07:44:04.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-04T07:44:04.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-04T07:44:04.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-04T07:44:04.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-04T07:44:04.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-04T07:44:04.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-08-04T07:44:04.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-04T07:44:06.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-08-04T07:44:06.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-04T07:44:06.031Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.022s coverage: 89.8% of statements [2020-08-04T07:44:06.031Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-04T07:44:06.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements [2020-08-04T07:44:06.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-04T07:44:06.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-04T07:44:06.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-04T07:44:06.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-04T07:44:07.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.054s coverage: 63.5% of statements [2020-08-04T07:44:07.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-04T07:44:07.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-04T07:44:07.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements [2020-08-04T07:44:07.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.160s coverage: 55.9% of statements [2020-08-04T07:44:07.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-04T07:44:07.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-04T07:44:07.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-04T07:44:07.974Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.574s coverage: 86.3% of statements [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.289s coverage: 72.2% of statements [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.109s coverage: 72.1% of statements [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.011s coverage: 28.8% of statements [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.045s coverage: 26.9% of statements [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-04T07:44:12.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.070s coverage: 84.1% of statements [2020-08-04T07:44:12.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements [2020-08-04T07:44:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.050s coverage: 42.9% of statements [2020-08-04T07:44:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-04T07:44:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-04T07:44:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-04T07:44:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-04T07:44:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements [2020-08-04T07:44:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-04T07:44:14.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.031s coverage: 46.1% of statements [2020-08-04T07:44:14.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-04T07:44:14.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-04T07:44:14.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.053s coverage: 100.0% of statements [2020-08-04T07:44:14.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-04T07:44:14.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-04T07:44:14.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-04T07:44:14.234Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements [2020-08-04T07:44:14.234Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-04T07:44:14.511Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements [2020-08-04T07:44:14.511Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-04T07:44:16.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.069s coverage: 29.1% of statements [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-04T07:44:16.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-04T07:44:16.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-04T07:44:16.479Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements [2020-08-04T07:44:16.479Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-04T07:44:16.756Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-08-04T07:44:16.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-04T07:44:16.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-04T07:44:16.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-04T07:44:16.756Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-04T07:44:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements [2020-08-04T07:44:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-04T07:44:17.017Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-04T07:44:17.017Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-04T07:44:17.278Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-08-04T07:44:17.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-04T07:44:17.802Z] GO111MODULE=on go vet ./... [2020-08-04T07:44:24.420Z] gofmt -l . [2020-08-04T07:44:24.992Z] [ "`gofmt -l .`" = "" ] [2020-08-04T07:44:25.563Z] ./bin/test-go-mod-tidy.sh [2020-08-04T07:44:26.142Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-04T07:44:28.360Z] + ls -al . [2020-08-04T07:44:28.361Z] total 556 [2020-08-04T07:44:28.361Z] drwxrwxr-x 10 1001 1001 4096 Aug 4 07:44 . [2020-08-04T07:44:28.361Z] drwxr-xr-x 4 root root 30 Aug 4 07:43 .. [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 11 Aug 4 07:41 .dockerignore [2020-08-04T07:44:28.361Z] drwxrwxr-x 8 1001 1001 179 Aug 4 07:41 .git [2020-08-04T07:44:28.361Z] drwxrwxr-x 3 1001 1001 60 Aug 4 07:41 .github [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 932 Aug 4 07:41 .gitignore [2020-08-04T07:44:28.361Z] drwx------ 3 1001 1001 47 Aug 4 07:42 .semver [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 166 Aug 4 07:41 .sonarcloud.properties [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:41 CONTRIBUTING.md [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:41 Dockerfile.build [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 865 Aug 4 07:41 Jenkinsfile [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:41 LICENSE [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:41 Makefile [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:41 README.md [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:41 SECURITY.md [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 5 Aug 4 07:42 VERSION [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:41 ZMQWindows.md [2020-08-04T07:44:28.361Z] drwxrwxr-x 2 1001 1001 117 Aug 4 07:41 bin [2020-08-04T07:44:28.361Z] drwxrwxr-x 15 1001 1001 4096 Aug 4 07:41 cmd [2020-08-04T07:44:28.361Z] -rw-r--r-- 1 root root 457707 Aug 4 07:44 coverage.out [2020-08-04T07:44:28.361Z] -rw-r--r-- 1 root root 1019 Aug 4 07:44 go.mod [2020-08-04T07:44:28.361Z] -rw-r--r-- 1 root root 19185 Aug 4 07:44 go.sum [2020-08-04T07:44:28.361Z] drwxrwxr-x 8 1001 1001 127 Aug 4 07:41 internal [2020-08-04T07:44:28.361Z] drwxrwxr-x 4 1001 1001 26 Aug 4 07:41 openapi [2020-08-04T07:44:28.361Z] drwxrwxr-x 4 1001 1001 71 Aug 4 07:41 snap [2020-08-04T07:44:28.361Z] -rw-rw-r-- 1 1001 1001 168 Aug 4 07:41 version.go [Pipeline] sh [2020-08-04T07:44:28.612Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2043 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [2020-08-04T07:44:28.654Z] + '[' -e coverage.out ] [2020-08-04T07:44:28.654Z] + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] ws [2020-08-04T07:44:28.739Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [2020-08-04T07:44:28.792Z] Stashed 1 file(s) [Pipeline] checkout [Pipeline] sh [2020-08-04T07:44:29.122Z] + make build [2020-08-04T07:44:29.122Z] 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-04T07:44:33.715Z] using credential edgex-jenkins-ssh [2020-08-04T07:44:33.770Z] Cloning the remote Git repository [2020-08-04T07:44:33.770Z] Cloning with configured refspecs honoured and without tags [2020-08-04T07:44:33.826Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-04T07:44:33.930Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2020-08-04T07:44:33.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-04T07:44:33.996Z] > git --version # timeout=10 [2020-08-04T07:44:34.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T07:44:34.071Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T07:44:35.774Z] 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-04T07:44:38.320Z] 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-04T07:44:39.717Z] 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-04T07:44:41.103Z] 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-04T07:44:43.030Z] 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-04T07:44:43.608Z] 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-04T07:44:46.155Z] 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-04T07:44:47.545Z] 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-04T07:44:48.934Z] 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-04T07:44:50.324Z] 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-04T07:44:50.933Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-04T07:44:50.954Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-04T07:44:50.972Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T07:44:50.993Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-04T07:44:51.012Z] Fetching without tags [2020-08-04T07:44:51.499Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit b9762f6d0b1df116d690a2f4aef82c3adfce24ec [2020-08-04T07:44:51.709Z] 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-04T07:44:52.121Z] Merge succeeded, producing 20c390fe78875d1f16d6aa0b6d8af2da54743310 [2020-08-04T07:44:52.121Z] Checking out Revision 20c390fe78875d1f16d6aa0b6d8af2da54743310 (PR-2610) [2020-08-04T07:44:51.019Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-04T07:44:51.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T07:44:51.030Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T07:44:51.517Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T07:44:51.533Z] > git checkout -f b9762f6d0b1df116d690a2f4aef82c3adfce24ec # timeout=10 [2020-08-04T07:44:51.809Z] > git remote # timeout=10 [2020-08-04T07:44:51.831Z] > git config --get remote.origin.url # timeout=10 [2020-08-04T07:44:51.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T07:44:51.858Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-04T07:44:52.102Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-04T07:44:52.124Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T07:44:52.139Z] > git checkout -f 20c390fe78875d1f16d6aa0b6d8af2da54743310 # timeout=10 [2020-08-04T07:44:54.256Z] 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-04T07:44:55.209Z] $ docker stop --time=1 220f468382ba62a2cf03ec09891eb52014143dfe8d5a40c671b6c9da81f79ca9 [2020-08-04T07:44:56.413Z] Commit message: "Merge commit '2f18d68ce33577a025edc322deb728338e3be43f' into HEAD" [2020-08-04T07:44:56.440Z] First time build. Skipping changelog. [2020-08-04T07:44:57.122Z] $ docker rm -f 220f468382ba62a2cf03ec09891eb52014143dfe8d5a40c671b6c9da81f79ca9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-04T07:44:56.416Z] > git rev-list --no-walk 7357c0e613a5b77866d6e88290208b565c3e7996 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-04T07:45:00.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:45:00.156Z] [2020-08-04T07:45:00.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:45:00.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:45:00.593Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-04T07:45:00.593Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-04T07:45:00.593Z] ca9280d653b3: Pulling fs layer [2020-08-04T07:45:00.593Z] 7e9c9ca2126c: Pulling fs layer [2020-08-04T07:45:00.593Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-04T07:45:00.593Z] cbdbe7a5bc2a: Download complete [2020-08-04T07:45:00.896Z] ca9280d653b3: Verifying Checksum [2020-08-04T07:45:00.896Z] ca9280d653b3: Download complete [2020-08-04T07:45:00.896Z] cbdbe7a5bc2a: Pull complete [2020-08-04T07:45:01.479Z] 7e9c9ca2126c: Download complete [2020-08-04T07:45:01.746Z] ca9280d653b3: Pull complete [2020-08-04T07:45:08.375Z] 7e9c9ca2126c: Pull complete [2020-08-04T07:45:08.375Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-04T07:45:08.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:45:08.375Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-04T07:45:08.502Z] prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container [2020-08-04T07:45:08.567Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-04T07:45:11.008Z] $ docker top aac5c95926b87a31d65e740ef10a2b456134ff035e9c9d93cfc0781700b1612d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-08-04T07:45:11.209Z] ========================================================= [2020-08-04T07:45:11.209Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-04T07:45:11.209Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:45:11.499Z] + docker-compose build --help [2020-08-04T07:45:11.499Z] + grep parallel [2020-08-04T07:45:12.101Z] + 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-04T07:45:12.440Z] --parallel Build images in parallel. [Pipeline] } [2020-08-04T07:45:12.454Z] $ docker stop --time=1 aac5c95926b87a31d65e740ef10a2b456134ff035e9c9d93cfc0781700b1612d [2020-08-04T07:45:13.792Z] $ docker rm -f aac5c95926b87a31d65e740ef10a2b456134ff035e9c9d93cfc0781700b1612d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:45:14.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-04T07:45:14.395Z] . [Pipeline] withDockerContainer [2020-08-04T07:45:14.490Z] prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container [2020-08-04T07:45:14.533Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-04T07:45:15.098Z] $ docker top 2e76757b3f6bfb42665769e0e311abd74a3f8c04b523555adef5f1dbe2db3571 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:45:15.560Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-04T07:45:16.440Z] Sending build context to Docker daemon 323.1MB [2020-08-04T07:45:16.440Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-04T07:45:16.440Z] Step 2/7 : FROM ${BASE} [2020-08-04T07:45:16.440Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-04T07:45:16.440Z] b538f80385f9: Pulling fs layer [2020-08-04T07:45:16.440Z] 74f711af9a0d: Pulling fs layer [2020-08-04T07:45:16.440Z] 99f96fe45779: Pulling fs layer [2020-08-04T07:45:16.440Z] fd7a069fd194: Pulling fs layer [2020-08-04T07:45:16.440Z] 66aa3694b03b: Pulling fs layer [2020-08-04T07:45:16.440Z] 170f70906a0f: Pulling fs layer [2020-08-04T07:45:16.440Z] ad7c5574e4b9: Pulling fs layer [2020-08-04T07:45:16.440Z] e772456be8f7: Pulling fs layer [2020-08-04T07:45:16.440Z] c890913d741a: Pulling fs layer [2020-08-04T07:45:16.440Z] 2480fcc9aa5a: Pulling fs layer [2020-08-04T07:45:16.440Z] 09adf4765672: Pulling fs layer [2020-08-04T07:45:16.440Z] fd7a069fd194: Waiting [2020-08-04T07:45:16.440Z] 66aa3694b03b: Waiting [2020-08-04T07:45:16.440Z] 170f70906a0f: Waiting [2020-08-04T07:45:16.440Z] ad7c5574e4b9: Waiting [2020-08-04T07:45:16.440Z] e772456be8f7: Waiting [2020-08-04T07:45:16.440Z] c890913d741a: Waiting [2020-08-04T07:45:16.440Z] 2480fcc9aa5a: Waiting [2020-08-04T07:45:16.440Z] 09adf4765672: Waiting [2020-08-04T07:45:16.440Z] 99f96fe45779: Download complete [2020-08-04T07:45:16.502Z] Building docker-core-command-go ... [2020-08-04T07:45:16.502Z] Building docker-core-data-go ... [2020-08-04T07:45:16.502Z] Building docker-core-metadata-go ... [2020-08-04T07:45:16.502Z] Building docker-security-proxy-setup-go ... [2020-08-04T07:45:16.502Z] Building docker-security-secrets-setup-go ... [2020-08-04T07:45:16.502Z] Building docker-security-secretstore-setup-go ... [2020-08-04T07:45:16.502Z] Building docker-support-logging-go ... [2020-08-04T07:45:16.502Z] Building docker-support-notifications-go ... [2020-08-04T07:45:16.502Z] Building docker-support-scheduler-go ... [2020-08-04T07:45:16.502Z] Building docker-sys-mgmt-agent-go ... [2020-08-04T07:45:16.502Z] Building docker-support-scheduler-go [2020-08-04T07:45:16.502Z] Building docker-core-metadata-go [2020-08-04T07:45:16.502Z] Building docker-support-notifications-go [2020-08-04T07:45:16.502Z] Building docker-sys-mgmt-agent-go [2020-08-04T07:45:16.502Z] Building docker-core-data-go [2020-08-04T07:45:16.715Z] 74f711af9a0d: Verifying Checksum [2020-08-04T07:45:16.716Z] 74f711af9a0d: Download complete [2020-08-04T07:45:16.716Z] 66aa3694b03b: Download complete [2020-08-04T07:45:16.716Z] 170f70906a0f: Verifying Checksum [2020-08-04T07:45:16.716Z] 170f70906a0f: Download complete [2020-08-04T07:45:16.716Z] b538f80385f9: Verifying Checksum [2020-08-04T07:45:16.716Z] b538f80385f9: Download complete [2020-08-04T07:45:17.325Z] b538f80385f9: Pull complete [2020-08-04T07:45:17.945Z] 74f711af9a0d: Pull complete [2020-08-04T07:45:18.223Z] 99f96fe45779: Pull complete [2020-08-04T07:45:19.674Z] ad7c5574e4b9: Verifying Checksum [2020-08-04T07:45:19.674Z] ad7c5574e4b9: Download complete [2020-08-04T07:45:19.674Z] c890913d741a: Verifying Checksum [2020-08-04T07:45:19.674Z] c890913d741a: Download complete [2020-08-04T07:45:22.315Z] e772456be8f7: Verifying Checksum [2020-08-04T07:45:22.315Z] e772456be8f7: Download complete [2020-08-04T07:45:22.315Z] 09adf4765672: Verifying Checksum [2020-08-04T07:45:22.315Z] 09adf4765672: Download complete [2020-08-04T07:45:22.315Z] 2480fcc9aa5a: Verifying Checksum [2020-08-04T07:45:22.315Z] 2480fcc9aa5a: Download complete [2020-08-04T07:45:22.315Z] fd7a069fd194: Download complete [2020-08-04T07:45:34.732Z] fd7a069fd194: Pull complete [2020-08-04T07:45:34.732Z] 66aa3694b03b: Pull complete [2020-08-04T07:45:34.732Z] 170f70906a0f: Pull complete [2020-08-04T07:45:38.126Z] ad7c5574e4b9: Pull complete [2020-08-04T07:45:42.465Z] e772456be8f7: Pull complete [2020-08-04T07:45:42.739Z] c890913d741a: Pull complete [2020-08-04T07:45:45.368Z] 2480fcc9aa5a: Pull complete [2020-08-04T07:45:45.368Z] 09adf4765672: Pull complete [2020-08-04T07:45:45.368Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-04T07:45:45.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-04T07:45:45.368Z] ---> 2248a725d1cf [2020-08-04T07:45:45.368Z] 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-04T07:45:48.686Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:45:48.686Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:45:48.686Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:45:48.686Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:45:48.686Z] ---> 2934c903caea [2020-08-04T07:45:48.686Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T07:45:48.686Z] ---> 2934c903caea [2020-08-04T07:45:48.686Z] Step 3/22 : WORKDIR /edgex-go [2020-08-04T07:45:48.686Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:45:48.686Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:45:48.686Z] ---> 2934c903caea [2020-08-04T07:45:48.686Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T07:45:48.686Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:45:48.686Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:45:48.686Z] ---> 2934c903caea [2020-08-04T07:45:48.686Z] Step 3/23 : WORKDIR /edgex-go [2020-08-04T07:45:48.686Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:45:48.686Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:45:48.686Z] ---> 2934c903caea [2020-08-04T07:45:48.686Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:45:48.686Z] ---> Running in 1473313dd968 [2020-08-04T07:45:48.964Z] ---> Running in 6dabe56f02e7 [2020-08-04T07:45:48.964Z] ---> Running in df0544b3f5c3 [2020-08-04T07:45:48.964Z] ---> Running in d4b27f15f6c8 [2020-08-04T07:45:48.964Z] ---> Running in 30e302f0f910 [2020-08-04T07:45:49.230Z] Removing intermediate container 30e302f0f910 [2020-08-04T07:45:49.230Z] ---> c178cf42cf54 [2020-08-04T07:45:49.230Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:45:49.230Z] Removing intermediate container 6dabe56f02e7 [2020-08-04T07:45:49.230Z] ---> c4c0d77e18f2 [2020-08-04T07:45:49.230Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:45:49.230Z] Removing intermediate container d4b27f15f6c8 [2020-08-04T07:45:49.230Z] ---> 3eb6b87c94d5 [2020-08-04T07:45:49.230Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:45:49.230Z] Removing intermediate container df0544b3f5c3 [2020-08-04T07:45:49.230Z] ---> 4d82db4914fe [2020-08-04T07:45:49.230Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:45:49.230Z] Removing intermediate container 1473313dd968 [2020-08-04T07:45:49.230Z] ---> cfe8ef214ce0 [2020-08-04T07:45:49.230Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:45:49.491Z] ---> Running in 847ed9618e60 [2020-08-04T07:45:49.491Z] ---> Running in 19b42cd7407b [2020-08-04T07:45:49.491Z] ---> Running in 75a8b48559dc [2020-08-04T07:45:49.491Z] ---> Running in c5d5f24f52e5 [2020-08-04T07:45:49.491Z] ---> Running in 8178b00067cc [2020-08-04T07:45:51.427Z] Removing intermediate container 19b42cd7407b [2020-08-04T07:45:51.427Z] ---> 784b8498dda2 [2020-08-04T07:45:51.427Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T07:45:51.427Z] ---> Running in 129b7753b5f2 [2020-08-04T07:45:51.427Z] Removing intermediate container 847ed9618e60 [2020-08-04T07:45:51.427Z] ---> 49885e5d15f7 [2020-08-04T07:45:51.427Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-04T07:45:51.427Z] Removing intermediate container 75a8b48559dc [2020-08-04T07:45:51.427Z] ---> 6551594fcdfb [2020-08-04T07:45:51.427Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-04T07:45:51.688Z] ---> Running in eae7c66e4e7c [2020-08-04T07:45:51.688Z] ---> Running in 9180ee26f14c [2020-08-04T07:45:51.948Z] Removing intermediate container 8178b00067cc [2020-08-04T07:45:51.948Z] ---> b57c1a4bcdc3 [2020-08-04T07:45:51.948Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T07:45:52.084Z] ---> Running in 341460e0f328 [2020-08-04T07:45:52.210Z] ---> Running in 6e9601bb24c6 [2020-08-04T07:45:52.471Z] Removing intermediate container c5d5f24f52e5 [2020-08-04T07:45:52.471Z] ---> f2d573f4dfef [2020-08-04T07:45:52.471Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-04T07:45:52.471Z] ---> Running in 9203f6bfa039 [2020-08-04T07:45:52.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:53.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:45:53.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:53.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:53.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:53.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:53.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:53.944Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:45:53.944Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:45:53.944Z] OK: 12749 distinct packages available [2020-08-04T07:45:54.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:45:54.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:54.206Z] OK: 233 MiB in 51 packages [2020-08-04T07:45:54.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:54.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:54.468Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:45:54.468Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:45:54.468Z] OK: 12749 distinct packages available [2020-08-04T07:45:54.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:45:54.733Z] Removing intermediate container 129b7753b5f2 [2020-08-04T07:45:54.733Z] ---> 2d97a15b7c3b [2020-08-04T07:45:54.733Z] Step 6/21 : COPY go.mod . [2020-08-04T07:45:54.733Z] OK: 233 MiB in 51 packages [2020-08-04T07:45:55.000Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:45:55.000Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:45:55.000Z] OK: 12749 distinct packages available [2020-08-04T07:45:55.000Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:45:55.000Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:45:55.000Z] OK: 12749 distinct packages available [2020-08-04T07:45:55.000Z] ---> 794bccb49179 [2020-08-04T07:45:55.000Z] Step 7/21 : RUN go mod download [2020-08-04T07:45:55.000Z] ---> Running in af46bb5d5cf5 [2020-08-04T07:45:55.088Z] (1/12) Installing libmagic (5.38-r0) [2020-08-04T07:45:55.266Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:45:55.266Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:45:55.266Z] OK: 12749 distinct packages available [2020-08-04T07:45:55.266Z] OK: 233 MiB in 51 packages [2020-08-04T07:45:55.266Z] OK: 233 MiB in 51 packages [2020-08-04T07:45:55.358Z] (2/12) Installing file (5.38-r0) [2020-08-04T07:45:55.358Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-04T07:45:55.358Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-04T07:45:55.530Z] OK: 233 MiB in 51 packages [2020-08-04T07:45:55.530Z] Removing intermediate container eae7c66e4e7c [2020-08-04T07:45:55.530Z] ---> bd7d5724ed5d [2020-08-04T07:45:55.530Z] Step 6/23 : COPY go.mod . [2020-08-04T07:45:56.114Z] ---> db33200aee36 [2020-08-04T07:45:56.114Z] Step 7/23 : RUN go mod download [2020-08-04T07:45:56.114Z] Removing intermediate container 6e9601bb24c6 [2020-08-04T07:45:56.114Z] ---> e3c80806ade9 [2020-08-04T07:45:56.114Z] Step 6/20 : COPY go.mod . [2020-08-04T07:45:56.114Z] ---> Running in e322e56f8002 [2020-08-04T07:45:56.390Z] Removing intermediate container 9203f6bfa039 [2020-08-04T07:45:56.390Z] ---> c643915de27b [2020-08-04T07:45:56.390Z] Step 6/22 : COPY go.mod . [2020-08-04T07:45:56.390Z] Removing intermediate container 9180ee26f14c [2020-08-04T07:45:56.390Z] ---> a4c1b870a984 [2020-08-04T07:45:56.390Z] Step 6/26 : COPY go.mod . [2020-08-04T07:45:56.654Z] ---> 0712caa9f4e9 [2020-08-04T07:45:56.654Z] Step 7/20 : RUN go mod download [2020-08-04T07:45:56.654Z] ---> Running in 67cdfc5c2553 [2020-08-04T07:45:56.654Z] ---> f4dc568dada0 [2020-08-04T07:45:56.654Z] Step 7/22 : RUN go mod download [2020-08-04T07:45:56.920Z] ---> Running in ecfa821cb6d1 [2020-08-04T07:45:56.920Z] ---> f6470b837ed9 [2020-08-04T07:45:56.920Z] Step 7/26 : RUN go mod download [2020-08-04T07:45:57.182Z] ---> Running in 99fc7f3b121c [2020-08-04T07:45:57.763Z] Removing intermediate container af46bb5d5cf5 [2020-08-04T07:45:57.763Z] ---> 1c3916c82b03 [2020-08-04T07:45:57.763Z] Step 8/21 : COPY . . [2020-08-04T07:45:58.719Z] Removing intermediate container e322e56f8002 [2020-08-04T07:45:58.719Z] ---> 00a552de3e5e [2020-08-04T07:45:58.719Z] Step 8/23 : COPY . . [2020-08-04T07:45:59.713Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-04T07:45:59.713Z] (6/12) Installing patch (2.7.6-r6) [2020-08-04T07:45:59.713Z] (7/12) Installing build-base (0.5-r2) [2020-08-04T07:45:59.713Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-04T07:45:59.713Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-04T07:45:59.984Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-04T07:45:59.984Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-04T07:45:59.984Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-04T07:46:00.256Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:46:00.256Z] OK: 217 MiB in 51 packages [2020-08-04T07:46:04.580Z] Removing intermediate container 341460e0f328 [2020-08-04T07:46:04.580Z] ---> a8a3b80cba3f [2020-08-04T07:46:04.580Z] Step 4/7 : WORKDIR /edgex-go [2020-08-04T07:46:04.580Z] ---> Running in 4bdbbc31b496 [2020-08-04T07:46:04.853Z] Removing intermediate container 4bdbbc31b496 [2020-08-04T07:46:04.853Z] ---> 3f1a1c070909 [2020-08-04T07:46:04.853Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-04T07:46:05.447Z] latest: Pulling from library/docker [2020-08-04T07:46:05.447Z] b538f80385f9: Already exists [2020-08-04T07:46:05.447Z] 259a493cd78d: Pulling fs layer [2020-08-04T07:46:05.447Z] b8e66b5100f5: Pulling fs layer [2020-08-04T07:46:05.447Z] 39dc9c94d07c: Pulling fs layer [2020-08-04T07:46:05.447Z] 551b823b3b82: Pulling fs layer [2020-08-04T07:46:05.447Z] 3c52a74df98c: Pulling fs layer [2020-08-04T07:46:05.447Z] 6c9b121b6998: Pulling fs layer [2020-08-04T07:46:05.447Z] 3c52a74df98c: Waiting [2020-08-04T07:46:05.447Z] 6c9b121b6998: Waiting [2020-08-04T07:46:05.447Z] 551b823b3b82: Waiting [2020-08-04T07:46:05.721Z] 551b823b3b82: Verifying Checksum [2020-08-04T07:46:05.721Z] 551b823b3b82: Download complete [2020-08-04T07:46:05.721Z] 259a493cd78d: Verifying Checksum [2020-08-04T07:46:05.721Z] 259a493cd78d: Download complete [2020-08-04T07:46:05.995Z] 6c9b121b6998: Verifying Checksum [2020-08-04T07:46:05.995Z] 6c9b121b6998: Download complete [2020-08-04T07:46:05.995Z] 3c52a74df98c: Verifying Checksum [2020-08-04T07:46:05.995Z] 3c52a74df98c: Download complete [2020-08-04T07:46:06.597Z] 259a493cd78d: Pull complete [2020-08-04T07:46:06.873Z] b8e66b5100f5: Pull complete [2020-08-04T07:46:06.873Z] 39dc9c94d07c: Verifying Checksum [2020-08-04T07:46:06.873Z] 39dc9c94d07c: Download complete [2020-08-04T07:46:06.904Z] Removing intermediate container 67cdfc5c2553 [2020-08-04T07:46:06.905Z] ---> 2ecebb7793b9 [2020-08-04T07:46:06.905Z] Step 8/20 : COPY . . [2020-08-04T07:46:06.905Z] Removing intermediate container ecfa821cb6d1 [2020-08-04T07:46:06.905Z] ---> c4158791c6aa [2020-08-04T07:46:06.905Z] Step 8/22 : COPY . . [2020-08-04T07:46:10.260Z] 39dc9c94d07c: Pull complete [2020-08-04T07:46:10.260Z] 551b823b3b82: Pull complete [2020-08-04T07:46:10.852Z] 3c52a74df98c: Pull complete [2020-08-04T07:46:11.121Z] Removing intermediate container 99fc7f3b121c [2020-08-04T07:46:11.121Z] ---> 42a8d50a165f [2020-08-04T07:46:11.121Z] Step 8/26 : COPY . . [2020-08-04T07:46:11.134Z] 6c9b121b6998: Pull complete [2020-08-04T07:46:11.134Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-04T07:46:11.134Z] Status: Downloaded newer image for docker:latest [2020-08-04T07:46:14.515Z] ---> 5cef7486a9d7 [2020-08-04T07:46:14.515Z] Step 6/7 : COPY go.mod . [2020-08-04T07:46:15.111Z] ---> 196d1e1ff260 [2020-08-04T07:46:15.111Z] Step 7/7 : RUN go mod download [2020-08-04T07:46:15.383Z] ---> Running in bd7754530b79 [2020-08-04T07:46:18.765Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-04T07:46:18.765Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T07:46:18.765Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-04T07:46:18.765Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T07:46:18.765Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T07:46:18.765Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T07:46:18.765Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T07:46:18.765Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T07:46:18.765Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-04T07:46:18.765Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T07:46:18.765Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-04T07:46:18.765Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-04T07:46:18.765Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-04T07:46:18.765Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T07:46:18.765Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-04T07:46:18.765Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-04T07:46:18.765Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-04T07:46:18.765Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T07:46:18.765Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T07:46:18.765Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-04T07:46:19.035Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T07:46:19.035Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-04T07:46:19.035Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T07:46:19.035Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T07:46:19.035Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-04T07:46:19.035Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-04T07:46:19.036Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-04T07:46:19.036Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-04T07:46:19.036Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-04T07:46:19.036Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T07:46:19.036Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-04T07:46:19.036Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-04T07:46:19.305Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T07:46:19.305Z] go: finding github.com/google/uuid v1.1.0 [2020-08-04T07:46:19.305Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T07:46:19.305Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T07:46:19.575Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T07:46:19.575Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-04T07:46:19.846Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-04T07:46:19.846Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T07:46:19.846Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-04T07:46:19.846Z] go: finding github.com/kr/pty v1.1.1 [2020-08-04T07:46:19.846Z] go: finding github.com/kr/text v0.1.0 [2020-08-04T07:46:19.846Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-04T07:46:19.846Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T07:46:19.846Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T07:46:19.846Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-04T07:46:19.846Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T07:46:19.846Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T07:46:20.116Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T07:46:20.116Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-04T07:46:20.116Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-04T07:46:20.116Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T07:46:20.116Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-04T07:46:20.116Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T07:46:20.387Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T07:46:20.387Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T07:46:20.387Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T07:46:20.387Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-04T07:46:20.387Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-04T07:46:20.387Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T07:46:20.387Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T07:46:20.387Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T07:46:20.387Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T07:46:20.387Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T07:46:20.656Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-04T07:46:20.656Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-04T07:46:20.656Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T07:46:20.656Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-04T07:46:20.656Z] go: finding golang.org/x/text v0.3.2 [2020-08-04T07:46:20.656Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-04T07:46:20.656Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-04T07:46:20.656Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-04T07:46:20.656Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-04T07:46:20.656Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-04T07:46:20.656Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T07:46:38.058Z] ---> d3bb19b70385 [2020-08-04T07:46:38.058Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-04T07:46:38.058Z] ---> ae0d62a654fd [2020-08-04T07:46:38.058Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-04T07:46:38.688Z] ---> Running in 138fc2fde528 [2020-08-04T07:46:38.688Z] ---> Running in 2f773d73dd4f [2020-08-04T07:46:39.640Z] ---> c2f6754147bf [2020-08-04T07:46:39.640Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-04T07:46:39.640Z] ---> e971d24d891f [2020-08-04T07:46:39.640Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-04T07:46:39.911Z] ---> Running in 08c565573d0d [2020-08-04T07:46:39.911Z] ---> Running in f6558b7d5699 [2020-08-04T07:46:39.911Z] ---> f668e775c326 [2020-08-04T07:46:39.911Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-04T07:46:40.175Z] ---> Running in 160af65d11aa [2020-08-04T07:46:40.754Z] 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-04T07:46:40.754Z] 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-04T07:46:40.754Z] 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-04T07:46:41.022Z] 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-04T07:46:41.022Z] 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-04T07:46:42.839Z] Removing intermediate container bd7754530b79 [2020-08-04T07:46:42.839Z] ---> 8bb1ae1a5832 [2020-08-04T07:46:42.839Z] Successfully built 8bb1ae1a5832 [2020-08-04T07:46:42.839Z] 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-04T07:46:43.532Z] + docker inspect -f . ci-base-image-arm64 [2020-08-04T07:46:43.532Z] . [Pipeline] withDockerContainer [2020-08-04T07:46:43.812Z] prd-ubuntu18.04-docker-arm64-4c-16g-2043 does not seem to be running inside a container [2020-08-04T07:46:43.885Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-04T07:46:45.346Z] $ docker top 59b7d8418162bf722d159259473cc7f6bdb5f8e522145e813d43a47b4ec0ad43 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:46:46.371Z] + go version [2020-08-04T07:46:46.371Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-04T07:46:46.390Z] ========================================================= [2020-08-04T07:46:46.390Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-04T07:46:46.390Z] ========================================================= [Pipeline] sh [2020-08-04T07:46:47.034Z] + make test [2020-08-04T07:46:47.034Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-04T07:46:49.658Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-04T07:47:19.930Z] Removing intermediate container 160af65d11aa [2020-08-04T07:47:19.930Z] ---> 46ff318dd12d [2020-08-04T07:47:19.930Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-04T07:47:19.930Z] ---> Running in 4db4b2177fbe [2020-08-04T07:47:19.930Z] 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-04T07:47:20.197Z] Removing intermediate container 2f773d73dd4f [2020-08-04T07:47:20.197Z] ---> 2ed88d81a22f [2020-08-04T07:47:20.197Z] [2020-08-04T07:47:20.197Z] Step 10/23 : FROM scratch [2020-08-04T07:47:20.197Z] ---> [2020-08-04T07:47:20.197Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T07:47:20.197Z] Removing intermediate container f6558b7d5699 [2020-08-04T07:47:20.197Z] ---> f5c573f126ef [2020-08-04T07:47:20.197Z] [2020-08-04T07:47:20.197Z] Step 10/20 : FROM scratch [2020-08-04T07:47:20.197Z] ---> [2020-08-04T07:47:20.197Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:47:22.027Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-04T07:47:25.492Z] ---> Running in f75703ff55ab [2020-08-04T07:47:25.492Z] ---> Running in 0f66718badb2 [2020-08-04T07:47:25.492Z] Removing intermediate container 138fc2fde528 [2020-08-04T07:47:25.492Z] ---> 31afa1c91bca [2020-08-04T07:47:25.492Z] [2020-08-04T07:47:25.492Z] Step 10/21 : FROM scratch [2020-08-04T07:47:25.492Z] ---> [2020-08-04T07:47:25.492Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:47:25.492Z] Removing intermediate container f75703ff55ab [2020-08-04T07:47:25.492Z] ---> 656b24acd025 [2020-08-04T07:47:25.492Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-04T07:47:25.492Z] Removing intermediate container 0f66718badb2 [2020-08-04T07:47:25.492Z] ---> 83f6ccdf3ad9 [2020-08-04T07:47:25.492Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-04T07:47:25.492Z] Removing intermediate container 4db4b2177fbe [2020-08-04T07:47:25.492Z] ---> 3cceeb9bf87c [2020-08-04T07:47:25.492Z] [2020-08-04T07:47:25.492Z] Step 11/26 : FROM docker:latest [2020-08-04T07:47:25.492Z] ---> 81f5749c9058 [2020-08-04T07:47:25.492Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-04T07:47:25.492Z] ---> Running in fcc66bf2f9fa [2020-08-04T07:47:25.752Z] ---> Running in e4f06375fdf8 [2020-08-04T07:47:25.752Z] ---> Running in 281d73dec8ac [2020-08-04T07:47:25.752Z] ---> Running in 91263642a887 [2020-08-04T07:47:25.752Z] Removing intermediate container fcc66bf2f9fa [2020-08-04T07:47:25.752Z] ---> da1ee60fd0d4 [2020-08-04T07:47:25.752Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-04T07:47:26.331Z] ---> Running in 5761c40b13e5 [2020-08-04T07:47:26.331Z] Removing intermediate container e4f06375fdf8 [2020-08-04T07:47:26.331Z] ---> a4e78292144f [2020-08-04T07:47:26.331Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-04T07:47:26.592Z] Removing intermediate container 281d73dec8ac [2020-08-04T07:47:26.592Z] ---> d402d6e0ffa1 [2020-08-04T07:47:26.592Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-04T07:47:27.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:47:27.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:47:27.984Z] (1/2) Installing readline (8.0.4-r0) [2020-08-04T07:47:27.984Z] (2/2) Installing bash (5.0.17-r0) [2020-08-04T07:47:27.984Z] Executing bash-5.0.17-r0.post-install [2020-08-04T07:47:27.984Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:47:27.984Z] OK: 12 MiB in 22 packages [2020-08-04T07:47:27.984Z] ---> Running in 0c669cf6cccd [2020-08-04T07:47:28.246Z] ---> Running in b44c6d55d6fe [2020-08-04T07:47:28.246Z] Removing intermediate container 5761c40b13e5 [2020-08-04T07:47:28.246Z] ---> a9718ffd6316 [2020-08-04T07:47:28.246Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:47:28.512Z] ---> Running in 3d397425cf20 [2020-08-04T07:47:28.512Z] Removing intermediate container 08c565573d0d [2020-08-04T07:47:28.512Z] ---> 9a1ccf7e4e2b [2020-08-04T07:47:28.512Z] [2020-08-04T07:47:28.512Z] Step 10/22 : FROM alpine [2020-08-04T07:47:28.512Z] Removing intermediate container 0c669cf6cccd [2020-08-04T07:47:28.512Z] ---> de87b9bd2cd4 [2020-08-04T07:47:28.512Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-04T07:47:28.512Z] Removing intermediate container b44c6d55d6fe [2020-08-04T07:47:28.512Z] ---> 9e7e95d4e296 [2020-08-04T07:47:28.512Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-04T07:47:28.775Z] Removing intermediate container 3d397425cf20 [2020-08-04T07:47:28.775Z] ---> 89eccef26047 [2020-08-04T07:47:28.775Z] Step 14/21 : WORKDIR / [2020-08-04T07:47:28.775Z] latest: Pulling from library/alpine [2020-08-04T07:47:29.037Z] ---> Running in e3762e834ec1 [2020-08-04T07:47:29.037Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-04T07:47:29.037Z] Status: Downloaded newer image for alpine:latest [2020-08-04T07:47:29.037Z] ---> a24bb4013296 [2020-08-04T07:47:29.037Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:47:29.037Z] ---> 52dfc6fe0294 [2020-08-04T07:47:29.037Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-04T07:47:29.037Z] ---> 0e133b9e44f8 [2020-08-04T07:47:29.037Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-04T07:47:29.037Z] Removing intermediate container 91263642a887 [2020-08-04T07:47:29.037Z] ---> 52d3ae465729 [2020-08-04T07:47:29.037Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-04T07:47:29.307Z] ---> Running in 304be2d5939b [2020-08-04T07:47:29.307Z] ---> Running in b8d22e1ba560 [2020-08-04T07:47:29.307Z] Removing intermediate container e3762e834ec1 [2020-08-04T07:47:29.307Z] ---> 3ff002daed58 [2020-08-04T07:47:29.307Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-04T07:47:30.694Z] Removing intermediate container 304be2d5939b [2020-08-04T07:47:30.694Z] ---> 5f04c4058cc0 [2020-08-04T07:47:30.694Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-04T07:47:30.956Z] ---> 4a3d7efa160a [2020-08-04T07:47:30.956Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-04T07:47:30.956Z] ---> Running in 424f7e77c399 [2020-08-04T07:47:30.956Z] ---> 9431d8a74d7f [2020-08-04T07:47:30.956Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-04T07:47:31.228Z] ---> 3978ad4bdd0b [2020-08-04T07:47:31.228Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-04T07:47:31.516Z] Removing intermediate container 424f7e77c399 [2020-08-04T07:47:31.516Z] ---> 550a112fcb1b [2020-08-04T07:47:31.516Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-04T07:47:31.778Z] ---> 09d3e17f188a [2020-08-04T07:47:31.778Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:47:31.778Z] ---> Running in ab37dcd907a8 [2020-08-04T07:47:31.778Z] ---> ac7022035421 [2020-08-04T07:47:31.778Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-04T07:47:32.047Z] ---> 1c8a073ed76e [2020-08-04T07:47:32.047Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-04T07:47:32.047Z] ---> Running in 89d99540d6ca [2020-08-04T07:47:32.047Z] Removing intermediate container b8d22e1ba560 [2020-08-04T07:47:32.047Z] ---> 9021910c5f61 [2020-08-04T07:47:32.047Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-04T07:47:32.308Z] Removing intermediate container ab37dcd907a8 [2020-08-04T07:47:32.308Z] ---> 9165b5cd50cf [2020-08-04T07:47:32.308Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:47:32.308Z] ---> Running in 10c69efc6d45 [2020-08-04T07:47:33.252Z] Removing intermediate container 89d99540d6ca [2020-08-04T07:47:33.252Z] ---> f1426cb3a647 [2020-08-04T07:47:33.252Z] Step 18/20 : LABEL arch=x86_64 [2020-08-04T07:47:33.252Z] ---> Running in f6fee07e8aac [2020-08-04T07:47:33.252Z] ---> 6f8fbe736058 [2020-08-04T07:47:33.252Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:47:33.252Z] ---> 5d2b01d6f843 [2020-08-04T07:47:33.252Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-04T07:47:33.252Z] Removing intermediate container 10c69efc6d45 [2020-08-04T07:47:33.252Z] ---> 27de68f353db [2020-08-04T07:47:33.252Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-04T07:47:33.515Z] ---> Running in 10749afb5d54 [2020-08-04T07:47:33.515Z] ---> Running in 4450d8579351 [2020-08-04T07:47:33.515Z] ---> Running in 6aa38f11e22e [2020-08-04T07:47:33.780Z] Removing intermediate container 10749afb5d54 [2020-08-04T07:47:33.780Z] ---> efcc4217054a [2020-08-04T07:47:33.780Z] Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:47:33.780Z] Removing intermediate container 4450d8579351 [2020-08-04T07:47:33.780Z] ---> 0b00883631fc [2020-08-04T07:47:33.780Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T07:47:34.041Z] ---> Running in 1a71cafcafdc [2020-08-04T07:47:34.041Z] ---> Running in eb47fcc1ee91 [2020-08-04T07:47:34.041Z] ---> e3bd680d2aa4 [2020-08-04T07:47:34.041Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-04T07:47:34.041Z] Removing intermediate container 6aa38f11e22e [2020-08-04T07:47:34.041Z] ---> 12e972f243cb [2020-08-04T07:47:34.041Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-04T07:47:34.304Z] ---> Running in 0ab72808b474 [2020-08-04T07:47:34.564Z] Removing intermediate container 1a71cafcafdc [2020-08-04T07:47:34.564Z] ---> 140e98867277 [2020-08-04T07:47:34.564Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T07:47:34.564Z] Removing intermediate container eb47fcc1ee91 [2020-08-04T07:47:34.564Z] ---> c44e55e68056 [2020-08-04T07:47:34.564Z] Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:47:34.564Z] ---> Running in 90c7ec6afe7a [2020-08-04T07:47:34.826Z] ---> 411387f82b10 [2020-08-04T07:47:34.826Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:47:34.826Z] Removing intermediate container 0ab72808b474 [2020-08-04T07:47:34.826Z] ---> e70427e786e1 [2020-08-04T07:47:34.826Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-04T07:47:34.826Z] ---> Running in 052760dd1408 [2020-08-04T07:47:34.826Z] ---> Running in 2aad4f7c8a54 [2020-08-04T07:47:34.826Z] Removing intermediate container f6fee07e8aac [2020-08-04T07:47:34.826Z] ---> 1e6b09de95ba [2020-08-04T07:47:34.826Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-04T07:47:35.089Z] Removing intermediate container 90c7ec6afe7a [2020-08-04T07:47:35.089Z] ---> 8d0a7cb2d2e0 [2020-08-04T07:47:35.089Z] [2020-08-04T07:47:35.089Z] ---> Running in bf5643bd4103 [2020-08-04T07:47:35.350Z] Successfully built 8d0a7cb2d2e0 [2020-08-04T07:47:35.350Z] Removing intermediate container 052760dd1408 [2020-08-04T07:47:35.350Z] ---> 070445300558 [2020-08-04T07:47:35.350Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:47:35.615Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-04T07:47:35.615Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-08-04T07:47:35.615Z] Removing intermediate container 2aad4f7c8a54 [2020-08-04T07:47:35.615Z] ---> 2fe3593c22f1 [2020-08-04T07:47:35.615Z] Step 21/23 : LABEL arch=x86_64 [2020-08-04T07:47:35.615Z] ---> 492d233c7965 [2020-08-04T07:47:35.615Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-04T07:47:35.877Z] ---> Running in 589cad5427bf [2020-08-04T07:47:35.877Z] ---> Running in 6069fa0a6c79 [2020-08-04T07:47:36.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:47:36.139Z] Removing intermediate container 589cad5427bf [2020-08-04T07:47:36.139Z] ---> 21830ac545ec [2020-08-04T07:47:36.139Z] [2020-08-04T07:47:36.415Z] Removing intermediate container 6069fa0a6c79 [2020-08-04T07:47:36.415Z] ---> 0fdde78ebb69 [2020-08-04T07:47:36.415Z] Step 22/23 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:47:36.415Z] ---> acea533e9124 [2020-08-04T07:47:36.415Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-04T07:47:36.415Z] Successfully built 21830ac545ec [2020-08-04T07:47:36.415Z] Successfully tagged docker-core-metadata-go:latest [2020-08-04T07:47:36.415Z] Building docker-core-command-go [2020-08-04T07:47:36.415Z]  Building docker-core-metadata-go ... done  ---> Running in ed1c29d884f8 [2020-08-04T07:47:36.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:47:36.992Z] Removing intermediate container ed1c29d884f8 [2020-08-04T07:47:36.992Z] ---> 2372b6ac52b9 [2020-08-04T07:47:36.992Z] Step 23/23 : LABEL version=0.0.0 [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-04T07:47:37.159Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-04T07:47:37.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-04T07:47:37.933Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-04T07:47:38.513Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-04T07:47:38.607Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-04T07:47:38.778Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-04T07:47:39.353Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-04T07:47:40.047Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-04T07:47:40.047Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-04T07:47:40.047Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-04T07:47:40.047Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-04T07:47:40.295Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-04T07:47:40.295Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:47:40.295Z] OK: 8 MiB in 19 packages [2020-08-04T07:47:42.842Z] ---> Running in a05b9922e7a1 [2020-08-04T07:47:42.842Z] ---> 407f0e1e4e51 [2020-08-04T07:47:42.842Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-04T07:47:43.107Z] ---> Running in eb9ee7eab35a [2020-08-04T07:47:43.107Z] Removing intermediate container a05b9922e7a1 [2020-08-04T07:47:43.107Z] ---> 2c06bf4aec74 [2020-08-04T07:47:43.107Z] [2020-08-04T07:47:43.380Z] Successfully built 2c06bf4aec74 [2020-08-04T07:47:43.380Z] Successfully tagged docker-support-notifications-go:latest [2020-08-04T07:47:43.380Z] Building docker-security-secretstore-setup-go [2020-08-04T07:47:45.315Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:47:45.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:47:45.315Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-04T07:47:45.315Z] (2/33) Installing expat (2.2.9-r1) [2020-08-04T07:47:45.315Z] (3/33) Installing libffi (3.3-r2) [2020-08-04T07:47:45.315Z] (4/33) Installing gdbm (1.13-r1) [2020-08-04T07:47:45.905Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-04T07:47:45.905Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-04T07:47:45.905Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-04T07:47:49.234Z] Removing intermediate container bf5643bd4103 [2020-08-04T07:47:49.234Z] ---> d555559c9fa7 [2020-08-04T07:47:49.234Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-04T07:47:50.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 46.6% of statements [2020-08-04T07:47:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-04T07:47:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-04T07:47:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-04T07:47:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-04T07:47:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-04T07:47:54.548Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:47:54.548Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:47:54.548Z] ---> 2934c903caea [2020-08-04T07:47:54.548Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T07:47:54.548Z] ---> Using cache [2020-08-04T07:47:54.548Z] ---> c178cf42cf54 [2020-08-04T07:47:54.548Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:47:54.548Z] ---> Using cache [2020-08-04T07:47:54.548Z] ---> 49885e5d15f7 [2020-08-04T07:47:54.548Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T07:47:54.816Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-04T07:47:54.816Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-04T07:47:54.816Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-04T07:47:54.816Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-04T07:47:54.816Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:47:54.816Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:47:54.816Z] ---> 2934c903caea [2020-08-04T07:47:54.816Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:47:54.816Z] ---> Using cache [2020-08-04T07:47:54.816Z] ---> c178cf42cf54 [2020-08-04T07:47:54.816Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:47:54.816Z] ---> Using cache [2020-08-04T07:47:54.816Z] ---> 49885e5d15f7 [2020-08-04T07:47:54.816Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T07:47:55.758Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-04T07:47:56.331Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-04T07:47:56.331Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-04T07:47:56.605Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-04T07:47:56.605Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-04T07:47:56.605Z] ---> Running in 4777641af69d [2020-08-04T07:47:56.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.2% of statements [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-04T07:47:56.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-04T07:47:56.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-04T07:47:56.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-04T07:47:57.207Z] ---> Running in c471afa8f3ad [2020-08-04T07:47:57.207Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-04T07:47:57.469Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-04T07:47:57.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 82.0% of statements [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-04T07:47:57.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-04T07:47:57.740Z] ---> 7db21ac3f890 [2020-08-04T07:47:57.740Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-04T07:47:57.740Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-04T07:47:57.740Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-04T07:47:58.006Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-04T07:47:58.006Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-04T07:47:58.278Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-04T07:47:58.278Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-04T07:47:58.278Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-04T07:47:58.541Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-04T07:47:59.929Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-04T07:48:00.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:00.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.415s coverage: 28.6% of statements [2020-08-04T07:48:00.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-04T07:48:00.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-04T07:48:00.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-04T07:48:00.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-04T07:48:00.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-04T07:48:00.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2020-08-04T07:48:00.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-04T07:48:00.457Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-04T07:48:00.719Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-04T07:48:00.719Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-04T07:48:00.719Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-04T07:48:00.719Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-04T07:48:00.719Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-04T07:48:00.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2020-08-04T07:48:00.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-04T07:48:00.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:00.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:01.570Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:48:01.571Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:48:01.571Z] OK: 12749 distinct packages available [2020-08-04T07:48:01.571Z] ---> eeb56a6ddd0f [2020-08-04T07:48:01.571Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-04T07:48:01.571Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:48:01.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:01.571Z] OK: 71 MiB in 55 packages [2020-08-04T07:48:01.840Z] OK: 233 MiB in 51 packages [2020-08-04T07:48:02.103Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:48:02.103Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:48:02.103Z] OK: 12749 distinct packages available [2020-08-04T07:48:02.681Z] OK: 233 MiB in 51 packages [2020-08-04T07:48:02.681Z] ---> be9f55c1eec5 [2020-08-04T07:48:02.681Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:48:02.813Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.090s coverage: 89.8% of statements [2020-08-04T07:48:02.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-04T07:48:03.627Z] ---> Running in 9166fe74350d [2020-08-04T07:48:03.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements [2020-08-04T07:48:03.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-04T07:48:04.202Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:48:04.202Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:48:04.202Z] ---> 2934c903caea [2020-08-04T07:48:04.202Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T07:48:04.202Z] ---> Using cache [2020-08-04T07:48:04.202Z] ---> c178cf42cf54 [2020-08-04T07:48:04.202Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:48:04.202Z] ---> Using cache [2020-08-04T07:48:04.202Z] ---> 49885e5d15f7 [2020-08-04T07:48:04.202Z] Step 5/26 : RUN apk update && apk add make git [2020-08-04T07:48:05.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.040s coverage: 100.0% of statements [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-04T07:48:05.244Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-04T07:48:05.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-04T07:48:05.587Z] ---> Running in 8a38f8e8ce62 [2020-08-04T07:48:06.158Z] Removing intermediate container 9166fe74350d [2020-08-04T07:48:06.158Z] ---> 769fa8eb16f8 [2020-08-04T07:48:06.158Z] Step 20/22 : LABEL arch=x86_64 [2020-08-04T07:48:07.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2020-08-04T07:48:07.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-04T07:48:07.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-04T07:48:07.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2020-08-04T07:48:08.080Z] ---> Running in d90bd6b0ee01 [2020-08-04T07:48:08.081Z] Removing intermediate container 4777641af69d [2020-08-04T07:48:08.081Z] ---> a78d3f5bb343 [2020-08-04T07:48:08.081Z] Step 6/20 : COPY go.mod . [2020-08-04T07:48:08.081Z] Removing intermediate container c471afa8f3ad [2020-08-04T07:48:08.081Z] ---> 128ec4be7136 [2020-08-04T07:48:08.081Z] Step 6/21 : COPY go.mod . [2020-08-04T07:48:08.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:08.653Z] Removing intermediate container d90bd6b0ee01 [2020-08-04T07:48:08.653Z] ---> 935e1c21074a [2020-08-04T07:48:08.653Z] Step 21/22 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:48:08.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:09.226Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:48:09.226Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:48:09.226Z] OK: 12749 distinct packages available [2020-08-04T07:48:09.514Z] OK: 233 MiB in 51 packages [2020-08-04T07:48:09.814Z] ---> 2ecf344ff8a9 [2020-08-04T07:48:09.814Z] Step 7/20 : RUN go mod download [2020-08-04T07:48:09.814Z] ---> ca05419cdca0 [2020-08-04T07:48:09.814Z] Step 7/21 : RUN go mod download [2020-08-04T07:48:09.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 55.9% of statements [2020-08-04T07:48:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-04T07:48:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-04T07:48:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-04T07:48:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-04T07:48:11.248Z] ---> Running in 3296eccf56b6 [2020-08-04T07:48:11.822Z] ---> Running in 9dcfc7d99c8e [2020-08-04T07:48:11.822Z] ---> Running in 04aba0693690 [2020-08-04T07:48:12.084Z] Removing intermediate container 3296eccf56b6 [2020-08-04T07:48:12.084Z] ---> c41d98a6b995 [2020-08-04T07:48:12.084Z] Step 22/22 : LABEL version=0.0.0 [2020-08-04T07:48:12.347Z] Removing intermediate container eb9ee7eab35a [2020-08-04T07:48:12.347Z] ---> 14e533f353db [2020-08-04T07:48:12.347Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-04T07:48:12.347Z] ---> Running in 6ad651c8a2e0 [2020-08-04T07:48:12.609Z] Removing intermediate container 8a38f8e8ce62 [2020-08-04T07:48:12.609Z] ---> b7ec2a696159 [2020-08-04T07:48:12.609Z] Step 6/26 : COPY go.mod . [2020-08-04T07:48:12.609Z] ---> Running in 844925bffac4 [2020-08-04T07:48:12.876Z] Removing intermediate container 6ad651c8a2e0 [2020-08-04T07:48:12.876Z] ---> 78837b977630 [2020-08-04T07:48:12.876Z] [2020-08-04T07:48:13.141Z] Successfully built 78837b977630 [2020-08-04T07:48:13.141Z] Successfully tagged docker-core-data-go:latest [2020-08-04T07:48:13.141Z] Building docker-support-logging-go [2020-08-04T07:48:13.141Z]  Building docker-core-data-go ... done  ---> 15f7e71b7b0b [2020-08-04T07:48:13.141Z] Step 7/26 : RUN go mod download [2020-08-04T07:48:13.141Z] ---> Running in 26e2c96a005a [2020-08-04T07:48:17.377Z] Collecting docker-compose==1.23.2 [2020-08-04T07:48:17.377Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-04T07:48:17.964Z] Collecting docopt<0.7,>=0.6.1 [2020-08-04T07:48:17.964Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-04T07:48:18.934Z] Collecting jsonschema<3,>=2.5.1 [2020-08-04T07:48:18.934Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-04T07:48:19.196Z] Collecting cached-property<2,>=1.2.0 [2020-08-04T07:48:19.196Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-04T07:48:19.779Z] Removing intermediate container 9dcfc7d99c8e [2020-08-04T07:48:19.779Z] ---> 52156d30c537 [2020-08-04T07:48:19.779Z] Step 8/21 : COPY . . [2020-08-04T07:48:19.779Z] Removing intermediate container 04aba0693690 [2020-08-04T07:48:19.779Z] ---> 569284f596fb [2020-08-04T07:48:19.779Z] Step 8/20 : COPY . . [2020-08-04T07:48:20.359Z] Collecting docker<4.0,>=3.6.0 [2020-08-04T07:48:20.359Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-04T07:48:20.359Z] Removing intermediate container 26e2c96a005a [2020-08-04T07:48:20.359Z] ---> 0ce5d2c79be3 [2020-08-04T07:48:20.359Z] Step 8/26 : COPY . . [2020-08-04T07:48:22.292Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-04T07:48:22.867Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-04T07:48:25.461Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-04T07:48:25.723Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-04T07:48:27.638Z] Collecting PyYAML<4,>=3.10 [2020-08-04T07:48:27.638Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-04T07:48:30.219Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:48:30.219Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:48:30.219Z] ---> 2934c903caea [2020-08-04T07:48:30.219Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:48:30.481Z] ---> Using cache [2020-08-04T07:48:30.481Z] ---> c178cf42cf54 [2020-08-04T07:48:30.481Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:48:30.481Z] ---> Using cache [2020-08-04T07:48:30.481Z] ---> 49885e5d15f7 [2020-08-04T07:48:30.481Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-04T07:48:32.397Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-04T07:48:32.397Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-04T07:48:34.310Z] Collecting texttable<0.10,>=0.9.0 [2020-08-04T07:48:34.310Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-04T07:48:34.310Z] ---> Running in fde0d7cf5b04 [2020-08-04T07:48:34.596Z] 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-04T07:48:34.596Z] Collecting docker-pycreds>=0.4.0 [2020-08-04T07:48:34.596Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-04T07:48:34.858Z] Collecting idna<2.8,>=2.5 [2020-08-04T07:48:34.858Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-04T07:48:36.249Z] 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-04T07:48:36.249Z] 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-04T07:48:37.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:37.467Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-04T07:48:37.467Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-04T07:48:38.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:48:38.638Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:48:38.638Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:48:38.638Z] OK: 12749 distinct packages available [2020-08-04T07:48:38.638Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-04T07:48:38.638Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-04T07:48:38.638Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-04T07:48:38.638Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-04T07:48:38.903Z] OK: 233 MiB in 51 packages [2020-08-04T07:48:38.903Z] Installing collected packages: docopt, jsonschema, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, texttable, docker-compose [2020-08-04T07:48:38.903Z] Running setup.py install for docopt: started [2020-08-04T07:48:39.179Z] OK: 233 MiB in 51 packages [2020-08-04T07:48:42.488Z] Running setup.py install for docopt: finished with status 'done' [2020-08-04T07:48:43.113Z] Attempting uninstall: idna [2020-08-04T07:48:43.113Z] Found existing installation: idna 2.9 [2020-08-04T07:48:43.113Z] Uninstalling idna-2.9: [2020-08-04T07:48:43.383Z] Successfully uninstalled idna-2.9 [2020-08-04T07:48:43.966Z] Attempting uninstall: urllib3 [2020-08-04T07:48:43.966Z] Found existing installation: urllib3 1.25.9 [2020-08-04T07:48:43.966Z] Uninstalling urllib3-1.25.9: [2020-08-04T07:48:44.551Z] Successfully uninstalled urllib3-1.25.9 [2020-08-04T07:48:46.497Z] Removing intermediate container fde0d7cf5b04 [2020-08-04T07:48:46.497Z] ---> 10cb6dd15c35 [2020-08-04T07:48:46.497Z] Step 6/21 : COPY go.mod . [2020-08-04T07:48:46.497Z] Attempting uninstall: requests [2020-08-04T07:48:46.497Z] Found existing installation: requests 2.23.0 [2020-08-04T07:48:46.497Z] Uninstalling requests-2.23.0: [2020-08-04T07:48:46.765Z] Successfully uninstalled requests-2.23.0 [2020-08-04T07:48:47.710Z] ---> 3eb9aecd1537 [2020-08-04T07:48:47.710Z] Step 7/21 : RUN go mod download [2020-08-04T07:48:50.257Z] ---> Running in 55e7c9548219 [2020-08-04T07:48:50.829Z] Running setup.py install for PyYAML: started [2020-08-04T07:48:50.829Z] ---> 20b49d3f402d [2020-08-04T07:48:50.829Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-04T07:48:51.408Z] ---> d465d9789708 [2020-08-04T07:48:51.408Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-04T07:48:51.668Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-04T07:48:51.668Z] Running setup.py install for dockerpty: started [2020-08-04T07:48:51.928Z] ---> Running in dd9816dff877 [2020-08-04T07:48:52.190Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-04T07:48:52.190Z] Running setup.py install for texttable: started [2020-08-04T07:48:52.190Z] ---> Running in 7e731b0c007d [2020-08-04T07:48:52.451Z] ---> 3917d91d81ce [2020-08-04T07:48:52.452Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-04T07:48:52.720Z] Running setup.py install for texttable: finished with status 'done' [2020-08-04T07:48:52.720Z] ---> Running in c6a455c0c820 [2020-08-04T07:48:52.993Z] 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-04T07:48:53.262Z] 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-04T07:48:53.262Z] 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-04T07:48:53.526Z] 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-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 43.620s coverage: 86.3% of statements [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.978s coverage: 72.2% of statements [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.461s coverage: 72.1% of statements [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.078s coverage: 82.4% of statements [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.029s coverage: 96.8% of statements [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 26.9% of statements [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-04T07:48:56.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.392s coverage: 84.1% of statements [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements [2020-08-04T07:48:56.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.024s coverage: 42.9% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 46.1% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.036s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.048s coverage: 99.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.028s coverage: 87.9% of statements [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-04T07:48:56.840Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2020-08-04T07:48:56.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-04T07:48:56.840Z] GO111MODULE=on go vet ./... [2020-08-04T07:48:56.857Z] Removing intermediate container 55e7c9548219 [2020-08-04T07:48:56.857Z] ---> 19f79618c20b [2020-08-04T07:48:56.857Z] Step 8/21 : COPY . . [2020-08-04T07:49:01.110Z] Removing intermediate container 844925bffac4 [2020-08-04T07:49:01.110Z] ---> c5b51f78b8a3 [2020-08-04T07:49:01.110Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-04T07:49:04.208Z] ---> Running in 0d1fd9d8be03 [2020-08-04T07:49:06.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:06.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:06.776Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T07:49:06.776Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-04T07:49:06.776Z] (3/3) Installing curl (7.69.1-r0) [2020-08-04T07:49:06.776Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:49:06.776Z] OK: 72 MiB in 58 packages [2020-08-04T07:49:11.091Z] Removing intermediate container 0d1fd9d8be03 [2020-08-04T07:49:11.091Z] ---> d16aafc9a239 [2020-08-04T07:49:11.091Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:49:11.091Z] ---> Running in a66eea04dcec [2020-08-04T07:49:11.705Z] Removing intermediate container a66eea04dcec [2020-08-04T07:49:11.705Z] ---> c5e5208f58f8 [2020-08-04T07:49:11.705Z] Step 24/26 : LABEL arch=x86_64 [2020-08-04T07:49:11.933Z] gofmt -l . [2020-08-04T07:49:11.977Z] ---> Running in d80f30308f09 [2020-08-04T07:49:13.905Z] [ "`gofmt -l .`" = "" ] [2020-08-04T07:49:14.573Z] Removing intermediate container d80f30308f09 [2020-08-04T07:49:14.573Z] ---> b0e9d767c8e0 [2020-08-04T07:49:14.573Z] Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:49:15.877Z] ./bin/test-go-mod-tidy.sh [2020-08-04T07:49:16.524Z] ---> Running in c103939cd1ed [2020-08-04T07:49:16.861Z] ./bin/test-attribution-txt.sh [2020-08-04T07:49:19.845Z] Removing intermediate container c103939cd1ed [2020-08-04T07:49:19.845Z] ---> a69dadb254b7 [2020-08-04T07:49:19.845Z] Step 26/26 : LABEL version=0.0.0 [Pipeline] sh [2020-08-04T07:49:20.419Z] ---> Running in fd07c17b9ef0 [2020-08-04T07:49:20.686Z] ---> 4d281ff3399c [2020-08-04T07:49:20.686Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-04T07:49:20.686Z] Removing intermediate container fd07c17b9ef0 [2020-08-04T07:49:20.686Z] ---> 64ad0cd6eb67 [2020-08-04T07:49:20.686Z] [2020-08-04T07:49:20.908Z] + ls -al . [2020-08-04T07:49:20.908Z] total 588 [2020-08-04T07:49:20.908Z] drwxrwxr-x 10 1001 1001 4096 Aug 4 07:49 . [2020-08-04T07:49:20.908Z] drwxr-xr-x 4 root root 4096 Aug 4 07:46 .. [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 11 Aug 4 07:44 .dockerignore [2020-08-04T07:49:20.908Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 07:44 .git [2020-08-04T07:49:20.908Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 07:44 .github [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 932 Aug 4 07:44 .gitignore [2020-08-04T07:49:20.908Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 07:45 .semver [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 166 Aug 4 07:44 .sonarcloud.properties [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 07:44 CONTRIBUTING.md [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 1035 Aug 4 07:44 Dockerfile.build [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 865 Aug 4 07:44 Jenkinsfile [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 07:44 LICENSE [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 6237 Aug 4 07:44 Makefile [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 5652 Aug 4 07:44 README.md [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 7111 Aug 4 07:44 SECURITY.md [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 5 Aug 4 07:42 VERSION [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 4131 Aug 4 07:44 ZMQWindows.md [2020-08-04T07:49:20.908Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 07:44 bin [2020-08-04T07:49:20.908Z] drwxrwxr-x 15 1001 1001 4096 Aug 4 07:44 cmd [2020-08-04T07:49:20.908Z] -rw-r--r-- 1 root root 457707 Aug 4 07:48 coverage.out [2020-08-04T07:49:20.908Z] -rw-r--r-- 1 root root 1019 Aug 4 07:49 go.mod [2020-08-04T07:49:20.908Z] -rw-r--r-- 1 root root 19185 Aug 4 07:49 go.sum [2020-08-04T07:49:20.908Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 07:44 internal [2020-08-04T07:49:20.908Z] drwxrwxr-x 4 1001 1001 4096 Aug 4 07:44 openapi [2020-08-04T07:49:20.908Z] drwxrwxr-x 4 1001 1001 4096 Aug 4 07:44 snap [2020-08-04T07:49:20.908Z] -rw-rw-r-- 1 1001 1001 168 Aug 4 07:44 version.go [Pipeline] sh [2020-08-04T07:49:20.956Z] ---> Running in 8aa856bd3db0 [2020-08-04T07:49:20.956Z] Successfully built 64ad0cd6eb67 [2020-08-04T07:49:20.956Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-04T07:49:20.956Z] 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-04T07:49:20.956Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-08-04T07:49:21.553Z] + '[' -e coverage.out ] [2020-08-04T07:49:21.553Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-04T07:49:21.573Z] Warning: overwriting stash ‘coverage-report’ [2020-08-04T07:49:21.922Z] 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-04T07:49:22.677Z] Stashed 1 file(s) [Pipeline] sh [2020-08-04T07:49:23.332Z] + make build [2020-08-04T07:49:23.332Z] 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-04T07:49:30.098Z] Removing intermediate container dd9816dff877 [2020-08-04T07:49:30.098Z] ---> 694b7d5eaf24 [2020-08-04T07:49:30.098Z] [2020-08-04T07:49:30.098Z] Step 10/20 : FROM alpine [2020-08-04T07:49:30.098Z] ---> a24bb4013296 [2020-08-04T07:49:30.098Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-04T07:49:30.098Z] ---> Running in 7f5a20ad6762 [2020-08-04T07:49:32.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:32.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:32.699Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:49:32.699Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:49:32.699Z] OK: 12749 distinct packages available [2020-08-04T07:49:32.971Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-04T07:49:32.971Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T07:49:32.971Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-04T07:49:32.971Z] (4/4) Installing curl (7.69.1-r0) [2020-08-04T07:49:32.971Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:49:33.239Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T07:49:33.504Z] OK: 7 MiB in 18 packages [2020-08-04T07:49:36.855Z] 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-04T07:49:37.814Z] Removing intermediate container 7e731b0c007d [2020-08-04T07:49:37.814Z] ---> 7188aededd5b [2020-08-04T07:49:37.814Z] [2020-08-04T07:49:37.814Z] Step 10/21 : FROM scratch [2020-08-04T07:49:37.814Z] ---> [2020-08-04T07:49:37.814Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:49:41.160Z] ---> Using cache [2020-08-04T07:49:41.160Z] ---> da1ee60fd0d4 [2020-08-04T07:49:41.160Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-04T07:49:41.744Z] 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-04T07:49:42.111Z] Removing intermediate container 7f5a20ad6762 [2020-08-04T07:49:42.111Z] ---> 69841dfaa6d4 [2020-08-04T07:49:42.111Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T07:49:42.374Z] ---> Running in 245c7f3ec5cb [2020-08-04T07:49:42.955Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:49:42.955Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-04T07:49:42.955Z] ---> 2934c903caea [2020-08-04T07:49:42.955Z] Step 3/29 : WORKDIR /edgex-go [2020-08-04T07:49:42.955Z] ---> Using cache [2020-08-04T07:49:42.955Z] ---> c178cf42cf54 [2020-08-04T07:49:42.955Z] Step 4/29 : RUN apk update && apk add make git [2020-08-04T07:49:43.897Z] ---> Running in 765ecfdf9f44 [2020-08-04T07:49:44.159Z] ---> Running in 4967c58bdbe7 [2020-08-04T07:49:44.159Z] Removing intermediate container 245c7f3ec5cb [2020-08-04T07:49:44.159Z] ---> a25d1aec6e72 [2020-08-04T07:49:44.159Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:49:44.159Z] ---> Running in 908597e397f9 [2020-08-04T07:49:44.435Z] Removing intermediate container 765ecfdf9f44 [2020-08-04T07:49:44.435Z] ---> 78706bea43ed [2020-08-04T07:49:44.435Z] Step 13/20 : WORKDIR /edgex [2020-08-04T07:49:44.705Z] Removing intermediate container 908597e397f9 [2020-08-04T07:49:44.705Z] ---> 98ea4d20742f [2020-08-04T07:49:44.705Z] Step 14/21 : WORKDIR / [2020-08-04T07:49:44.974Z] ---> Running in 9fd2c503a254 [2020-08-04T07:49:44.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:45.238Z] ---> Running in 8e3356382fca [2020-08-04T07:49:45.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:46.070Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:49:46.070Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:49:46.070Z] OK: 12749 distinct packages available [2020-08-04T07:49:46.335Z] Removing intermediate container 9fd2c503a254 [2020-08-04T07:49:46.335Z] ---> 47b483e0b195 [2020-08-04T07:49:46.335Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-04T07:49:46.335Z] OK: 233 MiB in 51 packages [2020-08-04T07:49:46.335Z] Removing intermediate container 8e3356382fca [2020-08-04T07:49:46.335Z] ---> 779d052d1c2c [2020-08-04T07:49:46.335Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-04T07:49:46.600Z] Removing intermediate container c6a455c0c820 [2020-08-04T07:49:46.600Z] ---> 3275cffe3cfe [2020-08-04T07:49:46.600Z] [2020-08-04T07:49:46.600Z] Step 10/26 : FROM alpine:3.10 [2020-08-04T07:49:46.861Z] 3.10: Pulling from library/alpine [2020-08-04T07:49:48.247Z] ---> 3636a67ece27 [2020-08-04T07:49:48.247Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-04T07:49:48.247Z] ---> fd6957865fd1 [2020-08-04T07:49:48.247Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-04T07:49:48.507Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-04T07:49:48.507Z] Status: Downloaded newer image for alpine:3.10 [2020-08-04T07:49:48.507Z] ---> be4e4bea2c2e [2020-08-04T07:49:48.507Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-04T07:49:48.507Z] Removing intermediate container 4967c58bdbe7 [2020-08-04T07:49:48.507Z] ---> 812777208070 [2020-08-04T07:49:48.507Z] Step 5/29 : COPY go.mod . [2020-08-04T07:49:49.080Z] Removing intermediate container 8aa856bd3db0 [2020-08-04T07:49:49.080Z] ---> d8655c1bcc74 [2020-08-04T07:49:49.080Z] [2020-08-04T07:49:49.080Z] Step 10/21 : FROM scratch [2020-08-04T07:49:49.080Z] ---> [2020-08-04T07:49:49.080Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T07:49:49.346Z] ---> Using cache [2020-08-04T07:49:49.346Z] ---> 656b24acd025 [2020-08-04T07:49:49.346Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-04T07:49:49.346Z] ---> Running in edb4c23d2631 [2020-08-04T07:49:49.619Z] ---> Running in 9e4eef36f87c [2020-08-04T07:49:49.881Z] ---> 7a9deb7a4e1f [2020-08-04T07:49:49.881Z] Step 6/29 : RUN go mod download [2020-08-04T07:49:49.881Z] ---> 11938320c9f3 [2020-08-04T07:49:49.881Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-04T07:49:49.881Z] ---> f837872815b2 [2020-08-04T07:49:49.881Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-04T07:49:50.142Z] ---> Running in 23b21b8f7b76 [2020-08-04T07:49:50.142Z] ---> Running in 948e9d24a649 [2020-08-04T07:49:50.142Z] Removing intermediate container 9e4eef36f87c [2020-08-04T07:49:50.142Z] ---> 71f4b7f6dce9 [2020-08-04T07:49:50.142Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:49:50.403Z] ---> Running in 3b8e079d57a7 [2020-08-04T07:49:50.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:50.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:49:50.403Z] ---> cb92fc43d0c2 [2020-08-04T07:49:50.403Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:49:50.681Z] Removing intermediate container 23b21b8f7b76 [2020-08-04T07:49:50.681Z] ---> a27304657b22 [2020-08-04T07:49:50.681Z] Step 17/20 : CMD ["--init=true"] [2020-08-04T07:49:50.681Z] Removing intermediate container 3b8e079d57a7 [2020-08-04T07:49:50.681Z] ---> 91e6eb51033a [2020-08-04T07:49:50.681Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-04T07:49:50.681Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-04T07:49:50.682Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-04T07:49:50.682Z] OK: 10346 distinct packages available [2020-08-04T07:49:50.682Z] ---> Running in e683710b5288 [2020-08-04T07:49:50.682Z] ---> Running in 4b2978286c00 [2020-08-04T07:49:50.945Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-04T07:49:50.945Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-04T07:49:50.945Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-04T07:49:50.945Z] (4/5) Installing curl (7.66.0-r0) [2020-08-04T07:49:50.945Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-04T07:49:50.945Z] Executing busybox-1.30.1-r3.trigger [2020-08-04T07:49:50.945Z] Executing ca-certificates-20191127-r2.trigger [2020-08-04T07:49:51.524Z] OK: 7 MiB in 19 packages [2020-08-04T07:49:51.524Z] Removing intermediate container e683710b5288 [2020-08-04T07:49:51.524Z] ---> 83afbf953eed [2020-08-04T07:49:51.524Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T07:49:51.524Z] Removing intermediate container 4b2978286c00 [2020-08-04T07:49:51.524Z] ---> 55084b55946e [2020-08-04T07:49:51.524Z] Step 18/20 : LABEL arch=x86_64 [2020-08-04T07:49:51.524Z] ---> 3099bb38aea3 [2020-08-04T07:49:51.524Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-04T07:49:51.869Z] 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-04T07:49:52.467Z] ---> Running in 5a86f05180a5 [2020-08-04T07:49:52.730Z] ---> Running in 7f1ad858592f [2020-08-04T07:49:52.730Z] ---> 9175a583f45f [2020-08-04T07:49:52.730Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-04T07:49:52.991Z] Removing intermediate container 7f1ad858592f [2020-08-04T07:49:52.991Z] ---> c32ae48a1873 [2020-08-04T07:49:52.991Z] Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:49:53.253Z] Removing intermediate container 5a86f05180a5 [2020-08-04T07:49:53.253Z] ---> 82d7dc0947c1 [2020-08-04T07:49:53.254Z] Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:49:53.832Z] ---> Running in 4f6b4f01a381 [2020-08-04T07:49:53.832Z] Removing intermediate container 948e9d24a649 [2020-08-04T07:49:53.832Z] ---> 128915975c38 [2020-08-04T07:49:53.832Z] Step 7/29 : COPY . . [2020-08-04T07:49:53.832Z] ---> Running in f51f2727ff89 [2020-08-04T07:49:53.832Z] Removing intermediate container edb4c23d2631 [2020-08-04T07:49:53.832Z] ---> cf8a5c5367e8 [2020-08-04T07:49:53.832Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T07:49:53.832Z] ---> aa5f811d0f26 [2020-08-04T07:49:53.832Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-04T07:49:55.223Z] ---> Running in ccdf5a7c4c2c [2020-08-04T07:49:55.484Z] Removing intermediate container 4f6b4f01a381 [2020-08-04T07:49:55.484Z] ---> 190f860d6170 [2020-08-04T07:49:55.484Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T07:49:55.744Z] ---> 51cc9f1acb20 [2020-08-04T07:49:55.744Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:49:56.007Z] Removing intermediate container f51f2727ff89 [2020-08-04T07:49:56.007Z] ---> 1af708389a29 [2020-08-04T07:49:56.007Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:49:56.007Z] ---> Running in d620c1cf6c36 [2020-08-04T07:49:56.007Z] Removing intermediate container ccdf5a7c4c2c [2020-08-04T07:49:56.007Z] ---> bdf49e919479 [2020-08-04T07:49:56.007Z] Step 13/26 : WORKDIR / [2020-08-04T07:49:56.269Z] ---> Running in e25127f37e1f [2020-08-04T07:49:56.841Z] ---> Running in 628543bd62d7 [2020-08-04T07:49:56.841Z] ---> Running in 229b3ca7e107 [2020-08-04T07:49:57.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-04T07:49:58.228Z] Removing intermediate container d620c1cf6c36 [2020-08-04T07:49:58.228Z] ---> c027c62c21d8 [2020-08-04T07:49:58.228Z] [2020-08-04T07:49:58.489Z] Successfully built c027c62c21d8 [2020-08-04T07:49:58.489Z] Removing intermediate container e25127f37e1f [2020-08-04T07:49:58.489Z] ---> c6aa849687f0 [2020-08-04T07:49:58.489Z] Step 19/21 : LABEL arch=x86_64 [2020-08-04T07:49:58.489Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-04T07:49:59.432Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 628543bd62d7 [2020-08-04T07:49:59.432Z] ---> d8de37fdf541 [2020-08-04T07:49:59.432Z] [2020-08-04T07:49:59.432Z] Removing intermediate container 229b3ca7e107 [2020-08-04T07:49:59.432Z] ---> e5eda6f043cb [2020-08-04T07:49:59.432Z] 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-04T07:50:00.912Z] ---> Running in 4a499630268b [2020-08-04T07:50:01.196Z] Successfully built d8de37fdf541 [2020-08-04T07:50:01.544Z] 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-04T07:50:03.153Z] Successfully tagged docker-core-command-go:latest [2020-08-04T07:50:03.153Z]  Building docker-core-command-go ... done  ---> 1ff82f195d4b [2020-08-04T07:50:03.153Z] 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-04T07:50:04.548Z] Removing intermediate container 4a499630268b [2020-08-04T07:50:04.548Z] ---> 74ecd4e8b82e [2020-08-04T07:50:04.548Z] Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:50:05.957Z] ---> Running in c5382c9c4d3e [2020-08-04T07:50:06.529Z] ---> 4751958fa6d6 [2020-08-04T07:50:06.529Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-04T07:50:07.473Z] Removing intermediate container c5382c9c4d3e [2020-08-04T07:50:07.473Z] ---> 3c5e4dd3990b [2020-08-04T07:50:07.473Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:50:08.239Z] 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-04T07:50:08.836Z] 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-04T07:50:08.862Z] ---> 3ec7449bcb8e [2020-08-04T07:50:08.862Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-04T07:50:08.862Z] ---> Running in a369c31bc51b [2020-08-04T07:50:08.862Z] ---> 8bb6a89ca9e8 [2020-08-04T07:50:08.862Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-04T07:50:09.124Z] ---> Running in dd807d5ad7ae [2020-08-04T07:50:09.124Z] Removing intermediate container a369c31bc51b [2020-08-04T07:50:09.124Z] ---> 17300ce86362 [2020-08-04T07:50:09.124Z] [2020-08-04T07:50:09.124Z] Successfully built 17300ce86362 [2020-08-04T07:50:09.124Z] ---> 1ee3280a735a [2020-08-04T07:50:09.124Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-04T07:50:09.391Z] Successfully tagged docker-support-logging-go:latest [2020-08-04T07:50:09.655Z]  Building docker-support-logging-go ... done 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-04T07:50:09.916Z] ---> 72f6747c78ec [2020-08-04T07:50:09.916Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-04T07:50:10.498Z] ---> a06161268e98 [2020-08-04T07:50:10.498Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-04T07:50:11.076Z] ---> 8e4a1779c2f9 [2020-08-04T07:50:11.076Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T07:50:11.352Z] ---> cef8aca38c0a [2020-08-04T07:50:11.352Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T07:50:11.632Z] ---> Running in 5ec40a997120 [2020-08-04T07:50:13.624Z] Removing intermediate container 5ec40a997120 [2020-08-04T07:50:13.624Z] ---> 0df65075c971 [2020-08-04T07:50:13.624Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T07:50:13.624Z] ---> Running in 069a6140b9f5 [2020-08-04T07:50:13.624Z] Removing intermediate container 069a6140b9f5 [2020-08-04T07:50:13.624Z] ---> 1aa94f7215a5 [2020-08-04T07:50:13.624Z] Step 24/26 : LABEL arch=x86_64 [2020-08-04T07:50:13.624Z] ---> Running in 5f5dc991dda2 [2020-08-04T07:50:13.885Z] Removing intermediate container 5f5dc991dda2 [2020-08-04T07:50:13.885Z] ---> d66081213a18 [2020-08-04T07:50:13.885Z] Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:50:13.885Z] ---> Running in 3b74f7029341 [2020-08-04T07:50:14.147Z] Removing intermediate container 3b74f7029341 [2020-08-04T07:50:14.147Z] ---> ddcb32f89b0d [2020-08-04T07:50:14.147Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T07:50:14.147Z] ---> Running in aad2c6e4c382 [2020-08-04T07:50:14.233Z] 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-04T07:50:14.419Z] Removing intermediate container aad2c6e4c382 [2020-08-04T07:50:14.419Z] ---> eb0c913b3b6f [2020-08-04T07:50:14.419Z] [2020-08-04T07:50:14.683Z] Successfully built eb0c913b3b6f [2020-08-04T07:50:14.951Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-04T07:50:19.609Z] 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-04T07:50:20.354Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container dd807d5ad7ae [2020-08-04T07:50:20.354Z] ---> 0c901f4f0b8c [2020-08-04T07:50:20.354Z] [2020-08-04T07:50:20.354Z] Step 9/29 : FROM alpine:latest [2020-08-04T07:50:20.354Z] ---> a24bb4013296 [2020-08-04T07:50:20.354Z] 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-04T07:50:20.354Z] ---> Running in 05ecfe5e244f [2020-08-04T07:50:20.354Z] Removing intermediate container 05ecfe5e244f [2020-08-04T07:50:20.354Z] ---> c40fb301be07 [2020-08-04T07:50:20.354Z] Step 11/29 : USER root [2020-08-04T07:50:20.354Z] ---> Running in 3e139e24d3c3 [2020-08-04T07:50:20.354Z] Removing intermediate container 3e139e24d3c3 [2020-08-04T07:50:20.354Z] ---> e2002464a8ae [2020-08-04T07:50:20.354Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-04T07:50:20.354Z] ---> Running in e6b3b39e29e7 [2020-08-04T07:50:20.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T07:50:20.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T07:50:21.186Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:50:21.186Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:50:21.186Z] OK: 12749 distinct packages available [2020-08-04T07:50:21.186Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-04T07:50:21.450Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-04T07:50:21.450Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:50:21.450Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T07:50:21.450Z] OK: 6 MiB in 16 packages [2020-08-04T07:50:22.838Z] Removing intermediate container e6b3b39e29e7 [2020-08-04T07:50:22.838Z] ---> f5542c1bac5e [2020-08-04T07:50:22.838Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-04T07:50:22.838Z] ---> Running in 1473ff5f9b98 [2020-08-04T07:50:22.838Z] Removing intermediate container 1473ff5f9b98 [2020-08-04T07:50:22.838Z] ---> 44934cf3f832 [2020-08-04T07:50:22.838Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-04T07:50:22.838Z] ---> Running in 1328796b2a99 [2020-08-04T07:50:22.982Z] 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-04T07:50:23.099Z] Removing intermediate container 1328796b2a99 [2020-08-04T07:50:23.099Z] ---> bd29a3039681 [2020-08-04T07:50:23.099Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-04T07:50:23.099Z] ---> Running in cfa372cc82a8 [2020-08-04T07:50:24.041Z] Removing intermediate container cfa372cc82a8 [2020-08-04T07:50:24.041Z] ---> 8f1859019744 [2020-08-04T07:50:24.041Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-04T07:50:25.427Z] ---> fccd1d26124b [2020-08-04T07:50:25.427Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-04T07:50:25.688Z] ---> c72055d356cd [2020-08-04T07:50:25.688Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-04T07:50:25.948Z] ---> 5e898f64c48c [2020-08-04T07:50:25.948Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-04T07:50:26.210Z] ---> 34c18bd0c98e [2020-08-04T07:50:26.210Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-04T07:50:26.470Z] ---> 9b708a72655f [2020-08-04T07:50:26.470Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-04T07:50:26.470Z] ---> Running in 3e6b64195db1 [2020-08-04T07:50:27.280Z] 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-04T07:50:27.416Z] Removing intermediate container 3e6b64195db1 [2020-08-04T07:50:27.416Z] ---> 3f1e88530ca4 [2020-08-04T07:50:27.416Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T07:50:27.680Z] ---> 6d2b63a528b8 [2020-08-04T07:50:27.680Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T07:50:27.941Z] ---> Running in e4f17ef133f9 [2020-08-04T07:50:28.515Z] Removing intermediate container e4f17ef133f9 [2020-08-04T07:50:28.515Z] ---> 3bbe42d1d89c [2020-08-04T07:50:28.515Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-04T07:50:28.776Z] ---> Running in 0b2e6261ebb9 [2020-08-04T07:50:29.722Z] Removing intermediate container 0b2e6261ebb9 [2020-08-04T07:50:29.722Z] ---> 0e300dd8fb24 [2020-08-04T07:50:29.722Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T07:50:29.722Z] ---> Running in 1aa250d79c44 [2020-08-04T07:50:29.984Z] Removing intermediate container 1aa250d79c44 [2020-08-04T07:50:29.984Z] ---> 31fcb283b400 [2020-08-04T07:50:29.984Z] Step 26/29 : CMD [ "generate" ] [2020-08-04T07:50:29.984Z] ---> Running in ba0a127304ed [2020-08-04T07:50:29.984Z] Removing intermediate container ba0a127304ed [2020-08-04T07:50:29.984Z] ---> 3a715ed613fc [2020-08-04T07:50:29.984Z] Step 27/29 : LABEL arch=x86_64 [2020-08-04T07:50:30.245Z] ---> Running in 447be82dd4b3 [2020-08-04T07:50:30.245Z] Removing intermediate container 447be82dd4b3 [2020-08-04T07:50:30.245Z] ---> b6a084423c5f [2020-08-04T07:50:30.245Z] Step 28/29 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:50:30.507Z] ---> Running in 2bc163e9c8dd [2020-08-04T07:50:30.507Z] Removing intermediate container 2bc163e9c8dd [2020-08-04T07:50:30.507Z] ---> a39edabac567 [2020-08-04T07:50:30.507Z] Step 29/29 : LABEL version=0.0.0 [2020-08-04T07:50:30.507Z] ---> Running in 6cc348e8e250 [2020-08-04T07:50:30.767Z] Removing intermediate container 6cc348e8e250 [2020-08-04T07:50:30.767Z] ---> 72cd9b48f7f8 [2020-08-04T07:50:30.767Z] [2020-08-04T07:50:31.026Z] Successfully built 72cd9b48f7f8 [2020-08-04T07:50:31.027Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-04T07:50:31.569Z] 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-04T07:50:31.621Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-04T07:50:31.673Z] $ docker stop --time=1 2e76757b3f6bfb42665769e0e311abd74a3f8c04b523555adef5f1dbe2db3571 [2020-08-04T07:50:33.415Z] $ docker rm -f 2e76757b3f6bfb42665769e0e311abd74a3f8c04b523555adef5f1dbe2db3571 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-04T07:50:34.082Z] + docker images [2020-08-04T07:50:34.082Z] + grep docker [2020-08-04T07:50:34.654Z] docker-security-secrets-setup-go latest 72cd9b48f7f8 4 seconds ago 25.1MB [2020-08-04T07:50:34.654Z] docker-security-secretstore-setup-go latest eb0c913b3b6f 20 seconds ago 33.9MB [2020-08-04T07:50:34.654Z] docker-support-logging-go latest 17300ce86362 26 seconds ago 11.8MB [2020-08-04T07:50:34.654Z] docker-core-command-go latest d8de37fdf541 36 seconds ago 13MB [2020-08-04T07:50:34.654Z] docker-security-proxy-setup-go latest c027c62c21d8 38 seconds ago 16.4MB [2020-08-04T07:50:34.654Z] docker-sys-mgmt-agent-go latest 64ad0cd6eb67 About a minute ago 284MB [2020-08-04T07:50:34.654Z] docker-core-data-go latest 78837b977630 2 minutes ago 24.4MB [2020-08-04T07:50:34.654Z] docker-support-notifications-go latest 2c06bf4aec74 2 minutes ago 14.5MB [2020-08-04T07:50:34.654Z] docker-core-metadata-go latest 21830ac545ec 2 minutes ago 14.4MB [2020-08-04T07:50:34.654Z] docker-support-scheduler-go latest 8d0a7cb2d2e0 3 minutes ago 13.1MB [2020-08-04T07:50:34.654Z] docker latest 81f5749c9058 5 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-08-04T07:50:34.942Z] 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 Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-08-04T07:50:38.315Z] $ docker stop --time=1 59b7d8418162bf722d159259473cc7f6bdb5f8e522145e813d43a47b4ec0ad43 [2020-08-04T07:50:40.903Z] $ docker rm -f 59b7d8418162bf722d159259473cc7f6bdb5f8e522145e813d43a47b4ec0ad43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:50:42.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T07:50:42.373Z] [2020-08-04T07:50:42.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:50:43.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T07:50:43.283Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-04T07:50:43.283Z] 29e5d40040c1: Pulling fs layer [2020-08-04T07:50:43.283Z] 1ce36da41761: Pulling fs layer [2020-08-04T07:50:43.283Z] 25b303627fd3: Pulling fs layer [2020-08-04T07:50:43.283Z] 29e5d40040c1: Verifying Checksum [2020-08-04T07:50:43.283Z] 29e5d40040c1: Download complete [2020-08-04T07:50:43.881Z] 1ce36da41761: Verifying Checksum [2020-08-04T07:50:43.881Z] 1ce36da41761: Download complete [2020-08-04T07:50:43.881Z] 29e5d40040c1: Pull complete [2020-08-04T07:50:45.309Z] 1ce36da41761: Pull complete [2020-08-04T07:50:45.309Z] 25b303627fd3: Verifying Checksum [2020-08-04T07:50:45.309Z] 25b303627fd3: Download complete [2020-08-04T07:50:55.442Z] 25b303627fd3: Pull complete [2020-08-04T07:50:55.442Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-04T07:50:55.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T07:50:55.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-04T07:50:55.712Z] prd-ubuntu18.04-docker-arm64-4c-16g-2043 does not seem to be running inside a container [2020-08-04T07:50:55.776Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-04T07:50:59.439Z] $ docker top a1ab6cb8311f8f6c558a98c517e8867c17151bb9c3f3c21f4e7d783ad70ef488 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:51:00.915Z] + docker-compose build --help [2020-08-04T07:51:00.915Z] + grep parallel [2020-08-04T07:51:04.280Z] --parallel Build images in parallel. [Pipeline] } [2020-08-04T07:51:04.557Z] $ docker stop --time=1 a1ab6cb8311f8f6c558a98c517e8867c17151bb9c3f3c21f4e7d783ad70ef488 [2020-08-04T07:51:06.554Z] $ docker rm -f a1ab6cb8311f8f6c558a98c517e8867c17151bb9c3f3c21f4e7d783ad70ef488 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T07:51:07.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-04T07:51:07.322Z] . [Pipeline] withDockerContainer [2020-08-04T07:51:07.554Z] prd-ubuntu18.04-docker-arm64-4c-16g-2043 does not seem to be running inside a container [2020-08-04T07:51:07.623Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-04T07:51:09.126Z] $ docker top 46c70215fc98daa429a66c43c0a250eb5bebc087beaa62f0950e2c66dff2f43c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T07:51:10.146Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-04T07:51:14.423Z] Building docker-core-command-go ... [2020-08-04T07:51:14.423Z] Building docker-core-data-go ... [2020-08-04T07:51:14.423Z] Building docker-core-metadata-go ... [2020-08-04T07:51:14.423Z] Building docker-security-proxy-setup-go ... [2020-08-04T07:51:14.423Z] Building docker-security-secrets-setup-go ... [2020-08-04T07:51:14.423Z] Building docker-security-secretstore-setup-go ... [2020-08-04T07:51:14.423Z] Building docker-support-logging-go ... [2020-08-04T07:51:14.423Z] Building docker-support-notifications-go ... [2020-08-04T07:51:14.423Z] Building docker-support-scheduler-go ... [2020-08-04T07:51:14.423Z] Building docker-sys-mgmt-agent-go ... [2020-08-04T07:51:14.423Z] Building docker-core-data-go [2020-08-04T07:51:14.423Z] Building docker-security-secretstore-setup-go [2020-08-04T07:51:14.423Z] Building docker-sys-mgmt-agent-go [2020-08-04T07:51:14.423Z] Building docker-security-proxy-setup-go [2020-08-04T07:51:14.423Z] Building docker-support-scheduler-go [2020-08-04T07:53:06.210Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:06.210Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:06.210Z] ---> 8bb1ae1a5832 [2020-08-04T07:53:06.210Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T07:53:06.210Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:06.210Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:06.210Z] ---> 8bb1ae1a5832 [2020-08-04T07:53:06.210Z] Step 3/20 : WORKDIR /edgex-go [2020-08-04T07:53:06.210Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:06.210Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:06.210Z] ---> 8bb1ae1a5832 [2020-08-04T07:53:06.210Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T07:53:06.210Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:06.210Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:06.210Z] ---> 8bb1ae1a5832 [2020-08-04T07:53:06.210Z] Step 3/26 : WORKDIR /edgex-go [2020-08-04T07:53:06.210Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:53:06.210Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:53:06.210Z] ---> 8bb1ae1a5832 [2020-08-04T07:53:06.210Z] Step 3/22 : WORKDIR /edgex-go [2020-08-04T07:53:06.210Z] ---> Running in f22b9d8d7783 [2020-08-04T07:53:06.210Z] ---> Running in a06fd9ebc872 [2020-08-04T07:53:06.210Z] ---> Running in a70f2539c4c5 [2020-08-04T07:53:06.210Z] ---> Running in 13e0f065026e [2020-08-04T07:53:06.210Z] ---> Running in ef33e1bffce5 [2020-08-04T07:53:06.210Z] Removing intermediate container ef33e1bffce5 [2020-08-04T07:53:06.210Z] ---> 4c1d2ce530fd [2020-08-04T07:53:06.210Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:06.210Z] Removing intermediate container 13e0f065026e [2020-08-04T07:53:06.210Z] ---> 8c904e91f220 [2020-08-04T07:53:06.210Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:06.210Z] Removing intermediate container a06fd9ebc872 [2020-08-04T07:53:06.210Z] ---> 2a7158fad502 [2020-08-04T07:53:06.210Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:06.210Z] Removing intermediate container a70f2539c4c5 [2020-08-04T07:53:06.210Z] ---> 96dcdd5b52e0 [2020-08-04T07:53:06.210Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:06.210Z] Removing intermediate container f22b9d8d7783 [2020-08-04T07:53:06.210Z] ---> 607b4d47bbbb [2020-08-04T07:53:06.210Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:53:06.210Z] ---> Running in d402a7384f82 [2020-08-04T07:53:06.210Z] ---> Running in bae6a3a3f804 [2020-08-04T07:53:06.210Z] ---> Running in 7f8b572154c5 [2020-08-04T07:53:06.210Z] ---> Running in d40194fc1c37 [2020-08-04T07:53:06.210Z] ---> Running in ce4a285c5844 [2020-08-04T07:53:08.851Z] Removing intermediate container d402a7384f82 [2020-08-04T07:53:08.851Z] ---> 9beab255be43 [2020-08-04T07:53:08.851Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T07:53:09.129Z] ---> Running in 4d8a5280d2c3 [2020-08-04T07:53:09.403Z] Removing intermediate container bae6a3a3f804 [2020-08-04T07:53:09.403Z] ---> da1e0d71190c [2020-08-04T07:53:09.403Z] Step 5/20 : RUN apk update && apk add make git [2020-08-04T07:53:09.679Z] ---> Running in 286ebed43f21 [2020-08-04T07:53:09.679Z] Removing intermediate container 7f8b572154c5 [2020-08-04T07:53:09.679Z] ---> ac7f5420ba3b [2020-08-04T07:53:09.679Z] Step 5/26 : RUN apk update && apk add make git [2020-08-04T07:53:09.956Z] Removing intermediate container d40194fc1c37 [2020-08-04T07:53:09.956Z] ---> 346ce46ee1ed [2020-08-04T07:53:09.956Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-04T07:53:09.956Z] Removing intermediate container ce4a285c5844 [2020-08-04T07:53:09.956Z] ---> c02444ecef19 [2020-08-04T07:53:09.956Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-04T07:53:09.956Z] ---> Running in 30a4f1eef836 [2020-08-04T07:53:10.227Z] ---> Running in 9597a4f7d5f2 [2020-08-04T07:53:10.227Z] ---> Running in aac8f58c1721 [2020-08-04T07:53:11.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:11.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:12.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:12.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:12.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:12.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:13.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:13.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:13.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:14.050Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:14.050Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:14.050Z] OK: 12620 distinct packages available [2020-08-04T07:53:14.326Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:14.326Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:14.326Z] OK: 12620 distinct packages available [2020-08-04T07:53:14.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:53:14.326Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:14.326Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:14.326Z] OK: 12620 distinct packages available [2020-08-04T07:53:14.920Z] OK: 217 MiB in 51 packages [2020-08-04T07:53:15.195Z] OK: 217 MiB in 51 packages [2020-08-04T07:53:15.195Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:15.195Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:15.195Z] OK: 12620 distinct packages available [2020-08-04T07:53:15.195Z] OK: 217 MiB in 51 packages [2020-08-04T07:53:15.195Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:53:15.195Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:53:15.195Z] OK: 12620 distinct packages available [2020-08-04T07:53:16.198Z] OK: 217 MiB in 51 packages [2020-08-04T07:53:16.198Z] OK: 217 MiB in 51 packages [2020-08-04T07:53:16.808Z] Removing intermediate container 4d8a5280d2c3 [2020-08-04T07:53:16.808Z] ---> 9a57539e6398 [2020-08-04T07:53:16.808Z] Step 6/20 : COPY go.mod . [2020-08-04T07:53:17.084Z] Removing intermediate container aac8f58c1721 [2020-08-04T07:53:17.084Z] ---> d732f7a419ec [2020-08-04T07:53:17.084Z] Step 6/22 : COPY go.mod . [2020-08-04T07:53:17.362Z] Removing intermediate container 9597a4f7d5f2 [2020-08-04T07:53:17.362Z] ---> afc28ee1853b [2020-08-04T07:53:17.362Z] Step 6/26 : COPY go.mod . [2020-08-04T07:53:17.637Z] ---> e42093979e3a [2020-08-04T07:53:17.637Z] Step 7/20 : RUN go mod download [2020-08-04T07:53:18.237Z] ---> Running in d940ec818dc4 [2020-08-04T07:53:18.512Z] ---> 689b9971b71b [2020-08-04T07:53:18.512Z] Step 7/22 : RUN go mod download [2020-08-04T07:53:18.512Z] ---> d991659d1326 [2020-08-04T07:53:18.512Z] Step 7/26 : RUN go mod download [2020-08-04T07:53:18.512Z] Removing intermediate container 286ebed43f21 [2020-08-04T07:53:18.512Z] Removing intermediate container 30a4f1eef836 [2020-08-04T07:53:18.512Z] ---> 3a5ef50d7919 [2020-08-04T07:53:18.512Z] ---> 78d197ff578c [2020-08-04T07:53:18.512Z] Step 6/20 : COPY go.mod . [2020-08-04T07:53:18.512Z] Step 6/26 : COPY go.mod . [2020-08-04T07:53:18.791Z] ---> Running in 5e150942faea [2020-08-04T07:53:18.791Z] ---> Running in 92137b8733aa [2020-08-04T07:53:19.781Z] ---> b153b6bf0474 [2020-08-04T07:53:19.781Z] Step 7/20 : RUN go mod download [2020-08-04T07:53:20.065Z] ---> 4fa43f32ce62 [2020-08-04T07:53:20.065Z] Step 7/26 : RUN go mod download [2020-08-04T07:53:20.065Z] ---> Running in aaf846610be6 [2020-08-04T07:53:20.342Z] ---> Running in 4fbdc17bfe2c [2020-08-04T07:53:23.758Z] Removing intermediate container d940ec818dc4 [2020-08-04T07:53:23.758Z] ---> 9f4b28123773 [2020-08-04T07:53:23.758Z] Step 8/20 : COPY . . [2020-08-04T07:53:23.758Z] Removing intermediate container 92137b8733aa [2020-08-04T07:53:23.758Z] ---> 43d0d3e0afc2 [2020-08-04T07:53:23.758Z] Step 8/26 : COPY . . [2020-08-04T07:53:24.354Z] Removing intermediate container 5e150942faea [2020-08-04T07:53:24.354Z] ---> dc043873e412 [2020-08-04T07:53:24.354Z] Step 8/22 : COPY . . [2020-08-04T07:53:25.795Z] Removing intermediate container aaf846610be6 [2020-08-04T07:53:25.795Z] ---> aa61efc789c8 [2020-08-04T07:53:25.795Z] Step 8/20 : COPY . . [2020-08-04T07:53:29.188Z] Removing intermediate container 4fbdc17bfe2c [2020-08-04T07:53:29.188Z] ---> 8b6cc4743c07 [2020-08-04T07:53:29.188Z] Step 8/26 : COPY . . [2020-08-04T07:53:55.982Z] ---> ed98193e0c98 [2020-08-04T07:53:55.982Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-04T07:53:55.982Z] ---> b474aba2420b [2020-08-04T07:53:55.982Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-04T07:53:56.254Z] ---> 9a8cf59afbfc [2020-08-04T07:53:56.254Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-04T07:53:56.254Z] ---> 7439a4c36876 [2020-08-04T07:53:56.254Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-04T07:53:56.254Z] ---> Running in 788c27022897 [2020-08-04T07:53:56.254Z] ---> Running in 12013d938aad [2020-08-04T07:53:56.254Z] ---> f550c9044732 [2020-08-04T07:53:56.254Z] 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-04T07:53:56.531Z] ---> Running in 1ad80187220b [2020-08-04T07:53:56.531Z] ---> Running in c43a6b7bc551 [2020-08-04T07:53:56.531Z] ---> Running in b0fd20b79375 [2020-08-04T07:53:59.162Z] 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-04T07:53:59.162Z] 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-04T07:53:59.162Z] 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-04T07:53:59.440Z] 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-04T07:53:59.440Z] 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-04T07:55:21.287Z] 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-04T07:55:28.035Z] Removing intermediate container 12013d938aad [2020-08-04T07:55:28.035Z] ---> bfad4ebab020 [2020-08-04T07:55:28.035Z] [2020-08-04T07:55:28.035Z] Step 10/20 : FROM alpine [2020-08-04T07:55:28.035Z] latest: Pulling from library/alpine [2020-08-04T07:55:28.035Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-04T07:55:28.035Z] Status: Downloaded newer image for alpine:latest [2020-08-04T07:55:28.035Z] ---> 62ee0e9f8440 [2020-08-04T07:55:28.035Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-04T07:55:28.035Z] ---> Running in 91894624b087 [2020-08-04T07:55:30.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:30.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:31.658Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:55:31.658Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:55:31.658Z] OK: 12620 distinct packages available [2020-08-04T07:55:32.261Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-04T07:55:32.540Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T07:55:32.540Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-04T07:55:32.540Z] (4/4) Installing curl (7.69.1-r0) [2020-08-04T07:55:32.540Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:55:32.540Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T07:55:32.815Z] OK: 7 MiB in 18 packages [2020-08-04T07:55:36.263Z] Removing intermediate container 91894624b087 [2020-08-04T07:55:36.263Z] ---> a78849578911 [2020-08-04T07:55:36.263Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T07:55:36.263Z] ---> Running in ae3eacb0e7ce [2020-08-04T07:55:36.555Z] 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-04T07:55:37.162Z] Removing intermediate container ae3eacb0e7ce [2020-08-04T07:55:37.162Z] ---> 5e8ba8909d1a [2020-08-04T07:55:37.162Z] Step 13/20 : WORKDIR /edgex [2020-08-04T07:55:37.770Z] ---> Running in 6e924cb8811a [2020-08-04T07:55:39.218Z] Removing intermediate container 6e924cb8811a [2020-08-04T07:55:39.218Z] ---> 008f16b2059a [2020-08-04T07:55:39.218Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-04T07:55:40.216Z] Removing intermediate container 788c27022897 [2020-08-04T07:55:40.216Z] ---> ce83cb68fe91 [2020-08-04T07:55:40.216Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-04T07:55:40.504Z] ---> Running in cef86c8636de [2020-08-04T07:55:40.504Z] ---> e7141f2313f2 [2020-08-04T07:55:40.504Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-04T07:55:43.151Z] ---> 37c5c9b3721e [2020-08-04T07:55:43.151Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-04T07:55:43.151Z] 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-04T07:55:43.151Z] ---> Running in 379dd41598e2 [2020-08-04T07:55:43.758Z] Removing intermediate container 379dd41598e2 [2020-08-04T07:55:43.758Z] ---> b6736d3d34ac [2020-08-04T07:55:43.758Z] Step 17/20 : CMD ["--init=true"] [2020-08-04T07:55:44.052Z] ---> Running in b5340d117dc7 [2020-08-04T07:55:44.676Z] Removing intermediate container b5340d117dc7 [2020-08-04T07:55:44.676Z] ---> 915ae6ae792b [2020-08-04T07:55:44.676Z] Step 18/20 : LABEL arch=arm64 [2020-08-04T07:55:44.955Z] ---> Running in 50f3b5739a03 [2020-08-04T07:55:45.569Z] Removing intermediate container 50f3b5739a03 [2020-08-04T07:55:45.569Z] ---> 871b8e318613 [2020-08-04T07:55:45.569Z] Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:55:46.173Z] ---> Running in 9dfb90b2de22 [2020-08-04T07:55:46.790Z] Removing intermediate container 9dfb90b2de22 [2020-08-04T07:55:46.790Z] ---> 872fbac7394f [2020-08-04T07:55:46.790Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T07:55:47.085Z] ---> Running in bce890a4cc56 [2020-08-04T07:55:48.551Z] Removing intermediate container bce890a4cc56 [2020-08-04T07:55:48.551Z] ---> b793810e10c5 [2020-08-04T07:55:48.551Z] [2020-08-04T07:55:50.023Z] Successfully built b793810e10c5 [2020-08-04T07:55:50.023Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-04T07:55:50.023Z] Building docker-support-logging-go [2020-08-04T07:55:50.629Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cef86c8636de [2020-08-04T07:55:50.630Z] ---> 3813b778fa8a [2020-08-04T07:55:50.630Z] [2020-08-04T07:55:50.630Z] Step 11/26 : FROM docker:latest [2020-08-04T07:55:50.630Z] ---> ce9d55ae87f1 [2020-08-04T07:55:50.630Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-04T07:55:51.236Z] ---> Running in f4ec39be94c7 [2020-08-04T07:55:52.217Z] Removing intermediate container b0fd20b79375 [2020-08-04T07:55:52.217Z] ---> 1a1307990584 [2020-08-04T07:55:52.217Z] [2020-08-04T07:55:52.217Z] Step 10/26 : FROM alpine:3.10 [2020-08-04T07:55:52.819Z] 3.10: Pulling from library/alpine [2020-08-04T07:55:54.815Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-04T07:55:54.815Z] Status: Downloaded newer image for alpine:3.10 [2020-08-04T07:55:54.815Z] ---> 536a684cf733 [2020-08-04T07:55:54.815Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-04T07:55:54.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:55.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:55.689Z] (1/2) Installing readline (8.0.4-r0) [2020-08-04T07:55:55.689Z] (2/2) Installing bash (5.0.17-r0) [2020-08-04T07:55:55.689Z] Executing bash-5.0.17-r0.post-install [2020-08-04T07:55:55.689Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:55:55.689Z] OK: 12 MiB in 22 packages [2020-08-04T07:55:56.300Z] ---> Running in 2f4ad002b963 [2020-08-04T07:55:58.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:58.933Z] Removing intermediate container f4ec39be94c7 [2020-08-04T07:55:58.933Z] ---> 44f3f5d838a4 [2020-08-04T07:55:58.933Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-04T07:55:59.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:55:59.218Z] Removing intermediate container 1ad80187220b [2020-08-04T07:55:59.218Z] ---> 3b28573d473c [2020-08-04T07:55:59.218Z] [2020-08-04T07:55:59.218Z] Step 10/20 : FROM scratch [2020-08-04T07:55:59.218Z] ---> [2020-08-04T07:55:59.218Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:55:59.505Z] ---> Running in 614927b1e334 [2020-08-04T07:55:59.505Z] ---> Running in eaac4d77954c [2020-08-04T07:55:59.505Z] v3.10.5-64-g415cd71e45 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-04T07:55:59.505Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-04T07:55:59.505Z] OK: 10167 distinct packages available [2020-08-04T07:56:00.104Z] Removing intermediate container 614927b1e334 [2020-08-04T07:56:00.104Z] ---> 7cb4d3fbf2bf [2020-08-04T07:56:00.104Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-04T07:56:00.379Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-04T07:56:00.379Z] ---> Running in 10d411686e57 [2020-08-04T07:56:00.379Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-04T07:56:00.379Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-04T07:56:00.379Z] (4/5) Installing curl (7.66.0-r0) [2020-08-04T07:56:00.379Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-04T07:56:00.379Z] Executing busybox-1.30.1-r3.trigger [2020-08-04T07:56:00.659Z] Executing ca-certificates-20191127-r2.trigger [2020-08-04T07:56:00.659Z] OK: 7 MiB in 19 packages [2020-08-04T07:56:01.269Z] Removing intermediate container 10d411686e57 [2020-08-04T07:56:01.269Z] ---> 2e9e461c4d34 [2020-08-04T07:56:01.269Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-04T07:56:01.874Z] ---> Running in c0f3180709e3 [2020-08-04T07:56:02.866Z] Removing intermediate container c0f3180709e3 [2020-08-04T07:56:02.866Z] ---> 6989d567b711 [2020-08-04T07:56:02.866Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-04T07:56:03.857Z] Removing intermediate container 2f4ad002b963 [2020-08-04T07:56:03.857Z] ---> e753f564e819 [2020-08-04T07:56:03.857Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-04T07:56:04.135Z] ---> db3f3a1bf887 [2020-08-04T07:56:04.135Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-04T07:56:04.737Z] Removing intermediate container eaac4d77954c [2020-08-04T07:56:04.737Z] ---> f851fc6ab7c3 [2020-08-04T07:56:04.737Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-04T07:56:05.333Z] ---> Running in 361407f97d8c [2020-08-04T07:56:05.617Z] ---> Running in 24201773233f [2020-08-04T07:56:06.226Z] Removing intermediate container 361407f97d8c [2020-08-04T07:56:06.226Z] ---> 7ee9eefbc6d2 [2020-08-04T07:56:06.226Z] Step 13/26 : WORKDIR / [2020-08-04T07:56:06.830Z] Removing intermediate container 24201773233f [2020-08-04T07:56:06.830Z] ---> 042524e6f7d2 [2020-08-04T07:56:06.830Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-04T07:56:07.103Z] ---> Running in 18408a5b6dba [2020-08-04T07:56:07.711Z] ---> c773da8c6d14 [2020-08-04T07:56:07.711Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:07.711Z] ---> Running in 63140ca6877e [2020-08-04T07:56:08.312Z] Removing intermediate container 18408a5b6dba [2020-08-04T07:56:08.312Z] ---> 98ffe9a2a3bd [2020-08-04T07:56:08.312Z] 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-04T07:56:08.913Z] Removing intermediate container 63140ca6877e [2020-08-04T07:56:08.913Z] ---> 82d7d87edfde [2020-08-04T07:56:08.913Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-04T07:56:09.185Z] ---> 1dcc4d09e8ec [2020-08-04T07:56:09.185Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:56:09.458Z] ---> Running in 93200d49e8b2 [2020-08-04T07:56:09.728Z] ---> Running in 4a91bbcbcf71 [2020-08-04T07:56:09.728Z] ---> 2303c36a9c2f [2020-08-04T07:56:09.728Z] 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-04T07:56:10.330Z] Removing intermediate container 93200d49e8b2 [2020-08-04T07:56:10.330Z] ---> 3119665994ac [2020-08-04T07:56:10.330Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-04T07:56:10.607Z] Removing intermediate container 4a91bbcbcf71 [2020-08-04T07:56:10.607Z] ---> 95fa098e6ffc [2020-08-04T07:56:10.607Z] Step 18/20 : LABEL arch=arm64 [2020-08-04T07:56:11.205Z] ---> Running in 5fa8118f3bd0 [2020-08-04T07:56:11.478Z] ---> acb030b4c0e3 [2020-08-04T07:56:11.478Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:12.923Z] ---> 17fc223e9bdb [2020-08-04T07:56:12.923Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:13.199Z] Removing intermediate container 5fa8118f3bd0 [2020-08-04T07:56:13.199Z] ---> 8e7a7b069879 [2020-08-04T07:56:13.199Z] Step 19/20 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:56:13.479Z] ---> 431404522b55 [2020-08-04T07:56:13.479Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-04T07:56:13.757Z] ---> Running in 267b5c3ebeba [2020-08-04T07:56:14.033Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:56:14.033Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:56:14.033Z] ---> 8bb1ae1a5832 [2020-08-04T07:56:14.033Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:56:14.033Z] ---> Using cache [2020-08-04T07:56:14.033Z] ---> 607b4d47bbbb [2020-08-04T07:56:14.033Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:56:14.033Z] ---> Using cache [2020-08-04T07:56:14.033Z] ---> c02444ecef19 [2020-08-04T07:56:14.033Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-04T07:56:14.033Z] ---> Running in 5d09a510db63 [2020-08-04T07:56:14.033Z] ---> 73e6698b08df [2020-08-04T07:56:14.033Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-04T07:56:14.326Z] Removing intermediate container 267b5c3ebeba [2020-08-04T07:56:14.326Z] ---> a0566b5e9513 [2020-08-04T07:56:14.326Z] Step 20/20 : LABEL version=0.0.0 [2020-08-04T07:56:14.611Z] ---> Running in f847a9923e9f [2020-08-04T07:56:14.886Z] ---> c36be163cf55 [2020-08-04T07:56:14.886Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-04T07:56:15.876Z] Removing intermediate container f847a9923e9f [2020-08-04T07:56:15.876Z] ---> a696f2915f58 [2020-08-04T07:56:15.876Z] [2020-08-04T07:56:16.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:16.428Z] ---> 20d2446c55c4 [2020-08-04T07:56:16.428Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-04T07:56:16.428Z] Successfully built a696f2915f58 [2020-08-04T07:56:16.700Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-04T07:56:16.700Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-04T07:56:17.300Z] ---> Running in a32ea9749e7c [2020-08-04T07:56:17.300Z] ---> e45313ffb10a [2020-08-04T07:56:17.300Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-04T07:56:17.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:17.899Z] Removing intermediate container c43a6b7bc551 [2020-08-04T07:56:17.899Z] ---> 1d49b315cf16 [2020-08-04T07:56:17.899Z] [2020-08-04T07:56:17.899Z] Step 10/22 : FROM alpine [2020-08-04T07:56:17.899Z] ---> 62ee0e9f8440 [2020-08-04T07:56:17.899Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:56:19.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:19.341Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:56:19.341Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:56:19.341Z] OK: 12620 distinct packages available [2020-08-04T07:56:19.341Z] ---> Running in 44b06cfe01fe [2020-08-04T07:56:19.947Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:19.947Z] OK: 217 MiB in 51 packages [2020-08-04T07:56:19.947Z] ---> 4cb117697880 [2020-08-04T07:56:19.947Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-04T07:56:20.547Z] Removing intermediate container 44b06cfe01fe [2020-08-04T07:56:20.547Z] ---> 8e7deed9afc0 [2020-08-04T07:56:20.547Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-04T07:56:20.547Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-04T07:56:20.547Z] (2/33) Installing expat (2.2.9-r1) [2020-08-04T07:56:20.547Z] (3/33) Installing libffi (3.3-r2) [2020-08-04T07:56:20.547Z] (4/33) Installing gdbm (1.13-r1) [2020-08-04T07:56:20.547Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-04T07:56:20.834Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-04T07:56:20.834Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-04T07:56:21.110Z] OK: 217 MiB in 51 packages [2020-08-04T07:56:22.590Z] ---> Running in e4dfdb089d5c [2020-08-04T07:56:22.867Z] ---> 7b78dcde4a72 [2020-08-04T07:56:22.867Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T07:56:23.481Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-04T07:56:23.481Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-04T07:56:23.481Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-04T07:56:23.481Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-04T07:56:23.481Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-04T07:56:23.481Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-04T07:56:23.481Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-04T07:56:23.762Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-04T07:56:23.762Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-04T07:56:23.762Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-04T07:56:23.762Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-04T07:56:23.762Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-04T07:56:24.035Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-04T07:56:24.035Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-04T07:56:24.035Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-04T07:56:24.035Z] Removing intermediate container e4dfdb089d5c [2020-08-04T07:56:24.035Z] ---> 5a7823c13671 [2020-08-04T07:56:24.035Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-04T07:56:24.035Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-04T07:56:24.035Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-04T07:56:24.035Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-04T07:56:24.035Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-04T07:56:24.315Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-04T07:56:24.315Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-04T07:56:24.315Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-04T07:56:24.315Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-04T07:56:24.315Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-04T07:56:24.315Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-04T07:56:24.315Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-04T07:56:24.315Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:56:24.610Z] OK: 71 MiB in 55 packages [2020-08-04T07:56:24.610Z] ---> 57138cd5b3c7 [2020-08-04T07:56:24.610Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T07:56:24.610Z] Removing intermediate container 5d09a510db63 [2020-08-04T07:56:24.610Z] ---> 1fa36a5cb075 [2020-08-04T07:56:24.610Z] Step 6/21 : COPY go.mod . [2020-08-04T07:56:24.885Z] ---> Running in 6a3bc49fdbb3 [2020-08-04T07:56:24.885Z] ---> Running in cd0f7305c6e8 [2020-08-04T07:56:25.890Z] Removing intermediate container 6a3bc49fdbb3 [2020-08-04T07:56:25.890Z] ---> 2a5fbe86fc26 [2020-08-04T07:56:25.890Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:56:25.890Z] ---> db3075c68052 [2020-08-04T07:56:25.890Z] Step 7/21 : RUN go mod download [2020-08-04T07:56:25.890Z] ---> Running in 15dc2e95c737 [2020-08-04T07:56:26.171Z] ---> Running in 413d5b67d8c0 [2020-08-04T07:56:31.619Z] Removing intermediate container cd0f7305c6e8 [2020-08-04T07:56:31.619Z] ---> 843cc5b9c71f [2020-08-04T07:56:31.619Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T07:56:31.619Z] ---> Running in e47e4c21f346 [2020-08-04T07:56:31.619Z] Removing intermediate container 15dc2e95c737 [2020-08-04T07:56:31.619Z] ---> fbea00cde877 [2020-08-04T07:56:31.619Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-04T07:56:31.904Z] Removing intermediate container 413d5b67d8c0 [2020-08-04T07:56:31.904Z] ---> 8ea4254acd88 [2020-08-04T07:56:31.904Z] Step 8/21 : COPY . . [2020-08-04T07:56:32.180Z] ---> Running in 7d6ea330a9d6 [2020-08-04T07:56:32.786Z] Removing intermediate container e47e4c21f346 [2020-08-04T07:56:32.786Z] ---> 62379c45085a [2020-08-04T07:56:32.786Z] Step 24/26 : LABEL arch=arm64 [2020-08-04T07:56:33.778Z] ---> Running in e4e1238be5cd [2020-08-04T07:56:34.784Z] Removing intermediate container a32ea9749e7c [2020-08-04T07:56:34.784Z] ---> d357931e711b [2020-08-04T07:56:34.784Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-04T07:56:35.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:35.336Z] Removing intermediate container e4e1238be5cd [2020-08-04T07:56:35.336Z] ---> e0f14ffbf76b [2020-08-04T07:56:35.336Z] Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:56:35.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:35.943Z] ---> Running in 6e473d534e0b [2020-08-04T07:56:37.399Z] ---> Running in 61272087c2f6 [2020-08-04T07:56:38.016Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-04T07:56:38.016Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-04T07:56:38.625Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-04T07:56:38.905Z] Removing intermediate container 61272087c2f6 [2020-08-04T07:56:38.905Z] ---> 8ed434cb8fcd [2020-08-04T07:56:38.905Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T07:56:40.355Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-04T07:56:40.634Z] ---> Running in c4c2cf2ed2ca [2020-08-04T07:56:40.634Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-04T07:56:40.917Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:56:40.917Z] OK: 8 MiB in 19 packages [2020-08-04T07:56:41.194Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:56:41.194Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-04T07:56:41.194Z] ---> 8bb1ae1a5832 [2020-08-04T07:56:41.194Z] Step 3/29 : WORKDIR /edgex-go [2020-08-04T07:56:41.194Z] ---> Using cache [2020-08-04T07:56:41.194Z] ---> 607b4d47bbbb [2020-08-04T07:56:41.194Z] Step 4/29 : RUN apk update && apk add make git [2020-08-04T07:56:42.179Z] ---> Running in fe5e29112b9d [2020-08-04T07:56:42.179Z] Removing intermediate container c4c2cf2ed2ca [2020-08-04T07:56:42.179Z] ---> 2098f54b9068 [2020-08-04T07:56:42.179Z] [2020-08-04T07:56:43.182Z] Successfully built 2098f54b9068 [2020-08-04T07:56:43.182Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-04T07:56:43.182Z] Building docker-core-command-go [2020-08-04T07:56:43.782Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7d6ea330a9d6 [2020-08-04T07:56:43.782Z] ---> 2fae81d9606e [2020-08-04T07:56:43.782Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-04T07:56:44.776Z] Collecting docker-compose==1.23.2 [2020-08-04T07:56:45.068Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-04T07:56:45.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:45.674Z] 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-04T07:56:46.290Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-04T07:56:46.290Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-04T07:56:47.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:56:48.275Z] ---> 27f91f1ea28d [2020-08-04T07:56:48.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-04T07:56:50.268Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:56:50.268Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:56:50.268Z] OK: 12620 distinct packages available [2020-08-04T07:56:50.268Z] Collecting cached-property<2,>=1.2.0 [2020-08-04T07:56:50.268Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-04T07:56:51.017Z] OK: 217 MiB in 51 packages [2020-08-04T07:56:52.493Z] Collecting PyYAML<4,>=3.10 [2020-08-04T07:56:52.493Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-04T07:56:53.091Z] ---> 30313872ce0a [2020-08-04T07:56:53.091Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-04T07:56:54.542Z] Removing intermediate container fe5e29112b9d [2020-08-04T07:56:54.542Z] ---> 992dd663fb28 [2020-08-04T07:56:54.542Z] Step 5/29 : COPY go.mod . [2020-08-04T07:56:54.819Z] ---> 48ec70044dae [2020-08-04T07:56:54.819Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:56:55.097Z] ---> Running in a183295564b9 [2020-08-04T07:56:55.710Z] ---> ffbba00de81a [2020-08-04T07:56:55.710Z] Step 6/29 : RUN go mod download [2020-08-04T07:56:55.983Z] Removing intermediate container a183295564b9 [2020-08-04T07:56:55.983Z] ---> 5143a8124faa [2020-08-04T07:56:55.983Z] Step 20/22 : LABEL arch=arm64 [2020-08-04T07:56:55.983Z] ---> Running in 0a57b089f520 [2020-08-04T07:56:56.256Z] ---> Running in cb2a95fb32c2 [2020-08-04T07:56:57.244Z] Removing intermediate container cb2a95fb32c2 [2020-08-04T07:56:57.244Z] ---> 98e034436d73 [2020-08-04T07:56:57.244Z] Step 21/22 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:56:57.523Z] ---> Running in 0a7b1e16baac [2020-08-04T07:56:57.523Z] ---> 6526cb15a967 [2020-08-04T07:56:57.523Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-04T07:56:57.805Z] Collecting docker<4.0,>=3.6.0 [2020-08-04T07:56:57.805Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-04T07:56:58.099Z] ---> Running in fb9855f65c0c [2020-08-04T07:56:58.374Z] Removing intermediate container 0a7b1e16baac [2020-08-04T07:56:58.374Z] ---> 5edec4dd07ae [2020-08-04T07:56:58.374Z] Step 22/22 : LABEL version=0.0.0 [2020-08-04T07:56:58.687Z] ---> Running in b70b9074dfca [2020-08-04T07:56:58.964Z] Collecting texttable<0.10,>=0.9.0 [2020-08-04T07:56:58.964Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-04T07:56:59.955Z] Removing intermediate container b70b9074dfca [2020-08-04T07:56:59.955Z] ---> e8652c5c91d7 [2020-08-04T07:56:59.955Z] [2020-08-04T07:57:00.951Z] 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-04T07:57:00.951Z] Successfully built e8652c5c91d7 [2020-08-04T07:57:00.951Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-04T07:57:00.951Z] Building docker-support-notifications-go [2020-08-04T07:57:01.553Z]  Building docker-core-data-go ... done Removing intermediate container 0a57b089f520 [2020-08-04T07:57:01.553Z] ---> 392f49c561be [2020-08-04T07:57:01.553Z] Step 7/29 : COPY . . [2020-08-04T07:57:03.537Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-04T07:57:03.537Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-04T07:57:04.138Z] Collecting jsonschema<3,>=2.5.1 [2020-08-04T07:57:04.138Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-04T07:57:04.738Z] Collecting docopt<0.7,>=0.6.1 [2020-08-04T07:57:04.738Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-04T07:57:08.147Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-04T07:57:08.147Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-04T07:57:08.759Z] Collecting docker-pycreds>=0.4.0 [2020-08-04T07:57:08.759Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-04T07:57:09.753Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-04T07:57:09.753Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-04T07:57:10.361Z] Collecting idna<2.8,>=2.5 [2020-08-04T07:57:10.361Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-04T07:57:10.657Z] 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-04T07:57:10.657Z] 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-04T07:57:10.657Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-04T07:57:10.657Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-04T07:57:10.657Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-04T07:57:10.657Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-04T07:57:12.100Z] Installing collected packages: dockerpty, cached-property, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, jsonschema, docopt, docker-compose [2020-08-04T07:57:12.100Z] Running setup.py install for dockerpty: started [2020-08-04T07:57:14.739Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-04T07:57:14.739Z] Running setup.py install for PyYAML: started [2020-08-04T07:57:15.747Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:57:15.747Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:57:15.747Z] ---> 8bb1ae1a5832 [2020-08-04T07:57:15.747Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:57:15.747Z] ---> Using cache [2020-08-04T07:57:15.747Z] ---> 607b4d47bbbb [2020-08-04T07:57:15.747Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:57:15.747Z] ---> Using cache [2020-08-04T07:57:15.747Z] ---> c02444ecef19 [2020-08-04T07:57:15.747Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T07:57:18.762Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-04T07:57:18.762Z] Attempting uninstall: urllib3 [2020-08-04T07:57:18.762Z] Found existing installation: urllib3 1.25.9 [2020-08-04T07:57:18.762Z] Uninstalling urllib3-1.25.9: [2020-08-04T07:57:19.060Z] Successfully uninstalled urllib3-1.25.9 [2020-08-04T07:57:21.875Z] Attempting uninstall: idna [2020-08-04T07:57:21.875Z] Found existing installation: idna 2.9 [2020-08-04T07:57:21.875Z] Uninstalling idna-2.9: [2020-08-04T07:57:21.875Z] Successfully uninstalled idna-2.9 [2020-08-04T07:57:22.966Z] Attempting uninstall: requests [2020-08-04T07:57:22.966Z] Found existing installation: requests 2.23.0 [2020-08-04T07:57:22.966Z] Uninstalling requests-2.23.0: [2020-08-04T07:57:22.966Z] ---> Running in 8927c570c6c7 [2020-08-04T07:57:22.966Z] Successfully uninstalled requests-2.23.0 [2020-08-04T07:57:25.619Z] Running setup.py install for texttable: started [2020-08-04T07:57:26.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:57:27.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:57:28.318Z] Running setup.py install for texttable: finished with status 'done' [2020-08-04T07:57:28.927Z] Running setup.py install for docopt: started [2020-08-04T07:57:29.207Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:57:29.207Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:57:29.207Z] OK: 12620 distinct packages available [2020-08-04T07:57:30.681Z] OK: 217 MiB in 51 packages [2020-08-04T07:57:32.155Z] Running setup.py install for docopt: finished with status 'done' [2020-08-04T07:57:34.171Z] 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-04T07:57:35.174Z] Removing intermediate container 8927c570c6c7 [2020-08-04T07:57:35.174Z] ---> 2034c8bd27c2 [2020-08-04T07:57:35.174Z] Step 6/21 : COPY go.mod . [2020-08-04T07:57:35.174Z] ---> 61d5c6b59343 [2020-08-04T07:57:35.174Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-04T07:57:35.467Z] ---> Running in a23d70d05f2f [2020-08-04T07:57:37.500Z] ---> 3071f75cc2c2 [2020-08-04T07:57:37.500Z] Step 7/21 : RUN go mod download [2020-08-04T07:57:37.781Z] ---> Running in 0d61bacbd7f0 [2020-08-04T07:57:38.778Z] 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-04T07:57:41.452Z] Removing intermediate container 6e473d534e0b [2020-08-04T07:57:41.452Z] ---> c1940aa7955f [2020-08-04T07:57:41.452Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-04T07:57:41.734Z] ---> Running in d5e6fc0d279d [2020-08-04T07:57:45.189Z] Removing intermediate container 0d61bacbd7f0 [2020-08-04T07:57:45.189Z] ---> 1c566f2bed08 [2020-08-04T07:57:45.189Z] Step 8/21 : COPY . . [2020-08-04T07:57:45.189Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:57:45.189Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:57:45.189Z] ---> 8bb1ae1a5832 [2020-08-04T07:57:45.189Z] Step 3/23 : WORKDIR /edgex-go [2020-08-04T07:57:45.189Z] ---> Using cache [2020-08-04T07:57:45.189Z] ---> 607b4d47bbbb [2020-08-04T07:57:45.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:57:45.189Z] ---> Using cache [2020-08-04T07:57:45.189Z] ---> c02444ecef19 [2020-08-04T07:57:45.189Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-04T07:57:45.189Z] ---> Running in 14d8079c8fea [2020-08-04T07:57:45.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:57:46.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:57:47.085Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-04T07:57:47.085Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-04T07:57:47.085Z] (3/3) Installing curl (7.69.1-r0) [2020-08-04T07:57:47.085Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:57:47.085Z] OK: 71 MiB in 58 packages [2020-08-04T07:57:48.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:57:49.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:57:50.584Z] Removing intermediate container d5e6fc0d279d [2020-08-04T07:57:50.584Z] ---> d067e6f06bac [2020-08-04T07:57:50.584Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:57:50.864Z] v3.12.0-199-gc106e3c922 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:57:50.864Z] v3.12.0-208-g33ecd97d8d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:57:50.864Z] OK: 12620 distinct packages available [2020-08-04T07:57:51.140Z] ---> Running in 620249b78040 [2020-08-04T07:57:52.139Z] OK: 217 MiB in 51 packages [2020-08-04T07:57:52.418Z] Removing intermediate container 620249b78040 [2020-08-04T07:57:52.418Z] ---> 0056edfa5eb4 [2020-08-04T07:57:52.418Z] Step 24/26 : LABEL arch=arm64 [2020-08-04T07:57:52.699Z] ---> Running in 60862fd209f7 [2020-08-04T07:57:54.168Z] Removing intermediate container 60862fd209f7 [2020-08-04T07:57:54.168Z] ---> 7471953b7ed8 [2020-08-04T07:57:54.168Z] Step 25/26 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:57:54.451Z] ---> Running in 62ee80c48d29 [2020-08-04T07:57:54.737Z] Removing intermediate container 14d8079c8fea [2020-08-04T07:57:54.737Z] ---> df91f56a62a5 [2020-08-04T07:57:54.737Z] Step 6/23 : COPY go.mod . [2020-08-04T07:57:55.739Z] Removing intermediate container 62ee80c48d29 [2020-08-04T07:57:55.739Z] ---> 471978adaca0 [2020-08-04T07:57:55.739Z] Step 26/26 : LABEL version=0.0.0 [2020-08-04T07:57:56.022Z] ---> Running in b69b37f68d6f [2020-08-04T07:57:57.027Z] ---> e2b20dad66c0 [2020-08-04T07:57:57.027Z] Step 7/23 : RUN go mod download [2020-08-04T07:57:57.311Z] ---> Running in 45f96fb40b65 [2020-08-04T07:57:57.311Z] Removing intermediate container b69b37f68d6f [2020-08-04T07:57:57.591Z] ---> 972aa5ad3d47 [2020-08-04T07:57:57.591Z] [2020-08-04T07:57:59.082Z] Successfully built 972aa5ad3d47 [2020-08-04T07:57:59.082Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-04T07:57:59.082Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-08-04T07:58:07.457Z] Removing intermediate container 45f96fb40b65 [2020-08-04T07:58:07.457Z] ---> 1160a277dedc [2020-08-04T07:58:07.457Z] Step 8/23 : COPY . . [2020-08-04T07:58:19.922Z] ---> 904ad38fb6f4 [2020-08-04T07:58:19.922Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-04T07:58:19.922Z] ---> Running in 6fa4096e2448 [2020-08-04T07:58:22.579Z] 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-04T07:58:30.906Z] Removing intermediate container fb9855f65c0c [2020-08-04T07:58:30.906Z] ---> 0333c1f8d6a5 [2020-08-04T07:58:30.906Z] [2020-08-04T07:58:30.906Z] Step 10/21 : FROM scratch [2020-08-04T07:58:30.906Z] ---> [2020-08-04T07:58:30.906Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T07:58:30.906Z] ---> Running in ea6f88a3a7a3 [2020-08-04T07:58:32.362Z] Removing intermediate container ea6f88a3a7a3 [2020-08-04T07:58:32.363Z] ---> 218d2541c474 [2020-08-04T07:58:32.363Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-04T07:58:32.363Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-04T07:58:32.363Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-04T07:58:32.363Z] ---> 8bb1ae1a5832 [2020-08-04T07:58:32.363Z] Step 3/21 : WORKDIR /edgex-go [2020-08-04T07:58:32.363Z] ---> Using cache [2020-08-04T07:58:32.363Z] ---> 607b4d47bbbb [2020-08-04T07:58:32.363Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T07:58:32.363Z] ---> Using cache [2020-08-04T07:58:32.363Z] ---> c02444ecef19 [2020-08-04T07:58:32.363Z] Step 5/21 : RUN apk update && apk add make git [2020-08-04T07:58:32.363Z] ---> Using cache [2020-08-04T07:58:32.363Z] ---> 2034c8bd27c2 [2020-08-04T07:58:32.363Z] Step 6/21 : COPY go.mod . [2020-08-04T07:58:32.363Z] ---> Using cache [2020-08-04T07:58:32.363Z] ---> 3071f75cc2c2 [2020-08-04T07:58:32.363Z] Step 7/21 : RUN go mod download [2020-08-04T07:58:32.363Z] ---> Using cache [2020-08-04T07:58:32.363Z] ---> 1c566f2bed08 [2020-08-04T07:58:32.363Z] Step 8/21 : COPY . . [2020-08-04T07:58:32.363Z] ---> Using cache [2020-08-04T07:58:32.363Z] ---> 904ad38fb6f4 [2020-08-04T07:58:32.363Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-04T07:58:32.363Z] ---> Running in 01029382aec6 [2020-08-04T07:58:32.640Z] ---> Running in d7c54e424167 [2020-08-04T07:58:33.635Z] Removing intermediate container 01029382aec6 [2020-08-04T07:58:33.635Z] ---> 5499cce2625e [2020-08-04T07:58:33.635Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:58:33.635Z] ---> Running in 50d8c7461c93 [2020-08-04T07:58:35.092Z] Removing intermediate container 50d8c7461c93 [2020-08-04T07:58:35.092Z] ---> a303257cc3da [2020-08-04T07:58:35.092Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-04T07:58:36.083Z] 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-04T07:58:37.541Z] ---> 26aafd07a54d [2020-08-04T07:58:37.541Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-04T07:58:39.004Z] ---> 7a530a88c14d [2020-08-04T07:58:39.004Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-04T07:58:41.664Z] ---> f3855e5a1504 [2020-08-04T07:58:41.664Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-04T07:58:43.661Z] ---> 9016f863cfed [2020-08-04T07:58:43.661Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T07:58:43.945Z] ---> Running in c9447e7fcec6 [2020-08-04T07:58:43.945Z] ---> 8d792099e890 [2020-08-04T07:58:43.945Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-04T07:58:44.221Z] ---> Running in c2e7e4a3de8e [2020-08-04T07:58:44.842Z] Removing intermediate container c9447e7fcec6 [2020-08-04T07:58:44.842Z] ---> 65da7958d56e [2020-08-04T07:58:44.842Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T07:58:44.842Z] ---> Running in 619f54c23509 [2020-08-04T07:58:45.838Z] Removing intermediate container 619f54c23509 [2020-08-04T07:58:45.838Z] ---> 46554edb3d39 [2020-08-04T07:58:45.838Z] Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:58:46.119Z] ---> Running in 576e6a6f550f [2020-08-04T07:58:46.728Z] Removing intermediate container 576e6a6f550f [2020-08-04T07:58:46.728Z] ---> c397acb90766 [2020-08-04T07:58:46.728Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T07:58:47.010Z] 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-04T07:58:47.010Z] ---> Running in e8f7d68718e0 [2020-08-04T07:58:48.008Z] Removing intermediate container e8f7d68718e0 [2020-08-04T07:58:48.008Z] ---> f7e19742c79b [2020-08-04T07:58:48.008Z] [2020-08-04T07:58:49.461Z] Successfully built f7e19742c79b [2020-08-04T07:58:49.461Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-04T07:58:51.462Z]  Building docker-support-logging-go ... done Removing intermediate container a23d70d05f2f [2020-08-04T07:58:51.462Z] ---> 554cb9237c7c [2020-08-04T07:58:51.462Z] [2020-08-04T07:58:51.462Z] Step 9/29 : FROM alpine:latest [2020-08-04T07:58:51.462Z] ---> 62ee0e9f8440 [2020-08-04T07:58:51.462Z] 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-04T07:58:51.462Z] ---> Running in da657e437c2b [2020-08-04T07:58:52.111Z] Removing intermediate container da657e437c2b [2020-08-04T07:58:52.111Z] ---> dcb4f01ef254 [2020-08-04T07:58:52.111Z] Step 11/29 : USER root [2020-08-04T07:58:52.390Z] ---> Running in 95f0e44816f2 [2020-08-04T07:58:53.007Z] Removing intermediate container 95f0e44816f2 [2020-08-04T07:58:53.007Z] ---> 5d80197f703d [2020-08-04T07:58:53.007Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-04T07:58:53.007Z] ---> Running in a96e8c3ffff9 [2020-08-04T07:58:55.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T07:58:56.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T07:58:56.869Z] v3.12.0-199-gc106e3c922 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-04T07:58:56.869Z] v3.12.0-208-g33ecd97d8d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-04T07:58:56.869Z] OK: 12620 distinct packages available [2020-08-04T07:58:58.129Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-04T07:58:58.408Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-04T07:58:58.408Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T07:58:58.408Z] Executing ca-certificates-20191127-r4.trigger [2020-08-04T07:58:58.684Z] OK: 6 MiB in 16 packages [2020-08-04T07:59:01.314Z] Removing intermediate container a96e8c3ffff9 [2020-08-04T07:59:01.314Z] ---> 3d266e821c66 [2020-08-04T07:59:01.314Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-04T07:59:01.314Z] ---> Running in 6695804dce3a [2020-08-04T07:59:01.920Z] Removing intermediate container 6695804dce3a [2020-08-04T07:59:01.921Z] ---> 3b02aad8fae6 [2020-08-04T07:59:01.921Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-04T07:59:02.203Z] ---> Running in 1f804f0f9fc8 [2020-08-04T07:59:03.181Z] Removing intermediate container 1f804f0f9fc8 [2020-08-04T07:59:03.181Z] ---> f73c784a99ec [2020-08-04T07:59:03.181Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-04T07:59:03.181Z] ---> Running in d2705642d7a1 [2020-08-04T07:59:07.505Z] Removing intermediate container d2705642d7a1 [2020-08-04T07:59:07.505Z] ---> 1f34ac30c60e [2020-08-04T07:59:07.505Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-04T07:59:08.942Z] ---> 4ed0768537a2 [2020-08-04T07:59:08.942Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-04T07:59:10.384Z] ---> bd0de3beff74 [2020-08-04T07:59:10.384Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-04T07:59:11.388Z] ---> afe1aaaa6870 [2020-08-04T07:59:11.388Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-04T07:59:12.377Z] ---> b709853c30b7 [2020-08-04T07:59:12.377Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-04T07:59:13.816Z] ---> 794bd33b36bd [2020-08-04T07:59:13.816Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-04T07:59:13.816Z] ---> Running in 39a7042d7333 [2020-08-04T07:59:18.134Z] Removing intermediate container 39a7042d7333 [2020-08-04T07:59:18.135Z] ---> 5c34bf8edaa5 [2020-08-04T07:59:18.135Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-04T07:59:19.135Z] ---> 2fd531af1224 [2020-08-04T07:59:19.135Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-04T07:59:19.135Z] ---> Running in f0ea1cca9ab6 [2020-08-04T07:59:23.471Z] Removing intermediate container f0ea1cca9ab6 [2020-08-04T07:59:23.471Z] ---> 58ddf6ac5b32 [2020-08-04T07:59:23.471Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-04T07:59:23.471Z] ---> Running in 720981ed4cc2 [2020-08-04T07:59:27.791Z] Removing intermediate container 720981ed4cc2 [2020-08-04T07:59:27.791Z] ---> 7b7911b6a29f [2020-08-04T07:59:27.791Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-04T07:59:28.077Z] ---> Running in d6754281f7e8 [2020-08-04T07:59:28.675Z] Removing intermediate container d6754281f7e8 [2020-08-04T07:59:28.675Z] ---> 114e520f3dac [2020-08-04T07:59:28.675Z] Step 26/29 : CMD [ "generate" ] [2020-08-04T07:59:28.951Z] ---> Running in 2abeaeb4b406 [2020-08-04T07:59:29.569Z] Removing intermediate container 2abeaeb4b406 [2020-08-04T07:59:29.569Z] ---> 7234dd508d69 [2020-08-04T07:59:29.569Z] Step 27/29 : LABEL arch=arm64 [2020-08-04T07:59:29.569Z] ---> Running in 64181c07a9a3 [2020-08-04T07:59:30.555Z] Removing intermediate container 64181c07a9a3 [2020-08-04T07:59:30.555Z] ---> 5c678602d770 [2020-08-04T07:59:30.555Z] Step 28/29 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T07:59:30.555Z] ---> Running in 017670028aeb [2020-08-04T07:59:31.547Z] Removing intermediate container 017670028aeb [2020-08-04T07:59:31.547Z] ---> 39b4ae60e499 [2020-08-04T07:59:31.547Z] Step 29/29 : LABEL version=0.0.0 [2020-08-04T07:59:31.547Z] ---> Running in bf9871b78246 [2020-08-04T07:59:32.147Z] Removing intermediate container bf9871b78246 [2020-08-04T07:59:32.147Z] ---> b13771e4857c [2020-08-04T07:59:32.147Z] [2020-08-04T07:59:32.750Z] Successfully built b13771e4857c [2020-08-04T07:59:32.750Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-04T07:59:59.717Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 6fa4096e2448 [2020-08-04T07:59:59.717Z] ---> 43b57cc20c2b [2020-08-04T07:59:59.717Z] [2020-08-04T07:59:59.717Z] Step 10/21 : FROM scratch [2020-08-04T07:59:59.717Z] ---> [2020-08-04T07:59:59.717Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T07:59:59.717Z] ---> Using cache [2020-08-04T07:59:59.717Z] ---> 7cb4d3fbf2bf [2020-08-04T07:59:59.717Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-04T07:59:59.717Z] ---> Running in 8306a851e68c [2020-08-04T07:59:59.717Z] Removing intermediate container 8306a851e68c [2020-08-04T07:59:59.717Z] ---> bb990cb6ed3e [2020-08-04T07:59:59.717Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T07:59:59.717Z] ---> Running in 6d33f778c183 [2020-08-04T08:00:00.312Z] Removing intermediate container 6d33f778c183 [2020-08-04T08:00:00.312Z] ---> 6ab740ff6961 [2020-08-04T08:00:00.312Z] Step 14/21 : WORKDIR / [2020-08-04T08:00:00.312Z] ---> Running in c62b15da940c [2020-08-04T08:00:00.908Z] Removing intermediate container c62b15da940c [2020-08-04T08:00:00.908Z] ---> 79ab3d1566d1 [2020-08-04T08:00:00.908Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-04T08:00:01.885Z] ---> 403486bdd0f7 [2020-08-04T08:00:01.885Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-04T08:00:03.345Z] ---> ffb935732b33 [2020-08-04T08:00:03.345Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-04T08:00:04.370Z] ---> acfd3516390a [2020-08-04T08:00:04.370Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:00:04.370Z] ---> Running in 408579a43baa [2020-08-04T08:00:05.006Z] Removing intermediate container 408579a43baa [2020-08-04T08:00:05.006Z] ---> 71c11eadfd05 [2020-08-04T08:00:05.007Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T08:00:05.007Z] ---> Running in 2c86260ef57e [2020-08-04T08:00:05.614Z] Removing intermediate container 2c86260ef57e [2020-08-04T08:00:05.614Z] ---> 80b296b3885d [2020-08-04T08:00:05.614Z] Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T08:00:05.614Z] ---> Running in 0f2529e2afa7 [2020-08-04T08:00:06.210Z] Removing intermediate container 0f2529e2afa7 [2020-08-04T08:00:06.210Z] ---> 60c9408c2dde [2020-08-04T08:00:06.210Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T08:00:06.484Z] ---> Running in 484981d837bd [2020-08-04T08:00:06.764Z] Removing intermediate container 484981d837bd [2020-08-04T08:00:06.764Z] ---> 958da0e6485d [2020-08-04T08:00:06.764Z] [2020-08-04T08:00:07.368Z] Successfully built 958da0e6485d [2020-08-04T08:00:07.644Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-04T08:00:11.952Z]  Building docker-core-command-go ... done Removing intermediate container c2e7e4a3de8e [2020-08-04T08:00:11.952Z] ---> 05458f1af7be [2020-08-04T08:00:11.952Z] [2020-08-04T08:00:11.952Z] Step 10/23 : FROM scratch [2020-08-04T08:00:11.952Z] ---> [2020-08-04T08:00:11.952Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-04T08:00:11.952Z] ---> Using cache [2020-08-04T08:00:11.952Z] ---> 218d2541c474 [2020-08-04T08:00:11.952Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-04T08:00:11.952Z] ---> Running in d0bf75e5913f [2020-08-04T08:00:11.952Z] Removing intermediate container d7c54e424167 [2020-08-04T08:00:11.952Z] ---> ac40c1dbef10 [2020-08-04T08:00:11.952Z] [2020-08-04T08:00:11.952Z] Step 10/21 : FROM scratch [2020-08-04T08:00:11.952Z] ---> [2020-08-04T08:00:11.952Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-04T08:00:12.228Z] ---> Using cache [2020-08-04T08:00:12.228Z] ---> 7cb4d3fbf2bf [2020-08-04T08:00:12.228Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-04T08:00:12.228Z] Removing intermediate container d0bf75e5913f [2020-08-04T08:00:12.228Z] ---> ec0e8a96a2af [2020-08-04T08:00:12.228Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-04T08:00:12.228Z] ---> Running in f5f19952b120 [2020-08-04T08:00:12.228Z] ---> Running in 79210c4bc2dd [2020-08-04T08:00:12.831Z] Removing intermediate container f5f19952b120 [2020-08-04T08:00:12.831Z] ---> 1cb3e879192e [2020-08-04T08:00:12.831Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-04T08:00:12.831Z] Removing intermediate container 79210c4bc2dd [2020-08-04T08:00:12.831Z] ---> 16b2107d49eb [2020-08-04T08:00:12.831Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-04T08:00:12.831Z] ---> Running in bbaed6127473 [2020-08-04T08:00:13.432Z] Removing intermediate container bbaed6127473 [2020-08-04T08:00:13.432Z] ---> a8c6050a0a7b [2020-08-04T08:00:13.432Z] Step 14/21 : WORKDIR / [2020-08-04T08:00:13.432Z] ---> Running in af024f87028d [2020-08-04T08:00:13.705Z] ---> 54e22a6c9295 [2020-08-04T08:00:13.705Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-04T08:00:13.978Z] Removing intermediate container af024f87028d [2020-08-04T08:00:13.978Z] ---> e25f25ca880d [2020-08-04T08:00:13.978Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-04T08:00:14.958Z] ---> 80fc4d4da281 [2020-08-04T08:00:14.958Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-04T08:00:14.958Z] ---> 57eb2a68bbb6 [2020-08-04T08:00:14.958Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-04T08:00:16.388Z] ---> 5e26c77899e1 [2020-08-04T08:00:16.388Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-04T08:00:16.388Z] ---> 0fff7f71bea9 [2020-08-04T08:00:16.388Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-04T08:00:16.981Z] ---> e2129ccc7f3d [2020-08-04T08:00:16.981Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-04T08:00:16.981Z] ---> 1505825ec740 [2020-08-04T08:00:16.981Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:00:17.254Z] ---> Running in 5377cc0208ab [2020-08-04T08:00:17.846Z] Removing intermediate container 5377cc0208ab [2020-08-04T08:00:17.846Z] ---> df2b065514de [2020-08-04T08:00:17.846Z] Step 19/21 : LABEL arch=arm64 [2020-08-04T08:00:18.118Z] ---> Running in b9f10f8d779e [2020-08-04T08:00:18.389Z] ---> 1bc0e6546145 [2020-08-04T08:00:18.389Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-04T08:00:18.662Z] Removing intermediate container b9f10f8d779e [2020-08-04T08:00:18.662Z] ---> 959f53b245c7 [2020-08-04T08:00:18.662Z] Step 20/21 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T08:00:18.932Z] ---> Running in 322bea957657 [2020-08-04T08:00:19.202Z] ---> 158eea012bb7 [2020-08-04T08:00:19.202Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T08:00:19.473Z] ---> Running in 01546bb15bf7 [2020-08-04T08:00:19.473Z] Removing intermediate container 322bea957657 [2020-08-04T08:00:19.473Z] ---> 320c927efa8d [2020-08-04T08:00:19.473Z] Step 21/21 : LABEL version=0.0.0 [2020-08-04T08:00:19.473Z] ---> Running in b33857a6db6b [2020-08-04T08:00:20.070Z] Removing intermediate container 01546bb15bf7 [2020-08-04T08:00:20.070Z] ---> 66c4ac4e367b [2020-08-04T08:00:20.070Z] Step 21/23 : LABEL arch=arm64 [2020-08-04T08:00:20.070Z] ---> Running in 6ddd1c14d62d [2020-08-04T08:00:20.070Z] Removing intermediate container b33857a6db6b [2020-08-04T08:00:20.070Z] ---> a70c6f1e4b05 [2020-08-04T08:00:20.070Z] [2020-08-04T08:00:20.662Z] Successfully built a70c6f1e4b05 [2020-08-04T08:00:20.662Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-04T08:00:20.662Z]  Building docker-core-metadata-go ... done Removing intermediate container 6ddd1c14d62d [2020-08-04T08:00:20.662Z] ---> e8561a61f5ee [2020-08-04T08:00:20.662Z] Step 22/23 : LABEL git_sha=25e59cffca2c2f6df748f7f038ff5de50c20b783 [2020-08-04T08:00:20.933Z] ---> Running in b534d936866a [2020-08-04T08:00:21.524Z] Removing intermediate container b534d936866a [2020-08-04T08:00:21.524Z] ---> 8f15a195cda4 [2020-08-04T08:00:21.524Z] Step 23/23 : LABEL version=0.0.0 [2020-08-04T08:00:21.524Z] ---> Running in cda9ea501a55 [2020-08-04T08:00:22.115Z] Removing intermediate container cda9ea501a55 [2020-08-04T08:00:22.115Z] ---> 3c3361ad24c3 [2020-08-04T08:00:22.115Z] [2020-08-04T08:00:22.386Z] Successfully built 3c3361ad24c3 [2020-08-04T08:00:22.386Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-04T08:00:22.997Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-08-04T08:00:22.982Z] $ docker stop --time=1 46c70215fc98daa429a66c43c0a250eb5bebc087beaa62f0950e2c66dff2f43c [2020-08-04T08:00:24.948Z] $ docker rm -f 46c70215fc98daa429a66c43c0a250eb5bebc087beaa62f0950e2c66dff2f43c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-04T08:00:25.719Z] + grep docker [2020-08-04T08:00:25.719Z] + docker images [2020-08-04T08:00:25.990Z] docker-support-notifications-go-arm64 latest 3c3361ad24c3 4 seconds ago 13.9MB [2020-08-04T08:00:25.990Z] docker-core-metadata-go-arm64 latest a70c6f1e4b05 6 seconds ago 13.8MB [2020-08-04T08:00:25.990Z] docker-core-command-go-arm64 latest 958da0e6485d 19 seconds ago 12.4MB [2020-08-04T08:00:25.990Z] docker-security-secrets-setup-go-arm64 latest b13771e4857c 54 seconds ago 24.2MB [2020-08-04T08:00:25.990Z] docker-support-logging-go-arm64 latest f7e19742c79b About a minute ago 11.4MB [2020-08-04T08:00:25.990Z] docker-sys-mgmt-agent-go-arm64 latest 972aa5ad3d47 2 minutes ago 266MB [2020-08-04T08:00:25.990Z] docker-core-data-go-arm64 latest e8652c5c91d7 3 minutes ago 23.3MB [2020-08-04T08:00:25.990Z] docker-security-secretstore-setup-go-arm64 latest 2098f54b9068 3 minutes ago 32.6MB [2020-08-04T08:00:25.990Z] docker-support-scheduler-go-arm64 latest a696f2915f58 4 minutes ago 12.6MB [2020-08-04T08:00:25.990Z] docker-security-proxy-setup-go-arm64 latest b793810e10c5 4 minutes ago 15.8MB [2020-08-04T08:00:25.990Z] docker latest ce9d55ae87f1 5 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-04T08:00:27.703Z] provisioning config files... [2020-08-04T08:00:27.717Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config7608453539403352710tmp [Pipeline] { [Pipeline] sh [2020-08-04T08:00:28.115Z] + curl -s https://codecov.io/bash [2020-08-04T08:00:28.116Z] + bash -s - -t @/w/workspace/edgex-go/27@tmp/config7608453539403352710tmp [Pipeline] } [2020-08-04T08:00:28.695Z] 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-04T08:00:30.095Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T08:00:31.130Z] ---> package-listing.sh [2020-08-04T08:00:31.130Z] ++ facter osfamily [2020-08-04T08:00:31.130Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-04T08:00:31.130Z] + OS_FAMILY=redhat [2020-08-04T08:00:31.130Z] + workspace=/w/workspace/edgex-go/27 [2020-08-04T08:00:31.130Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-04T08:00:31.130Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-04T08:00:31.130Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-04T08:00:31.130Z] + PACKAGES=/tmp/packages_start.txt [2020-08-04T08:00:31.130Z] + '[' /w/workspace/edgex-go/27 ']' [2020-08-04T08:00:31.130Z] + PACKAGES=/tmp/packages_end.txt [2020-08-04T08:00:31.130Z] + case "${OS_FAMILY}" in [2020-08-04T08:00:31.130Z] + rpm -qa [2020-08-04T08:00:31.130Z] + sort [2020-08-04T08:00:35.369Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-04T08:00:35.369Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-04T08:00:35.369Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-04T08:00:35.369Z] + '[' /w/workspace/edgex-go/27 ']' [2020-08-04T08:00:35.369Z] + mkdir -p /w/workspace/edgex-go/27/archives/ [2020-08-04T08:00:35.369Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:00:36.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T08:00:36.080Z] [2020-08-04T08:00:36.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-04T08:00:36.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T08:00:36.416Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-04T08:00:36.416Z] c9b1b535fdd9: Pulling fs layer [2020-08-04T08:00:36.416Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-04T08:00:36.416Z] 756a868c4378: Pulling fs layer [2020-08-04T08:00:36.416Z] 444b2fc9a129: Pulling fs layer [2020-08-04T08:00:36.416Z] ea15f1150254: Pulling fs layer [2020-08-04T08:00:36.416Z] 41b27a9f41bf: Pulling fs layer [2020-08-04T08:00:36.417Z] 28c525ee5125: Pulling fs layer [2020-08-04T08:00:36.417Z] 094b1ea09ed8: Pulling fs layer [2020-08-04T08:00:36.417Z] 138eaada9080: Pulling fs layer [2020-08-04T08:00:36.417Z] 0622d0fa9048: Pulling fs layer [2020-08-04T08:00:36.417Z] ea15f1150254: Waiting [2020-08-04T08:00:36.417Z] 41b27a9f41bf: Waiting [2020-08-04T08:00:36.417Z] 28c525ee5125: Waiting [2020-08-04T08:00:36.417Z] 094b1ea09ed8: Waiting [2020-08-04T08:00:36.417Z] 138eaada9080: Waiting [2020-08-04T08:00:36.417Z] 0622d0fa9048: Waiting [2020-08-04T08:00:36.417Z] 444b2fc9a129: Waiting [2020-08-04T08:00:36.417Z] 2cc5ad85d9ab: Download complete [2020-08-04T08:00:36.417Z] 444b2fc9a129: Verifying Checksum [2020-08-04T08:00:36.417Z] 444b2fc9a129: Download complete [2020-08-04T08:00:36.417Z] c9b1b535fdd9: Verifying Checksum [2020-08-04T08:00:36.417Z] c9b1b535fdd9: Download complete [2020-08-04T08:00:36.680Z] ea15f1150254: Download complete [2020-08-04T08:00:36.680Z] 28c525ee5125: Verifying Checksum [2020-08-04T08:00:36.680Z] 28c525ee5125: Download complete [2020-08-04T08:00:36.952Z] 756a868c4378: Verifying Checksum [2020-08-04T08:00:36.952Z] 756a868c4378: Download complete [2020-08-04T08:00:36.952Z] c9b1b535fdd9: Pull complete [2020-08-04T08:00:36.952Z] 138eaada9080: Verifying Checksum [2020-08-04T08:00:36.952Z] 138eaada9080: Download complete [2020-08-04T08:00:37.219Z] 0622d0fa9048: Verifying Checksum [2020-08-04T08:00:37.219Z] 0622d0fa9048: Download complete [2020-08-04T08:00:37.219Z] 094b1ea09ed8: Verifying Checksum [2020-08-04T08:00:37.219Z] 094b1ea09ed8: Download complete [2020-08-04T08:00:37.219Z] 2cc5ad85d9ab: Pull complete [2020-08-04T08:00:37.799Z] 41b27a9f41bf: Verifying Checksum [2020-08-04T08:00:37.799Z] 41b27a9f41bf: Download complete [2020-08-04T08:00:39.192Z] 756a868c4378: Pull complete [2020-08-04T08:00:39.192Z] 444b2fc9a129: Pull complete [2020-08-04T08:00:39.456Z] ea15f1150254: Pull complete [2020-08-04T08:00:46.055Z] 41b27a9f41bf: Pull complete [2020-08-04T08:00:46.055Z] 28c525ee5125: Pull complete [2020-08-04T08:00:47.455Z] 094b1ea09ed8: Pull complete [2020-08-04T08:00:47.455Z] 138eaada9080: Pull complete [2020-08-04T08:00:49.371Z] 0622d0fa9048: Pull complete [2020-08-04T08:00:49.371Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-04T08:00:49.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T08:00:49.371Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-04T08:00:49.557Z] prd-centos7-docker-4c-2g-2042 does not seem to be running inside a container [2020-08-04T08:00:49.612Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-lftools-log-publisher:alpine cat [2020-08-04T08:00:53.964Z] $ docker top a2444791c64b4b41958f6736ef6807d2ea39624c546efe74ac98fd332f23435a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T08:00:54.284Z] provisioning config files... [2020-08-04T08:00:54.297Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config2202473984415036568tmp [Pipeline] { [Pipeline] echo [2020-08-04T08:00:54.360Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T08:00:54.654Z] ---> create-netrc.sh [Pipeline] echo [2020-08-04T08:00:54.663Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T08:00:54.956Z] ---> logs-deploy.sh [2020-08-04T08:00:54.956Z] + ARCHIVE_ARTIFACTS= [2020-08-04T08:00:54.956Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-04T08:00:54.956Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-04T08:00:54.956Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-04T08:00:54.956Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/27 [2020-08-04T08:00:54.957Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/27/ [2020-08-04T08:00:54.957Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/27 /w/workspace/edgex-go/27 [2020-08-04T08:00:55.898Z] Archives upload complete. [2020-08-04T08:00:56.159Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/27 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/27/