Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from 2a0aa0a464e015e3dadee497a498bc5f1d727e62+aed4594c0c67a41538adeca107413fb688e317f4 (7bbe40b8d6f7877481db11c3ac0194cdd1017e0c) 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-3343 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 Merge succeeded, producing bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 Checking out Revision bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 (PR-2653) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # 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/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # 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 aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" > git rev-list --no-walk 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-11T04:30:10.873Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-11T04:30:11.173Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-11T04:30:11.263Z] ========================================================= [2020-08-11T04:30:11.263Z] EdgeX Global Pipelines Version Info [2020-08-11T04:30:11.263Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:30:13.125Z] ------------------- [2020-08-11T04:30:13.125Z] stable info: [2020-08-11T04:30:13.125Z] ------------------- [2020-08-11T04:30:13.125Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-11T04:30:13.125Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-11T04:30:13.125Z] Message: update stable to v1.0.106 [2020-08-11T04:30:14.079Z] ------------------- [2020-08-11T04:30:14.079Z] experimental info: [2020-08-11T04:30:14.079Z] ------------------- [2020-08-11T04:30:14.079Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-11T04:30:14.079Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-11T04:30:14.079Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-11T04:30:15.537Z] ++ 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-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/core-command/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/core-data/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-11T04:30:15.538Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:30:15.538Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-11T04:30:15.538Z] ++ cut -d/ -f2 [2020-08-11T04:30:15.538Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-11T04:30:15.600Z] 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-11T04:30:16.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:30:16.898Z] [2020-08-11T04:30:16.898Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:30:17.235Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:30:17.235Z] latest: Pulling from edgex-devops/git-semver [2020-08-11T04:30:17.235Z] 31603596830f: Pulling fs layer [2020-08-11T04:30:17.235Z] 2a8b12db71e7: Pulling fs layer [2020-08-11T04:30:17.235Z] 6ca5941a6612: Pulling fs layer [2020-08-11T04:30:17.235Z] ecc8261a40a4: Pulling fs layer [2020-08-11T04:30:17.235Z] ecc8261a40a4: Waiting [2020-08-11T04:30:17.235Z] 2a8b12db71e7: Verifying Checksum [2020-08-11T04:30:17.235Z] 2a8b12db71e7: Download complete [2020-08-11T04:30:17.235Z] 31603596830f: Verifying Checksum [2020-08-11T04:30:17.235Z] 31603596830f: Download complete [2020-08-11T04:30:17.502Z] ecc8261a40a4: Verifying Checksum [2020-08-11T04:30:17.502Z] ecc8261a40a4: Download complete [2020-08-11T04:30:17.502Z] 6ca5941a6612: Verifying Checksum [2020-08-11T04:30:17.502Z] 6ca5941a6612: Download complete [2020-08-11T04:30:17.768Z] 31603596830f: Pull complete [2020-08-11T04:30:17.768Z] 2a8b12db71e7: Pull complete [2020-08-11T04:30:18.714Z] 6ca5941a6612: Pull complete [2020-08-11T04:30:18.974Z] ecc8261a40a4: Pull complete [2020-08-11T04:30:18.974Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-11T04:30:18.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:30:18.974Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-11T04:30:19.071Z] prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container [2020-08-11T04:30:19.117Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-11T04:30:21.660Z] $ docker top 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T04:30:21.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:30:21.990Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:30:22.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:30:22.222Z] $ docker exec 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent [2020-08-11T04:30:22.380Z] SSH_AUTH_SOCK=/tmp/ssh-kGZfhFfCkOUd/agent.11 [2020-08-11T04:30:22.380Z] SSH_AGENT_PID=17 [2020-08-11T04:30:22.392Z] Running ssh-add (command line suppressed) [2020-08-11T04:30:22.518Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6378532230100544085.key (/w/workspace/edgex-go/4@tmp/private_key_6378532230100544085.key) [2020-08-11T04:30:22.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:30:22.961Z] + git describe --exact-match --tags HEAD [2020-08-11T04:30:22.961Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-11T04:30:22.983Z] $ docker exec --env ******** --env ******** 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent -k [2020-08-11T04:30:23.105Z] unset SSH_AUTH_SOCK; [2020-08-11T04:30:23.105Z] unset SSH_AGENT_PID; [2020-08-11T04:30:23.105Z] echo Agent pid 17 killed; [2020-08-11T04:30:23.149Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-11T04:30:23.225Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-11T04:30:23.225Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-11T04:30:23.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:30:23.318Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:30:23.497Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:30:23.502Z] $ docker exec 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent [2020-08-11T04:30:23.680Z] SSH_AUTH_SOCK=/tmp/ssh-VGd4EXDz1LW3/agent.46 [2020-08-11T04:30:23.680Z] SSH_AGENT_PID=51 [2020-08-11T04:30:23.686Z] Running ssh-add (command line suppressed) [2020-08-11T04:30:23.815Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_739803824159826050.key (/w/workspace/edgex-go/4@tmp/private_key_739803824159826050.key) [2020-08-11T04:30:23.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:30:24.277Z] + git semver init [2020-08-11T04:30:24.277Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T04:30:24.277Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-08-11T04:30:24.277Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-08-11T04:30:24.277Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T04:30:24.277Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T04:30:24.277Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T04:30:24.277Z] # $SEMVER_BRANCH = PR-2653 [2020-08-11T04:30:24.277Z] # $SEMVER_TEMP = /tmp/semver-172105565 [2020-08-11T04:30:24.277Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-11T04:30:50.899Z] # '/tmp/semver-172105565' -> '/w/workspace/edgex-go/4/.semver' [2020-08-11T04:30:50.899Z] # -> Force: false [2020-08-11T04:30:50.899Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-08-11T04:30:50.911Z] $ docker exec --env ******** --env ******** 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 ssh-agent -k [2020-08-11T04:30:51.121Z] unset SSH_AUTH_SOCK; [2020-08-11T04:30:51.122Z] unset SSH_AGENT_PID; [2020-08-11T04:30:51.122Z] echo Agent pid 51 killed; [2020-08-11T04:30:51.187Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T04:30:51.660Z] + git semver [Pipeline] } [2020-08-11T04:30:51.676Z] $ docker stop --time=1 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 [2020-08-11T04:30:53.290Z] $ docker rm -f 09f233376d904d3f5e4e073509b2869d4dd44e95dd9ec66da0d7778cdc0d85a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-11T04:31:07.378Z] Stashed 31 file(s) [Pipeline] echo [2020-08-11T04:31:07.380Z] [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-11T04:31:07.829Z] ========================================================= [2020-08-11T04:31:07.829Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-11T04:31:07.829Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:31:08.175Z] + 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-11T04:31:11.488Z] Sending build context to Docker daemon 323MB [2020-08-11T04:31:11.488Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:31:11.488Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:31:11.488Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-11T04:31:11.488Z] df20fa9351a1: Pulling fs layer [2020-08-11T04:31:11.488Z] ed8968b2872e: Pulling fs layer [2020-08-11T04:31:11.488Z] a92cc7c5fd73: Pulling fs layer [2020-08-11T04:31:11.488Z] 2dd03ba5bac4: Pulling fs layer [2020-08-11T04:31:11.488Z] 1e091d79d1de: Pulling fs layer [2020-08-11T04:31:11.488Z] 481702a1767f: Pulling fs layer [2020-08-11T04:31:11.488Z] f64a6f60c768: Pulling fs layer [2020-08-11T04:31:11.488Z] e78d2573fc39: Pulling fs layer [2020-08-11T04:31:11.488Z] e876d2f968b6: Pulling fs layer [2020-08-11T04:31:11.488Z] ce8a83651883: Pulling fs layer [2020-08-11T04:31:11.488Z] 07967f4d0e4b: Pulling fs layer [2020-08-11T04:31:11.488Z] f64a6f60c768: Waiting [2020-08-11T04:31:11.488Z] e78d2573fc39: Waiting [2020-08-11T04:31:11.488Z] e876d2f968b6: Waiting [2020-08-11T04:31:11.488Z] ce8a83651883: Waiting [2020-08-11T04:31:11.488Z] 07967f4d0e4b: Waiting [2020-08-11T04:31:11.488Z] 2dd03ba5bac4: Waiting [2020-08-11T04:31:11.488Z] 1e091d79d1de: Waiting [2020-08-11T04:31:11.488Z] 481702a1767f: Waiting [2020-08-11T04:31:11.488Z] a92cc7c5fd73: Verifying Checksum [2020-08-11T04:31:11.488Z] a92cc7c5fd73: Download complete [2020-08-11T04:31:11.488Z] ed8968b2872e: Verifying Checksum [2020-08-11T04:31:11.488Z] ed8968b2872e: Download complete [2020-08-11T04:31:11.488Z] 1e091d79d1de: Verifying Checksum [2020-08-11T04:31:11.488Z] 1e091d79d1de: Download complete [2020-08-11T04:31:11.488Z] 481702a1767f: Verifying Checksum [2020-08-11T04:31:11.488Z] 481702a1767f: Download complete [2020-08-11T04:31:11.488Z] df20fa9351a1: Verifying Checksum [2020-08-11T04:31:11.488Z] df20fa9351a1: Download complete [2020-08-11T04:31:12.079Z] df20fa9351a1: Pull complete [2020-08-11T04:31:12.351Z] ed8968b2872e: Pull complete [2020-08-11T04:31:12.632Z] f64a6f60c768: Verifying Checksum [2020-08-11T04:31:12.632Z] f64a6f60c768: Download complete [2020-08-11T04:31:12.632Z] e876d2f968b6: Verifying Checksum [2020-08-11T04:31:12.632Z] e876d2f968b6: Download complete [2020-08-11T04:31:13.232Z] 2dd03ba5bac4: Verifying Checksum [2020-08-11T04:31:13.232Z] 2dd03ba5bac4: Download complete [2020-08-11T04:31:13.232Z] 07967f4d0e4b: Verifying Checksum [2020-08-11T04:31:13.232Z] 07967f4d0e4b: Download complete [2020-08-11T04:31:13.493Z] ce8a83651883: Download complete [2020-08-11T04:31:13.493Z] e78d2573fc39: Verifying Checksum [2020-08-11T04:31:13.493Z] e78d2573fc39: Download complete [2020-08-11T04:31:14.065Z] a92cc7c5fd73: Pull complete [2020-08-11T04:31:19.388Z] 2dd03ba5bac4: Pull complete [2020-08-11T04:31:19.658Z] 1e091d79d1de: Pull complete [2020-08-11T04:31:19.658Z] 481702a1767f: Pull complete [2020-08-11T04:31:22.610Z] Still waiting to schedule task [2020-08-11T04:31:22.610Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-11T04:31:26.273Z] f64a6f60c768: Pull complete [2020-08-11T04:31:29.626Z] e78d2573fc39: Pull complete [2020-08-11T04:31:29.626Z] e876d2f968b6: Pull complete [2020-08-11T04:31:30.574Z] ce8a83651883: Pull complete [2020-08-11T04:31:30.840Z] 07967f4d0e4b: Pull complete [2020-08-11T04:31:30.840Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-11T04:31:30.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-11T04:31:30.840Z] ---> 5d7c900382c6 [2020-08-11T04:31:30.840Z] 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-11T04:31:32.767Z] ---> Running in 652def353f95 [2020-08-11T04:31:33.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:31:33.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:31:34.563Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:31:34.563Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:31:34.825Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:31:34.825Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:32:01.437Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:32:01.437Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:32:01.437Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:32:01.437Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:32:01.438Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:32:01.438Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:32:01.438Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:32:01.438Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:32:01.438Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:32:01.438Z] OK: 233 MiB in 51 packages [2020-08-11T04:32:03.357Z] Removing intermediate container 652def353f95 [2020-08-11T04:32:03.357Z] ---> 2024d55b74aa [2020-08-11T04:32:03.357Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:32:03.357Z] ---> Running in fa47e14f9904 [2020-08-11T04:32:03.357Z] Removing intermediate container fa47e14f9904 [2020-08-11T04:32:03.357Z] ---> ba33bfdf4e08 [2020-08-11T04:32:03.357Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:32:03.619Z] latest: Pulling from library/docker [2020-08-11T04:32:03.890Z] df20fa9351a1: Already exists [2020-08-11T04:32:03.890Z] 25ad7478873d: Pulling fs layer [2020-08-11T04:32:03.890Z] 4684f6177b5d: Pulling fs layer [2020-08-11T04:32:03.890Z] 46e300cec669: Pulling fs layer [2020-08-11T04:32:03.890Z] 63038576ad94: Pulling fs layer [2020-08-11T04:32:03.890Z] 0fdb76c4706c: Pulling fs layer [2020-08-11T04:32:03.890Z] cb7edeffdfd5: Pulling fs layer [2020-08-11T04:32:03.890Z] 63038576ad94: Waiting [2020-08-11T04:32:03.890Z] 0fdb76c4706c: Waiting [2020-08-11T04:32:03.890Z] cb7edeffdfd5: Waiting [2020-08-11T04:32:03.890Z] 4684f6177b5d: Verifying Checksum [2020-08-11T04:32:03.890Z] 4684f6177b5d: Download complete [2020-08-11T04:32:03.890Z] 25ad7478873d: Verifying Checksum [2020-08-11T04:32:03.890Z] 25ad7478873d: Download complete [2020-08-11T04:32:04.159Z] 63038576ad94: Verifying Checksum [2020-08-11T04:32:04.159Z] 63038576ad94: Download complete [2020-08-11T04:32:04.159Z] 0fdb76c4706c: Verifying Checksum [2020-08-11T04:32:04.159Z] 0fdb76c4706c: Download complete [2020-08-11T04:32:04.159Z] cb7edeffdfd5: Verifying Checksum [2020-08-11T04:32:04.159Z] cb7edeffdfd5: Download complete [2020-08-11T04:32:04.159Z] 25ad7478873d: Pull complete [2020-08-11T04:32:04.430Z] 4684f6177b5d: Pull complete [2020-08-11T04:32:05.018Z] 46e300cec669: Verifying Checksum [2020-08-11T04:32:05.018Z] 46e300cec669: Download complete [2020-08-11T04:32:06.954Z] 46e300cec669: Pull complete [2020-08-11T04:32:06.954Z] 63038576ad94: Pull complete [2020-08-11T04:32:07.227Z] 0fdb76c4706c: Pull complete [2020-08-11T04:32:07.227Z] cb7edeffdfd5: Pull complete [2020-08-11T04:32:07.227Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:32:07.497Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:32:08.919Z] ---> 18bfc069ce54 [2020-08-11T04:32:08.919Z] Step 6/7 : COPY go.mod . [2020-08-11T04:32:09.180Z] ---> 5b6eaca0c006 [2020-08-11T04:32:09.180Z] Step 7/7 : RUN go mod download [2020-08-11T04:32:09.181Z] ---> Running in 8f02a76ef193 [2020-08-11T04:32:11.734Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:32:11.734Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:32:11.734Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:32:11.734Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:32:11.734Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:32:11.734Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:32:11.734Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:32:11.734Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:32:11.734Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T04:32:11.734Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:32:11.734Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:32:11.734Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:32:11.734Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:32:11.735Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:32:11.735Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:32:11.997Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:32:11.997Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:32:11.997Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:32:11.997Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:32:11.997Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:32:11.997Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:32:11.997Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:32:11.997Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:32:11.997Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:32:11.997Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:32:12.258Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:32:12.258Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:32:12.258Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:32:12.258Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:32:12.258Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:32:12.523Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:32:12.523Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:32:12.786Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:32:12.786Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:32:12.786Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:32:12.786Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:32:12.786Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:32:13.047Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:32:13.047Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:32:13.047Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:32:13.047Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:32:13.047Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:32:13.047Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:32:13.309Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:32:13.309Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:32:13.309Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:32:13.309Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:32:13.309Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:32:13.309Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:32:13.309Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:32:13.309Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:32:13.309Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:32:13.309Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:32:13.309Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:32:13.572Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:32:13.572Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:32:13.572Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:32:13.572Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:32:13.572Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:32:13.572Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:32:13.572Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T04:32:13.572Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:32:13.572Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:32:13.572Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:32:13.572Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:32:13.846Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:32:13.846Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:32:13.846Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:32:13.846Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:32:13.846Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:32:13.846Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:32:28.887Z] Removing intermediate container 8f02a76ef193 [2020-08-11T04:32:28.887Z] ---> e6bae1d215fd [2020-08-11T04:32:28.887Z] Successfully built e6bae1d215fd [2020-08-11T04:32:28.887Z] 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-11T04:32:29.592Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-11T04:32:29.592Z] . [Pipeline] withDockerContainer [2020-08-11T04:32:29.703Z] prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container [2020-08-11T04:32:29.755Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-11T04:32:30.563Z] $ docker top 23fae031e7639412da23c5be067cb5bc0928e291db8bd62f6d587ab1b141ef31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:32:31.112Z] + go version [2020-08-11T04:32:31.112Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-11T04:32:31.124Z] ========================================================= [2020-08-11T04:32:31.124Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:32:31.124Z] ========================================================= [Pipeline] sh [2020-08-11T04:32:31.414Z] + make test [2020-08-11T04:32:31.414Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:32:33.394Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:32:43.694Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:32:49.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:32:49.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:32:49.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:32:49.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:32:51.019Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s [2020-08-11T04:32:51.019Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:32:51.019Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:32:51.019Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:32:51.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:32:51.876Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:32:51.876Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:32:51.876Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:32:51.876Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:32:57.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements [2020-08-11T04:32:57.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:32:57.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:32:57.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:32:57.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:32:57.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:32:59.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.073s coverage: 27.3% of statements [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:32:59.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:32:59.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.010s coverage: 100.0% of statements [2020-08-11T04:32:59.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:33:00.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.067s coverage: 28.6% of statements [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:33:00.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:33:00.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.011s coverage: 100.0% of statements [2020-08-11T04:33:00.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:33:01.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.021s coverage: 89.8% of statements [2020-08-11T04:33:01.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:33:01.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.051s coverage: 97.5% of statements [2020-08-11T04:33:01.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:33:01.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:33:01.947Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:33:01.947Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2020-08-11T04:33:02.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.059s coverage: 63.5% of statements [2020-08-11T04:33:02.962Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:33:02.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:33:02.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-08-11T04:33:03.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.100s coverage: 55.9% of statements [2020-08-11T04:33:03.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:33:03.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:33:03.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:33:03.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.940s coverage: 86.3% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.253s coverage: 72.2% of statements [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.129s coverage: 72.1% of statements [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.010s coverage: 48.4% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.047s coverage: 28.8% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.018s coverage: 96.8% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.039s coverage: 26.9% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.123s coverage: 84.1% of statements [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 42.9% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.024s coverage: 83.8% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 46.1% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.047s coverage: 100.0% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:33:12.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.021s coverage: 100.0% of statements [2020-08-11T04:33:12.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:33:14.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:33:14.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:33:14.108Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:33:14.108Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:33:14.108Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:33:14.108Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:33:14.366Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3349 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [2020-08-11T04:33:14.374Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.016s coverage: 87.9% of statements [2020-08-11T04:33:14.374Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:33:14.374Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:33:14.374Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [Pipeline] ws [2020-08-11T04:33:14.407Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-08-11T04:33:14.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-08-11T04:33:15.208Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements [2020-08-11T04:33:15.469Z] GO111MODULE=on go vet ./... [2020-08-11T04:33:19.025Z] using credential edgex-jenkins-ssh [2020-08-11T04:33:19.072Z] Cloning the remote Git repository [2020-08-11T04:33:19.072Z] Cloning with configured refspecs honoured and without tags [2020-08-11T04:33:19.127Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:33:19.229Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-08-11T04:33:19.312Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:33:19.313Z] > git --version # timeout=10 [2020-08-11T04:33:19.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:33:19.421Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:33:22.118Z] gofmt -l . [2020-08-11T04:33:22.696Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:33:23.277Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:33:24.233Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T04:33:25.939Z] + ls -al . [2020-08-11T04:33:25.939Z] total 556 [2020-08-11T04:33:25.939Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:33 . [2020-08-11T04:33:25.939Z] drwxr-xr-x 4 root root 28 Aug 11 04:32 .. [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:30 .dockerignore [2020-08-11T04:33:25.939Z] drwxrwxr-x 8 1001 1001 179 Aug 11 04:30 .git [2020-08-11T04:33:25.939Z] drwxrwxr-x 3 1001 1001 60 Aug 11 04:30 .github [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:30 .gitignore [2020-08-11T04:33:25.939Z] drwx------ 3 1001 1001 47 Aug 11 04:30 .semver [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:30 .sonarcloud.properties [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:30 CONTRIBUTING.md [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:30 Dockerfile.build [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:30 Jenkinsfile [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:30 LICENSE [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:30 Makefile [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:30 README.md [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:30 SECURITY.md [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:30 VERSION [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:30 ZMQWindows.md [2020-08-11T04:33:25.939Z] drwxrwxr-x 2 1001 1001 117 Aug 11 04:30 bin [2020-08-11T04:33:25.939Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:30 cmd [2020-08-11T04:33:25.939Z] -rw-r--r-- 1 root root 455803 Aug 11 04:33 coverage.out [2020-08-11T04:33:25.939Z] -rw-r--r-- 1 root root 1019 Aug 11 04:33 go.mod [2020-08-11T04:33:25.939Z] -rw-r--r-- 1 root root 18146 Aug 11 04:33 go.sum [2020-08-11T04:33:25.939Z] drwxrwxr-x 8 1001 1001 127 Aug 11 04:30 internal [2020-08-11T04:33:25.939Z] drwxrwxr-x 4 1001 1001 26 Aug 11 04:30 openapi [2020-08-11T04:33:25.939Z] drwxrwxr-x 4 1001 1001 71 Aug 11 04:30 snap [2020-08-11T04:33:25.939Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:30 version.go [Pipeline] sh [2020-08-11T04:33:26.261Z] + '[' -e coverage.out ] [2020-08-11T04:33:26.261Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:33:26.649Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:33:26.948Z] + make build [2020-08-11T04:33:26.948Z] 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-11T04:33:33.667Z] 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-11T04:33:35.156Z] Fetching without tags [2020-08-11T04:33:35.650Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 2a0aa0a464e015e3dadee497a498bc5f1d727e62 [2020-08-11T04:33:36.227Z] Merge succeeded, producing ff7a1cf9618e528a5e61f327ee9daa109199f053 [2020-08-11T04:33:36.227Z] Checking out Revision ff7a1cf9618e528a5e61f327ee9daa109199f053 (PR-2653) [2020-08-11T04:33:35.068Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:33:35.092Z] > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 [2020-08-11T04:33:35.110Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:33:35.133Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:33:35.165Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:33:35.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:33:35.183Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:33:35.671Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:33:35.688Z] > git checkout -f 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 [2020-08-11T04:33:35.957Z] > git remote # timeout=10 [2020-08-11T04:33:35.973Z] > git config --get remote.origin.url # timeout=10 [2020-08-11T04:33:35.985Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:33:35.995Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-11T04:33:36.209Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-11T04:33:36.233Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:33:36.247Z] > git checkout -f ff7a1cf9618e528a5e61f327ee9daa109199f053 # timeout=10 [2020-08-11T04:33:37.882Z] 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-11T04:33:39.275Z] 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-11T04:33:40.591Z] Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" [2020-08-11T04:33:40.598Z] > git rev-list --no-walk 2a0aa0a464e015e3dadee497a498bc5f1d727e62 # timeout=10 [2020-08-11T04:33:40.667Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-11T04:33:43.245Z] 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-11T04:33:43.510Z] 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-11T04:33:46.081Z] 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-11T04:33:48.017Z] 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-11T04:33:49.980Z] 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-11T04:33:51.925Z] 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 [Pipeline] echo [2020-08-11T04:33:53.131Z] ========================================================= [2020-08-11T04:33:53.131Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-11T04:33:53.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:33:53.402Z] 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-11T04:33:54.000Z] + 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-11T04:33:54.864Z] 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-11T04:33:56.277Z] $ docker stop --time=1 23fae031e7639412da23c5be067cb5bc0928e291db8bd62f6d587ab1b141ef31 [2020-08-11T04:33:58.344Z] Sending build context to Docker daemon 323MB [2020-08-11T04:33:58.344Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:33:58.344Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:33:58.344Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-11T04:33:58.344Z] b538f80385f9: Pulling fs layer [2020-08-11T04:33:58.344Z] 74f711af9a0d: Pulling fs layer [2020-08-11T04:33:58.344Z] 99f96fe45779: Pulling fs layer [2020-08-11T04:33:58.344Z] fd7a069fd194: Pulling fs layer [2020-08-11T04:33:58.344Z] 66aa3694b03b: Pulling fs layer [2020-08-11T04:33:58.344Z] 170f70906a0f: Pulling fs layer [2020-08-11T04:33:58.344Z] ad7c5574e4b9: Pulling fs layer [2020-08-11T04:33:58.344Z] e772456be8f7: Pulling fs layer [2020-08-11T04:33:58.344Z] c890913d741a: Pulling fs layer [2020-08-11T04:33:58.344Z] 2480fcc9aa5a: Pulling fs layer [2020-08-11T04:33:58.344Z] 09adf4765672: Pulling fs layer [2020-08-11T04:33:58.344Z] fd7a069fd194: Waiting [2020-08-11T04:33:58.344Z] 66aa3694b03b: Waiting [2020-08-11T04:33:58.344Z] 170f70906a0f: Waiting [2020-08-11T04:33:58.344Z] ad7c5574e4b9: Waiting [2020-08-11T04:33:58.344Z] e772456be8f7: Waiting [2020-08-11T04:33:58.344Z] c890913d741a: Waiting [2020-08-11T04:33:58.344Z] 2480fcc9aa5a: Waiting [2020-08-11T04:33:58.344Z] 09adf4765672: Waiting [2020-08-11T04:33:58.344Z] 99f96fe45779: Verifying Checksum [2020-08-11T04:33:58.344Z] 99f96fe45779: Download complete [2020-08-11T04:33:58.344Z] 74f711af9a0d: Verifying Checksum [2020-08-11T04:33:58.344Z] 74f711af9a0d: Download complete [2020-08-11T04:33:58.344Z] 66aa3694b03b: Download complete [2020-08-11T04:33:58.344Z] 170f70906a0f: Verifying Checksum [2020-08-11T04:33:58.344Z] 170f70906a0f: Download complete [2020-08-11T04:33:58.524Z] $ docker rm -f 23fae031e7639412da23c5be067cb5bc0928e291db8bd62f6d587ab1b141ef31 [2020-08-11T04:33:58.629Z] b538f80385f9: Verifying Checksum [2020-08-11T04:33:58.629Z] b538f80385f9: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-08-11T04:33:59.240Z] b538f80385f9: Pull complete [Pipeline] script [Pipeline] { [2020-08-11T04:33:59.848Z] 74f711af9a0d: Pull complete [2020-08-11T04:34:00.127Z] 99f96fe45779: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:01.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:01.602Z] [2020-08-11T04:34:01.602Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:01.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:01.989Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-11T04:34:01.989Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-11T04:34:01.989Z] ca9280d653b3: Pulling fs layer [2020-08-11T04:34:01.989Z] 7e9c9ca2126c: Pulling fs layer [2020-08-11T04:34:02.585Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-11T04:34:02.585Z] cbdbe7a5bc2a: Download complete [2020-08-11T04:34:02.585Z] ca9280d653b3: Verifying Checksum [2020-08-11T04:34:02.585Z] ca9280d653b3: Download complete [2020-08-11T04:34:02.783Z] ad7c5574e4b9: Verifying Checksum [2020-08-11T04:34:02.783Z] ad7c5574e4b9: Download complete [2020-08-11T04:34:02.783Z] c890913d741a: Verifying Checksum [2020-08-11T04:34:02.783Z] c890913d741a: Download complete [2020-08-11T04:34:02.874Z] cbdbe7a5bc2a: Pull complete [2020-08-11T04:34:03.464Z] 7e9c9ca2126c: Download complete [2020-08-11T04:34:03.724Z] ca9280d653b3: Pull complete [2020-08-11T04:34:04.823Z] 2480fcc9aa5a: Verifying Checksum [2020-08-11T04:34:04.823Z] 2480fcc9aa5a: Download complete [2020-08-11T04:34:04.823Z] 09adf4765672: Download complete [2020-08-11T04:34:05.095Z] e772456be8f7: Verifying Checksum [2020-08-11T04:34:05.095Z] e772456be8f7: Download complete [2020-08-11T04:34:05.702Z] fd7a069fd194: Verifying Checksum [2020-08-11T04:34:05.702Z] fd7a069fd194: Download complete [2020-08-11T04:34:10.410Z] 7e9c9ca2126c: Pull complete [2020-08-11T04:34:10.410Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-11T04:34:10.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:10.410Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-11T04:34:10.559Z] prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container [2020-08-11T04:34:10.605Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-11T04:34:13.457Z] $ docker top f03e988391cddd09e925dcda72dfd395e6b3438569ba920015c4cba0e71c51fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:34:13.988Z] + docker-compose build --help [2020-08-11T04:34:13.988Z] + grep parallel [2020-08-11T04:34:14.932Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:34:15.206Z] $ docker stop --time=1 f03e988391cddd09e925dcda72dfd395e6b3438569ba920015c4cba0e71c51fb [2020-08-11T04:34:16.640Z] $ docker rm -f f03e988391cddd09e925dcda72dfd395e6b3438569ba920015c4cba0e71c51fb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:17.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:17.248Z] . [Pipeline] withDockerContainer [2020-08-11T04:34:17.357Z] prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container [2020-08-11T04:34:17.407Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-11T04:34:18.131Z] $ docker top 51893e40609d3e4ca4565547d5f1ccaff5cb79c3b5937a0501ed7c2d0465afa5 -eo pid,comm [2020-08-11T04:34:18.141Z] fd7a069fd194: Pull complete [2020-08-11T04:34:18.141Z] 66aa3694b03b: Pull complete [2020-08-11T04:34:18.141Z] 170f70906a0f: Pull complete [Pipeline] { [Pipeline] sh [2020-08-11T04:34:18.645Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:34:20.033Z] Building docker-core-command-go ... [2020-08-11T04:34:20.033Z] Building docker-core-data-go ... [2020-08-11T04:34:20.033Z] Building docker-core-metadata-go ... [2020-08-11T04:34:20.033Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:34:20.033Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:34:20.033Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:34:20.034Z] Building docker-support-logging-go ... [2020-08-11T04:34:20.034Z] Building docker-support-notifications-go ... [2020-08-11T04:34:20.034Z] Building docker-support-scheduler-go ... [2020-08-11T04:34:20.034Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:34:20.034Z] Building docker-sys-mgmt-agent-go [2020-08-11T04:34:20.034Z] Building docker-security-secretstore-setup-go [2020-08-11T04:34:20.034Z] Building docker-support-logging-go [2020-08-11T04:34:20.034Z] Building docker-support-scheduler-go [2020-08-11T04:34:20.034Z] Building docker-core-data-go [2020-08-11T04:34:21.538Z] ad7c5574e4b9: Pull complete [2020-08-11T04:34:25.847Z] e772456be8f7: Pull complete [2020-08-11T04:34:25.847Z] c890913d741a: Pull complete [2020-08-11T04:34:28.481Z] 2480fcc9aa5a: Pull complete [2020-08-11T04:34:28.753Z] 09adf4765672: Pull complete [2020-08-11T04:34:29.039Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-11T04:34:29.039Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-11T04:34:29.039Z] ---> 2248a725d1cf [2020-08-11T04:34:29.039Z] 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-11T04:34:33.370Z] ---> Running in 61d7e56b27b6 [2020-08-11T04:34:35.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:34:36.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:34:37.285Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:34:37.556Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:34:37.556Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:34:37.556Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:34:41.836Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:34:41.836Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:34:41.836Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:34:41.836Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:34:41.836Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:34:41.836Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:34:41.836Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:34:41.836Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:34:41.836Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:34:42.110Z] OK: 217 MiB in 51 packages [2020-08-11T04:34:46.419Z] Removing intermediate container 61d7e56b27b6 [2020-08-11T04:34:46.419Z] ---> d0b79752edf1 [2020-08-11T04:34:46.420Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:34:46.420Z] ---> Running in 9d00484b1ede [2020-08-11T04:34:47.012Z] Removing intermediate container 9d00484b1ede [2020-08-11T04:34:47.012Z] ---> a54f73294887 [2020-08-11T04:34:47.012Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:34:47.285Z] latest: Pulling from library/docker [2020-08-11T04:34:47.285Z] b538f80385f9: Already exists [2020-08-11T04:34:47.285Z] 259a493cd78d: Pulling fs layer [2020-08-11T04:34:47.285Z] b8e66b5100f5: Pulling fs layer [2020-08-11T04:34:47.285Z] 39dc9c94d07c: Pulling fs layer [2020-08-11T04:34:47.285Z] 551b823b3b82: Pulling fs layer [2020-08-11T04:34:47.285Z] 3c52a74df98c: Pulling fs layer [2020-08-11T04:34:47.285Z] 6c9b121b6998: Pulling fs layer [2020-08-11T04:34:47.285Z] 3c52a74df98c: Waiting [2020-08-11T04:34:47.285Z] 6c9b121b6998: Waiting [2020-08-11T04:34:47.285Z] 551b823b3b82: Waiting [2020-08-11T04:34:47.560Z] b8e66b5100f5: Download complete [2020-08-11T04:34:47.560Z] 259a493cd78d: Download complete [2020-08-11T04:34:47.560Z] 551b823b3b82: Verifying Checksum [2020-08-11T04:34:47.560Z] 551b823b3b82: Download complete [2020-08-11T04:34:47.560Z] 3c52a74df98c: Verifying Checksum [2020-08-11T04:34:47.560Z] 3c52a74df98c: Download complete [2020-08-11T04:34:47.832Z] 6c9b121b6998: Verifying Checksum [2020-08-11T04:34:47.832Z] 6c9b121b6998: Download complete [2020-08-11T04:34:48.105Z] 259a493cd78d: Pull complete [2020-08-11T04:34:48.700Z] b8e66b5100f5: Pull complete [2020-08-11T04:34:48.973Z] 39dc9c94d07c: Verifying Checksum [2020-08-11T04:34:48.973Z] 39dc9c94d07c: Download complete [2020-08-11T04:34:52.351Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:34:52.351Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:34:52.351Z] ---> e6bae1d215fd [2020-08-11T04:34:52.351Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:34:52.351Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:34:52.351Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:34:52.351Z] ---> e6bae1d215fd [2020-08-11T04:34:52.351Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:34:52.351Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:34:52.351Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:34:52.351Z] ---> e6bae1d215fd [2020-08-11T04:34:52.351Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:34:52.351Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:34:52.351Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:34:52.351Z] ---> e6bae1d215fd [2020-08-11T04:34:52.351Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:34:52.351Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:34:52.351Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:34:52.351Z] ---> e6bae1d215fd [2020-08-11T04:34:52.351Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:34:52.351Z] ---> Running in 554fbfb22de1 [2020-08-11T04:34:52.351Z] ---> Running in ff53df01aca3 [2020-08-11T04:34:52.351Z] ---> Running in b34ac409e185 [2020-08-11T04:34:52.351Z] ---> Running in ad704b38f579 [2020-08-11T04:34:52.351Z] ---> Running in 477901987e88 [2020-08-11T04:34:52.351Z] Removing intermediate container 477901987e88 [2020-08-11T04:34:52.351Z] ---> 51ba0fbf7b85 [2020-08-11T04:34:52.351Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:34:52.351Z] Removing intermediate container b34ac409e185 [2020-08-11T04:34:52.351Z] ---> c7dd87558862 [2020-08-11T04:34:52.351Z] Removing intermediate container ad704b38f579 [2020-08-11T04:34:52.351Z] ---> bd8841f73a1e [2020-08-11T04:34:52.351Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:34:52.351Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:34:52.351Z] Removing intermediate container ff53df01aca3 [2020-08-11T04:34:52.351Z] ---> ff86ee3ac424 [2020-08-11T04:34:52.351Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:34:52.351Z] Removing intermediate container 554fbfb22de1 [2020-08-11T04:34:52.351Z] ---> 289cb92f0d51 [2020-08-11T04:34:52.351Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:34:52.351Z] ---> Running in 60f38306f183 [2020-08-11T04:34:52.351Z] ---> Running in 7e1db0575909 [2020-08-11T04:34:52.351Z] ---> Running in a24297418863 [2020-08-11T04:34:52.351Z] ---> Running in dbea82a85ca6 [2020-08-11T04:34:52.351Z] ---> Running in e8045f9ecda2 [2020-08-11T04:34:52.357Z] 39dc9c94d07c: Pull complete [2020-08-11T04:34:52.357Z] 551b823b3b82: Pull complete [2020-08-11T04:34:52.639Z] 3c52a74df98c: Pull complete [2020-08-11T04:34:52.819Z] Removing intermediate container 7e1db0575909 [2020-08-11T04:34:52.819Z] ---> 74755a0122b2 [2020-08-11T04:34:52.819Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:34:52.918Z] 6c9b121b6998: Pull complete [2020-08-11T04:34:52.918Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:34:52.918Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:34:53.087Z] ---> Running in a942814afc64 [2020-08-11T04:34:53.087Z] Removing intermediate container 60f38306f183 [2020-08-11T04:34:53.087Z] ---> cb069c057b5b [2020-08-11T04:34:53.087Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:34:53.087Z] Removing intermediate container a24297418863 [2020-08-11T04:34:53.087Z] ---> 2392bd278aee [2020-08-11T04:34:53.087Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:34:53.087Z] Removing intermediate container dbea82a85ca6 [2020-08-11T04:34:53.087Z] ---> e4bbcf798aec [2020-08-11T04:34:53.087Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:34:53.087Z] Removing intermediate container e8045f9ecda2 [2020-08-11T04:34:53.087Z] ---> b464fa4db6b2 [2020-08-11T04:34:53.087Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:34:53.087Z] ---> Running in 8d69d3e5c8f0 [2020-08-11T04:34:53.087Z] ---> Running in 7129fe4b6ea8 [2020-08-11T04:34:53.357Z] ---> Running in 22cf21dfb3e8 [2020-08-11T04:34:53.357Z] ---> Running in 725c393294d0 [2020-08-11T04:34:53.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:54.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:34:55.275Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:34:55.275Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:34:55.275Z] OK: 12749 distinct packages available [2020-08-11T04:34:55.275Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:34:55.275Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:34:55.275Z] OK: 12749 distinct packages available [2020-08-11T04:34:55.561Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:34:55.561Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:34:55.561Z] OK: 12749 distinct packages available [2020-08-11T04:34:55.561Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:34:55.561Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:34:55.561Z] OK: 12749 distinct packages available [2020-08-11T04:34:55.561Z] OK: 233 MiB in 51 packages [2020-08-11T04:34:55.561Z] OK: 233 MiB in 51 packages [2020-08-11T04:34:55.828Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:34:55.828Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:34:55.828Z] OK: 12749 distinct packages available [2020-08-11T04:34:55.828Z] OK: 233 MiB in 51 packages [2020-08-11T04:34:55.828Z] OK: 233 MiB in 51 packages [2020-08-11T04:34:56.093Z] OK: 233 MiB in 51 packages [2020-08-11T04:34:56.093Z] OK: 233 MiB in 51 packages [2020-08-11T04:34:56.322Z] ---> e8a1ab713074 [2020-08-11T04:34:56.322Z] Step 6/7 : COPY go.mod . [2020-08-11T04:34:56.921Z] ---> 8c9b1b69f0cc [2020-08-11T04:34:56.921Z] Step 7/7 : RUN go mod download [2020-08-11T04:34:57.192Z] ---> Running in cada085914b2 [2020-08-11T04:34:57.498Z] Removing intermediate container 7129fe4b6ea8 [2020-08-11T04:34:57.499Z] ---> 0cf2abd35d68 [2020-08-11T04:34:57.499Z] Step 6/22 : COPY go.mod . [2020-08-11T04:34:57.499Z] Removing intermediate container 8d69d3e5c8f0 [2020-08-11T04:34:57.499Z] ---> 00096a9c4c09 [2020-08-11T04:34:57.499Z] Step 6/26 : COPY go.mod . [2020-08-11T04:34:57.499Z] Removing intermediate container a942814afc64 [2020-08-11T04:34:57.499Z] ---> d0cab634843c [2020-08-11T04:34:57.499Z] Step 6/26 : COPY go.mod . [2020-08-11T04:34:57.760Z] ---> 9f812e11271e [2020-08-11T04:34:57.760Z] Step 7/22 : RUN go mod download [2020-08-11T04:34:57.760Z] Removing intermediate container 725c393294d0 [2020-08-11T04:34:57.760Z] ---> cc6224e56c55 [2020-08-11T04:34:57.760Z] Step 6/20 : COPY go.mod . [2020-08-11T04:34:57.760Z] ---> Running in 48a9055d950f [2020-08-11T04:34:58.023Z] ---> 31a6e0b65dc9 [2020-08-11T04:34:58.023Z] Step 7/26 : RUN go mod download [2020-08-11T04:34:58.023Z] ---> 9b71931fdd92 [2020-08-11T04:34:58.023Z] Step 7/26 : RUN go mod download [2020-08-11T04:34:58.023Z] Removing intermediate container 22cf21dfb3e8 [2020-08-11T04:34:58.023Z] ---> 4a93e2403ba0 [2020-08-11T04:34:58.023Z] Step 6/21 : COPY go.mod . [2020-08-11T04:34:58.286Z] ---> Running in 75a9a43ca9f0 [2020-08-11T04:34:58.286Z] ---> Running in 6998ee8d5866 [2020-08-11T04:34:58.286Z] ---> b51036963e93 [2020-08-11T04:34:58.286Z] Step 7/20 : RUN go mod download [2020-08-11T04:34:58.549Z] ---> Running in c76b89620b8d [2020-08-11T04:34:58.549Z] ---> ddec5713c978 [2020-08-11T04:34:58.549Z] Step 7/21 : RUN go mod download [2020-08-11T04:34:58.549Z] ---> Running in a7744af6d8c8 [2020-08-11T04:35:00.568Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:35:00.568Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:35:00.568Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:35:00.568Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:35:00.568Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:35:00.568Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:35:00.568Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:35:00.568Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:35:00.568Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T04:35:00.568Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:35:00.568Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:35:00.568Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:35:00.568Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:35:00.568Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:35:00.568Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:35:00.844Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:35:00.844Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:35:00.844Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:35:00.844Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:35:00.844Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:35:00.844Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:35:00.844Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:35:00.844Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:35:00.844Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:35:00.844Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:35:00.844Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:35:01.119Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:35:01.119Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:35:01.119Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:35:01.119Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:35:01.119Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:35:01.119Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:35:01.145Z] Removing intermediate container c76b89620b8d [2020-08-11T04:35:01.145Z] ---> f45f4edf351a [2020-08-11T04:35:01.145Z] Step 8/20 : COPY . . [2020-08-11T04:35:01.145Z] Removing intermediate container 6998ee8d5866 [2020-08-11T04:35:01.145Z] ---> 1c9ce90dcbc4 [2020-08-11T04:35:01.145Z] Step 8/26 : COPY . . [2020-08-11T04:35:01.145Z] Removing intermediate container a7744af6d8c8 [2020-08-11T04:35:01.145Z] ---> b38c4b6e567f [2020-08-11T04:35:01.145Z] Step 8/21 : COPY . . [2020-08-11T04:35:01.145Z] Removing intermediate container 75a9a43ca9f0 [2020-08-11T04:35:01.145Z] ---> fa285c0e4de5 [2020-08-11T04:35:01.145Z] Step 8/26 : COPY . . [2020-08-11T04:35:01.145Z] Removing intermediate container 48a9055d950f [2020-08-11T04:35:01.145Z] ---> cb07b4a48549 [2020-08-11T04:35:01.145Z] Step 8/22 : COPY . . [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:35:01.393Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:35:01.393Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:35:01.665Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:35:01.665Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:35:01.665Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:35:01.665Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:35:01.665Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:35:01.665Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:35:01.665Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:35:01.665Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:35:01.665Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:35:01.665Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:35:01.665Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:35:01.937Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:35:01.937Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:35:01.937Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:35:01.937Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:35:01.937Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:35:01.937Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:35:01.937Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:35:01.937Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:35:01.937Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:35:01.937Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:35:01.937Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:35:02.208Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:35:02.208Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:35:02.208Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:35:02.208Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:35:02.208Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:35:02.208Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:35:02.208Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:35:02.208Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:35:02.208Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:35:02.208Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:35:02.208Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T04:35:02.208Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:35:02.479Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:35:02.479Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:35:02.479Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:35:02.479Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:35:02.479Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:35:02.479Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:35:02.479Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:35:02.479Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:35:02.479Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:35:20.774Z] Removing intermediate container cada085914b2 [2020-08-11T04:35:20.774Z] ---> a262460a6438 [2020-08-11T04:35:20.774Z] Successfully built a262460a6438 [2020-08-11T04:35:20.774Z] 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-11T04:35:21.620Z] + docker inspect -f . ci-base-image-arm64 [2020-08-11T04:35:21.620Z] . [Pipeline] withDockerContainer [2020-08-11T04:35:21.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-3349 does not seem to be running inside a container [2020-08-11T04:35:22.009Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-arm64 cat [2020-08-11T04:35:23.312Z] $ docker top a5ce1c872ab517b8a64666b450700b4c9f1f3c50bc6a39bb4dc0da8376ead210 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:35:24.278Z] + go version [2020-08-11T04:35:24.278Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-11T04:35:24.297Z] ========================================================= [2020-08-11T04:35:24.297Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:35:24.297Z] ========================================================= [Pipeline] sh [2020-08-11T04:35:24.946Z] + make test [2020-08-11T04:35:24.946Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:35:27.561Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:35:40.644Z] ---> 3d482a313e55 [2020-08-11T04:35:40.644Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:35:40.644Z] ---> fca36e20d3f9 [2020-08-11T04:35:40.644Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:35:40.644Z] ---> 7d7a78cfb229 [2020-08-11T04:35:40.644Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:35:40.644Z] ---> 1ba2e8023d2a [2020-08-11T04:35:40.644Z] 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-11T04:35:40.644Z] ---> Running in 2f1fe4a19b56 [2020-08-11T04:35:40.644Z] ---> Running in 705a458e8bc3 [2020-08-11T04:35:40.644Z] ---> Running in 6a8153c5c5b8 [2020-08-11T04:35:40.644Z] ---> Running in 185a4f7320ad [2020-08-11T04:35:40.644Z] ---> 27ac8bf86158 [2020-08-11T04:35:40.644Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:35:40.644Z] ---> Running in 0a97b6c01e41 [2020-08-11T04:35:40.644Z] 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-11T04:35:40.644Z] 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-11T04:35:40.644Z] 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-11T04:35:40.644Z] 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-11T04:35:40.644Z] 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-11T04:35:59.988Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:36:12.939Z] 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-11T04:36:12.939Z] Removing intermediate container 2f1fe4a19b56 [2020-08-11T04:36:12.939Z] ---> fe695f4fc57b [2020-08-11T04:36:12.939Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:36:12.939Z] 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-11T04:36:12.939Z] ---> Running in e46a9b9c5fdf [2020-08-11T04:36:14.377Z] 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-11T04:36:14.965Z] Removing intermediate container 0a97b6c01e41 [2020-08-11T04:36:14.965Z] ---> 5949d8993840 [2020-08-11T04:36:14.965Z] [2020-08-11T04:36:14.965Z] Step 10/21 : FROM scratch [2020-08-11T04:36:14.965Z] ---> [2020-08-11T04:36:14.965Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:36:15.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:36:15.131Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:36:15.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:36:15.131Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:36:15.131Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s [2020-08-11T04:36:15.132Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:36:15.132Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:36:15.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:36:15.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:36:15.544Z] ---> Running in 091c17d092de [2020-08-11T04:36:15.729Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:36:15.824Z] Removing intermediate container 091c17d092de [2020-08-11T04:36:15.824Z] ---> 5da6dfce2488 [2020-08-11T04:36:15.824Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:36:16.094Z] ---> Running in 16af081e506a [2020-08-11T04:36:16.331Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:36:16.331Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:36:16.331Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:36:20.330Z] Removing intermediate container 16af081e506a [2020-08-11T04:36:20.330Z] ---> adc341cd4689 [2020-08-11T04:36:20.330Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:36:20.330Z] ---> Running in 247087f26c39 [2020-08-11T04:36:20.330Z] Removing intermediate container 6a8153c5c5b8 [2020-08-11T04:36:20.330Z] ---> e22f5e7a4ca0 [2020-08-11T04:36:20.330Z] [2020-08-11T04:36:20.330Z] Step 10/20 : FROM scratch [2020-08-11T04:36:20.330Z] ---> [2020-08-11T04:36:20.330Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:36:20.330Z] ---> Running in f19d5b66a9ca [2020-08-11T04:36:20.596Z] Removing intermediate container 247087f26c39 [2020-08-11T04:36:20.596Z] ---> 59d530e444fd [2020-08-11T04:36:20.596Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:36:20.596Z] Removing intermediate container e46a9b9c5fdf [2020-08-11T04:36:20.596Z] ---> 73688200afff [2020-08-11T04:36:20.596Z] [2020-08-11T04:36:20.596Z] Step 11/26 : FROM docker:latest [2020-08-11T04:36:20.596Z] ---> 81f5749c9058 [2020-08-11T04:36:20.596Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:36:20.859Z] ---> Running in 647d46e4b344 [2020-08-11T04:36:20.859Z] Removing intermediate container f19d5b66a9ca [2020-08-11T04:36:20.859Z] ---> 3222f34c5276 [2020-08-11T04:36:20.859Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:36:20.859Z] ---> Running in 8795564524f7 [2020-08-11T04:36:21.443Z] ---> 6d4bc587445c [2020-08-11T04:36:21.443Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:36:22.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:23.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:23.112Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:36:23.112Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:36:23.386Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:36:23.386Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:36:23.386Z] OK: 12 MiB in 22 packages [2020-08-11T04:36:23.386Z] Removing intermediate container 8795564524f7 [2020-08-11T04:36:23.386Z] ---> 7f366212b838 [2020-08-11T04:36:23.386Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:36:23.386Z] Removing intermediate container 185a4f7320ad [2020-08-11T04:36:23.386Z] ---> da1d49fccf81 [2020-08-11T04:36:23.386Z] [2020-08-11T04:36:23.386Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:36:23.649Z] ---> 91f160545eb0 [2020-08-11T04:36:23.649Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:36:23.649Z] ---> Running in eb94b9316980 [2020-08-11T04:36:23.649Z] Removing intermediate container 705a458e8bc3 [2020-08-11T04:36:23.649Z] ---> 76de1b85ddc3 [2020-08-11T04:36:23.649Z] [2020-08-11T04:36:23.649Z] Step 10/22 : FROM alpine [2020-08-11T04:36:23.912Z] 3.10: Pulling from library/alpine [2020-08-11T04:36:23.912Z] latest: Pulling from library/alpine [2020-08-11T04:36:25.310Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:36:25.310Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:36:25.310Z] Removing intermediate container eb94b9316980 [2020-08-11T04:36:25.310Z] ---> 109276e19918 [2020-08-11T04:36:25.310Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:36:25.310Z] ---> a24bb4013296 [2020-08-11T04:36:25.310Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:36:25.310Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:36:25.310Z] ---> 207563f781ef [2020-08-11T04:36:25.310Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:36:25.310Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:36:25.310Z] ---> be4e4bea2c2e [2020-08-11T04:36:25.310Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:36:25.310Z] Removing intermediate container 647d46e4b344 [2020-08-11T04:36:25.310Z] ---> 45e762f52a12 [2020-08-11T04:36:25.310Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:36:25.310Z] ---> Running in a37ba48f4b9e [2020-08-11T04:36:25.572Z] ---> Running in 6c5dec06e3cf [2020-08-11T04:36:25.572Z] ---> Running in 840593f9f3f3 [2020-08-11T04:36:25.572Z] ---> 78cac5adb904 [2020-08-11T04:36:25.572Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:36:25.835Z] ---> fd6061fda59b [2020-08-11T04:36:25.835Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:36:25.835Z] Removing intermediate container a37ba48f4b9e [2020-08-11T04:36:25.835Z] ---> 251ef1efdbf0 [2020-08-11T04:36:25.835Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:36:26.108Z] ---> Running in 319e3cd89192 [2020-08-11T04:36:26.108Z] ---> Running in ba2410b36c75 [2020-08-11T04:36:26.376Z] ---> d4d46ed300e5 [2020-08-11T04:36:26.376Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:36:26.376Z] Removing intermediate container ba2410b36c75 [2020-08-11T04:36:26.376Z] ---> 73124137b1f0 [2020-08-11T04:36:26.376Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:36:26.376Z] Removing intermediate container 319e3cd89192 [2020-08-11T04:36:26.376Z] ---> 48383018a61d [2020-08-11T04:36:26.376Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:36:26.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-08-11T04:36:26.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:36:26.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:36:26.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:36:26.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:36:26.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:36:26.642Z] ---> Running in 820406c43ce2 [2020-08-11T04:36:26.642Z] ---> Running in e8703af32df6 [2020-08-11T04:36:26.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:26.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:26.906Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:36:26.906Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:36:26.906Z] OK: 10346 distinct packages available [2020-08-11T04:36:27.169Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:36:27.752Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:36:27.752Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:36:27.752Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:36:27.752Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:36:27.752Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:36:28.021Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:36:28.021Z] OK: 7 MiB in 19 packages [2020-08-11T04:36:28.597Z] ---> c73c63f62c48 [2020-08-11T04:36:28.597Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:36:28.597Z] Removing intermediate container 820406c43ce2 [2020-08-11T04:36:28.597Z] ---> 2e341a8490d0 [2020-08-11T04:36:28.597Z] Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:36:28.863Z] Removing intermediate container e8703af32df6 [2020-08-11T04:36:28.863Z] ---> 04001da4f183 [2020-08-11T04:36:28.863Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:28.863Z] ---> Running in b58f12477e2a [2020-08-11T04:36:28.863Z] ---> Running in 2fad1debee3f [2020-08-11T04:36:28.863Z] ---> Running in 371bc76e9c1b [2020-08-11T04:36:29.453Z] Removing intermediate container b58f12477e2a [2020-08-11T04:36:29.453Z] ---> 3c0f41afb8de [2020-08-11T04:36:29.453Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:36:29.453Z] Removing intermediate container 2fad1debee3f [2020-08-11T04:36:29.453Z] ---> cdbf24c23a2d [2020-08-11T04:36:29.453Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:36:29.453Z] Removing intermediate container 840593f9f3f3 [2020-08-11T04:36:29.453Z] ---> adc4b35f6044 [2020-08-11T04:36:29.453Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:36:30.036Z] ---> Running in a912a8a05ed4 [2020-08-11T04:36:30.036Z] ---> Running in 7151f0c2bf34 [2020-08-11T04:36:30.037Z] ---> Running in dcdfa1e3d38c [2020-08-11T04:36:30.037Z] Removing intermediate container 6c5dec06e3cf [2020-08-11T04:36:30.300Z] ---> b010ab20099e [2020-08-11T04:36:30.300Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:36:30.300Z] Removing intermediate container a912a8a05ed4 [2020-08-11T04:36:30.300Z] ---> 690f8dffd218 [2020-08-11T04:36:30.300Z] Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:36:30.300Z] ---> Running in 23e982b633f3 [2020-08-11T04:36:30.571Z] Removing intermediate container 7151f0c2bf34 [2020-08-11T04:36:30.571Z] ---> 480980c0fdaa [2020-08-11T04:36:30.571Z] [2020-08-11T04:36:30.571Z] ---> Running in 387ac97b024b [2020-08-11T04:36:30.571Z] Removing intermediate container dcdfa1e3d38c [2020-08-11T04:36:30.571Z] ---> 73f993d10d1d [2020-08-11T04:36:30.571Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:36:30.832Z] Successfully built 480980c0fdaa [2020-08-11T04:36:30.832Z] Removing intermediate container 23e982b633f3 [2020-08-11T04:36:30.832Z] ---> 9a0daf0ba9c8 [2020-08-11T04:36:30.832Z] Step 13/26 : WORKDIR / [2020-08-11T04:36:30.832Z] Successfully tagged docker-support-logging-go:latest [2020-08-11T04:36:30.832Z] ---> Running in c5a33f301d85 [2020-08-11T04:36:30.832Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-08-11T04:36:30.832Z] ---> Running in c714972a90a0 [2020-08-11T04:36:31.116Z] Removing intermediate container 387ac97b024b [2020-08-11T04:36:31.116Z] ---> 35d3612222bc [2020-08-11T04:36:31.116Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:36:31.116Z] Removing intermediate container 371bc76e9c1b [2020-08-11T04:36:31.116Z] ---> 06d4b99b9fd0 [2020-08-11T04:36:31.116Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:36:31.116Z] ---> Running in 5d0ab93bc555 [2020-08-11T04:36:31.116Z] Removing intermediate container c5a33f301d85 [2020-08-11T04:36:31.116Z] ---> 9a240d178f42 [2020-08-11T04:36:31.116Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:36:31.116Z] ---> Running in ff1c0da6beef [2020-08-11T04:36:31.395Z] ---> Running in 167868ca9aa1 [2020-08-11T04:36:31.395Z] Removing intermediate container c714972a90a0 [2020-08-11T04:36:31.395Z] ---> e8f58a77524d [2020-08-11T04:36:31.395Z] 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-11T04:36:31.667Z] Removing intermediate container 5d0ab93bc555 [2020-08-11T04:36:31.667Z] ---> 200d31be5611 [2020-08-11T04:36:31.667Z] [2020-08-11T04:36:31.943Z] Removing intermediate container 167868ca9aa1 [2020-08-11T04:36:31.943Z] ---> 22bdf75beb20 [2020-08-11T04:36:31.943Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:36:32.208Z] Successfully built 200d31be5611 [2020-08-11T04:36:32.208Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-11T04:36:32.208Z] Building docker-security-secrets-setup-go [2020-08-11T04:36:32.208Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:32.470Z] ---> 23ca0526f62f [2020-08-11T04:36:32.470Z] 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-11T04:36:33.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:34.455Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:36:34.455Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:36:34.455Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:36:34.455Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:36:35.045Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:36:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.3% of statements [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:36:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:36:35.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2020-08-11T04:36:35.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:36:35.308Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:36:35.569Z] OK: 8 MiB in 19 packages [2020-08-11T04:36:38.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:36:38.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:36:38.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:36:38.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 89.8% of statements [2020-08-11T04:36:38.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:36:38.907Z] ---> 3d1b87833c87 [2020-08-11T04:36:38.907Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:36:38.907Z] ---> ce0e880b8632 [2020-08-11T04:36:38.907Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:36:39.176Z] Removing intermediate container ff1c0da6beef [2020-08-11T04:36:39.176Z] ---> e5f6a339579a [2020-08-11T04:36:39.176Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:36:39.176Z] ---> 5a510434d27a [2020-08-11T04:36:39.176Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:36:39.440Z] ---> 0e29f466d59d [2020-08-11T04:36:39.440Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:36:41.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:36:41.324Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:36:41.324Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:36:41.324Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2020-08-11T04:36:42.782Z] ---> 92a66aa33eb8 [2020-08-11T04:36:42.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:36:42.782Z] ---> 810d140a37c8 [2020-08-11T04:36:42.782Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:36:42.782Z] ---> 589a7fbf9d99 [2020-08-11T04:36:42.782Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:36:44.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.5% of statements [2020-08-11T04:36:44.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:36:44.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:36:44.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2020-08-11T04:36:44.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 55.9% of statements [2020-08-11T04:36:44.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:36:44.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:36:44.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:36:44.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:36:44.725Z] ---> Running in e5945807b0aa [2020-08-11T04:36:45.305Z] ---> 0d4150866604 [2020-08-11T04:36:45.305Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:36:47.246Z] ---> 529011fe00ac [2020-08-11T04:36:47.246Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:36:48.217Z] ---> ace801348df3 [2020-08-11T04:36:48.217Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:36:49.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:49.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:49.447Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:36:49.447Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:36:49.710Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:36:49.710Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:36:49.710Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:36:49.710Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:36:49.710Z] ---> 3de7e7bb48c7 [2020-08-11T04:36:49.710Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:36:49.710Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:36:50.304Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:50.304Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:36:51.253Z] ---> e6bae1d215fd [2020-08-11T04:36:51.253Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:36:51.253Z] ---> Using cache [2020-08-11T04:36:51.253Z] ---> 289cb92f0d51 [2020-08-11T04:36:51.253Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:36:51.253Z] ---> Using cache [2020-08-11T04:36:51.253Z] ---> b464fa4db6b2 [2020-08-11T04:36:51.253Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:36:52.640Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:36:52.640Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:36:52.640Z] ---> e6bae1d215fd [2020-08-11T04:36:52.640Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:36:52.640Z] ---> Using cache [2020-08-11T04:36:52.640Z] ---> 289cb92f0d51 [2020-08-11T04:36:52.640Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.017s coverage: 86.3% of statements [2020-08-11T04:36:53.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.127s coverage: 72.2% of statements [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.386s coverage: 72.1% of statements [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements [2020-08-11T04:36:53.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:36:53.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:36:53.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements [2020-08-11T04:36:53.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:36:53.036Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.079s coverage: 96.8% of statements [2020-08-11T04:36:53.036Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:36:55.942Z] ---> 6c4654867f23 [2020-08-11T04:36:55.943Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:36:55.943Z] ---> Running in 9e2fa143aeeb [2020-08-11T04:36:55.943Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:36:55.943Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:36:55.943Z] ---> Running in d42980e8e2cd [2020-08-11T04:36:55.943Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:36:55.943Z] ---> Running in e3c33727bbff [2020-08-11T04:36:55.943Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:36:55.943Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:36:55.943Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:36:55.943Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:36:55.943Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:36:55.943Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:36:55.943Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:36:55.943Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:36:55.943Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:36:55.943Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:36:56.515Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:36:56.515Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:36:56.515Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:36:56.515Z] Removing intermediate container 9e2fa143aeeb [2020-08-11T04:36:56.515Z] ---> ab96fa768936 [2020-08-11T04:36:56.515Z] Step 20/22 : LABEL arch=x86_64 [2020-08-11T04:36:56.515Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:36:56.778Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:36:56.778Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:36:57.039Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:36:57.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 26.9% of statements [2020-08-11T04:36:57.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:36:57.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:36:57.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.421s coverage: 84.1% of statements [2020-08-11T04:36:57.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements [2020-08-11T04:36:57.609Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:36:57.609Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:36:57.609Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:36:57.870Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:36:58.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:58.134Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:36:58.134Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:36:58.134Z] ---> 234845a08525 [2020-08-11T04:36:58.134Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:36:58.134Z] ---> Running in 2ab7bca13c83 [2020-08-11T04:36:58.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:58.377Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.043s coverage: 42.9% of statements [2020-08-11T04:36:58.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:36:58.377Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:36:58.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:58.707Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:36:58.707Z] OK: 71 MiB in 55 packages [2020-08-11T04:36:58.969Z] ---> Running in b5232d6dcca3 [2020-08-11T04:36:58.969Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:36:58.969Z] Removing intermediate container 2ab7bca13c83 [2020-08-11T04:36:58.969Z] ---> f09fc5c4807c [2020-08-11T04:36:58.969Z] Step 21/22 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:36:59.238Z] ---> Running in 150e7003a448 [2020-08-11T04:36:59.238Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:59.238Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:59.238Z] OK: 12749 distinct packages available [2020-08-11T04:36:59.527Z] Removing intermediate container 150e7003a448 [2020-08-11T04:36:59.527Z] ---> d4ab42469003 [2020-08-11T04:36:59.527Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:36:59.527Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:36:59.527Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:36:59.527Z] OK: 12749 distinct packages available [2020-08-11T04:36:59.527Z] ---> Running in cb052b2ac999 [2020-08-11T04:36:59.527Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:59.795Z] OK: 233 MiB in 51 packages [2020-08-11T04:36:59.827Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.072s coverage: 100.0% of statements [2020-08-11T04:36:59.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:37:00.382Z] Removing intermediate container cb052b2ac999 [2020-08-11T04:37:00.382Z] ---> 2ae278b39544 [2020-08-11T04:37:00.382Z] [2020-08-11T04:37:01.286Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.083s coverage: 83.8% of statements [2020-08-11T04:37:01.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:37:02.307Z] Successfully built 2ae278b39544 [2020-08-11T04:37:03.742Z] Successfully tagged docker-core-data-go:latest [2020-08-11T04:37:03.742Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-11T04:37:04.492Z] Removing intermediate container e5945807b0aa [2020-08-11T04:37:04.492Z] ---> 052a51b82f10 [2020-08-11T04:37:04.492Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:37:04.492Z] Removing intermediate container b5232d6dcca3 [2020-08-11T04:37:04.492Z] ---> 4d1f17efcbe5 [2020-08-11T04:37:04.492Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:37:04.492Z] Removing intermediate container e3c33727bbff [2020-08-11T04:37:04.492Z] ---> ba2b7056c0ab [2020-08-11T04:37:04.492Z] Step 6/23 : COPY go.mod . [2020-08-11T04:37:04.492Z] Removing intermediate container d42980e8e2cd [2020-08-11T04:37:04.492Z] ---> aad18fdea26f [2020-08-11T04:37:04.492Z] Step 5/29 : COPY go.mod . [2020-08-11T04:37:05.153Z] ---> Running in 40f017e15cf4 [2020-08-11T04:37:05.153Z] ---> Running in 9f2b81f8fc8f [2020-08-11T04:37:06.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 46.1% of statements [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:37:06.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.049s coverage: 100.0% of statements [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:37:06.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:37:06.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-08-11T04:37:06.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:37:08.486Z] ---> 8008b9b1f4e5 [2020-08-11T04:37:08.486Z] Step 6/29 : RUN go mod download [2020-08-11T04:37:09.075Z] ---> 82a2402a449e [2020-08-11T04:37:09.075Z] Step 7/23 : RUN go mod download [2020-08-11T04:37:09.340Z] Removing intermediate container 9f2b81f8fc8f [2020-08-11T04:37:09.340Z] ---> 92131bcf360f [2020-08-11T04:37:09.340Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:37:09.628Z] ---> Running in e8cad9fdd768 [2020-08-11T04:37:09.897Z] ---> Running in 29a1b893b3b0 [2020-08-11T04:37:09.897Z] ---> Running in 30a1d6cf982a [2020-08-11T04:37:10.131Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.196s coverage: 29.1% of statements [2020-08-11T04:37:10.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:37:10.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:37:10.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:37:10.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:37:10.131Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:37:11.124Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2020-08-11T04:37:11.124Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:37:11.124Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2020-08-11T04:37:11.124Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:37:11.124Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements [2020-08-11T04:37:11.124Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:37:11.323Z] Removing intermediate container 30a1d6cf982a [2020-08-11T04:37:11.323Z] ---> 6aa387249636 [2020-08-11T04:37:11.324Z] Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:37:11.593Z] Collecting docker-compose==1.23.2 [2020-08-11T04:37:11.593Z] ---> Running in 5a6b2a623871 [2020-08-11T04:37:11.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-08-11T04:37:11.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:37:11.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:37:11.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:37:11.724Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:37:11.865Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:37:12.133Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:37:12.133Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:37:12.414Z] Removing intermediate container 5a6b2a623871 [2020-08-11T04:37:12.414Z] ---> a0fbadfd2a1c [2020-08-11T04:37:12.414Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:37:12.707Z] ---> Running in 957495fee082 [2020-08-11T04:37:13.671Z] Removing intermediate container 957495fee082 [2020-08-11T04:37:13.672Z] ---> 033f7d8c2914 [2020-08-11T04:37:13.672Z] [2020-08-11T04:37:13.945Z] Successfully built 033f7d8c2914 [2020-08-11T04:37:13.945Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-11T04:37:13.945Z] Building docker-core-command-go [2020-08-11T04:37:14.210Z]  Building docker-security-secretstore-setup-go ... done Collecting PyYAML<4,>=3.10 [2020-08-11T04:37:14.210Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:37:14.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-08-11T04:37:14.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:37:14.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:37:14.643Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.017s coverage: 100.0% of statements [2020-08-11T04:37:14.643Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-08-11T04:37:15.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-08-11T04:37:16.216Z] GO111MODULE=on go vet ./... [2020-08-11T04:37:16.789Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:37:16.789Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:37:19.390Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:37:19.390Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:37:19.390Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:19.390Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:19.390Z] ---> e6bae1d215fd [2020-08-11T04:37:19.390Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:37:19.390Z] ---> Using cache [2020-08-11T04:37:19.390Z] ---> 289cb92f0d51 [2020-08-11T04:37:19.390Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:19.390Z] ---> Using cache [2020-08-11T04:37:19.390Z] ---> b464fa4db6b2 [2020-08-11T04:37:19.390Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:37:19.390Z] ---> Using cache [2020-08-11T04:37:19.390Z] ---> cc6224e56c55 [2020-08-11T04:37:19.390Z] Step 6/20 : COPY go.mod . [2020-08-11T04:37:19.390Z] ---> Using cache [2020-08-11T04:37:19.390Z] ---> b51036963e93 [2020-08-11T04:37:19.390Z] Step 7/20 : RUN go mod download [2020-08-11T04:37:19.390Z] ---> Using cache [2020-08-11T04:37:19.390Z] ---> f45f4edf351a [2020-08-11T04:37:19.390Z] Step 8/20 : COPY . . [2020-08-11T04:37:19.390Z] ---> Using cache [2020-08-11T04:37:19.390Z] ---> 3d482a313e55 [2020-08-11T04:37:19.390Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:37:19.390Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:37:19.390Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:37:20.787Z] Removing intermediate container e8cad9fdd768 [2020-08-11T04:37:20.787Z] ---> c9d2378f2b0f [2020-08-11T04:37:20.787Z] Step 7/29 : COPY . . [2020-08-11T04:37:20.787Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:37:20.787Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:37:20.787Z] ---> Running in dd955fcc36eb [2020-08-11T04:37:20.787Z] Removing intermediate container 29a1b893b3b0 [2020-08-11T04:37:20.787Z] ---> 71b0a82d5a56 [2020-08-11T04:37:20.787Z] Step 8/23 : COPY . . [2020-08-11T04:37:21.492Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:37:21.492Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:37:22.962Z] 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-11T04:37:24.367Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:37:24.367Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:37:24.645Z] 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-11T04:37:25.620Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:37:25.620Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:37:28.227Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:37:28.227Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:37:28.496Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:37:28.496Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:37:29.467Z] 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-11T04:37:30.052Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:37:30.052Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:37:30.320Z] 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-11T04:37:30.320Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:37:30.320Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:37:30.320Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:37:30.320Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:37:30.592Z] Installing collected packages: docopt, PyYAML, dockerpty, cached-property, jsonschema, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-08-11T04:37:30.592Z] Running setup.py install for docopt: started [2020-08-11T04:37:33.201Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:37:33.201Z] Running setup.py install for PyYAML: started [2020-08-11T04:37:34.514Z] gofmt -l . [2020-08-11T04:37:34.514Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:37:34.657Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:37:34.931Z] Running setup.py install for dockerpty: started [2020-08-11T04:37:37.111Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:37:37.381Z] ./bin/test-attribution-txt.sh [2020-08-11T04:37:38.288Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:37:38.289Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:38.289Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:38.289Z] ---> e6bae1d215fd [2020-08-11T04:37:38.289Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:37:38.289Z] ---> Using cache [2020-08-11T04:37:38.289Z] ---> 289cb92f0d51 [2020-08-11T04:37:38.289Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:38.289Z] ---> Using cache [2020-08-11T04:37:38.289Z] ---> b464fa4db6b2 [2020-08-11T04:37:38.289Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:37:38.582Z] ---> Using cache [2020-08-11T04:37:38.582Z] ---> cc6224e56c55 [2020-08-11T04:37:38.582Z] Step 6/21 : COPY go.mod . [2020-08-11T04:37:38.582Z] ---> Using cache [2020-08-11T04:37:38.582Z] ---> b51036963e93 [2020-08-11T04:37:38.582Z] Step 7/21 : RUN go mod download [2020-08-11T04:37:38.582Z] ---> Using cache [2020-08-11T04:37:38.582Z] ---> f45f4edf351a [2020-08-11T04:37:38.582Z] Step 8/21 : COPY . . [2020-08-11T04:37:38.582Z] ---> Using cache [2020-08-11T04:37:38.582Z] ---> 3d482a313e55 [2020-08-11T04:37:38.582Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:37:40.582Z] ---> Running in cd9c8b543746 [2020-08-11T04:37:40.582Z] Running setup.py install for texttable: started [Pipeline] sh [2020-08-11T04:37:41.182Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:37:41.408Z] + ls -al . [2020-08-11T04:37:41.408Z] total 588 [2020-08-11T04:37:41.408Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:37 . [2020-08-11T04:37:41.408Z] drwxr-xr-x 4 root root 4096 Aug 11 04:35 .. [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:33 .dockerignore [2020-08-11T04:37:41.408Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:33 .git [2020-08-11T04:37:41.408Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:33 .github [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:33 .gitignore [2020-08-11T04:37:41.408Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:33 .semver [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:33 .sonarcloud.properties [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:33 CONTRIBUTING.md [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:33 Dockerfile.build [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:33 Jenkinsfile [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:33 LICENSE [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:33 Makefile [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:33 README.md [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:33 SECURITY.md [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:30 VERSION [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:33 ZMQWindows.md [2020-08-11T04:37:41.408Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 04:33 bin [2020-08-11T04:37:41.408Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:33 cmd [2020-08-11T04:37:41.408Z] -rw-r--r-- 1 root root 455803 Aug 11 04:37 coverage.out [2020-08-11T04:37:41.408Z] -rw-r--r-- 1 root root 1019 Aug 11 04:37 go.mod [2020-08-11T04:37:41.408Z] -rw-r--r-- 1 root root 18146 Aug 11 04:37 go.sum [2020-08-11T04:37:41.408Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:33 internal [2020-08-11T04:37:41.408Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:33 openapi [2020-08-11T04:37:41.408Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:33 snap [2020-08-11T04:37:41.408Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:33 version.go [Pipeline] sh [2020-08-11T04:37:42.060Z] + '[' -e coverage.out ] [2020-08-11T04:37:42.060Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:37:42.123Z] Warning: overwriting stash ‘coverage-report’ [2020-08-11T04:37:42.589Z] Attempting uninstall: idna [2020-08-11T04:37:42.589Z] Found existing installation: idna 2.9 [2020-08-11T04:37:42.589Z] Uninstalling idna-2.9: [2020-08-11T04:37:43.297Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:37:43.570Z] Successfully uninstalled idna-2.9 [2020-08-11T04:37:44.005Z] + make build [2020-08-11T04:37:44.005Z] 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-11T04:37:44.207Z] Attempting uninstall: urllib3 [2020-08-11T04:37:44.207Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:37:44.207Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:37:44.207Z] 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-11T04:37:44.491Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:37:45.517Z] Attempting uninstall: requests [2020-08-11T04:37:45.517Z] Found existing installation: requests 2.23.0 [2020-08-11T04:37:45.517Z] Uninstalling requests-2.23.0: [2020-08-11T04:37:45.517Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:37:49.881Z] 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-11T04:37:51.302Z] ---> efab6917d14d [2020-08-11T04:37:51.302Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:37:51.589Z] ---> Running in c804e4ea9154 [2020-08-11T04:37:51.877Z] ---> be860ea96d9f [2020-08-11T04:37:51.877Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:37:51.877Z] ---> Running in 5b355c9a958a [2020-08-11T04:37:53.869Z] 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-11T04:37:54.148Z] 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-11T04:37:55.594Z] Removing intermediate container 40f017e15cf4 [2020-08-11T04:37:55.594Z] ---> ce1fd891f5e4 [2020-08-11T04:37:55.594Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:37:55.594Z] ---> Running in 83d94e1370ed [2020-08-11T04:37:57.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:57.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:58.016Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:37:58.016Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:37:58.016Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:37:58.445Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:58.445Z] OK: 72 MiB in 58 packages [2020-08-11T04:38:00.496Z] Removing intermediate container dd955fcc36eb [2020-08-11T04:38:00.496Z] ---> 17cf7564126b [2020-08-11T04:38:00.496Z] [2020-08-11T04:38:00.496Z] Step 10/20 : FROM alpine [2020-08-11T04:38:00.496Z] ---> a24bb4013296 [2020-08-11T04:38:00.496Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:38:00.496Z] Removing intermediate container 83d94e1370ed [2020-08-11T04:38:00.496Z] ---> 5a734f9b16a1 [2020-08-11T04:38:00.496Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:38:00.496Z] ---> Running in 5978812901aa [2020-08-11T04:38:00.770Z] ---> Running in cc09b44521fd [2020-08-11T04:38:01.051Z] Removing intermediate container cc09b44521fd [2020-08-11T04:38:01.051Z] ---> 7647aa4a2b4d [2020-08-11T04:38:01.051Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:38:01.327Z] ---> Running in a77f9c1cc94d [2020-08-11T04:38:01.600Z] Removing intermediate container a77f9c1cc94d [2020-08-11T04:38:01.600Z] ---> 4fcbff8f524a [2020-08-11T04:38:01.600Z] Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:38:01.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:01.886Z] ---> Running in bb03ccbc08c4 [2020-08-11T04:38:01.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:02.159Z] Removing intermediate container bb03ccbc08c4 [2020-08-11T04:38:02.159Z] ---> 7479867e4f25 [2020-08-11T04:38:02.159Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:38:02.159Z] ---> Running in 49fa5812e127 [2020-08-11T04:38:02.433Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:02.433Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:02.433Z] OK: 12749 distinct packages available [2020-08-11T04:38:02.706Z] Removing intermediate container 49fa5812e127 [2020-08-11T04:38:02.706Z] ---> a97d572f06e1 [2020-08-11T04:38:02.706Z] [2020-08-11T04:38:02.706Z] Successfully built a97d572f06e1 [2020-08-11T04:38:02.984Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-11T04:38:02.984Z] Building docker-core-metadata-go [2020-08-11T04:38:02.984Z]  Building docker-sys-mgmt-agent-go ... done (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:38:02.984Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:38:02.984Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:38:03.280Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:38:03.280Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:38:03.280Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:38:03.280Z] OK: 7 MiB in 18 packages [2020-08-11T04:38:06.159Z] 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-11T04:38:11.562Z] Removing intermediate container 5978812901aa [2020-08-11T04:38:11.562Z] ---> 06cfc438301d [2020-08-11T04:38:11.562Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:38:11.562Z] ---> Running in add0fb41fd48 [2020-08-11T04:38:11.834Z] Removing intermediate container add0fb41fd48 [2020-08-11T04:38:11.834Z] ---> b233c9c4dd8c [2020-08-11T04:38:11.834Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:38:13.257Z] ---> Running in fb50d760f39d [2020-08-11T04:38:16.285Z] 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-11T04:38:17.523Z] Removing intermediate container fb50d760f39d [2020-08-11T04:38:17.523Z] ---> 3b01ba8031d2 [2020-08-11T04:38:17.523Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:38:18.123Z] ---> 81c4dea26432 [2020-08-11T04:38:18.123Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:38:21.478Z] ---> e461ec7564a9 [2020-08-11T04:38:21.478Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:38:21.478Z] ---> Running in 40bf70506bae [2020-08-11T04:38:22.983Z] 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-11T04:38:24.060Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:24.060Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:38:24.060Z] ---> e6bae1d215fd [2020-08-11T04:38:24.060Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:38:24.324Z] ---> Using cache [2020-08-11T04:38:24.324Z] ---> 289cb92f0d51 [2020-08-11T04:38:24.324Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:38:24.587Z] ---> Using cache [2020-08-11T04:38:24.587Z] ---> b464fa4db6b2 [2020-08-11T04:38:24.587Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:38:24.587Z] ---> Using cache [2020-08-11T04:38:24.587Z] ---> cc6224e56c55 [2020-08-11T04:38:24.587Z] Step 6/21 : COPY go.mod . [2020-08-11T04:38:24.587Z] ---> Using cache [2020-08-11T04:38:24.587Z] ---> b51036963e93 [2020-08-11T04:38:24.587Z] Step 7/21 : RUN go mod download [2020-08-11T04:38:24.587Z] ---> Using cache [2020-08-11T04:38:24.587Z] ---> f45f4edf351a [2020-08-11T04:38:24.587Z] Step 8/21 : COPY . . [2020-08-11T04:38:24.587Z] ---> Using cache [2020-08-11T04:38:24.587Z] ---> 3d482a313e55 [2020-08-11T04:38:24.587Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:38:25.164Z] Removing intermediate container 40bf70506bae [2020-08-11T04:38:25.164Z] ---> 57d5d6d4c090 [2020-08-11T04:38:25.164Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:38:25.747Z] ---> Running in 307465e9a13c [2020-08-11T04:38:26.347Z] ---> Running in 0911a23b8b9b [2020-08-11T04:38:26.611Z] Removing intermediate container cd9c8b543746 [2020-08-11T04:38:26.611Z] ---> 9140ee46d97c [2020-08-11T04:38:26.611Z] [2020-08-11T04:38:26.611Z] Step 10/21 : FROM scratch [2020-08-11T04:38:26.611Z] ---> [2020-08-11T04:38:26.611Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:38:27.188Z] ---> Using cache [2020-08-11T04:38:27.188Z] ---> 3222f34c5276 [2020-08-11T04:38:27.189Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:38:28.373Z] 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-11T04:38:29.116Z] Removing intermediate container c804e4ea9154 [2020-08-11T04:38:29.116Z] ---> 3972a3183f1f [2020-08-11T04:38:29.116Z] [2020-08-11T04:38:29.116Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:38:29.383Z] ---> Running in 0eb500bd4dba [2020-08-11T04:38:29.383Z] ---> a24bb4013296 [2020-08-11T04:38:29.383Z] 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-11T04:38:29.383Z] 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-11T04:38:29.383Z] Removing intermediate container 0911a23b8b9b [2020-08-11T04:38:29.383Z] ---> a2987e6fe890 [2020-08-11T04:38:29.383Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:38:29.383Z] ---> Running in c7e649e5f65c [2020-08-11T04:38:29.383Z] ---> Running in 24e9156936d0 [2020-08-11T04:38:29.652Z] Removing intermediate container 0eb500bd4dba [2020-08-11T04:38:29.652Z] ---> e4e2ee0b3aa8 [2020-08-11T04:38:29.652Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:38:29.652Z] ---> Running in 369b42ed7b1a [2020-08-11T04:38:29.923Z] Removing intermediate container 24e9156936d0 [2020-08-11T04:38:29.923Z] ---> 0e84f9215762 [2020-08-11T04:38:29.923Z] Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:38:29.923Z] Removing intermediate container c7e649e5f65c [2020-08-11T04:38:29.923Z] ---> 96cfc7f91ea9 [2020-08-11T04:38:29.923Z] Step 11/29 : USER root [2020-08-11T04:38:30.197Z] ---> Running in a2596ecdc7cc [2020-08-11T04:38:30.466Z] ---> Running in a3c3af70295a [2020-08-11T04:38:30.466Z] Removing intermediate container 369b42ed7b1a [2020-08-11T04:38:30.466Z] ---> 8ff54998d438 [2020-08-11T04:38:30.466Z] Step 14/21 : WORKDIR / [2020-08-11T04:38:31.076Z] ---> Running in 92deee15c4e4 [2020-08-11T04:38:32.057Z] Removing intermediate container a3c3af70295a [2020-08-11T04:38:32.057Z] ---> 417478ed05c7 [2020-08-11T04:38:32.057Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:38:32.057Z] Removing intermediate container a2596ecdc7cc [2020-08-11T04:38:32.057Z] ---> 347f0148f706 [2020-08-11T04:38:32.057Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:38:32.057Z] Removing intermediate container 5b355c9a958a [2020-08-11T04:38:32.057Z] ---> 9cbd5b809869 [2020-08-11T04:38:32.057Z] [2020-08-11T04:38:32.057Z] Step 10/23 : FROM scratch [2020-08-11T04:38:32.057Z] ---> [2020-08-11T04:38:32.057Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:38:32.339Z] Removing intermediate container 92deee15c4e4 [2020-08-11T04:38:32.339Z] ---> 4058b8a135e2 [2020-08-11T04:38:32.339Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:38:32.339Z] ---> Running in 42c9f98a9527 [2020-08-11T04:38:32.339Z] ---> Running in edb782a26004 [2020-08-11T04:38:32.339Z] ---> Using cache [2020-08-11T04:38:32.339Z] ---> 5da6dfce2488 [2020-08-11T04:38:32.339Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:38:32.618Z] ---> Running in b49880dbb461 [2020-08-11T04:38:32.907Z] ---> 04ca1d7e40c1 [2020-08-11T04:38:32.907Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:38:32.907Z] Removing intermediate container edb782a26004 [2020-08-11T04:38:32.907Z] ---> d4eddb219a49 [2020-08-11T04:38:32.907Z] [2020-08-11T04:38:32.907Z] Removing intermediate container b49880dbb461 [2020-08-11T04:38:32.907Z] ---> 3f1559db1763 [2020-08-11T04:38:32.908Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:38:33.193Z] Successfully built d4eddb219a49 [2020-08-11T04:38:33.193Z] ---> Running in cb6ec9a96f04 [2020-08-11T04:38:33.193Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-11T04:38:33.478Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cb6ec9a96f04 [2020-08-11T04:38:33.478Z] ---> 20a9efed60da [2020-08-11T04:38:33.478Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:38:34.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:34.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:34.365Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:34.365Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:34.365Z] OK: 12749 distinct packages available [2020-08-11T04:38:34.970Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:38:34.970Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:38:34.970Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:38:34.970Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:38:34.970Z] OK: 6 MiB in 16 packages [2020-08-11T04:38:34.970Z] ---> 4dafa4111ab6 [2020-08-11T04:38:34.970Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:38:35.079Z] 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-11T04:38:35.261Z] ---> cb98a5fbe4ef [2020-08-11T04:38:35.261Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:38:35.867Z] ---> 56a310606983 [2020-08-11T04:38:35.867Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:38:35.867Z] ---> Running in 30e2d31241fa [2020-08-11T04:38:37.058Z] 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-11T04:38:37.872Z] Removing intermediate container 30e2d31241fa [2020-08-11T04:38:37.872Z] ---> cb6c19a437b4 [2020-08-11T04:38:37.872Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:38:37.872Z] ---> Running in 811cb0ee631d [2020-08-11T04:38:38.154Z] Removing intermediate container 42c9f98a9527 [2020-08-11T04:38:38.154Z] ---> 5153aa82d5a8 [2020-08-11T04:38:38.154Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:38:38.154Z] ---> de09c826a555 [2020-08-11T04:38:38.154Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:38:38.154Z] ---> Running in cfe8456edb11 [2020-08-11T04:38:38.429Z] Removing intermediate container 811cb0ee631d [2020-08-11T04:38:38.429Z] ---> 28c5a4685f42 [2020-08-11T04:38:38.429Z] Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:38:38.429Z] ---> Running in a2e2305259a8 [2020-08-11T04:38:38.726Z] Removing intermediate container cfe8456edb11 [2020-08-11T04:38:38.726Z] ---> 7c50cae2a770 [2020-08-11T04:38:38.726Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:38:39.006Z] ---> Running in 75f0a4aed8cb [2020-08-11T04:38:39.006Z] Removing intermediate container a2e2305259a8 [2020-08-11T04:38:39.006Z] ---> 60725f1231b5 [2020-08-11T04:38:39.006Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:38:39.006Z] ---> 228f41a68319 [2020-08-11T04:38:39.006Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:38:39.006Z] ---> Running in 952fe9cfe1de [2020-08-11T04:38:39.283Z] Removing intermediate container 75f0a4aed8cb [2020-08-11T04:38:39.283Z] ---> bfbfacb39772 [2020-08-11T04:38:39.283Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:38:39.565Z] Removing intermediate container 952fe9cfe1de [2020-08-11T04:38:39.565Z] ---> 6def5727178f [2020-08-11T04:38:39.565Z] [2020-08-11T04:38:39.834Z] ---> Running in 218a6b7ea820 [2020-08-11T04:38:39.834Z] Successfully built 6def5727178f [2020-08-11T04:38:40.109Z] ---> d9a024184c0f [2020-08-11T04:38:40.109Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:38:40.109Z] Successfully tagged docker-core-command-go:latest [2020-08-11T04:38:41.562Z]  Building docker-core-command-go ... done  ---> 41d0fbc41106 [2020-08-11T04:38:41.562Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:38:42.152Z] ---> b213c8458d2d [2020-08-11T04:38:42.152Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:38:42.419Z] ---> Running in 7f077febcc03 [2020-08-11T04:38:42.419Z] Removing intermediate container 218a6b7ea820 [2020-08-11T04:38:42.419Z] ---> d948107f5429 [2020-08-11T04:38:42.419Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:38:42.453Z] 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-11T04:38:42.685Z] Removing intermediate container 7f077febcc03 [2020-08-11T04:38:42.685Z] ---> f8547fada4e6 [2020-08-11T04:38:42.685Z] Step 21/23 : LABEL arch=x86_64 [2020-08-11T04:38:42.685Z] ---> Running in 6a1fafc86973 [2020-08-11T04:38:43.264Z] Removing intermediate container 6a1fafc86973 [2020-08-11T04:38:43.264Z] ---> 982872b6fcb7 [2020-08-11T04:38:43.264Z] Step 22/23 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:38:43.264Z] ---> 149def65e674 [2020-08-11T04:38:43.264Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:38:43.264Z] ---> Running in 5f2265796818 [2020-08-11T04:38:43.525Z] ---> 6cb659f292ba [2020-08-11T04:38:43.525Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:38:43.525Z] Removing intermediate container 5f2265796818 [2020-08-11T04:38:43.525Z] ---> a857b7f44601 [2020-08-11T04:38:43.525Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:38:43.786Z] ---> Running in cb8d231e0d77 [2020-08-11T04:38:44.047Z] Removing intermediate container cb8d231e0d77 [2020-08-11T04:38:44.047Z] ---> b2cccdbdd88a [2020-08-11T04:38:44.047Z] [2020-08-11T04:38:44.310Z] Successfully built b2cccdbdd88a [2020-08-11T04:38:44.310Z] ---> 441a2ac9f559 [2020-08-11T04:38:44.310Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:38:44.310Z] Successfully tagged docker-support-notifications-go:latest [2020-08-11T04:38:44.573Z]  Building docker-support-notifications-go ... done  ---> 462977e54615 [2020-08-11T04:38:44.573Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:38:45.149Z] ---> cd46de9b06a0 [2020-08-11T04:38:45.149Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:38:45.149Z] ---> Running in bc6aed9e8315 [2020-08-11T04:38:47.067Z] Removing intermediate container 307465e9a13c [2020-08-11T04:38:47.067Z] ---> d319bfab20fe [2020-08-11T04:38:47.067Z] [2020-08-11T04:38:47.067Z] Step 10/21 : FROM scratch [2020-08-11T04:38:47.067Z] ---> [2020-08-11T04:38:47.067Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:38:47.067Z] ---> Using cache [2020-08-11T04:38:47.067Z] ---> 3222f34c5276 [2020-08-11T04:38:47.067Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:38:47.067Z] ---> Running in 37997681382d [2020-08-11T04:38:47.328Z] Removing intermediate container bc6aed9e8315 [2020-08-11T04:38:47.328Z] ---> 0b114c6841ca [2020-08-11T04:38:47.328Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:38:47.328Z] Removing intermediate container 37997681382d [2020-08-11T04:38:47.328Z] ---> 5226b2988ee8 [2020-08-11T04:38:47.328Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:38:47.328Z] ---> Running in d9fda390a774 [2020-08-11T04:38:47.591Z] Removing intermediate container d9fda390a774 [2020-08-11T04:38:47.591Z] ---> b726382968d2 [2020-08-11T04:38:47.591Z] Step 14/21 : WORKDIR / [2020-08-11T04:38:47.591Z] ---> ef3876a5c052 [2020-08-11T04:38:47.591Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:38:47.591Z] ---> Running in abc504c5bde3 [2020-08-11T04:38:47.591Z] ---> Running in ff63b480e4c8 [2020-08-11T04:38:47.859Z] Removing intermediate container abc504c5bde3 [2020-08-11T04:38:47.859Z] ---> a010bf59291c [2020-08-11T04:38:47.859Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:38:48.119Z] ---> 7335ed4acc7b [2020-08-11T04:38:48.120Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:38:49.093Z] ---> 80b6415843a1 [2020-08-11T04:38:49.093Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:38:49.093Z] Removing intermediate container ff63b480e4c8 [2020-08-11T04:38:49.093Z] ---> fa8cf487ce02 [2020-08-11T04:38:49.093Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:38:49.093Z] ---> Running in f3e508eb4933 [2020-08-11T04:38:49.155Z] 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-11T04:38:49.357Z] ---> b6b04044e679 [2020-08-11T04:38:49.357Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:38:49.621Z] ---> Running in 8b7fb2330c65 [2020-08-11T04:38:49.883Z] Removing intermediate container 8b7fb2330c65 [2020-08-11T04:38:49.883Z] ---> 09e6269fedee [2020-08-11T04:38:49.883Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:38:49.883Z] ---> Running in d158237af6dc [2020-08-11T04:38:50.151Z] Removing intermediate container d158237af6dc [2020-08-11T04:38:50.151Z] ---> 7105c1c0297a [2020-08-11T04:38:50.151Z] Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:38:50.151Z] ---> Running in 42599ac15027 [2020-08-11T04:38:50.420Z] Removing intermediate container 42599ac15027 [2020-08-11T04:38:50.420Z] ---> b7f7751597f8 [2020-08-11T04:38:50.420Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:38:50.420Z] ---> Running in 38c782d8a5c5 [2020-08-11T04:38:50.682Z] Removing intermediate container f3e508eb4933 [2020-08-11T04:38:50.682Z] ---> 0e78c9460e69 [2020-08-11T04:38:50.682Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:38:50.682Z] ---> Running in 256340d1704d [2020-08-11T04:38:50.682Z] Removing intermediate container 38c782d8a5c5 [2020-08-11T04:38:50.682Z] ---> af91e9cff5c1 [2020-08-11T04:38:50.682Z] [2020-08-11T04:38:50.944Z] Successfully built af91e9cff5c1 [2020-08-11T04:38:50.944Z] Successfully tagged docker-core-metadata-go:latest [2020-08-11T04:38:50.944Z]  Building docker-core-metadata-go ... done Removing intermediate container 256340d1704d [2020-08-11T04:38:50.944Z] ---> c5446c1995b1 [2020-08-11T04:38:50.944Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:38:50.944Z] ---> Running in 9d24a42ae1aa [2020-08-11T04:38:51.205Z] Removing intermediate container 9d24a42ae1aa [2020-08-11T04:38:51.205Z] ---> 2af08da901a2 [2020-08-11T04:38:51.205Z] Step 27/29 : LABEL arch=x86_64 [2020-08-11T04:38:51.205Z] ---> Running in 72d1bdd16702 [2020-08-11T04:38:51.467Z] Removing intermediate container 72d1bdd16702 [2020-08-11T04:38:51.467Z] ---> 0bd8a4a31696 [2020-08-11T04:38:51.467Z] Step 28/29 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:38:51.467Z] ---> Running in 246bb97f2f42 [2020-08-11T04:38:51.729Z] Removing intermediate container 246bb97f2f42 [2020-08-11T04:38:51.729Z] ---> 8f032aa6ec97 [2020-08-11T04:38:51.729Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:38:51.729Z] ---> Running in 2eab6cb98331 [2020-08-11T04:38:52.676Z] Removing intermediate container 2eab6cb98331 [2020-08-11T04:38:52.676Z] ---> c53ea8c78684 [2020-08-11T04:38:52.676Z] [2020-08-11T04:38:52.676Z] Successfully built c53ea8c78684 [2020-08-11T04:38:52.984Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-11T04:38:53.271Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-11T04:38:53.286Z] $ docker stop --time=1 51893e40609d3e4ca4565547d5f1ccaff5cb79c3b5937a0501ed7c2d0465afa5 [2020-08-11T04:38:53.446Z] 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-11T04:38:55.295Z] $ docker rm -f 51893e40609d3e4ca4565547d5f1ccaff5cb79c3b5937a0501ed7c2d0465afa5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:38:55.835Z] + docker images [2020-08-11T04:38:55.835Z] + grep docker [2020-08-11T04:38:55.835Z] docker-security-secrets-setup-go latest c53ea8c78684 4 seconds ago 25.1MB [2020-08-11T04:38:55.835Z] docker-core-metadata-go latest af91e9cff5c1 5 seconds ago 14.4MB [2020-08-11T04:38:55.835Z] docker-support-notifications-go latest b2cccdbdd88a 12 seconds ago 14.4MB [2020-08-11T04:38:55.835Z] docker-core-command-go latest 6def5727178f 16 seconds ago 13MB [2020-08-11T04:38:55.835Z] docker-security-proxy-setup-go latest d4eddb219a49 23 seconds ago 16.4MB [2020-08-11T04:38:55.835Z] docker-sys-mgmt-agent-go latest a97d572f06e1 53 seconds ago 284MB [2020-08-11T04:38:55.835Z] docker-security-secretstore-setup-go latest 033f7d8c2914 About a minute ago 33.9MB [2020-08-11T04:38:55.835Z] docker-core-data-go latest 2ae278b39544 About a minute ago 23.8MB [2020-08-11T04:38:55.835Z] docker-support-scheduler-go latest 200d31be5611 2 minutes ago 13.1MB [2020-08-11T04:38:55.835Z] docker-support-logging-go latest 480980c0fdaa 2 minutes ago 11.8MB [2020-08-11T04:38:55.835Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-11T04:38:58.851Z] 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-11T04:39:04.245Z] 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-11T04:39:09.638Z] 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-11T04:39:13.943Z] $ docker stop --time=1 a5ce1c872ab517b8a64666b450700b4c9f1f3c50bc6a39bb4dc0da8376ead210 [2020-08-11T04:39:16.469Z] $ docker rm -f a5ce1c872ab517b8a64666b450700b4c9f1f3c50bc6a39bb4dc0da8376ead210 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:39:18.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:39:18.334Z] [2020-08-11T04:39:18.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:39:18.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:39:18.980Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-11T04:39:18.980Z] 29e5d40040c1: Pulling fs layer [2020-08-11T04:39:18.980Z] 1ce36da41761: Pulling fs layer [2020-08-11T04:39:18.980Z] 25b303627fd3: Pulling fs layer [2020-08-11T04:39:18.980Z] 29e5d40040c1: Verifying Checksum [2020-08-11T04:39:18.980Z] 29e5d40040c1: Download complete [2020-08-11T04:39:19.579Z] 1ce36da41761: Verifying Checksum [2020-08-11T04:39:19.579Z] 1ce36da41761: Download complete [2020-08-11T04:39:19.851Z] 29e5d40040c1: Pull complete [2020-08-11T04:39:20.828Z] 1ce36da41761: Pull complete [2020-08-11T04:39:21.424Z] 25b303627fd3: Verifying Checksum [2020-08-11T04:39:21.424Z] 25b303627fd3: Download complete [2020-08-11T04:39:31.560Z] 25b303627fd3: Pull complete [2020-08-11T04:39:31.560Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-11T04:39:31.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:39:31.560Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-11T04:39:31.837Z] prd-ubuntu18.04-docker-arm64-4c-16g-3349 does not seem to be running inside a container [2020-08-11T04:39:31.913Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-11T04:39:35.752Z] $ docker top 516acc08e154ab17d871b7d49901f7b0e71ea007e92ccd581df997ec289fa257 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:39:37.199Z] + docker-compose build --help [2020-08-11T04:39:37.199Z] + grep parallel [2020-08-11T04:39:42.581Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:39:42.593Z] $ docker stop --time=1 516acc08e154ab17d871b7d49901f7b0e71ea007e92ccd581df997ec289fa257 [2020-08-11T04:39:44.611Z] $ docker rm -f 516acc08e154ab17d871b7d49901f7b0e71ea007e92ccd581df997ec289fa257 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:39:45.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:39:45.439Z] . [Pipeline] withDockerContainer [2020-08-11T04:39:45.716Z] prd-ubuntu18.04-docker-arm64-4c-16g-3349 does not seem to be running inside a container [2020-08-11T04:39:45.789Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-11T04:39:47.336Z] $ docker top 83b9c6524a903e63585bbdbffe14c672044f5e4ff7b06d663b9743c19832a073 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:39:48.386Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:39:53.758Z] Building docker-core-command-go ... [2020-08-11T04:39:53.758Z] Building docker-core-data-go ... [2020-08-11T04:39:53.758Z] Building docker-core-metadata-go ... [2020-08-11T04:39:53.758Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:39:53.758Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:39:53.758Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:39:53.758Z] Building docker-support-logging-go ... [2020-08-11T04:39:53.758Z] Building docker-support-notifications-go ... [2020-08-11T04:39:53.758Z] Building docker-support-scheduler-go ... [2020-08-11T04:39:53.758Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:39:53.758Z] Building docker-security-proxy-setup-go [2020-08-11T04:39:53.758Z] Building docker-security-secrets-setup-go [2020-08-11T04:39:53.758Z] Building docker-support-notifications-go [2020-08-11T04:39:53.758Z] Building docker-core-data-go [2020-08-11T04:39:53.758Z] Building docker-security-secretstore-setup-go [2020-08-11T04:41:45.550Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:41:45.550Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:41:45.550Z] ---> a262460a6438 [2020-08-11T04:41:45.550Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:41:45.550Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:41:45.550Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:41:45.550Z] ---> a262460a6438 [2020-08-11T04:41:45.550Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:41:45.550Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:41:45.550Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:41:45.550Z] ---> a262460a6438 [2020-08-11T04:41:45.550Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:41:45.550Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:41:45.550Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:41:45.550Z] ---> a262460a6438 [2020-08-11T04:41:45.550Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:41:45.550Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:41:45.550Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:41:45.550Z] ---> a262460a6438 [2020-08-11T04:41:45.550Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:41:45.550Z] ---> Running in d379490336fe [2020-08-11T04:41:45.550Z] ---> Running in 85c184bfdf54 [2020-08-11T04:41:45.550Z] ---> Running in ab9bebbe0d9b [2020-08-11T04:41:45.550Z] ---> Running in b9f8a98f8aec [2020-08-11T04:41:45.550Z] ---> Running in 643d7291b206 [2020-08-11T04:41:45.550Z] Removing intermediate container d379490336fe [2020-08-11T04:41:45.550Z] ---> d30bfa948794 [2020-08-11T04:41:45.550Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:41:45.550Z] Removing intermediate container b9f8a98f8aec [2020-08-11T04:41:45.550Z] ---> 4805cfa71728 [2020-08-11T04:41:45.550Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:41:45.550Z] ---> Running in 781b6113d986 [2020-08-11T04:41:45.550Z] Removing intermediate container 85c184bfdf54 [2020-08-11T04:41:45.550Z] ---> fb62496a2e8d [2020-08-11T04:41:45.550Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:41:45.550Z] Removing intermediate container ab9bebbe0d9b [2020-08-11T04:41:45.550Z] ---> 5c57cb6e5d42 [2020-08-11T04:41:45.550Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:41:45.550Z] Removing intermediate container 643d7291b206 [2020-08-11T04:41:45.550Z] ---> c7047380df31 [2020-08-11T04:41:45.550Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:41:45.550Z] ---> Running in 0752a38fe22c [2020-08-11T04:41:45.550Z] ---> Running in 701a0ae0522c [2020-08-11T04:41:45.550Z] ---> Running in f82418618989 [2020-08-11T04:41:45.550Z] ---> Running in 1c21e77f0bb9 [2020-08-11T04:41:46.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:47.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:48.594Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:41:48.594Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:41:48.594Z] OK: 12620 distinct packages available [2020-08-11T04:41:49.581Z] Removing intermediate container 0752a38fe22c [2020-08-11T04:41:49.581Z] ---> 13d5e48f0b13 [2020-08-11T04:41:49.581Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:41:49.581Z] Removing intermediate container 701a0ae0522c [2020-08-11T04:41:49.581Z] ---> 63e63bdefb6b [2020-08-11T04:41:49.581Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:41:49.581Z] OK: 217 MiB in 51 packages [2020-08-11T04:41:49.581Z] ---> Running in 84b7713b82a1 [2020-08-11T04:41:49.581Z] ---> Running in 60f17f145dff [2020-08-11T04:41:49.581Z] Removing intermediate container 1c21e77f0bb9 [2020-08-11T04:41:49.581Z] ---> a60c5926b909 [2020-08-11T04:41:49.581Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:41:50.178Z] Removing intermediate container f82418618989 [2020-08-11T04:41:50.178Z] ---> 4037b95ede7f [2020-08-11T04:41:50.178Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:41:50.178Z] ---> Running in 7b599e0cbd17 [2020-08-11T04:41:50.457Z] ---> Running in c3700a623865 [2020-08-11T04:41:51.894Z] Removing intermediate container 781b6113d986 [2020-08-11T04:41:51.894Z] ---> 3a9d727d5499 [2020-08-11T04:41:51.894Z] Step 5/29 : COPY go.mod . [2020-08-11T04:41:52.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:52.776Z] ---> 14d08b5c403b [2020-08-11T04:41:52.776Z] Step 6/29 : RUN go mod download [2020-08-11T04:41:52.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:52.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:53.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:53.048Z] ---> Running in 0ae7fc16ba1d [2020-08-11T04:41:53.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:53.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:53.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:53.878Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:41:54.154Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:41:54.154Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:41:54.154Z] OK: 12620 distinct packages available [2020-08-11T04:41:54.429Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:41:54.429Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:41:54.429Z] OK: 12620 distinct packages available [2020-08-11T04:41:54.429Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:41:54.429Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:41:54.429Z] OK: 12620 distinct packages available [2020-08-11T04:41:54.712Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:41:54.712Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:41:54.712Z] OK: 12620 distinct packages available [2020-08-11T04:41:54.995Z] OK: 217 MiB in 51 packages [2020-08-11T04:41:55.272Z] OK: 217 MiB in 51 packages [2020-08-11T04:41:55.552Z] OK: 217 MiB in 51 packages [2020-08-11T04:41:55.832Z] OK: 217 MiB in 51 packages [2020-08-11T04:41:56.824Z] Removing intermediate container 84b7713b82a1 [2020-08-11T04:41:56.824Z] ---> f081505dc780 [2020-08-11T04:41:57.098Z] Step 6/22 : COPY go.mod . [2020-08-11T04:41:57.375Z] Removing intermediate container 60f17f145dff [2020-08-11T04:41:57.375Z] ---> 3157ed86f8b7 [2020-08-11T04:41:57.375Z] Step 6/23 : COPY go.mod . [2020-08-11T04:41:57.651Z] Removing intermediate container 0ae7fc16ba1d [2020-08-11T04:41:57.651Z] ---> c82f98348ea2 [2020-08-11T04:41:57.651Z] Step 7/29 : COPY . . [2020-08-11T04:41:57.651Z] Removing intermediate container c3700a623865 [2020-08-11T04:41:57.651Z] ---> a7ce637bbfa6 [2020-08-11T04:41:57.651Z] Step 6/26 : COPY go.mod . [2020-08-11T04:41:57.651Z] Removing intermediate container 7b599e0cbd17 [2020-08-11T04:41:57.651Z] ---> c324a3425b1e [2020-08-11T04:41:57.651Z] Step 6/20 : COPY go.mod . [2020-08-11T04:41:57.928Z] ---> cc7dca8f1fd9 [2020-08-11T04:41:57.928Z] Step 7/22 : RUN go mod download [2020-08-11T04:41:58.202Z] ---> Running in 191988dcf86c [2020-08-11T04:41:58.202Z] ---> c6b64ac33f08 [2020-08-11T04:41:58.202Z] Step 7/23 : RUN go mod download [2020-08-11T04:41:58.801Z] ---> Running in 97f70e5a351d [2020-08-11T04:41:59.092Z] ---> 4459ccf7fdc1 [2020-08-11T04:41:59.092Z] Step 7/26 : RUN go mod download [2020-08-11T04:41:59.092Z] ---> 058d80158de5 [2020-08-11T04:41:59.092Z] Step 7/20 : RUN go mod download [2020-08-11T04:41:59.365Z] ---> Running in 7ee80ef71045 [2020-08-11T04:41:59.365Z] ---> Running in 069e576b195c [2020-08-11T04:42:03.673Z] Removing intermediate container 191988dcf86c [2020-08-11T04:42:03.673Z] ---> 65b0ebc2aa73 [2020-08-11T04:42:03.673Z] Step 8/22 : COPY . . [2020-08-11T04:42:04.273Z] Removing intermediate container 97f70e5a351d [2020-08-11T04:42:04.273Z] ---> b629aec5b2c1 [2020-08-11T04:42:04.273Z] Step 8/23 : COPY . . [2020-08-11T04:42:04.545Z] Removing intermediate container 069e576b195c [2020-08-11T04:42:04.545Z] ---> 880d121bd1b4 [2020-08-11T04:42:04.545Z] Step 8/26 : COPY . . [2020-08-11T04:42:04.819Z] Removing intermediate container 7ee80ef71045 [2020-08-11T04:42:04.819Z] ---> 214ba67a12fe [2020-08-11T04:42:04.819Z] Step 8/20 : COPY . . [2020-08-11T04:42:31.617Z] ---> a6765e36d093 [2020-08-11T04:42:31.617Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:42:31.617Z] ---> 23327f49c211 [2020-08-11T04:42:31.617Z] ---> Running in 64ec11cfd5c6 [2020-08-11T04:42:31.617Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:42:31.617Z] ---> 8dd4def733c1 [2020-08-11T04:42:31.617Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:42:31.617Z] ---> 98c4fad487e0 [2020-08-11T04:42:31.617Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:42:31.617Z] ---> Running in 8f329c51acd7 [2020-08-11T04:42:31.894Z] ---> Running in 68c022be81f3 [2020-08-11T04:42:31.894Z] ---> Running in 953e7f0d0089 [2020-08-11T04:42:32.174Z] ---> 3d9334b17579 [2020-08-11T04:42:32.174Z] 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-11T04:42:32.447Z] ---> Running in eade76b2e833 [2020-08-11T04:42:33.886Z] 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-11T04:42:34.165Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T04:42:34.759Z] 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-11T04:42:34.759Z] 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-11T04:42:35.032Z] 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-11T04:43:56.806Z] 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-11T04:43:56.806Z] Removing intermediate container 68c022be81f3 [2020-08-11T04:43:56.806Z] ---> 079ae199659a [2020-08-11T04:43:56.806Z] [2020-08-11T04:43:56.806Z] Step 10/20 : FROM alpine [2020-08-11T04:43:56.806Z] Removing intermediate container 64ec11cfd5c6 [2020-08-11T04:43:56.806Z] ---> 89cd55a0c197 [2020-08-11T04:43:56.806Z] [2020-08-11T04:43:56.806Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:43:56.806Z] latest: Pulling from library/alpine [2020-08-11T04:43:56.806Z] latest: Pulling from library/alpine [2020-08-11T04:43:56.806Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:43:56.806Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:43:56.806Z] Status: Image is up to date for alpine:latest [2020-08-11T04:43:56.806Z] ---> 62ee0e9f8440 [2020-08-11T04:43:56.806Z] 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-11T04:43:56.806Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:43:56.806Z] ---> 62ee0e9f8440 [2020-08-11T04:43:56.806Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:43:57.079Z] ---> Running in 7e0718472f32 [2020-08-11T04:43:57.079Z] ---> Running in d191d1626044 [2020-08-11T04:43:58.076Z] Removing intermediate container 7e0718472f32 [2020-08-11T04:43:58.076Z] ---> fa461b0f6fe0 [2020-08-11T04:43:58.076Z] Step 11/29 : USER root [2020-08-11T04:43:58.076Z] ---> Running in 184ed1abd789 [2020-08-11T04:43:59.070Z] Removing intermediate container 184ed1abd789 [2020-08-11T04:43:59.070Z] ---> 41a73207bcdd [2020-08-11T04:43:59.070Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:43:59.345Z] ---> Running in 92b137ff6cb1 [2020-08-11T04:43:59.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:00.224Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:01.295Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:44:01.295Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:44:01.295Z] OK: 12620 distinct packages available [2020-08-11T04:44:02.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:02.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:02.665Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:44:02.665Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:44:02.665Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:44:02.665Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:44:02.665Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:44:02.665Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:44:03.316Z] OK: 7 MiB in 18 packages [2020-08-11T04:44:03.316Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:44:03.316Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:44:03.316Z] OK: 12620 distinct packages available [2020-08-11T04:44:05.021Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:44:05.317Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:44:05.317Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:44:05.317Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:44:05.704Z] OK: 6 MiB in 16 packages [2020-08-11T04:44:06.303Z] Removing intermediate container d191d1626044 [2020-08-11T04:44:06.303Z] ---> eb547ee04b5a [2020-08-11T04:44:06.303Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:44:06.584Z] ---> Running in 0c3b06424556 [2020-08-11T04:44:07.576Z] 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-11T04:44:07.576Z] Removing intermediate container 0c3b06424556 [2020-08-11T04:44:07.576Z] ---> ad0a87a0c206 [2020-08-11T04:44:07.576Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:44:07.862Z] ---> Running in 00b4eaa21d22 [2020-08-11T04:44:08.142Z] Removing intermediate container 92b137ff6cb1 [2020-08-11T04:44:08.142Z] ---> bdf3698845a8 [2020-08-11T04:44:08.142Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:44:08.416Z] ---> Running in 3cb9ae225cb4 [2020-08-11T04:44:08.702Z] Removing intermediate container 00b4eaa21d22 [2020-08-11T04:44:08.702Z] ---> b88fd2ae39c9 [2020-08-11T04:44:08.702Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:44:09.300Z] Removing intermediate container 3cb9ae225cb4 [2020-08-11T04:44:09.300Z] ---> ad3824d904cd [2020-08-11T04:44:09.300Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:44:09.596Z] ---> Running in ca4f47ef492a [2020-08-11T04:44:10.190Z] ---> 5af1f159890c [2020-08-11T04:44:10.190Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:44:10.467Z] Removing intermediate container ca4f47ef492a [2020-08-11T04:44:10.467Z] ---> d332c5e5f380 [2020-08-11T04:44:10.467Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:44:10.745Z] ---> Running in 2f829450f688 [2020-08-11T04:44:12.730Z] ---> bf1a301cdcec [2020-08-11T04:44:12.730Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:44:12.730Z] ---> Running in c46954eac41e [2020-08-11T04:44:13.332Z] Removing intermediate container c46954eac41e [2020-08-11T04:44:13.332Z] ---> 6a8346869f08 [2020-08-11T04:44:13.332Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:44:13.604Z] ---> Running in b8fe57497c06 [2020-08-11T04:44:14.580Z] Removing intermediate container b8fe57497c06 [2020-08-11T04:44:14.580Z] ---> 30a676b5a60b [2020-08-11T04:44:14.580Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:44:14.852Z] ---> Running in cb3974ad54f2 [2020-08-11T04:44:15.449Z] Removing intermediate container 2f829450f688 [2020-08-11T04:44:15.449Z] ---> b1690ffe3164 [2020-08-11T04:44:15.449Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:44:15.722Z] Removing intermediate container cb3974ad54f2 [2020-08-11T04:44:15.722Z] ---> 00388b6b7494 [2020-08-11T04:44:15.722Z] Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:44:15.997Z] ---> Running in 9502c009cda6 [2020-08-11T04:44:16.978Z] Removing intermediate container 9502c009cda6 [2020-08-11T04:44:16.978Z] ---> 72998b518d02 [2020-08-11T04:44:16.978Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:44:17.570Z] ---> Running in afb581a7867d [2020-08-11T04:44:17.570Z] ---> 007ecf3ff745 [2020-08-11T04:44:17.570Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:44:18.177Z] Removing intermediate container afb581a7867d [2020-08-11T04:44:18.177Z] ---> b6becf49d175 [2020-08-11T04:44:18.177Z] [2020-08-11T04:44:19.160Z] ---> 17c603818c53 [2020-08-11T04:44:19.160Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:44:19.438Z] Successfully built b6becf49d175 [2020-08-11T04:44:19.438Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-11T04:44:19.438Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-08-11T04:44:21.430Z] ---> 25554b1a64ad [2020-08-11T04:44:21.430Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:44:22.441Z] Removing intermediate container eade76b2e833 [2020-08-11T04:44:22.441Z] ---> 339628960e5c [2020-08-11T04:44:22.441Z] [2020-08-11T04:44:22.441Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:44:22.714Z] 3.10: Pulling from library/alpine [2020-08-11T04:44:23.326Z] ---> 89cb313d15a2 [2020-08-11T04:44:23.326Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:44:25.317Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:44:25.317Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:44:25.317Z] ---> 536a684cf733 [2020-08-11T04:44:25.317Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:44:25.917Z] ---> 142c76cd3032 [2020-08-11T04:44:25.917Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:44:26.905Z] ---> Running in 717ece717329 [2020-08-11T04:44:27.506Z] ---> Running in 0286486036d0 [2020-08-11T04:44:28.118Z] Removing intermediate container 953e7f0d0089 [2020-08-11T04:44:28.118Z] ---> 8da0f9a3210d [2020-08-11T04:44:28.118Z] [2020-08-11T04:44:28.406Z] Step 10/23 : FROM scratch [2020-08-11T04:44:28.406Z] ---> [2020-08-11T04:44:28.406Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:44:28.683Z] ---> Running in 0d4349e11eb1 [2020-08-11T04:44:29.678Z] Removing intermediate container 0d4349e11eb1 [2020-08-11T04:44:29.678Z] ---> a09e7406d928 [2020-08-11T04:44:29.678Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:44:29.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:29.953Z] ---> Running in 78bb0de01476 [2020-08-11T04:44:30.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:30.829Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:44:30.829Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:44:30.829Z] OK: 10167 distinct packages available [2020-08-11T04:44:31.101Z] Removing intermediate container 78bb0de01476 [2020-08-11T04:44:31.101Z] ---> c78e904e4ad6 [2020-08-11T04:44:31.101Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:44:31.371Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:44:31.371Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:44:31.371Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:44:31.371Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:44:31.371Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:44:31.371Z] ---> Running in 3781751be6fb [2020-08-11T04:44:31.371Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:44:31.371Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:44:31.646Z] OK: 7 MiB in 19 packages [2020-08-11T04:44:32.247Z] Removing intermediate container 3781751be6fb [2020-08-11T04:44:32.247Z] ---> a819a5ba3a79 [2020-08-11T04:44:32.247Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:44:32.856Z] Removing intermediate container 0286486036d0 [2020-08-11T04:44:32.856Z] ---> da625a0ce5cc [2020-08-11T04:44:32.856Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:44:34.302Z] ---> 474fbe4bba1e [2020-08-11T04:44:34.302Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:44:34.588Z] ---> 794aa29a29aa [2020-08-11T04:44:34.588Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:44:34.588Z] Removing intermediate container 717ece717329 [2020-08-11T04:44:34.588Z] ---> 7eaa0083bb6a [2020-08-11T04:44:34.588Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:44:35.188Z] ---> Running in 752a5c49f7e2 [2020-08-11T04:44:35.188Z] ---> Running in 11ff4a8cd67c [2020-08-11T04:44:35.794Z] ---> 41f79b1d5e52 [2020-08-11T04:44:35.794Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:44:36.070Z] Removing intermediate container 752a5c49f7e2 [2020-08-11T04:44:36.070Z] ---> 2c088cba3568 [2020-08-11T04:44:36.070Z] Step 13/26 : WORKDIR / [2020-08-11T04:44:37.059Z] ---> Running in 6b01814c03fe [2020-08-11T04:44:38.084Z] ---> 46ad81fa53aa [2020-08-11T04:44:38.084Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:44:38.368Z] Removing intermediate container 6b01814c03fe [2020-08-11T04:44:38.368Z] ---> 0d518a76044f [2020-08-11T04:44:38.368Z] 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-11T04:44:39.811Z] ---> 9e572f9de581 [2020-08-11T04:44:39.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:44:40.795Z] ---> f6bc40d70067 [2020-08-11T04:44:40.796Z] 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-11T04:44:40.796Z] Removing intermediate container 11ff4a8cd67c [2020-08-11T04:44:40.796Z] ---> 64ee0df72cf0 [2020-08-11T04:44:40.796Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:44:42.246Z] ---> Running in a3ccb736faa1 [2020-08-11T04:44:42.246Z] ---> 8bf6b0b7c619 [2020-08-11T04:44:42.246Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:44:42.851Z] Removing intermediate container 8f329c51acd7 [2020-08-11T04:44:42.851Z] ---> 19db0e11aec0 [2020-08-11T04:44:42.851Z] [2020-08-11T04:44:42.851Z] Step 10/22 : FROM alpine [2020-08-11T04:44:42.851Z] ---> 62ee0e9f8440 [2020-08-11T04:44:42.851Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:44:43.129Z] ---> 67d37f68ef12 [2020-08-11T04:44:43.129Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:44:43.129Z] ---> Running in f50283ff543b [2020-08-11T04:44:43.404Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:44:43.404Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:44:43.404Z] ---> a262460a6438 [2020-08-11T04:44:43.404Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:44:43.404Z] ---> Using cache [2020-08-11T04:44:43.404Z] ---> c7047380df31 [2020-08-11T04:44:43.404Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:44:43.404Z] ---> Using cache [2020-08-11T04:44:43.404Z] ---> a60c5926b909 [2020-08-11T04:44:43.404Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:44:43.404Z] ---> Using cache [2020-08-11T04:44:43.404Z] ---> c324a3425b1e [2020-08-11T04:44:43.404Z] Step 6/21 : COPY go.mod . [2020-08-11T04:44:43.404Z] ---> Using cache [2020-08-11T04:44:43.404Z] ---> 058d80158de5 [2020-08-11T04:44:43.404Z] Step 7/21 : RUN go mod download [2020-08-11T04:44:43.404Z] ---> Using cache [2020-08-11T04:44:43.404Z] ---> 214ba67a12fe [2020-08-11T04:44:43.404Z] Step 8/21 : COPY . . [2020-08-11T04:44:43.404Z] ---> Using cache [2020-08-11T04:44:43.404Z] ---> 8dd4def733c1 [2020-08-11T04:44:43.404Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:44:43.404Z] ---> e773da93666d [2020-08-11T04:44:43.404Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:44:43.680Z] ---> Running in 7cde62fb48fa [2020-08-11T04:44:43.680Z] ---> Running in c0f5a157cb80 [2020-08-11T04:44:43.967Z] Removing intermediate container f50283ff543b [2020-08-11T04:44:43.967Z] ---> ffc575b8dd44 [2020-08-11T04:44:43.967Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:44:44.242Z] ---> Running in ff5ae7d0306a [2020-08-11T04:44:44.242Z] ---> 8e67a9dd0b03 [2020-08-11T04:44:44.242Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:44:44.518Z] Removing intermediate container c0f5a157cb80 [2020-08-11T04:44:44.518Z] ---> 9e9238a5ac51 [2020-08-11T04:44:44.518Z] Step 21/23 : LABEL arch=arm64 [2020-08-11T04:44:44.800Z] ---> Running in 17f1b7d57756 [2020-08-11T04:44:44.800Z] Removing intermediate container ff5ae7d0306a [2020-08-11T04:44:44.800Z] ---> 155639c161b1 [2020-08-11T04:44:44.800Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:44:45.411Z] ---> Running in 1d15fe9ea6fe [2020-08-11T04:44:45.411Z] Removing intermediate container 17f1b7d57756 [2020-08-11T04:44:45.411Z] ---> 400863ec8842 [2020-08-11T04:44:45.411Z] Step 22/23 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:44:45.688Z] ---> 942f569a4010 [2020-08-11T04:44:45.688Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:44:45.688Z] ---> Running in 88f59a42d2c9 [2020-08-11T04:44:45.967Z] 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-11T04:44:46.247Z] Removing intermediate container 1d15fe9ea6fe [2020-08-11T04:44:46.247Z] ---> 5301985111fc [2020-08-11T04:44:46.247Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:44:46.863Z] ---> Running in d9c5689b9fd0 [2020-08-11T04:44:46.863Z] Removing intermediate container 88f59a42d2c9 [2020-08-11T04:44:46.863Z] ---> f5878bc5f96b [2020-08-11T04:44:46.863Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:44:47.477Z] ---> Running in 4491e88c70a5 [2020-08-11T04:44:47.477Z] Removing intermediate container a3ccb736faa1 [2020-08-11T04:44:47.477Z] ---> 66bb80a53742 [2020-08-11T04:44:47.477Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:44:47.477Z] ---> 73bc3d853d4b [2020-08-11T04:44:47.477Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:44:47.758Z] ---> Running in f2a8ee51ce79 [2020-08-11T04:44:48.369Z] Removing intermediate container 4491e88c70a5 [2020-08-11T04:44:48.369Z] ---> aae91a95e4c3 [2020-08-11T04:44:48.369Z] [2020-08-11T04:44:48.992Z] Removing intermediate container f2a8ee51ce79 [2020-08-11T04:44:48.992Z] ---> 2ef6bd639ffc [2020-08-11T04:44:48.992Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:44:49.596Z] ---> Running in 8136de743368 [2020-08-11T04:44:49.596Z] Successfully built aae91a95e4c3 [2020-08-11T04:44:49.596Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-11T04:44:49.596Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-08-11T04:44:50.210Z] ---> b169cf3aa90f [2020-08-11T04:44:50.210Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:44:50.494Z] Removing intermediate container 8136de743368 [2020-08-11T04:44:50.494Z] ---> 6c8ccc82d0da [2020-08-11T04:44:50.494Z] Step 27/29 : LABEL arch=arm64 [2020-08-11T04:44:50.774Z] ---> Running in 3a57e4ba8caa [2020-08-11T04:44:53.452Z] Removing intermediate container d9c5689b9fd0 [2020-08-11T04:44:53.452Z] ---> 73c8bd69e1c2 [2020-08-11T04:44:53.452Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:44:53.452Z] Removing intermediate container 3a57e4ba8caa [2020-08-11T04:44:53.452Z] ---> e6a6e654c5c9 [2020-08-11T04:44:53.452Z] Step 28/29 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:44:54.054Z] ---> 9e72af152654 [2020-08-11T04:44:54.054Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:44:54.330Z] ---> Running in 4f634561813f [2020-08-11T04:44:54.330Z] ---> Running in 92519aec9888 [2020-08-11T04:44:56.344Z] Removing intermediate container 92519aec9888 [2020-08-11T04:44:56.344Z] ---> f679746d2225 [2020-08-11T04:44:56.344Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:44:56.620Z] ---> 30e9cf6db3e2 [2020-08-11T04:44:56.620Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:44:56.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:57.167Z] ---> Running in 0cddafaa0993 [2020-08-11T04:44:57.449Z] ---> Running in cf0c1f585bff [2020-08-11T04:44:57.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:44:57.993Z] Removing intermediate container 0cddafaa0993 [2020-08-11T04:44:57.993Z] ---> 7bf8072f1895 [2020-08-11T04:44:57.993Z] [2020-08-11T04:44:58.269Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:44:58.543Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:44:58.543Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:44:58.543Z] Successfully built 7bf8072f1895 [2020-08-11T04:44:58.543Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-11T04:44:58.543Z] Building docker-core-command-go [2020-08-11T04:44:58.816Z]  Building docker-security-secrets-setup-go ... done (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:44:58.816Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:44:58.816Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:44:59.088Z] OK: 8 MiB in 19 packages [2020-08-11T04:45:02.517Z] Removing intermediate container 4f634561813f [2020-08-11T04:45:02.517Z] ---> 7d6ee0d83dae [2020-08-11T04:45:02.517Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:45:02.796Z] Removing intermediate container cf0c1f585bff [2020-08-11T04:45:02.796Z] ---> a1b5b24f34c2 [2020-08-11T04:45:02.796Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:45:03.791Z] ---> Running in 96da0fe28898 [2020-08-11T04:45:04.395Z] ---> 0bd36c65a0fb [2020-08-11T04:45:04.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:45:04.998Z] Removing intermediate container 96da0fe28898 [2020-08-11T04:45:04.998Z] ---> b27c68decf80 [2020-08-11T04:45:04.998Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:45:05.993Z] ---> Running in 938e76ad18de [2020-08-11T04:45:07.987Z] ---> 7fc184b2b77c [2020-08-11T04:45:07.987Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:45:07.987Z] Removing intermediate container 938e76ad18de [2020-08-11T04:45:07.987Z] ---> a0e42f040cc4 [2020-08-11T04:45:07.987Z] Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:45:08.968Z] ---> Running in 92bf32e79c31 [2020-08-11T04:45:09.568Z] ---> 9d98e82d7002 [2020-08-11T04:45:09.568Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:45:10.184Z] ---> Running in f11477f29529 [2020-08-11T04:45:10.184Z] Removing intermediate container 92bf32e79c31 [2020-08-11T04:45:10.184Z] ---> da22847fd28d [2020-08-11T04:45:10.184Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:45:10.792Z] ---> Running in 32e7f6cc7cf3 [2020-08-11T04:45:11.069Z] Removing intermediate container f11477f29529 [2020-08-11T04:45:11.069Z] ---> 83389d1a9f35 [2020-08-11T04:45:11.069Z] Step 20/22 : LABEL arch=arm64 [2020-08-11T04:45:11.673Z] ---> Running in 8bf47e7ed19b [2020-08-11T04:45:11.951Z] Removing intermediate container 32e7f6cc7cf3 [2020-08-11T04:45:11.951Z] ---> c14a1a1293b8 [2020-08-11T04:45:12.233Z] [2020-08-11T04:45:12.837Z] Removing intermediate container 8bf47e7ed19b [2020-08-11T04:45:12.837Z] ---> f25ba2deba2a [2020-08-11T04:45:12.837Z] Step 21/22 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:45:13.125Z] Successfully built c14a1a1293b8 [2020-08-11T04:45:13.403Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-11T04:45:13.403Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-08-11T04:45:14.009Z] ---> Running in 4c7b3b06bc7b [2020-08-11T04:45:14.620Z] Removing intermediate container 4c7b3b06bc7b [2020-08-11T04:45:14.620Z] ---> 6ab7e9520d4e [2020-08-11T04:45:14.620Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:45:14.896Z] ---> Running in a17f3758e928 [2020-08-11T04:45:15.892Z] Removing intermediate container a17f3758e928 [2020-08-11T04:45:15.892Z] ---> 8cd0884bc624 [2020-08-11T04:45:15.892Z] [2020-08-11T04:45:16.497Z] Successfully built 8cd0884bc624 [2020-08-11T04:45:16.497Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-11T04:45:16.497Z] Building docker-support-logging-go [2020-08-11T04:45:34.828Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:34.828Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:34.828Z] ---> a262460a6438 [2020-08-11T04:45:34.828Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:45:34.828Z] ---> Using cache [2020-08-11T04:45:34.828Z] ---> c7047380df31 [2020-08-11T04:45:34.828Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:34.828Z] ---> Using cache [2020-08-11T04:45:34.828Z] ---> a60c5926b909 [2020-08-11T04:45:34.828Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:45:39.113Z] ---> Running in 0c8a8457cb7d [2020-08-11T04:45:40.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:41.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:42.503Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:42.503Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:42.503Z] OK: 12620 distinct packages available [2020-08-11T04:45:42.776Z] Removing intermediate container 7cde62fb48fa [2020-08-11T04:45:42.776Z] ---> 11c609f27ac4 [2020-08-11T04:45:42.776Z] [2020-08-11T04:45:42.776Z] Step 10/21 : FROM scratch [2020-08-11T04:45:42.776Z] ---> [2020-08-11T04:45:42.776Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:45:43.049Z] OK: 217 MiB in 51 packages [2020-08-11T04:45:43.326Z] ---> Running in 74391113c1da [2020-08-11T04:45:43.932Z] Removing intermediate container 74391113c1da [2020-08-11T04:45:43.932Z] ---> 0672c6730719 [2020-08-11T04:45:43.932Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:45:43.932Z] ---> Running in a7da1405f0d2 [2020-08-11T04:45:44.915Z] Removing intermediate container a7da1405f0d2 [2020-08-11T04:45:44.915Z] ---> cbd24ac8a729 [2020-08-11T04:45:44.915Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:45:44.915Z] Removing intermediate container 0c8a8457cb7d [2020-08-11T04:45:44.916Z] ---> 2a543c7d7d72 [2020-08-11T04:45:44.916Z] Step 6/26 : COPY go.mod . [2020-08-11T04:45:45.208Z] ---> Running in 5f959057d2e6 [2020-08-11T04:45:45.805Z] Removing intermediate container 5f959057d2e6 [2020-08-11T04:45:45.805Z] ---> bcb6cab2f504 [2020-08-11T04:45:45.805Z] Step 14/21 : WORKDIR / [2020-08-11T04:45:46.078Z] ---> 620373d6dff4 [2020-08-11T04:45:46.078Z] Step 7/26 : RUN go mod download [2020-08-11T04:45:46.078Z] ---> Running in 3b5d59520d7c [2020-08-11T04:45:46.353Z] ---> Running in 2e26e3895c43 [2020-08-11T04:45:46.963Z] Removing intermediate container 3b5d59520d7c [2020-08-11T04:45:46.963Z] ---> 4e99417a1fc2 [2020-08-11T04:45:46.963Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:45:48.418Z] ---> 384731560fc6 [2020-08-11T04:45:48.418Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:45:50.413Z] ---> ae2f49efcdf8 [2020-08-11T04:45:50.413Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:45:50.690Z] Removing intermediate container 2e26e3895c43 [2020-08-11T04:45:50.690Z] ---> e3705033660c [2020-08-11T04:45:50.690Z] Step 8/26 : COPY . . [2020-08-11T04:45:52.140Z] ---> 31be219bbb6b [2020-08-11T04:45:52.140Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:45:52.140Z] ---> Running in 107f5121ba89 [2020-08-11T04:45:53.131Z] Removing intermediate container 107f5121ba89 [2020-08-11T04:45:53.131Z] ---> 36c3c8256187 [2020-08-11T04:45:53.131Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:45:53.729Z] ---> Running in 0d979322c896 [2020-08-11T04:45:54.718Z] Removing intermediate container 0d979322c896 [2020-08-11T04:45:54.718Z] ---> 7af1dd20abe3 [2020-08-11T04:45:54.718Z] Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:45:55.018Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:45:55.018Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:45:55.018Z] ---> a262460a6438 [2020-08-11T04:45:55.018Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:45:55.018Z] ---> Using cache [2020-08-11T04:45:55.018Z] ---> c7047380df31 [2020-08-11T04:45:55.018Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:45:55.018Z] ---> Using cache [2020-08-11T04:45:55.018Z] ---> a60c5926b909 [2020-08-11T04:45:55.018Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:45:55.018Z] ---> Using cache [2020-08-11T04:45:55.018Z] ---> c324a3425b1e [2020-08-11T04:45:55.018Z] Step 6/21 : COPY go.mod . [2020-08-11T04:45:55.018Z] ---> Using cache [2020-08-11T04:45:55.018Z] ---> 058d80158de5 [2020-08-11T04:45:55.018Z] Step 7/21 : RUN go mod download [2020-08-11T04:45:55.018Z] ---> Using cache [2020-08-11T04:45:55.018Z] ---> 214ba67a12fe [2020-08-11T04:45:55.018Z] Step 8/21 : COPY . . [2020-08-11T04:45:55.018Z] ---> Using cache [2020-08-11T04:45:55.018Z] ---> 8dd4def733c1 [2020-08-11T04:45:55.018Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:45:55.018Z] ---> Running in 3f0012988e90 [2020-08-11T04:45:55.293Z] ---> Running in 1aa671def0d2 [2020-08-11T04:45:56.287Z] Removing intermediate container 3f0012988e90 [2020-08-11T04:45:56.287Z] ---> e40f97541260 [2020-08-11T04:45:56.287Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:45:56.893Z] ---> Running in 3950c90f0785 [2020-08-11T04:45:57.168Z] 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-11T04:45:57.883Z] Removing intermediate container 3950c90f0785 [2020-08-11T04:45:57.883Z] ---> 4ea8a3999d72 [2020-08-11T04:45:57.883Z] [2020-08-11T04:45:59.496Z] Successfully built 4ea8a3999d72 [2020-08-11T04:45:59.496Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-11T04:46:09.809Z]  Building docker-core-metadata-go ... done Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:46:09.809Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:46:09.809Z] ---> a262460a6438 [2020-08-11T04:46:09.809Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> c7047380df31 [2020-08-11T04:46:09.809Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> a60c5926b909 [2020-08-11T04:46:09.809Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> c324a3425b1e [2020-08-11T04:46:09.809Z] Step 6/20 : COPY go.mod . [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> 058d80158de5 [2020-08-11T04:46:09.809Z] Step 7/20 : RUN go mod download [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> 214ba67a12fe [2020-08-11T04:46:09.809Z] Step 8/20 : COPY . . [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> 8dd4def733c1 [2020-08-11T04:46:09.809Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:46:09.809Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:46:09.809Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:46:09.809Z] ---> a262460a6438 [2020-08-11T04:46:09.809Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> c7047380df31 [2020-08-11T04:46:09.809Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:46:09.809Z] ---> Using cache [2020-08-11T04:46:09.809Z] ---> a60c5926b909 [2020-08-11T04:46:09.809Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:46:13.227Z] ---> Running in 2fefc7ee60ce [2020-08-11T04:46:13.227Z] ---> Running in bccbedebaf03 [2020-08-11T04:46:15.875Z] 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-11T04:46:15.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:16.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:17.870Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:46:17.870Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:46:17.870Z] OK: 12620 distinct packages available [2020-08-11T04:46:18.862Z] OK: 217 MiB in 51 packages [2020-08-11T04:46:19.471Z] OK: 217 MiB in 51 packages [2020-08-11T04:46:23.817Z] ---> 77e783ed7522 [2020-08-11T04:46:23.817Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:46:23.817Z] Removing intermediate container 2fefc7ee60ce [2020-08-11T04:46:23.817Z] ---> bd9d67c3238b [2020-08-11T04:46:23.817Z] Step 6/21 : COPY go.mod . [2020-08-11T04:46:23.817Z] ---> Running in f8724361db79 [2020-08-11T04:46:24.809Z] ---> 71191040c657 [2020-08-11T04:46:24.809Z] Step 7/21 : RUN go mod download [2020-08-11T04:46:25.085Z] ---> Running in b4e2fce44a33 [2020-08-11T04:46:26.081Z] 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-11T04:46:30.426Z] Removing intermediate container b4e2fce44a33 [2020-08-11T04:46:30.426Z] ---> 79507c437d8a [2020-08-11T04:46:30.426Z] Step 8/21 : COPY . . [2020-08-11T04:46:57.243Z] ---> 7975a091df15 [2020-08-11T04:46:57.243Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:46:57.243Z] ---> Running in bded024d96a0 [2020-08-11T04:46:57.243Z] 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-11T04:47:15.559Z] Removing intermediate container 1aa671def0d2 [2020-08-11T04:47:15.559Z] ---> 5d5eceaa060e [2020-08-11T04:47:15.559Z] [2020-08-11T04:47:15.559Z] Step 10/21 : FROM scratch [2020-08-11T04:47:15.559Z] ---> [2020-08-11T04:47:15.559Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:47:15.559Z] ---> Using cache [2020-08-11T04:47:15.559Z] ---> 0672c6730719 [2020-08-11T04:47:15.559Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:47:15.559Z] ---> Running in 38ffc99c1644 [2020-08-11T04:47:15.559Z] Removing intermediate container 38ffc99c1644 [2020-08-11T04:47:15.559Z] ---> eeb3b915a302 [2020-08-11T04:47:15.559Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:47:15.559Z] ---> Running in f62266165743 [2020-08-11T04:47:15.559Z] Removing intermediate container f62266165743 [2020-08-11T04:47:15.559Z] ---> 07d3051129e1 [2020-08-11T04:47:15.559Z] Step 14/21 : WORKDIR / [2020-08-11T04:47:15.559Z] ---> Running in 271c52c344ff [2020-08-11T04:47:16.158Z] Removing intermediate container 271c52c344ff [2020-08-11T04:47:16.158Z] ---> 8f5fa17087ae [2020-08-11T04:47:16.158Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:47:17.137Z] ---> aa0f8372e800 [2020-08-11T04:47:17.137Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:47:19.130Z] ---> 4437ded3daaf [2020-08-11T04:47:19.130Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:47:20.116Z] ---> d36d373d3058 [2020-08-11T04:47:20.116Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:47:20.116Z] ---> Running in 2f386d933b95 [2020-08-11T04:47:21.100Z] Removing intermediate container 2f386d933b95 [2020-08-11T04:47:21.100Z] ---> 52d16445c596 [2020-08-11T04:47:21.100Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:47:21.100Z] ---> Running in ac039c126818 [2020-08-11T04:47:21.704Z] Removing intermediate container ac039c126818 [2020-08-11T04:47:21.704Z] ---> 2b7a8a02ee7e [2020-08-11T04:47:21.704Z] Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:47:21.977Z] ---> Running in 61bb9beb7927 [2020-08-11T04:47:22.574Z] Removing intermediate container 61bb9beb7927 [2020-08-11T04:47:22.574Z] ---> 5b93fc429885 [2020-08-11T04:47:22.574Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:47:22.574Z] ---> Running in 0aea77694eed [2020-08-11T04:47:23.553Z] Removing intermediate container 0aea77694eed [2020-08-11T04:47:23.553Z] ---> dc2eda15cbe3 [2020-08-11T04:47:23.553Z] [2020-08-11T04:47:23.826Z] Successfully built dc2eda15cbe3 [2020-08-11T04:47:23.826Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-11T04:47:38.908Z]  Building docker-core-command-go ... done Removing intermediate container f8724361db79 [2020-08-11T04:47:38.908Z] ---> 77222b154d3f [2020-08-11T04:47:38.908Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:47:38.908Z] Removing intermediate container bccbedebaf03 [2020-08-11T04:47:38.908Z] ---> 4d648d37a257 [2020-08-11T04:47:38.908Z] [2020-08-11T04:47:38.909Z] Step 10/20 : FROM scratch [2020-08-11T04:47:38.909Z] ---> [2020-08-11T04:47:38.909Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:47:38.909Z] ---> Running in 2980fe42c952 [2020-08-11T04:47:38.909Z] ---> Using cache [2020-08-11T04:47:38.909Z] ---> 0672c6730719 [2020-08-11T04:47:38.909Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:47:38.909Z] ---> Running in 88c6b502ce9e [2020-08-11T04:47:39.211Z] Removing intermediate container 88c6b502ce9e [2020-08-11T04:47:39.211Z] ---> 6428c4413873 [2020-08-11T04:47:39.211Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:47:39.499Z] ---> Running in 391cbc031e49 [2020-08-11T04:47:40.102Z] Removing intermediate container 391cbc031e49 [2020-08-11T04:47:40.102Z] ---> 60014f763b0d [2020-08-11T04:47:40.102Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:47:40.715Z] 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-11T04:47:41.326Z] ---> b689c884787d [2020-08-11T04:47:41.326Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:47:42.779Z] ---> 42fd9022c629 [2020-08-11T04:47:42.779Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:47:43.791Z] ---> 8d572859852e [2020-08-11T04:47:43.791Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:47:44.071Z] ---> Running in 378a91eb3452 [2020-08-11T04:47:44.673Z] Removing intermediate container 378a91eb3452 [2020-08-11T04:47:44.673Z] ---> 4f91ce92f13a [2020-08-11T04:47:44.673Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:47:44.673Z] ---> Running in e4505d34ffbd [2020-08-11T04:47:44.973Z] Removing intermediate container 2980fe42c952 [2020-08-11T04:47:44.973Z] ---> a17ca87c807e [2020-08-11T04:47:44.973Z] [2020-08-11T04:47:44.973Z] Step 11/26 : FROM docker:latest [2020-08-11T04:47:44.973Z] ---> ce9d55ae87f1 [2020-08-11T04:47:44.973Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:47:44.973Z] ---> Running in 8b055cbed5fd [2020-08-11T04:47:45.253Z] Removing intermediate container e4505d34ffbd [2020-08-11T04:47:45.253Z] ---> af26e126245c [2020-08-11T04:47:45.253Z] Step 19/20 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:47:45.527Z] ---> Running in c7da2e21c8e0 [2020-08-11T04:47:46.125Z] Removing intermediate container c7da2e21c8e0 [2020-08-11T04:47:46.125Z] ---> 40b47f1fa2f8 [2020-08-11T04:47:46.125Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:47:46.125Z] ---> Running in 76d16e01c2aa [2020-08-11T04:47:46.721Z] Removing intermediate container 76d16e01c2aa [2020-08-11T04:47:46.721Z] ---> 3dc804c471df [2020-08-11T04:47:46.721Z] [2020-08-11T04:47:46.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:46.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:46.994Z] Successfully built 3dc804c471df [2020-08-11T04:47:46.994Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-11T04:47:47.590Z]  Building docker-support-scheduler-go ... done (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:47:47.590Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:47:47.590Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:47:47.590Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:47:47.590Z] OK: 12 MiB in 22 packages [2020-08-11T04:47:49.041Z] Removing intermediate container 8b055cbed5fd [2020-08-11T04:47:49.041Z] ---> da6e6d258cc1 [2020-08-11T04:47:49.041Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:47:49.041Z] ---> Running in 28e3ef9db2ba [2020-08-11T04:47:52.450Z] Removing intermediate container bded024d96a0 [2020-08-11T04:47:52.450Z] ---> d0fdc67353cf [2020-08-11T04:47:52.450Z] [2020-08-11T04:47:52.450Z] Step 10/21 : FROM scratch [2020-08-11T04:47:52.450Z] ---> [2020-08-11T04:47:52.450Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:47:52.450Z] ---> Using cache [2020-08-11T04:47:52.450Z] ---> a09e7406d928 [2020-08-11T04:47:52.450Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:47:52.450Z] Removing intermediate container 28e3ef9db2ba [2020-08-11T04:47:52.450Z] ---> 8b92e4a73474 [2020-08-11T04:47:52.450Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:47:52.450Z] ---> Running in 6121a40d10ca [2020-08-11T04:47:52.450Z] ---> Running in 7f765cbb94e1 [2020-08-11T04:47:52.723Z] Removing intermediate container 6121a40d10ca [2020-08-11T04:47:52.723Z] ---> 56ec40c6f70b [2020-08-11T04:47:52.723Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:47:52.723Z] ---> Running in 476ede0ffc99 [2020-08-11T04:47:53.005Z] Removing intermediate container 7f765cbb94e1 [2020-08-11T04:47:53.005Z] ---> 593d327a522c [2020-08-11T04:47:53.005Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:47:53.005Z] ---> Running in a25e8c0f3c84 [2020-08-11T04:47:53.278Z] Removing intermediate container 476ede0ffc99 [2020-08-11T04:47:53.278Z] ---> e172af64e431 [2020-08-11T04:47:53.278Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:47:53.557Z] Removing intermediate container a25e8c0f3c84 [2020-08-11T04:47:53.557Z] ---> 2a160f3e8265 [2020-08-11T04:47:53.557Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:47:53.834Z] ---> Running in 841230bf0a94 [2020-08-11T04:47:54.110Z] ---> db25a175d008 [2020-08-11T04:47:54.110Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:47:54.110Z] Removing intermediate container 841230bf0a94 [2020-08-11T04:47:54.110Z] ---> 45d883c6e8d9 [2020-08-11T04:47:54.110Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:47:55.092Z] ---> 5174680c617a [2020-08-11T04:47:55.092Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:47:55.368Z] ---> 28359884d0b5 [2020-08-11T04:47:55.368Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:47:55.973Z] ---> b022b9fd6dfb [2020-08-11T04:47:55.973Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:47:56.245Z] ---> ad2fd3ab88b3 [2020-08-11T04:47:56.245Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:47:56.844Z] ---> 42d0245aa9a8 [2020-08-11T04:47:56.844Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:47:57.124Z] ---> 97de1cf77066 [2020-08-11T04:47:57.124Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:47:57.124Z] ---> Running in 61c66827c492 [2020-08-11T04:47:57.396Z] ---> Running in 0c3cda2a42dd [2020-08-11T04:47:57.669Z] Removing intermediate container 61c66827c492 [2020-08-11T04:47:57.669Z] ---> 2d683393b0b5 [2020-08-11T04:47:57.669Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:47:57.940Z] ---> Running in 901f6b1d46da [2020-08-11T04:47:58.215Z] Removing intermediate container 901f6b1d46da [2020-08-11T04:47:58.215Z] ---> 73d785355f57 [2020-08-11T04:47:58.215Z] Step 20/21 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:47:58.489Z] ---> Running in 18be4e42a330 [2020-08-11T04:47:59.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:59.087Z] Removing intermediate container 18be4e42a330 [2020-08-11T04:47:59.087Z] ---> 24561db8a998 [2020-08-11T04:47:59.087Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:47:59.087Z] ---> Running in ee3d64b56eab [2020-08-11T04:47:59.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:59.689Z] Removing intermediate container ee3d64b56eab [2020-08-11T04:47:59.689Z] ---> 3627316d3a0d [2020-08-11T04:47:59.689Z] [2020-08-11T04:47:59.689Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:47:59.689Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:47:59.689Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:47:59.689Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:47:59.689Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:47:59.689Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:47:59.964Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:47:59.964Z] Successfully built 3627316d3a0d [2020-08-11T04:47:59.964Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-11T04:48:01.948Z]  Building docker-support-logging-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:48:01.948Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:48:01.948Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:48:01.948Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:48:01.948Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:48:01.948Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:48:01.948Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:48:01.948Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:48:01.948Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:48:01.948Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:48:01.948Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:48:01.948Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:48:01.948Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:48:01.948Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:48:01.948Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:48:01.948Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:48:01.948Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:48:01.948Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:48:01.948Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:48:01.948Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:48:01.948Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:48:01.948Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:48:01.948Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:48:01.948Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:48:01.948Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:48:02.221Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:48:02.221Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:02.221Z] OK: 71 MiB in 55 packages [2020-08-11T04:48:08.932Z] Removing intermediate container 0c3cda2a42dd [2020-08-11T04:48:08.932Z] ---> d2f0a2dcfe38 [2020-08-11T04:48:08.932Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:48:09.206Z] ---> Running in 5b3383e93ebf [2020-08-11T04:48:14.604Z] Collecting docker-compose==1.23.2 [2020-08-11T04:48:14.604Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:48:15.200Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:48:15.200Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:48:17.175Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:48:17.175Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:48:19.791Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:48:19.791Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:48:20.063Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:48:20.063Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:48:20.658Z] 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-11T04:48:20.927Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:48:20.927Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:48:22.349Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:48:22.349Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:48:22.619Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:48:22.619Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:48:25.222Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:48:25.222Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:48:28.585Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:48:28.585Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:48:28.854Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:48:28.854Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:48:29.441Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:48:29.441Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:48:30.032Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:48:30.032Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:48:30.032Z] 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-11T04:48:30.032Z] 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-11T04:48:30.032Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:48:30.032Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:48:30.032Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:48:30.032Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:48:31.001Z] Installing collected packages: docopt, texttable, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, PyYAML, jsonschema, docker-compose [2020-08-11T04:48:31.001Z] Running setup.py install for docopt: started [2020-08-11T04:48:32.960Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:48:32.960Z] Running setup.py install for texttable: started [2020-08-11T04:48:35.560Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:48:35.560Z] Attempting uninstall: urllib3 [2020-08-11T04:48:35.560Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:48:35.560Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:48:35.560Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:48:36.156Z] Attempting uninstall: idna [2020-08-11T04:48:36.156Z] Found existing installation: idna 2.9 [2020-08-11T04:48:36.156Z] Uninstalling idna-2.9: [2020-08-11T04:48:36.156Z] Successfully uninstalled idna-2.9 [2020-08-11T04:48:36.751Z] Attempting uninstall: requests [2020-08-11T04:48:36.751Z] Found existing installation: requests 2.23.0 [2020-08-11T04:48:36.751Z] Uninstalling requests-2.23.0: [2020-08-11T04:48:37.025Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:48:38.447Z] Running setup.py install for dockerpty: started [2020-08-11T04:48:40.406Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:48:40.406Z] Running setup.py install for PyYAML: started [2020-08-11T04:48:43.010Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:48:43.994Z] 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-11T04:48:48.305Z] Removing intermediate container 5b3383e93ebf [2020-08-11T04:48:48.305Z] ---> 2a0622f191ec [2020-08-11T04:48:48.305Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:48:48.305Z] ---> Running in 192b62e52a62 [2020-08-11T04:48:49.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:50.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:50.687Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:48:50.687Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:48:50.687Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:48:50.687Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:50.687Z] OK: 71 MiB in 58 packages [2020-08-11T04:48:52.152Z] Removing intermediate container 192b62e52a62 [2020-08-11T04:48:52.152Z] ---> 61789b149b58 [2020-08-11T04:48:52.152Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:48:52.152Z] ---> Running in e38c7e019c41 [2020-08-11T04:48:52.435Z] Removing intermediate container e38c7e019c41 [2020-08-11T04:48:52.435Z] ---> cfd7b2a339ed [2020-08-11T04:48:52.435Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:48:52.714Z] ---> Running in 2151b72587d1 [2020-08-11T04:48:53.306Z] Removing intermediate container 2151b72587d1 [2020-08-11T04:48:53.306Z] ---> e6186fd328e8 [2020-08-11T04:48:53.306Z] Step 25/26 : LABEL git_sha=bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 [2020-08-11T04:48:53.306Z] ---> Running in 5db78431d3e9 [2020-08-11T04:48:53.899Z] Removing intermediate container 5db78431d3e9 [2020-08-11T04:48:53.899Z] ---> 4d541eb4494f [2020-08-11T04:48:53.899Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:48:53.899Z] ---> Running in 6b62b156c4eb [2020-08-11T04:48:54.491Z] Removing intermediate container 6b62b156c4eb [2020-08-11T04:48:54.491Z] ---> 961a4975bb9e [2020-08-11T04:48:54.491Z] [2020-08-11T04:48:55.084Z] Successfully built 961a4975bb9e [2020-08-11T04:48:55.084Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-11T04:48:55.368Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-11T04:48:55.356Z] $ docker stop --time=1 83b9c6524a903e63585bbdbffe14c672044f5e4ff7b06d663b9743c19832a073 [2020-08-11T04:48:57.378Z] $ docker rm -f 83b9c6524a903e63585bbdbffe14c672044f5e4ff7b06d663b9743c19832a073 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:48:58.117Z] + docker images [2020-08-11T04:48:58.117Z] + grep docker [2020-08-11T04:48:58.389Z] docker-sys-mgmt-agent-go-arm64 latest 961a4975bb9e 4 seconds ago 266MB [2020-08-11T04:48:58.389Z] docker-support-logging-go-arm64 latest 3627316d3a0d 59 seconds ago 11.4MB [2020-08-11T04:48:58.389Z] docker-support-scheduler-go-arm64 latest 3dc804c471df About a minute ago 12.6MB [2020-08-11T04:48:58.389Z] docker-core-command-go-arm64 latest dc2eda15cbe3 About a minute ago 12.4MB [2020-08-11T04:48:58.389Z] docker-core-metadata-go-arm64 latest 4ea8a3999d72 3 minutes ago 13.8MB [2020-08-11T04:48:58.389Z] docker-core-data-go-arm64 latest 8cd0884bc624 3 minutes ago 22.6MB [2020-08-11T04:48:58.389Z] docker-security-secretstore-setup-go-arm64 latest c14a1a1293b8 3 minutes ago 32.6MB [2020-08-11T04:48:58.389Z] docker-security-secrets-setup-go-arm64 latest 7bf8072f1895 4 minutes ago 24.2MB [2020-08-11T04:48:58.389Z] docker-support-notifications-go-arm64 latest aae91a95e4c3 4 minutes ago 13.9MB [2020-08-11T04:48:58.389Z] docker-security-proxy-setup-go-arm64 latest b6becf49d175 4 minutes ago 15.8MB [2020-08-11T04:48:58.389Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-11T04:48:59.883Z] provisioning config files... [2020-08-11T04:48:59.899Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5650735283827317760tmp [Pipeline] { [Pipeline] sh [2020-08-11T04:49:00.270Z] + curl -s https://codecov.io/bash [2020-08-11T04:49:00.270Z] + bash -s - -t @/w/workspace/edgex-go/4@tmp/config5650735283827317760tmp [Pipeline] } [2020-08-11T04:49:02.208Z] 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-11T04:49:03.837Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:49:04.739Z] ---> package-listing.sh [2020-08-11T04:49:04.739Z] ++ facter osfamily [2020-08-11T04:49:04.739Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-11T04:49:04.739Z] + OS_FAMILY=redhat [2020-08-11T04:49:04.739Z] + workspace=/w/workspace/edgex-go/4 [2020-08-11T04:49:04.739Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-11T04:49:04.739Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-11T04:49:04.739Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-11T04:49:04.739Z] + PACKAGES=/tmp/packages_start.txt [2020-08-11T04:49:04.739Z] + '[' /w/workspace/edgex-go/4 ']' [2020-08-11T04:49:04.739Z] + PACKAGES=/tmp/packages_end.txt [2020-08-11T04:49:04.739Z] + case "${OS_FAMILY}" in [2020-08-11T04:49:04.739Z] + rpm -qa [2020-08-11T04:49:04.739Z] + sort [2020-08-11T04:49:08.997Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-11T04:49:08.997Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-11T04:49:08.997Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-11T04:49:08.997Z] + '[' /w/workspace/edgex-go/4 ']' [2020-08-11T04:49:08.997Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-08-11T04:49:08.997Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:49:09.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:49:09.540Z] [2020-08-11T04:49:09.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:49:09.892Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:49:09.892Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-11T04:49:09.892Z] c9b1b535fdd9: Pulling fs layer [2020-08-11T04:49:09.892Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-11T04:49:09.892Z] 756a868c4378: Pulling fs layer [2020-08-11T04:49:09.892Z] 444b2fc9a129: Pulling fs layer [2020-08-11T04:49:09.892Z] ea15f1150254: Pulling fs layer [2020-08-11T04:49:09.892Z] 41b27a9f41bf: Pulling fs layer [2020-08-11T04:49:09.892Z] 28c525ee5125: Pulling fs layer [2020-08-11T04:49:09.892Z] 094b1ea09ed8: Pulling fs layer [2020-08-11T04:49:09.892Z] 138eaada9080: Pulling fs layer [2020-08-11T04:49:09.892Z] 0622d0fa9048: Pulling fs layer [2020-08-11T04:49:09.892Z] ea15f1150254: Waiting [2020-08-11T04:49:09.892Z] 41b27a9f41bf: Waiting [2020-08-11T04:49:09.892Z] 28c525ee5125: Waiting [2020-08-11T04:49:09.892Z] 094b1ea09ed8: Waiting [2020-08-11T04:49:09.892Z] 138eaada9080: Waiting [2020-08-11T04:49:09.892Z] 0622d0fa9048: Waiting [2020-08-11T04:49:09.892Z] 444b2fc9a129: Waiting [2020-08-11T04:49:09.892Z] 2cc5ad85d9ab: Download complete [2020-08-11T04:49:09.892Z] 444b2fc9a129: Verifying Checksum [2020-08-11T04:49:09.892Z] 444b2fc9a129: Download complete [2020-08-11T04:49:09.892Z] c9b1b535fdd9: Verifying Checksum [2020-08-11T04:49:09.892Z] c9b1b535fdd9: Download complete [2020-08-11T04:49:09.892Z] ea15f1150254: Verifying Checksum [2020-08-11T04:49:09.892Z] ea15f1150254: Download complete [2020-08-11T04:49:10.183Z] 28c525ee5125: Verifying Checksum [2020-08-11T04:49:10.183Z] 28c525ee5125: Download complete [2020-08-11T04:49:10.460Z] c9b1b535fdd9: Pull complete [2020-08-11T04:49:10.460Z] 756a868c4378: Verifying Checksum [2020-08-11T04:49:10.460Z] 756a868c4378: Download complete [2020-08-11T04:49:10.733Z] 138eaada9080: Verifying Checksum [2020-08-11T04:49:10.733Z] 138eaada9080: Download complete [2020-08-11T04:49:10.733Z] 2cc5ad85d9ab: Pull complete [2020-08-11T04:49:10.733Z] 0622d0fa9048: Verifying Checksum [2020-08-11T04:49:10.733Z] 0622d0fa9048: Download complete [2020-08-11T04:49:10.733Z] 094b1ea09ed8: Verifying Checksum [2020-08-11T04:49:10.733Z] 094b1ea09ed8: Download complete [2020-08-11T04:49:11.310Z] 41b27a9f41bf: Verifying Checksum [2020-08-11T04:49:11.310Z] 41b27a9f41bf: Download complete [2020-08-11T04:49:12.271Z] 756a868c4378: Pull complete [2020-08-11T04:49:12.271Z] 444b2fc9a129: Pull complete [2020-08-11T04:49:12.534Z] ea15f1150254: Pull complete [2020-08-11T04:49:19.139Z] 41b27a9f41bf: Pull complete [2020-08-11T04:49:19.139Z] 28c525ee5125: Pull complete [2020-08-11T04:49:21.067Z] 094b1ea09ed8: Pull complete [2020-08-11T04:49:22.009Z] 138eaada9080: Pull complete [2020-08-11T04:49:22.270Z] 0622d0fa9048: Pull complete [2020-08-11T04:49:22.270Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-11T04:49:22.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:49:22.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-11T04:49:22.451Z] prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container [2020-08-11T04:49:22.506Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-11T04:49:27.282Z] $ docker top 74ba63c592600a6ca453e5e63a2ce74ce56f9d281ac3df2e1cbee6dbe28329df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T04:49:27.578Z] provisioning config files... [2020-08-11T04:49:27.591Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1255633623294458930tmp [Pipeline] { [Pipeline] echo [2020-08-11T04:49:27.653Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:49:27.948Z] ---> create-netrc.sh [Pipeline] echo [2020-08-11T04:49:27.957Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:49:28.248Z] ---> logs-deploy.sh [2020-08-11T04:49:28.249Z] + ARCHIVE_ARTIFACTS= [2020-08-11T04:49:28.249Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-11T04:49:28.249Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-11T04:49:28.249Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-11T04:49:28.249Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/4 [2020-08-11T04:49:28.249Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/4/ [2020-08-11T04:49:28.249Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/4 /w/workspace/edgex-go/4 [2020-08-11T04:49:29.189Z] Archives upload complete. [2020-08-11T04:49:29.449Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/4/