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 anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+aed4594c0c67a41538adeca107413fb688e317f4 (6555a888394221f83c2cb2551aeeacc623e9f422) 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-3345 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing 22248189b6583018dc17ba4597a37528b9fca023 Checking out Revision 22248189b6583018dc17ba4597a37528b9fca023 (PR-2625) > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # 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 22248189b6583018dc17ba4597a37528b9fca023 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-11T04:31:07.759Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 # timeout=10 [2020-08-11T04:31:07.971Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-11T04:31:08.292Z] ========================================================= [2020-08-11T04:31:08.293Z] EdgeX Global Pipelines Version Info [2020-08-11T04:31:08.293Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:31:09.727Z] ------------------- [2020-08-11T04:31:09.727Z] stable info: [2020-08-11T04:31:09.727Z] ------------------- [2020-08-11T04:31:09.727Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-11T04:31:09.727Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-11T04:31:09.727Z] Message: update stable to v1.0.106 [2020-08-11T04:31:10.675Z] ------------------- [2020-08-11T04:31:10.675Z] experimental info: [2020-08-11T04:31:10.675Z] ------------------- [2020-08-11T04:31:10.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-11T04:31:10.675Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-11T04:31:10.675Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-11T04:31:12.424Z] ++ 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:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/core-command/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/core-data/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-11T04:31:12.424Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-11T04:31:12.424Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T04:31:12.424Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-11T04:31:12.424Z] ++ cut -d/ -f2 [2020-08-11T04:31:12.424Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-11T04:31:12.504Z] 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:31:13.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:31:13.455Z] [2020-08-11T04:31:13.455Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:31:13.799Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:31:13.799Z] latest: Pulling from edgex-devops/git-semver [2020-08-11T04:31:13.799Z] 31603596830f: Pulling fs layer [2020-08-11T04:31:13.799Z] 2a8b12db71e7: Pulling fs layer [2020-08-11T04:31:13.799Z] 6ca5941a6612: Pulling fs layer [2020-08-11T04:31:13.799Z] ecc8261a40a4: Pulling fs layer [2020-08-11T04:31:13.799Z] ecc8261a40a4: Waiting [2020-08-11T04:31:13.799Z] 2a8b12db71e7: Download complete [2020-08-11T04:31:13.799Z] 31603596830f: Download complete [2020-08-11T04:31:14.063Z] ecc8261a40a4: Verifying Checksum [2020-08-11T04:31:14.063Z] ecc8261a40a4: Download complete [2020-08-11T04:31:14.063Z] 6ca5941a6612: Verifying Checksum [2020-08-11T04:31:14.063Z] 6ca5941a6612: Download complete [2020-08-11T04:31:14.327Z] 31603596830f: Pull complete [2020-08-11T04:31:14.327Z] 2a8b12db71e7: Pull complete [2020-08-11T04:31:15.280Z] 6ca5941a6612: Pull complete [2020-08-11T04:31:15.541Z] ecc8261a40a4: Pull complete [2020-08-11T04:31:15.541Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-11T04:31:15.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T04:31:15.541Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-11T04:31:15.642Z] prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container [2020-08-11T04:31:15.691Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-11T04:31:18.053Z] $ docker top 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T04:31:18.334Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:31:18.334Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:31:18.557Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:31:18.559Z] $ docker exec 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent [2020-08-11T04:31:18.729Z] SSH_AUTH_SOCK=/tmp/ssh-oxzLKIb0xwgM/agent.11 [2020-08-11T04:31:18.730Z] SSH_AGENT_PID=17 [2020-08-11T04:31:18.741Z] Running ssh-add (command line suppressed) [2020-08-11T04:31:18.866Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_2535765330262182726.key (/w/workspace/edgex-go/13@tmp/private_key_2535765330262182726.key) [2020-08-11T04:31:18.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:31:19.261Z] + git describe --exact-match --tags HEAD [2020-08-11T04:31:19.261Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-11T04:31:19.283Z] $ docker exec --env ******** --env ******** 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent -k [2020-08-11T04:31:19.407Z] unset SSH_AUTH_SOCK; [2020-08-11T04:31:19.408Z] unset SSH_AGENT_PID; [2020-08-11T04:31:19.408Z] echo Agent pid 17 killed; [2020-08-11T04:31:19.455Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-11T04:31:19.534Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-11T04:31:19.534Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-11T04:31:19.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T04:31:19.625Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T04:31:19.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T04:31:19.789Z] $ docker exec 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent [2020-08-11T04:31:19.960Z] SSH_AUTH_SOCK=/tmp/ssh-SRZFClr6Dd1A/agent.47 [2020-08-11T04:31:19.960Z] SSH_AGENT_PID=52 [2020-08-11T04:31:19.967Z] Running ssh-add (command line suppressed) [2020-08-11T04:31:20.088Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4606532474629366912.key (/w/workspace/edgex-go/13@tmp/private_key_4606532474629366912.key) [2020-08-11T04:31:20.136Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T04:31:20.470Z] + git semver init [2020-08-11T04:31:20.470Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T04:31:20.470Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2020-08-11T04:31:20.470Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2020-08-11T04:31:20.470Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T04:31:20.470Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T04:31:20.470Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T04:31:20.470Z] # $SEMVER_BRANCH = PR-2625 [2020-08-11T04:31:20.470Z] # $SEMVER_TEMP = /tmp/semver-070996517 [2020-08-11T04:31:20.470Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-11T04:31:52.658Z] # '/tmp/semver-070996517' -> '/w/workspace/edgex-go/13/.semver' [2020-08-11T04:31:52.658Z] # -> Force: false [2020-08-11T04:31:52.658Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2020-08-11T04:31:52.672Z] $ docker exec --env ******** --env ******** 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 ssh-agent -k [2020-08-11T04:31:52.943Z] unset SSH_AUTH_SOCK; [2020-08-11T04:31:52.945Z] unset SSH_AGENT_PID; [2020-08-11T04:31:52.945Z] echo Agent pid 52 killed; [2020-08-11T04:31:53.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T04:31:53.542Z] + git semver [Pipeline] } [2020-08-11T04:31:53.561Z] $ docker stop --time=1 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 [2020-08-11T04:31:55.157Z] $ docker rm -f 4096ad343cfa717b946e64892a9c85ab5ff569804ba5106ca8260788784028d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-11T04:32:09.123Z] Stashed 31 file(s) [Pipeline] echo [2020-08-11T04:32:09.126Z] [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:32:09.615Z] ========================================================= [2020-08-11T04:32:09.615Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-11T04:32:09.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:32:09.953Z] + 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:32:13.297Z] Sending build context to Docker daemon 323MB [2020-08-11T04:32:13.297Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:32:13.297Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:32:13.297Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-11T04:32:13.297Z] df20fa9351a1: Pulling fs layer [2020-08-11T04:32:13.297Z] ed8968b2872e: Pulling fs layer [2020-08-11T04:32:13.297Z] a92cc7c5fd73: Pulling fs layer [2020-08-11T04:32:13.297Z] 2dd03ba5bac4: Pulling fs layer [2020-08-11T04:32:13.297Z] 1e091d79d1de: Pulling fs layer [2020-08-11T04:32:13.297Z] 481702a1767f: Pulling fs layer [2020-08-11T04:32:13.297Z] f64a6f60c768: Pulling fs layer [2020-08-11T04:32:13.297Z] e78d2573fc39: Pulling fs layer [2020-08-11T04:32:13.297Z] e876d2f968b6: Pulling fs layer [2020-08-11T04:32:13.297Z] ce8a83651883: Pulling fs layer [2020-08-11T04:32:13.297Z] 07967f4d0e4b: Pulling fs layer [2020-08-11T04:32:13.297Z] f64a6f60c768: Waiting [2020-08-11T04:32:13.297Z] e78d2573fc39: Waiting [2020-08-11T04:32:13.297Z] e876d2f968b6: Waiting [2020-08-11T04:32:13.297Z] ce8a83651883: Waiting [2020-08-11T04:32:13.297Z] 07967f4d0e4b: Waiting [2020-08-11T04:32:13.297Z] 2dd03ba5bac4: Waiting [2020-08-11T04:32:13.297Z] 481702a1767f: Waiting [2020-08-11T04:32:13.297Z] 1e091d79d1de: Waiting [2020-08-11T04:32:13.297Z] a92cc7c5fd73: Verifying Checksum [2020-08-11T04:32:13.297Z] a92cc7c5fd73: Download complete [2020-08-11T04:32:13.297Z] ed8968b2872e: Verifying Checksum [2020-08-11T04:32:13.297Z] ed8968b2872e: Download complete [2020-08-11T04:32:13.297Z] 1e091d79d1de: Verifying Checksum [2020-08-11T04:32:13.297Z] 1e091d79d1de: Download complete [2020-08-11T04:32:13.297Z] 481702a1767f: Verifying Checksum [2020-08-11T04:32:13.297Z] 481702a1767f: Download complete [2020-08-11T04:32:13.297Z] df20fa9351a1: Verifying Checksum [2020-08-11T04:32:13.912Z] df20fa9351a1: Pull complete [2020-08-11T04:32:13.912Z] ed8968b2872e: Pull complete [2020-08-11T04:32:14.538Z] a92cc7c5fd73: Pull complete [2020-08-11T04:32:14.809Z] f64a6f60c768: Verifying Checksum [2020-08-11T04:32:14.809Z] f64a6f60c768: Download complete [2020-08-11T04:32:15.095Z] e876d2f968b6: Verifying Checksum [2020-08-11T04:32:15.095Z] e876d2f968b6: Download complete [2020-08-11T04:32:15.095Z] 2dd03ba5bac4: Verifying Checksum [2020-08-11T04:32:15.095Z] 2dd03ba5bac4: Download complete [2020-08-11T04:32:15.095Z] 07967f4d0e4b: Verifying Checksum [2020-08-11T04:32:15.095Z] 07967f4d0e4b: Download complete [2020-08-11T04:32:15.362Z] e78d2573fc39: Verifying Checksum [2020-08-11T04:32:15.362Z] e78d2573fc39: Download complete [2020-08-11T04:32:15.629Z] ce8a83651883: Verifying Checksum [2020-08-11T04:32:15.629Z] ce8a83651883: Download complete [2020-08-11T04:32:22.241Z] 2dd03ba5bac4: Pull complete [2020-08-11T04:32:22.241Z] 1e091d79d1de: Pull complete [2020-08-11T04:32:22.241Z] 481702a1767f: Pull complete [2020-08-11T04:32:24.382Z] Still waiting to schedule task [2020-08-11T04:32:24.382Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-11T04:32:27.579Z] f64a6f60c768: Pull complete [2020-08-11T04:32:30.162Z] e78d2573fc39: Pull complete [2020-08-11T04:32:30.162Z] e876d2f968b6: Pull complete [2020-08-11T04:32:32.085Z] ce8a83651883: Pull complete [2020-08-11T04:32:32.085Z] 07967f4d0e4b: Pull complete [2020-08-11T04:32:32.085Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-11T04:32:32.085Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-11T04:32:32.085Z] ---> 5d7c900382c6 [2020-08-11T04:32:32.085Z] 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:32:33.031Z] ---> Running in 80628a70ff3f [2020-08-11T04:32:33.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:32:34.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:32:36.370Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:32:36.632Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:32:36.892Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:32:36.892Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:32:55.022Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:32:55.022Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:32:55.283Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:32:55.283Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:32:55.544Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:32:55.544Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:32:55.805Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:32:55.805Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:32:56.066Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:32:56.066Z] OK: 233 MiB in 51 packages [2020-08-11T04:33:00.297Z] Removing intermediate container 80628a70ff3f [2020-08-11T04:33:00.297Z] ---> 721e580da77c [2020-08-11T04:33:00.297Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:33:00.297Z] ---> Running in 6abba1645662 [2020-08-11T04:33:00.297Z] Removing intermediate container 6abba1645662 [2020-08-11T04:33:00.297Z] ---> aac77d64a4b4 [2020-08-11T04:33:00.297Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:33:00.558Z] latest: Pulling from library/docker [2020-08-11T04:33:00.819Z] df20fa9351a1: Already exists [2020-08-11T04:33:00.819Z] 25ad7478873d: Pulling fs layer [2020-08-11T04:33:00.819Z] 4684f6177b5d: Pulling fs layer [2020-08-11T04:33:00.819Z] 46e300cec669: Pulling fs layer [2020-08-11T04:33:00.819Z] 63038576ad94: Pulling fs layer [2020-08-11T04:33:00.819Z] 0fdb76c4706c: Pulling fs layer [2020-08-11T04:33:00.819Z] cb7edeffdfd5: Pulling fs layer [2020-08-11T04:33:00.819Z] 63038576ad94: Waiting [2020-08-11T04:33:00.819Z] 0fdb76c4706c: Waiting [2020-08-11T04:33:00.819Z] cb7edeffdfd5: Waiting [2020-08-11T04:33:01.081Z] 4684f6177b5d: Verifying Checksum [2020-08-11T04:33:01.081Z] 4684f6177b5d: Download complete [2020-08-11T04:33:01.081Z] 25ad7478873d: Download complete [2020-08-11T04:33:01.081Z] 63038576ad94: Verifying Checksum [2020-08-11T04:33:01.081Z] 63038576ad94: Download complete [2020-08-11T04:33:01.342Z] 46e300cec669: Retrying in 5 seconds [2020-08-11T04:33:01.343Z] cb7edeffdfd5: Verifying Checksum [2020-08-11T04:33:01.343Z] cb7edeffdfd5: Download complete [2020-08-11T04:33:01.343Z] 25ad7478873d: Pull complete [2020-08-11T04:33:01.343Z] 0fdb76c4706c: Verifying Checksum [2020-08-11T04:33:01.343Z] 0fdb76c4706c: Download complete [2020-08-11T04:33:01.605Z] 4684f6177b5d: Pull complete [2020-08-11T04:33:02.178Z] 46e300cec669: Retrying in 4 seconds [2020-08-11T04:33:03.120Z] 46e300cec669: Retrying in 3 seconds [2020-08-11T04:33:04.507Z] 46e300cec669: Retrying in 2 seconds [2020-08-11T04:33:05.451Z] 46e300cec669: Retrying in 1 second [2020-08-11T04:33:06.842Z] 46e300cec669: Verifying Checksum [2020-08-11T04:33:06.842Z] 46e300cec669: Download complete [2020-08-11T04:33:09.465Z] 46e300cec669: Pull complete [2020-08-11T04:33:09.465Z] 63038576ad94: Pull complete [2020-08-11T04:33:09.465Z] 0fdb76c4706c: Pull complete [2020-08-11T04:33:09.760Z] cb7edeffdfd5: Pull complete [2020-08-11T04:33:09.760Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:33:09.760Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:33:11.162Z] ---> 24cf1e60e960 [2020-08-11T04:33:11.162Z] Step 6/7 : COPY go.mod . [2020-08-11T04:33:11.423Z] ---> 56ccbc786718 [2020-08-11T04:33:11.423Z] Step 7/7 : RUN go mod download [2020-08-11T04:33:11.685Z] ---> Running in 0fa22962e970 [2020-08-11T04:33:13.609Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:33:13.609Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:33:13.609Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:33:13.871Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:33:13.871Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:33:13.871Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:33:13.871Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:33:13.871Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:33:13.871Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T04:33:13.871Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:33:13.871Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:33:13.871Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:33:13.871Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:33:13.871Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:33:13.871Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:33:14.134Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:33:14.134Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:33:14.134Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:33:14.134Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:33:14.134Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:33:14.134Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:33:14.134Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:33:14.134Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:33:14.134Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:33:14.134Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:33:14.134Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:33:14.134Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:33:14.399Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:33:14.399Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:33:14.399Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:33:14.399Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:33:14.399Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:33:14.660Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:33:14.660Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:33:14.660Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:33:14.920Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:33:14.920Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:33:14.920Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:33:14.920Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:33:14.920Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:33:14.920Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:33:14.920Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:33:14.920Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:33:14.920Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:33:14.920Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:33:14.920Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:33:14.920Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:33:15.181Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:33:15.181Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:33:15.181Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:33:15.181Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:33:15.181Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:33:15.181Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:33:15.181Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:33:15.181Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:33:15.181Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:33:15.181Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:33:15.181Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:33:15.181Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:33:15.442Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:33:15.442Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:33:15.442Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:33:15.442Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:33:15.442Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:33:15.442Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:33:15.442Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:33:15.442Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T04:33:15.442Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:33:15.442Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:33:15.442Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:33:15.442Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:33:15.710Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:33:15.710Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:33:15.710Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:33:15.710Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:33:15.710Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:33:15.710Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:33:27.984Z] Removing intermediate container 0fa22962e970 [2020-08-11T04:33:27.984Z] ---> 5455e31613eb [2020-08-11T04:33:27.984Z] Successfully built 5455e31613eb [2020-08-11T04:33:27.984Z] 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:33:28.550Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-11T04:33:28.551Z] . [Pipeline] withDockerContainer [2020-08-11T04:33:28.647Z] prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container [2020-08-11T04:33:28.692Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-11T04:33:29.422Z] $ docker top b40e27d4fa76fd58e1b26b0b1acd3534746a23e6e86e9086386e76f390986379 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:33:29.900Z] + go version [2020-08-11T04:33:29.900Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-11T04:33:29.911Z] ========================================================= [2020-08-11T04:33:29.911Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:33:29.911Z] ========================================================= [Pipeline] sh [2020-08-11T04:33:30.197Z] + make test [2020-08-11T04:33:30.197Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:33:32.759Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:33:42.902Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:33:48.305Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:33:48.305Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:33:48.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:33:49.194Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:33:49.473Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:33:49.473Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:33:49.473Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:33:54.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements [2020-08-11T04:33:54.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:33:54.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:33:54.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:33:54.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:33:54.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.3% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.111s coverage: 28.6% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:34:00.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-08-11T04:34:00.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:34:00.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.045s coverage: 97.5% of statements [2020-08-11T04:34:00.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:34:00.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.026s coverage: 100.0% of statements [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:34:00.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:34:00.786Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2020-08-11T04:34:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.051s coverage: 63.5% of statements [2020-08-11T04:34:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:34:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:34:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-08-11T04:34:02.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements [2020-08-11T04:34:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:34:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:34:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:34:02.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.831s coverage: 86.3% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.277s coverage: 72.2% of statements [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.139s coverage: 72.1% of statements [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.033s coverage: 26.9% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.103s coverage: 84.1% of statements [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 45.1% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:34:10.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.079s coverage: 100.0% of statements [2020-08-11T04:34:10.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:34:12.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:34:12.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.027s coverage: 99.0% of statements [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:34:12.015Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.031s coverage: 100.0% of statements [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:34:12.015Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:34:12.015Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:34:12.015Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:34:12.301Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-08-11T04:34:12.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:34:12.302Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:34:12.581Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.008s coverage: 100.0% of statements [2020-08-11T04:34:12.844Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements [2020-08-11T04:34:13.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-11T04:34:13.365Z] GO111MODULE=on go vet ./... [2020-08-11T04:34:19.988Z] gofmt -l . [2020-08-11T04:34:19.988Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:34:20.252Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:34:20.826Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-11T04:34:22.512Z] + ls -al . [2020-08-11T04:34:22.512Z] total 556 [2020-08-11T04:34:22.512Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:34 . [2020-08-11T04:34:22.512Z] drwxr-xr-x 4 root root 30 Aug 11 04:33 .. [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:31 .dockerignore [2020-08-11T04:34:22.512Z] drwxrwxr-x 8 1001 1001 179 Aug 11 04:31 .git [2020-08-11T04:34:22.512Z] drwxrwxr-x 3 1001 1001 60 Aug 11 04:31 .github [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:31 .gitignore [2020-08-11T04:34:22.512Z] drwx------ 3 1001 1001 47 Aug 11 04:31 .semver [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:31 .sonarcloud.properties [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:31 CONTRIBUTING.md [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:31 Dockerfile.build [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:31 Jenkinsfile [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:31 LICENSE [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:31 Makefile [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:31 README.md [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:31 SECURITY.md [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:31 ZMQWindows.md [2020-08-11T04:34:22.512Z] drwxrwxr-x 2 1001 1001 117 Aug 11 04:31 bin [2020-08-11T04:34:22.512Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:31 cmd [2020-08-11T04:34:22.512Z] -rw-r--r-- 1 root root 455803 Aug 11 04:34 coverage.out [2020-08-11T04:34:22.512Z] -rw-r--r-- 1 root root 1019 Aug 11 04:34 go.mod [2020-08-11T04:34:22.512Z] -rw-r--r-- 1 root root 18146 Aug 11 04:34 go.sum [2020-08-11T04:34:22.512Z] drwxrwxr-x 8 1001 1001 127 Aug 11 04:31 internal [2020-08-11T04:34:22.512Z] drwxrwxr-x 4 1001 1001 26 Aug 11 04:31 openapi [2020-08-11T04:34:22.512Z] drwxrwxr-x 4 1001 1001 71 Aug 11 04:31 snap [2020-08-11T04:34:22.512Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:31 version.go [Pipeline] sh [2020-08-11T04:34:22.814Z] + '[' -e coverage.out ] [2020-08-11T04:34:22.814Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:34:22.952Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:34:23.373Z] + make build [2020-08-11T04:34:23.373Z] 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:34:31.741Z] 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:34:33.663Z] 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:34:35.591Z] 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:34:36.985Z] 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:34:38.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T04:34:39.194Z] 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:34:41.755Z] 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:34:43.683Z] 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:34:45.068Z] 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:34:46.450Z] 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:34:47.836Z] 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:34:49.223Z] 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:34:50.177Z] $ docker stop --time=1 b40e27d4fa76fd58e1b26b0b1acd3534746a23e6e86e9086386e76f390986379 [2020-08-11T04:34:51.853Z] $ docker rm -f b40e27d4fa76fd58e1b26b0b1acd3534746a23e6e86e9086386e76f390986379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:53.363Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:53.363Z] [2020-08-11T04:34:53.363Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:34:53.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:34:53.700Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-11T04:34:53.700Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-11T04:34:53.700Z] ca9280d653b3: Pulling fs layer [2020-08-11T04:34:53.700Z] 7e9c9ca2126c: Pulling fs layer [2020-08-11T04:34:53.700Z] cbdbe7a5bc2a: Download complete [2020-08-11T04:34:53.975Z] ca9280d653b3: Verifying Checksum [2020-08-11T04:34:53.975Z] ca9280d653b3: Download complete [2020-08-11T04:34:54.245Z] cbdbe7a5bc2a: Pull complete [2020-08-11T04:34:54.827Z] 7e9c9ca2126c: Verifying Checksum [2020-08-11T04:34:54.827Z] 7e9c9ca2126c: Download complete [2020-08-11T04:34:55.088Z] ca9280d653b3: Pull complete [2020-08-11T04:34:55.470Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3351 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-11T04:34:55.510Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2020-08-11T04:35:00.558Z] using credential edgex-jenkins-ssh [2020-08-11T04:35:00.605Z] Cloning the remote Git repository [2020-08-11T04:35:00.605Z] Cloning with configured refspecs honoured and without tags [2020-08-11T04:35:01.694Z] 7e9c9ca2126c: Pull complete [2020-08-11T04:35:01.694Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-11T04:35:01.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:35:01.694Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-11T04:35:01.825Z] prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container [2020-08-11T04:35:00.677Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:35:00.794Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-08-11T04:35:00.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:35:00.865Z] > git --version # timeout=10 [2020-08-11T04:35:00.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:35:00.994Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:35:01.874Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-11T04:35:04.903Z] $ docker top 2dc4b63ec715aaff30f30cdc0d0f9aa5d7982ee7c79564513dc2ca7100f7a195 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:35:05.402Z] + docker-compose build --help [2020-08-11T04:35:05.402Z] + grep parallel [2020-08-11T04:35:06.343Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:35:06.354Z] $ docker stop --time=1 2dc4b63ec715aaff30f30cdc0d0f9aa5d7982ee7c79564513dc2ca7100f7a195 [2020-08-11T04:35:07.695Z] $ docker rm -f 2dc4b63ec715aaff30f30cdc0d0f9aa5d7982ee7c79564513dc2ca7100f7a195 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:35:08.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T04:35:08.251Z] . [Pipeline] withDockerContainer [2020-08-11T04:35:08.353Z] prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container [2020-08-11T04:35:08.397Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-11T04:35:08.962Z] $ docker top c46825a1aa568d3b49494b303382eb27bc69f601562d0bb02def0d069ecc1245 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:35:09.450Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:35:10.463Z] Building docker-core-command-go ... [2020-08-11T04:35:10.463Z] Building docker-core-data-go ... [2020-08-11T04:35:10.463Z] Building docker-core-metadata-go ... [2020-08-11T04:35:10.463Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:35:10.463Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:35:10.463Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:35:10.463Z] Building docker-support-logging-go ... [2020-08-11T04:35:10.463Z] Building docker-support-notifications-go ... [2020-08-11T04:35:10.463Z] Building docker-support-scheduler-go ... [2020-08-11T04:35:10.463Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:35:10.463Z] Building docker-support-logging-go [2020-08-11T04:35:10.463Z] Building docker-support-scheduler-go [2020-08-11T04:35:10.463Z] Building docker-core-data-go [2020-08-11T04:35:10.463Z] Building docker-sys-mgmt-agent-go [2020-08-11T04:35:10.463Z] Building docker-support-notifications-go [2020-08-11T04:35:23.117Z] Fetching without tags [2020-08-11T04:35:23.645Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 [2020-08-11T04:35:23.040Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:35:23.064Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-11T04:35:23.078Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:35:23.100Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T04:35:23.130Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T04:35:23.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:35:23.143Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T04:35:23.669Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:35:23.682Z] > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [2020-08-11T04:35:23.969Z] > git remote # timeout=10 [2020-08-11T04:35:23.985Z] > git config --get remote.origin.url # timeout=10 [2020-08-11T04:35:23.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T04:35:24.007Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-11T04:35:24.425Z] Merge succeeded, producing 6e15c4cfe1a736c92ca6b035d9b97791d0cf850b [2020-08-11T04:35:24.426Z] Checking out Revision 6e15c4cfe1a736c92ca6b035d9b97791d0cf850b (PR-2625) [2020-08-11T04:35:24.414Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-11T04:35:24.434Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T04:35:24.449Z] > git checkout -f 6e15c4cfe1a736c92ca6b035d9b97791d0cf850b # timeout=10 [2020-08-11T04:35:28.634Z] Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" [2020-08-11T04:35:28.660Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-11T04:35:28.644Z] > git rev-list --no-walk 6cdcedebd4d3fe96fce7172b253522f9a0e044a4 # timeout=10 [Pipeline] echo [2020-08-11T04:35:40.107Z] ========================================================= [2020-08-11T04:35:40.107Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-11T04:35:40.107Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:35:41.107Z] + 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:35:42.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:42.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:42.718Z] ---> 5455e31613eb [2020-08-11T04:35:42.718Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:35:42.718Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:42.718Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:42.718Z] ---> 5455e31613eb [2020-08-11T04:35:42.718Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:35:42.718Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:42.718Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:42.718Z] ---> 5455e31613eb [2020-08-11T04:35:42.718Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:35:42.718Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:42.718Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:42.718Z] ---> 5455e31613eb [2020-08-11T04:35:42.718Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:35:42.718Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:35:42.718Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:35:42.718Z] ---> 5455e31613eb [2020-08-11T04:35:42.718Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:35:42.718Z] ---> Running in 7dc3d6f785c4 [2020-08-11T04:35:42.718Z] ---> Running in f101887804ac [2020-08-11T04:35:42.718Z] ---> Running in 17fc26848b17 [2020-08-11T04:35:42.718Z] ---> Running in 52df4081bcfe [2020-08-11T04:35:42.718Z] ---> Running in 26723ef8aec6 [2020-08-11T04:35:42.718Z] Removing intermediate container f101887804ac [2020-08-11T04:35:42.718Z] ---> acd44bd0b307 [2020-08-11T04:35:42.718Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:42.718Z] Removing intermediate container 17fc26848b17 [2020-08-11T04:35:42.718Z] ---> eaff1a0dc648 [2020-08-11T04:35:42.718Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:42.718Z] Removing intermediate container 52df4081bcfe [2020-08-11T04:35:42.718Z] ---> f80004962083 [2020-08-11T04:35:42.718Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:42.718Z] Removing intermediate container 7dc3d6f785c4 [2020-08-11T04:35:42.718Z] ---> b61285930b9e [2020-08-11T04:35:42.718Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:42.718Z] Removing intermediate container 26723ef8aec6 [2020-08-11T04:35:42.718Z] ---> babecb57a2c2 [2020-08-11T04:35:42.718Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:35:42.718Z] ---> Running in 4533ea614cd5 [2020-08-11T04:35:42.718Z] ---> Running in 1d008ec72ab2 [2020-08-11T04:35:42.718Z] ---> Running in 0a69d9b40aab [2020-08-11T04:35:42.718Z] ---> Running in df25d176b93e [2020-08-11T04:35:42.718Z] ---> Running in 1b0cfe63fe92 [2020-08-11T04:35:42.978Z] Removing intermediate container 4533ea614cd5 [2020-08-11T04:35:42.978Z] ---> 6c9c3e5528d1 [2020-08-11T04:35:42.978Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:35:42.978Z] Removing intermediate container 1d008ec72ab2 [2020-08-11T04:35:42.978Z] ---> f81516406caa [2020-08-11T04:35:42.978Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:35:43.250Z] ---> Running in 3741787f4903 [2020-08-11T04:35:43.250Z] ---> Running in b9509ab879db [2020-08-11T04:35:43.512Z] Removing intermediate container 0a69d9b40aab [2020-08-11T04:35:43.512Z] ---> b38a4c3ac95a [2020-08-11T04:35:43.512Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:35:43.512Z] Removing intermediate container 1b0cfe63fe92 [2020-08-11T04:35:43.512Z] ---> d1004165aaa0 [2020-08-11T04:35:43.512Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:35:43.774Z] ---> Running in 33cc2e631d3a [2020-08-11T04:35:43.774Z] Removing intermediate container df25d176b93e [2020-08-11T04:35:43.774Z] ---> 1d7091032eda [2020-08-11T04:35:43.774Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:35:44.037Z] ---> Running in 63266d79a7a4 [2020-08-11T04:35:44.037Z] ---> Running in 9e467981b8cc [2020-08-11T04:35:44.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:44.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:44.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:44.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:44.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:45.431Z] Sending build context to Docker daemon 323MB [2020-08-11T04:35:45.431Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T04:35:45.431Z] Step 2/7 : FROM ${BASE} [2020-08-11T04:35:45.431Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-11T04:35:45.431Z] b538f80385f9: Pulling fs layer [2020-08-11T04:35:45.431Z] 74f711af9a0d: Pulling fs layer [2020-08-11T04:35:45.431Z] 99f96fe45779: Pulling fs layer [2020-08-11T04:35:45.431Z] fd7a069fd194: Pulling fs layer [2020-08-11T04:35:45.431Z] 66aa3694b03b: Pulling fs layer [2020-08-11T04:35:45.431Z] 170f70906a0f: Pulling fs layer [2020-08-11T04:35:45.431Z] ad7c5574e4b9: Pulling fs layer [2020-08-11T04:35:45.431Z] e772456be8f7: Pulling fs layer [2020-08-11T04:35:45.431Z] c890913d741a: Pulling fs layer [2020-08-11T04:35:45.431Z] 2480fcc9aa5a: Pulling fs layer [2020-08-11T04:35:45.431Z] 09adf4765672: Pulling fs layer [2020-08-11T04:35:45.431Z] fd7a069fd194: Waiting [2020-08-11T04:35:45.431Z] 170f70906a0f: Waiting [2020-08-11T04:35:45.431Z] ad7c5574e4b9: Waiting [2020-08-11T04:35:45.431Z] e772456be8f7: Waiting [2020-08-11T04:35:45.431Z] 09adf4765672: Waiting [2020-08-11T04:35:45.431Z] 99f96fe45779: Download complete [2020-08-11T04:35:45.431Z] 74f711af9a0d: Verifying Checksum [2020-08-11T04:35:45.431Z] 74f711af9a0d: Download complete [2020-08-11T04:35:45.431Z] 66aa3694b03b: Verifying Checksum [2020-08-11T04:35:45.431Z] 66aa3694b03b: Download complete [2020-08-11T04:35:45.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:45.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:45.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:45.709Z] 170f70906a0f: Verifying Checksum [2020-08-11T04:35:45.709Z] 170f70906a0f: Download complete [2020-08-11T04:35:45.709Z] b538f80385f9: Verifying Checksum [2020-08-11T04:35:45.709Z] b538f80385f9: Download complete [2020-08-11T04:35:45.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:45.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:35:46.312Z] b538f80385f9: Pull complete [2020-08-11T04:35:46.718Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:46.718Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:46.718Z] OK: 12749 distinct packages available [2020-08-11T04:35:46.718Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:46.718Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:46.718Z] OK: 12749 distinct packages available [2020-08-11T04:35:46.718Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:46.718Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:46.918Z] 74f711af9a0d: Pull complete [2020-08-11T04:35:46.987Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:46.987Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:46.987Z] OK: 12749 distinct packages available [2020-08-11T04:35:46.987Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:46.987Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:46.987Z] OK: 12749 distinct packages available [2020-08-11T04:35:47.251Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:47.251Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:47.517Z] 99f96fe45779: Pull complete [2020-08-11T04:35:47.520Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:47.784Z] Removing intermediate container 3741787f4903 [2020-08-11T04:35:47.784Z] ---> 8f69fa5be382 [2020-08-11T04:35:47.784Z] Step 6/22 : COPY go.mod . [2020-08-11T04:35:47.784Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:35:47.784Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:35:47.784Z] OK: 12749 distinct packages available [2020-08-11T04:35:48.049Z] Removing intermediate container b9509ab879db [2020-08-11T04:35:48.050Z] ---> 17d07af43255 [2020-08-11T04:35:48.050Z] Step 6/23 : COPY go.mod . [2020-08-11T04:35:48.050Z] ---> b6dbfb08a0a5 [2020-08-11T04:35:48.050Z] Step 7/22 : RUN go mod download [2020-08-11T04:35:48.050Z] Removing intermediate container 33cc2e631d3a [2020-08-11T04:35:48.050Z] ---> 6e2e5c341250 [2020-08-11T04:35:48.050Z] Step 6/20 : COPY go.mod . [2020-08-11T04:35:48.050Z] OK: 233 MiB in 51 packages [2020-08-11T04:35:48.311Z] ---> Running in 22b949d09c13 [2020-08-11T04:35:48.505Z] ad7c5574e4b9: Verifying Checksum [2020-08-11T04:35:48.505Z] ad7c5574e4b9: Download complete [2020-08-11T04:35:48.505Z] c890913d741a: Download complete [2020-08-11T04:35:48.594Z] ---> 60343db6df43 [2020-08-11T04:35:48.594Z] Step 7/23 : RUN go mod download [2020-08-11T04:35:48.594Z] Removing intermediate container 63266d79a7a4 [2020-08-11T04:35:48.594Z] ---> 53aab3477c55 [2020-08-11T04:35:48.594Z] Step 6/21 : COPY go.mod . [2020-08-11T04:35:48.594Z] ---> 794bfa880d76 [2020-08-11T04:35:48.594Z] Step 7/20 : RUN go mod download [2020-08-11T04:35:48.594Z] ---> Running in 5de34bcb6093 [2020-08-11T04:35:48.864Z] ---> Running in d69441e2dea0 [2020-08-11T04:35:48.864Z] ---> 9fd3faff5668 [2020-08-11T04:35:48.864Z] Step 7/21 : RUN go mod download [2020-08-11T04:35:49.125Z] ---> Running in e05038c64064 [2020-08-11T04:35:49.399Z] Removing intermediate container 9e467981b8cc [2020-08-11T04:35:49.399Z] ---> 7f80cb7433eb [2020-08-11T04:35:49.399Z] Step 6/26 : COPY go.mod . [2020-08-11T04:35:49.660Z] ---> 589e8449903a [2020-08-11T04:35:49.660Z] Step 7/26 : RUN go mod download [2020-08-11T04:35:49.928Z] ---> Running in 2224c9f64091 [2020-08-11T04:35:50.493Z] 2480fcc9aa5a: Verifying Checksum [2020-08-11T04:35:50.493Z] 2480fcc9aa5a: Download complete [2020-08-11T04:35:50.493Z] 09adf4765672: Verifying Checksum [2020-08-11T04:35:50.493Z] 09adf4765672: Download complete [2020-08-11T04:35:50.767Z] e772456be8f7: Download complete [2020-08-11T04:35:50.873Z] Removing intermediate container d69441e2dea0 [2020-08-11T04:35:50.873Z] ---> bf06976cdc4c [2020-08-11T04:35:50.873Z] Step 8/20 : COPY . . [2020-08-11T04:35:51.754Z] fd7a069fd194: Verifying Checksum [2020-08-11T04:35:51.754Z] fd7a069fd194: Download complete [2020-08-11T04:35:51.816Z] Removing intermediate container 5de34bcb6093 [2020-08-11T04:35:51.816Z] ---> b56b808c58e5 [2020-08-11T04:35:51.816Z] Step 8/23 : COPY . . [2020-08-11T04:35:52.078Z] Removing intermediate container 22b949d09c13 [2020-08-11T04:35:52.078Z] ---> c7bd27143b85 [2020-08-11T04:35:52.078Z] Step 8/22 : COPY . . [2020-08-11T04:35:53.994Z] Removing intermediate container e05038c64064 [2020-08-11T04:35:53.994Z] ---> 33bf4cbb05fe [2020-08-11T04:35:53.994Z] Step 8/21 : COPY . . [2020-08-11T04:35:54.582Z] Removing intermediate container 2224c9f64091 [2020-08-11T04:35:54.582Z] ---> 70dce2d297d8 [2020-08-11T04:35:54.582Z] Step 8/26 : COPY . . [2020-08-11T04:36:04.159Z] fd7a069fd194: Pull complete [2020-08-11T04:36:04.159Z] 66aa3694b03b: Pull complete [2020-08-11T04:36:04.159Z] 170f70906a0f: Pull complete [2020-08-11T04:36:07.554Z] ad7c5574e4b9: Pull complete [2020-08-11T04:36:11.889Z] e772456be8f7: Pull complete [2020-08-11T04:36:12.162Z] c890913d741a: Pull complete [2020-08-11T04:36:14.790Z] 2480fcc9aa5a: Pull complete [2020-08-11T04:36:15.071Z] 09adf4765672: Pull complete [2020-08-11T04:36:15.071Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-11T04:36:15.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-11T04:36:15.071Z] ---> 2248a725d1cf [2020-08-11T04:36:15.071Z] 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:36:21.793Z] ---> Running in 9ac8f1828bdd [2020-08-11T04:36:22.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:36:23.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:36:24.722Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T04:36:24.722Z] (2/12) Installing file (5.38-r0) [2020-08-11T04:36:24.722Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T04:36:24.994Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T04:36:26.788Z] ---> 0f7f7dff93fe [2020-08-11T04:36:26.788Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:36:26.788Z] ---> 92b8e5ac2bfe [2020-08-11T04:36:26.788Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:36:26.788Z] ---> 7aab1991eebd [2020-08-11T04:36:26.788Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:36:27.051Z] ---> c771d3e2b995 [2020-08-11T04:36:27.051Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:36:27.627Z] ---> Running in e2ffbcdad166 [2020-08-11T04:36:27.627Z] ---> Running in c090d3bcff67 [2020-08-11T04:36:27.627Z] ---> Running in 5d0e45ac8920 [2020-08-11T04:36:29.026Z] ---> Running in 5c6cd5a25aab [2020-08-11T04:36:29.289Z] ---> ab428392af11 [2020-08-11T04:36:29.289Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:36:29.289Z] ---> Running in cba8905efa17 [2020-08-11T04:36:29.293Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T04:36:29.293Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T04:36:29.293Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T04:36:29.293Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T04:36:29.293Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T04:36:29.293Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T04:36:29.293Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T04:36:29.564Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T04:36:29.564Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:36:29.564Z] OK: 217 MiB in 51 packages [2020-08-11T04:36:30.258Z] 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:36:30.258Z] 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:36:30.258Z] 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:36:30.258Z] 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:36:30.258Z] 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:36:33.870Z] Removing intermediate container 9ac8f1828bdd [2020-08-11T04:36:33.870Z] ---> 977f955202d1 [2020-08-11T04:36:33.870Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T04:36:34.144Z] ---> Running in 7e3fa24406bb [2020-08-11T04:36:34.740Z] Removing intermediate container 7e3fa24406bb [2020-08-11T04:36:34.740Z] ---> 77d0387573ba [2020-08-11T04:36:34.740Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T04:36:35.012Z] latest: Pulling from library/docker [2020-08-11T04:36:35.012Z] b538f80385f9: Already exists [2020-08-11T04:36:35.012Z] 259a493cd78d: Pulling fs layer [2020-08-11T04:36:35.012Z] b8e66b5100f5: Pulling fs layer [2020-08-11T04:36:35.012Z] 39dc9c94d07c: Pulling fs layer [2020-08-11T04:36:35.012Z] 551b823b3b82: Pulling fs layer [2020-08-11T04:36:35.012Z] 3c52a74df98c: Pulling fs layer [2020-08-11T04:36:35.012Z] 6c9b121b6998: Pulling fs layer [2020-08-11T04:36:35.012Z] 551b823b3b82: Waiting [2020-08-11T04:36:35.012Z] 3c52a74df98c: Waiting [2020-08-11T04:36:35.012Z] 6c9b121b6998: Waiting [2020-08-11T04:36:35.286Z] b8e66b5100f5: Verifying Checksum [2020-08-11T04:36:35.287Z] b8e66b5100f5: Download complete [2020-08-11T04:36:35.287Z] 259a493cd78d: Verifying Checksum [2020-08-11T04:36:35.287Z] 259a493cd78d: Download complete [2020-08-11T04:36:35.287Z] 551b823b3b82: Verifying Checksum [2020-08-11T04:36:35.287Z] 551b823b3b82: Download complete [2020-08-11T04:36:35.287Z] 3c52a74df98c: Verifying Checksum [2020-08-11T04:36:35.287Z] 3c52a74df98c: Download complete [2020-08-11T04:36:35.563Z] 6c9b121b6998: Verifying Checksum [2020-08-11T04:36:36.171Z] 259a493cd78d: Pull complete [2020-08-11T04:36:36.443Z] b8e66b5100f5: Pull complete [2020-08-11T04:36:36.713Z] 39dc9c94d07c: Verifying Checksum [2020-08-11T04:36:36.713Z] 39dc9c94d07c: Download complete [2020-08-11T04:36:40.092Z] 39dc9c94d07c: Pull complete [2020-08-11T04:36:40.092Z] 551b823b3b82: Pull complete [2020-08-11T04:36:40.365Z] 3c52a74df98c: Pull complete [2020-08-11T04:36:40.656Z] 6c9b121b6998: Pull complete [2020-08-11T04:36:40.656Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T04:36:40.656Z] Status: Downloaded newer image for docker:latest [2020-08-11T04:36:44.057Z] ---> 33149a5c1e4a [2020-08-11T04:36:44.057Z] Step 6/7 : COPY go.mod . [2020-08-11T04:36:44.654Z] ---> bee7d7f74402 [2020-08-11T04:36:44.654Z] Step 7/7 : RUN go mod download [2020-08-11T04:36:44.927Z] ---> Running in 1633c77dcfc4 [2020-08-11T04:36:48.312Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T04:36:48.312Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T04:36:48.312Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T04:36:48.312Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T04:36:48.312Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T04:36:48.312Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T04:36:48.312Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T04:36:48.312Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T04:36:48.312Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T04:36:48.312Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T04:36:48.312Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T04:36:48.312Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T04:36:48.312Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T04:36:48.312Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T04:36:48.312Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T04:36:48.312Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T04:36:48.312Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T04:36:48.312Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T04:36:48.584Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T04:36:48.584Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T04:36:48.584Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T04:36:48.584Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T04:36:48.584Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T04:36:48.584Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T04:36:48.584Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T04:36:48.584Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T04:36:48.584Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T04:36:48.856Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T04:36:48.856Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T04:36:48.856Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T04:36:48.856Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T04:36:48.856Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T04:36:48.856Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T04:36:48.856Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T04:36:48.856Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T04:36:48.856Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T04:36:48.856Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T04:36:49.129Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T04:36:49.400Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T04:36:49.400Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T04:36:49.400Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T04:36:49.400Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T04:36:49.400Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T04:36:49.400Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T04:36:49.400Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T04:36:49.400Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T04:36:49.400Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T04:36:49.400Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T04:36:49.400Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T04:36:49.671Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T04:36:49.671Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T04:36:49.672Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T04:36:49.672Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T04:36:49.672Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T04:36:49.947Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T04:36:49.947Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T04:36:49.947Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T04:36:49.947Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T04:36:49.947Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T04:36:49.947Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T04:36:49.947Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T04:36:49.947Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T04:36:49.947Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T04:36:49.947Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T04:36:49.947Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T04:36:50.217Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T04:36:50.217Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T04:36:50.217Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T04:36:50.217Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T04:36:50.217Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T04:36:50.217Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T04:36:50.217Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T04:36:50.217Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T04:36:50.217Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T04:36:50.217Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T04:36:50.217Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T04:37:08.526Z] Removing intermediate container 1633c77dcfc4 [2020-08-11T04:37:08.526Z] ---> 4ae8d3f93f21 [2020-08-11T04:37:08.526Z] Successfully built 4ae8d3f93f21 [2020-08-11T04:37:08.526Z] 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:37:09.178Z] Removing intermediate container cba8905efa17 [2020-08-11T04:37:09.178Z] ---> f270c2516215 [2020-08-11T04:37:09.178Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:37:09.178Z] Removing intermediate container 5c6cd5a25aab [2020-08-11T04:37:09.178Z] ---> f1c95752fcc7 [2020-08-11T04:37:09.178Z] [2020-08-11T04:37:09.178Z] Step 10/21 : FROM scratch [2020-08-11T04:37:09.178Z] ---> [2020-08-11T04:37:09.178Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:37:09.178Z] ---> Running in f00e23deb878 [2020-08-11T04:37:09.178Z] ---> Running in 198fc1b08a17 [2020-08-11T04:37:09.178Z] Removing intermediate container 198fc1b08a17 [2020-08-11T04:37:09.178Z] ---> 07ec1b853630 [2020-08-11T04:37:09.178Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:37:09.179Z] ---> Running in 80a08263f211 [2020-08-11T04:37:09.179Z] 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:37:09.179Z] Removing intermediate container 80a08263f211 [2020-08-11T04:37:09.179Z] ---> c66cb65aef43 [2020-08-11T04:37:09.179Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:37:09.200Z] + docker inspect -f . ci-base-image-arm64 [2020-08-11T04:37:09.200Z] . [Pipeline] withDockerContainer [2020-08-11T04:37:09.485Z] prd-ubuntu18.04-docker-arm64-4c-16g-3351 does not seem to be running inside a container [2020-08-11T04:37:09.566Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-11T04:37:11.064Z] $ docker top fb40dc615dc7643c1f3802ea8242349115512aeb669f6ee7551d93bca64a7393 -eo pid,comm [2020-08-11T04:37:11.102Z] ---> Running in 13e15822345c [Pipeline] { [Pipeline] sh [2020-08-11T04:37:11.680Z] Removing intermediate container 5d0e45ac8920 [2020-08-11T04:37:11.680Z] ---> 2785eed65c71 [2020-08-11T04:37:11.680Z] [2020-08-11T04:37:11.680Z] Step 10/23 : FROM scratch [2020-08-11T04:37:11.680Z] ---> [2020-08-11T04:37:11.680Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:37:11.680Z] Removing intermediate container c090d3bcff67 [2020-08-11T04:37:11.680Z] ---> 7ab05e160a90 [2020-08-11T04:37:11.680Z] [2020-08-11T04:37:11.680Z] Step 10/20 : FROM scratch [2020-08-11T04:37:11.680Z] ---> [2020-08-11T04:37:11.680Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:37:11.680Z] ---> Using cache [2020-08-11T04:37:11.680Z] ---> 07ec1b853630 [2020-08-11T04:37:11.680Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:37:12.102Z] + go version [2020-08-11T04:37:12.103Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-11T04:37:12.124Z] ========================================================= [2020-08-11T04:37:12.124Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-11T04:37:12.124Z] ========================================================= [Pipeline] sh [2020-08-11T04:37:12.645Z] Removing intermediate container 13e15822345c [2020-08-11T04:37:12.645Z] ---> c310a53aac20 [2020-08-11T04:37:12.645Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:37:12.645Z] ---> Running in 3d2fb9621edd [2020-08-11T04:37:12.645Z] ---> Running in 38f8be7120f5 [2020-08-11T04:37:12.777Z] + make test [2020-08-11T04:37:12.778Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-11T04:37:12.911Z] Removing intermediate container 38f8be7120f5 [2020-08-11T04:37:12.911Z] ---> 6ff421ad934d [2020-08-11T04:37:12.911Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:37:12.911Z] Removing intermediate container 3d2fb9621edd [2020-08-11T04:37:12.911Z] ---> a2566037ffbd [2020-08-11T04:37:12.911Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:37:13.174Z] ---> 2d4e155dac88 [2020-08-11T04:37:13.174Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:37:14.574Z] ---> Running in a4a5eaa0c702 [2020-08-11T04:37:14.574Z] ---> Running in ff15677bf724 [2020-08-11T04:37:14.574Z] Removing intermediate container f00e23deb878 [2020-08-11T04:37:14.574Z] ---> 89b89b8abfee [2020-08-11T04:37:14.574Z] [2020-08-11T04:37:14.574Z] Step 11/26 : FROM docker:latest [2020-08-11T04:37:14.574Z] ---> 81f5749c9058 [2020-08-11T04:37:14.574Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:37:14.574Z] ---> 673661495b3c [2020-08-11T04:37:14.574Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:37:14.838Z] ---> Running in fb6964f9c627 [2020-08-11T04:37:15.433Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-11T04:37:16.240Z] Removing intermediate container e2ffbcdad166 [2020-08-11T04:37:16.240Z] ---> f4f37ab116f3 [2020-08-11T04:37:16.240Z] [2020-08-11T04:37:16.240Z] Step 10/22 : FROM alpine [2020-08-11T04:37:16.240Z] Removing intermediate container a4a5eaa0c702 [2020-08-11T04:37:16.240Z] ---> a3083eed72ad [2020-08-11T04:37:16.240Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:37:16.506Z] Removing intermediate container ff15677bf724 [2020-08-11T04:37:16.506Z] ---> 975eecdce090 [2020-08-11T04:37:16.506Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:37:16.506Z] latest: Pulling from library/alpine [2020-08-11T04:37:16.506Z] ---> Running in 2bf6042cd4b9 [2020-08-11T04:37:16.506Z] ---> ac07e35f65aa [2020-08-11T04:37:16.506Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:16.779Z] ---> af20c9837c67 [2020-08-11T04:37:16.779Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:37:16.779Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:37:16.779Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:37:16.779Z] ---> a24bb4013296 [2020-08-11T04:37:16.779Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:37:16.779Z] Removing intermediate container 2bf6042cd4b9 [2020-08-11T04:37:16.779Z] ---> fa04d78d1ac4 [2020-08-11T04:37:16.779Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:37:17.043Z] ---> Running in b747c5a509b2 [2020-08-11T04:37:17.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:17.043Z] ---> 9500e31cb6f8 [2020-08-11T04:37:17.043Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:17.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:17.304Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:37:17.304Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:37:17.304Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:37:17.304Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:17.304Z] OK: 12 MiB in 22 packages [2020-08-11T04:37:17.876Z] ---> Running in a79b626aeb11 [2020-08-11T04:37:17.876Z] ---> 15df1951fc00 [2020-08-11T04:37:17.876Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:37:17.876Z] Removing intermediate container b747c5a509b2 [2020-08-11T04:37:17.876Z] ---> d0d3fc864269 [2020-08-11T04:37:17.876Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:37:17.876Z] ---> c4bc8bafae95 [2020-08-11T04:37:17.876Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:37:18.139Z] ---> Running in 91c9dcaf0379 [2020-08-11T04:37:18.710Z] Removing intermediate container a79b626aeb11 [2020-08-11T04:37:18.710Z] ---> f8c4fc557fa3 [2020-08-11T04:37:18.710Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:37:19.287Z] ---> Running in 70992da3a5ca [2020-08-11T04:37:19.287Z] Removing intermediate container 91c9dcaf0379 [2020-08-11T04:37:19.287Z] ---> f7f3f826585f [2020-08-11T04:37:19.287Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:37:19.287Z] ---> bf8d09238eef [2020-08-11T04:37:19.287Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:19.287Z] Removing intermediate container fb6964f9c627 [2020-08-11T04:37:19.287Z] ---> bc97853343e0 [2020-08-11T04:37:19.287Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:37:19.287Z] ---> aa8fcc92eb61 [2020-08-11T04:37:19.287Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:37:19.287Z] ---> Running in dab03e343f41 [2020-08-11T04:37:19.547Z] ---> Running in e571300f9f0b [2020-08-11T04:37:19.547Z] Removing intermediate container 70992da3a5ca [2020-08-11T04:37:19.547Z] ---> e51d15a2dad0 [2020-08-11T04:37:19.547Z] Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:37:19.808Z] ---> 472fc0d20ef2 [2020-08-11T04:37:19.808Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:19.808Z] ---> Running in c75d5e9cdcce [2020-08-11T04:37:19.808Z] Removing intermediate container dab03e343f41 [2020-08-11T04:37:19.808Z] ---> f1f27890c41d [2020-08-11T04:37:19.808Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:19.808Z] ---> ba55d245ac96 [2020-08-11T04:37:19.808Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:37:20.075Z] ---> Running in 0090c86500f7 [2020-08-11T04:37:20.075Z] ---> Running in 6058bebd5a06 [2020-08-11T04:37:20.075Z] Removing intermediate container c75d5e9cdcce [2020-08-11T04:37:20.075Z] ---> d24bf6b4c899 [2020-08-11T04:37:20.075Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:37:20.343Z] ---> Running in 6641edb71373 [2020-08-11T04:37:20.604Z] Removing intermediate container 6058bebd5a06 [2020-08-11T04:37:20.604Z] ---> 757c6324d35a [2020-08-11T04:37:20.604Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:37:20.604Z] ---> 7affe08f03dd [2020-08-11T04:37:20.604Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:20.864Z] ---> Running in 135ab2bdd0d7 [2020-08-11T04:37:20.864Z] Removing intermediate container 6641edb71373 [2020-08-11T04:37:20.864Z] ---> 22545a9e058f [2020-08-11T04:37:20.864Z] [2020-08-11T04:37:21.124Z] Successfully built 22545a9e058f [2020-08-11T04:37:21.384Z] Successfully tagged docker-support-logging-go:latest [2020-08-11T04:37:21.384Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-08-11T04:37:21.648Z] ---> 40d754faf634 [2020-08-11T04:37:21.648Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:21.648Z] Removing intermediate container 135ab2bdd0d7 [2020-08-11T04:37:21.648Z] ---> 5ce3acc2c83b [2020-08-11T04:37:21.648Z] Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:37:21.648Z] Removing intermediate container e571300f9f0b [2020-08-11T04:37:21.648Z] ---> b7b0bc14f9d5 [2020-08-11T04:37:21.648Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:37:21.648Z] ---> Running in 4327bf1df2fb [2020-08-11T04:37:21.648Z] ---> Running in 24867cf45706 [2020-08-11T04:37:21.910Z] ---> Running in cb995cf90dfe [2020-08-11T04:37:22.172Z] Removing intermediate container 0090c86500f7 [2020-08-11T04:37:22.172Z] ---> 3ae8bfe35e3b [2020-08-11T04:37:22.172Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:37:22.172Z] Removing intermediate container 4327bf1df2fb [2020-08-11T04:37:22.172Z] ---> 33d8d3903315 [2020-08-11T04:37:22.172Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:37:22.434Z] Removing intermediate container 24867cf45706 [2020-08-11T04:37:22.434Z] ---> 8f7072bcac80 [2020-08-11T04:37:22.434Z] Step 21/23 : LABEL arch=x86_64 [2020-08-11T04:37:22.434Z] ---> Running in ed1a78342d73 [2020-08-11T04:37:22.434Z] Removing intermediate container cb995cf90dfe [2020-08-11T04:37:22.434Z] ---> ad2e27f8f678 [2020-08-11T04:37:22.434Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:37:22.695Z] ---> Running in 2399f23e4c85 [2020-08-11T04:37:22.695Z] ---> Running in f54b76c576ca [2020-08-11T04:37:24.080Z] ---> Running in c7c29e75b131 [2020-08-11T04:37:25.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:25.082Z] Removing intermediate container 2399f23e4c85 [2020-08-11T04:37:25.082Z] ---> 0d9b2da2e026 [2020-08-11T04:37:25.082Z] [2020-08-11T04:37:25.082Z] Removing intermediate container f54b76c576ca [2020-08-11T04:37:25.082Z] ---> 23f0f52e840c [2020-08-11T04:37:25.082Z] Step 22/23 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:37:25.082Z] Removing intermediate container c7c29e75b131 [2020-08-11T04:37:25.082Z] ---> e9802b1efca2 [2020-08-11T04:37:25.082Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:37:25.353Z] Successfully built 0d9b2da2e026 [2020-08-11T04:37:25.353Z] ---> Running in e9662a9cf199 [2020-08-11T04:37:25.353Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-11T04:37:25.353Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-08-11T04:37:25.353Z] ---> Running in c00910146b76 [2020-08-11T04:37:25.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:26.582Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:37:26.844Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:37:27.416Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:37:28.828Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:37:28.828Z] Removing intermediate container c00910146b76 [2020-08-11T04:37:28.828Z] ---> e99a16d20af5 [2020-08-11T04:37:28.828Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:37:29.095Z] Removing intermediate container e9662a9cf199 [2020-08-11T04:37:29.095Z] ---> 68122742b604 [2020-08-11T04:37:29.095Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:37:29.669Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:37:29.669Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:29.669Z] OK: 8 MiB in 19 packages [2020-08-11T04:37:29.669Z] ---> Running in 4dfe98a341bb [2020-08-11T04:37:32.246Z] ---> d50addc5cb9b [2020-08-11T04:37:32.246Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:32.246Z] Removing intermediate container 4dfe98a341bb [2020-08-11T04:37:32.246Z] ---> 7f3dfaa615bf [2020-08-11T04:37:32.246Z] [2020-08-11T04:37:32.518Z] Successfully built 7f3dfaa615bf [2020-08-11T04:37:32.780Z] Successfully tagged docker-support-notifications-go:latest [2020-08-11T04:37:32.780Z] Building docker-core-command-go [2020-08-11T04:37:34.718Z]  Building docker-support-notifications-go ... done Removing intermediate container ed1a78342d73 [2020-08-11T04:37:34.718Z] ---> cead391bbe98 [2020-08-11T04:37:34.718Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:37:35.305Z] ---> 740e7bc8b0c9 [2020-08-11T04:37:35.305Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:37:36.253Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:36.253Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:36.253Z] ---> 5455e31613eb [2020-08-11T04:37:36.253Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:37:36.253Z] ---> Using cache [2020-08-11T04:37:36.253Z] ---> babecb57a2c2 [2020-08-11T04:37:36.253Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:36.253Z] ---> Using cache [2020-08-11T04:37:36.253Z] ---> d1004165aaa0 [2020-08-11T04:37:36.253Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:37:40.474Z] ---> Running in 8deaf886a62f [2020-08-11T04:37:41.065Z] ---> b10cebafb263 [2020-08-11T04:37:41.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:37:41.328Z] ---> 515998917155 [2020-08-11T04:37:41.328Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:37:41.931Z] ---> Running in baa6ac9c8823 [2020-08-11T04:37:42.508Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:42.508Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:42.508Z] ---> 5455e31613eb [2020-08-11T04:37:42.508Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:37:42.508Z] ---> Using cache [2020-08-11T04:37:42.508Z] ---> babecb57a2c2 [2020-08-11T04:37:42.508Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:42.508Z] ---> Using cache [2020-08-11T04:37:42.508Z] ---> d1004165aaa0 [2020-08-11T04:37:42.508Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:37:43.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:43.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:43.906Z] ---> Running in 823f0afd5485 [2020-08-11T04:37:43.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:43.906Z] ---> 78b66622a8be [2020-08-11T04:37:43.906Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:37:43.906Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:37:43.906Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:37:43.906Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:37:43.906Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:37:44.168Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:37:44.168Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:37:44.168Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:37:44.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:44.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:45.684Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:45.684Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:45.684Z] OK: 12749 distinct packages available [2020-08-11T04:37:45.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:45.950Z] OK: 233 MiB in 51 packages [2020-08-11T04:37:46.913Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:46.913Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:46.913Z] OK: 12749 distinct packages available [2020-08-11T04:37:47.180Z] OK: 233 MiB in 51 packages [2020-08-11T04:37:47.839Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-11T04:37:48.605Z] ---> 17a1d700d17a [2020-08-11T04:37:48.605Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:37:50.525Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:37:50.525Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:37:50.525Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:37:50.525Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:37:50.525Z] ---> Running in c34647535112 [2020-08-11T04:37:50.525Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:37:50.525Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:37:50.525Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:37:50.787Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:37:50.787Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:37:50.787Z] ---> 5455e31613eb [2020-08-11T04:37:50.787Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:37:50.787Z] ---> Using cache [2020-08-11T04:37:50.787Z] ---> babecb57a2c2 [2020-08-11T04:37:50.787Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:37:50.787Z] ---> Using cache [2020-08-11T04:37:50.787Z] ---> d1004165aaa0 [2020-08-11T04:37:50.787Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:37:51.048Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:37:51.309Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:37:51.309Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:37:51.309Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:37:51.577Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:37:51.838Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:37:51.838Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:37:51.838Z] ---> Running in e5298938c561 [2020-08-11T04:37:52.098Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:37:52.098Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:37:52.098Z] Removing intermediate container c34647535112 [2020-08-11T04:37:52.098Z] ---> 79af55917ac8 [2020-08-11T04:37:52.098Z] Step 20/22 : LABEL arch=x86_64 [2020-08-11T04:37:52.098Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:37:52.098Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:37:52.359Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:37:52.619Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:37:52.619Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:37:52.619Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:37:52.619Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:37:52.619Z] Removing intermediate container 823f0afd5485 [2020-08-11T04:37:52.619Z] ---> 076258e29ea0 [2020-08-11T04:37:52.619Z] Step 6/26 : COPY go.mod . [2020-08-11T04:37:52.886Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:37:52.886Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:37:52.886Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:37:52.886Z] Removing intermediate container 8deaf886a62f [2020-08-11T04:37:52.886Z] ---> 70d0e5a26612 [2020-08-11T04:37:52.886Z] Step 6/21 : COPY go.mod . [2020-08-11T04:37:52.886Z] ---> Running in bf769e53eda7 [2020-08-11T04:37:53.148Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:37:53.148Z] OK: 71 MiB in 55 packages [2020-08-11T04:37:53.719Z] ---> a0d2e35b77b4 [2020-08-11T04:37:53.719Z] Step 7/26 : RUN go mod download [2020-08-11T04:37:53.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:53.719Z] ---> Running in e487679746bd [2020-08-11T04:37:53.719Z] ---> 35d4ff93c1b4 [2020-08-11T04:37:53.719Z] Step 7/21 : RUN go mod download [2020-08-11T04:37:53.979Z] Removing intermediate container bf769e53eda7 [2020-08-11T04:37:53.979Z] ---> 2223276e963b [2020-08-11T04:37:53.979Z] Step 21/22 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:37:53.979Z] ---> Running in f21e7ba66b2f [2020-08-11T04:37:54.243Z] ---> Running in 67ba48012f80 [2020-08-11T04:37:54.510Z] Removing intermediate container 67ba48012f80 [2020-08-11T04:37:54.510Z] ---> 1a9cffca6328 [2020-08-11T04:37:54.510Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:37:54.510Z] ---> Running in 787acb55b566 [2020-08-11T04:37:54.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:37:55.091Z] Removing intermediate container 787acb55b566 [2020-08-11T04:37:55.091Z] ---> 5f3b73322e0b [2020-08-11T04:37:55.091Z] [2020-08-11T04:37:55.091Z] Successfully built 5f3b73322e0b [2020-08-11T04:37:55.091Z] Successfully tagged docker-core-data-go:latest [2020-08-11T04:37:55.091Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-08-11T04:37:55.678Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:37:55.678Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:37:55.678Z] OK: 12749 distinct packages available [2020-08-11T04:37:55.944Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:00.172Z] Removing intermediate container f21e7ba66b2f [2020-08-11T04:38:00.172Z] ---> 35243ec6ba12 [2020-08-11T04:38:00.172Z] Step 8/21 : COPY . . [2020-08-11T04:38:01.130Z] Removing intermediate container e487679746bd [2020-08-11T04:38:01.130Z] ---> ee2c0bdb4068 [2020-08-11T04:38:01.130Z] Step 8/26 : COPY . . [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-11T04:38:02.955Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.070s [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-11T04:38:02.955Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-11T04:38:04.397Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-11T04:38:04.459Z] Removing intermediate container e5298938c561 [2020-08-11T04:38:04.459Z] ---> a6304ea3745a [2020-08-11T04:38:04.459Z] Step 6/21 : COPY go.mod . [2020-08-11T04:38:05.008Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-11T04:38:05.603Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-11T04:38:05.603Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-11T04:38:05.603Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-11T04:38:11.079Z] ---> 8bd07e5f1f66 [2020-08-11T04:38:11.079Z] Step 7/21 : RUN go mod download [2020-08-11T04:38:13.014Z] ---> Running in 87e89d954059 [2020-08-11T04:38:13.280Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:38:13.280Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:38:13.280Z] ---> 5455e31613eb [2020-08-11T04:38:13.280Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:38:13.280Z] ---> Using cache [2020-08-11T04:38:13.280Z] ---> babecb57a2c2 [2020-08-11T04:38:13.280Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:38:13.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2020-08-11T04:38:13.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-11T04:38:13.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-11T04:38:13.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-11T04:38:13.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-11T04:38:13.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-11T04:38:15.215Z] ---> Running in c826240ad4af [2020-08-11T04:38:20.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.3% of statements [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-11T04:38:20.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-11T04:38:20.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.020s coverage: 100.0% of statements [2020-08-11T04:38:20.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-11T04:38:23.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2020-08-11T04:38:23.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-11T04:38:23.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-11T04:38:23.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-11T04:38:23.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-11T04:38:23.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-11T04:38:23.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-08-11T04:38:23.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-11T04:38:23.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2020-08-11T04:38:23.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-11T04:38:23.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.089s coverage: 89.8% of statements [2020-08-11T04:38:23.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-11T04:38:23.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:24.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:38:25.013Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:38:25.013Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:38:25.013Z] OK: 12749 distinct packages available [2020-08-11T04:38:25.593Z] OK: 233 MiB in 51 packages [2020-08-11T04:38:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-11T04:38:25.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 100.0% of statements [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-11T04:38:25.959Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-11T04:38:26.986Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.104s coverage: 58.8% of statements [2020-08-11T04:38:29.810Z] Removing intermediate container 87e89d954059 [2020-08-11T04:38:29.810Z] ---> 9ccfcba35900 [2020-08-11T04:38:29.810Z] Step 8/21 : COPY . . [2020-08-11T04:38:30.070Z] Removing intermediate container baa6ac9c8823 [2020-08-11T04:38:30.070Z] ---> f0fe762d72d9 [2020-08-11T04:38:30.070Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:38:30.643Z] ---> b7f70e504f44 [2020-08-11T04:38:30.643Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:38:30.643Z] ---> 57e82c51ae85 [2020-08-11T04:38:30.643Z] 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:38:31.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.139s coverage: 63.5% of statements [2020-08-11T04:38:31.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-11T04:38:31.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-11T04:38:31.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-08-11T04:38:31.923Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.387s coverage: 55.9% of statements [2020-08-11T04:38:31.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-11T04:38:31.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-11T04:38:31.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-11T04:38:31.923Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-11T04:38:34.854Z] Removing intermediate container c826240ad4af [2020-08-11T04:38:34.854Z] ---> be82e0bea2e4 [2020-08-11T04:38:34.854Z] Step 5/29 : COPY go.mod . [2020-08-11T04:38:35.426Z] ---> Running in e23a214dfa4f [2020-08-11T04:38:35.426Z] ---> Running in f3535b8bd260 [2020-08-11T04:38:35.426Z] ---> Running in 5ab77046475a [2020-08-11T04:38:35.687Z] ---> c39e72df71a3 [2020-08-11T04:38:35.687Z] Step 6/29 : RUN go mod download [2020-08-11T04:38:36.259Z] ---> Running in 586d14b3a462 [2020-08-11T04:38:38.815Z] 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:38:39.779Z] 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:43.171Z] Removing intermediate container 586d14b3a462 [2020-08-11T04:38:43.171Z] ---> 750192ad0495 [2020-08-11T04:38:43.171Z] Step 7/29 : COPY . . [2020-08-11T04:38:43.171Z] Collecting docker-compose==1.23.2 [2020-08-11T04:38:43.171Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:38:43.789Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:38:43.789Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:38:43.789Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:38:43.789Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.846s coverage: 86.3% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.118s coverage: 72.2% of statements [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.430s coverage: 72.1% of statements [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.042s coverage: 82.4% of statements [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.101s coverage: 96.8% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.277s coverage: 84.1% of statements [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.064s coverage: 42.9% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-11T04:38:50.241Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements [2020-08-11T04:38:50.241Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-11T04:38:50.447Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:38:50.448Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:38:50.448Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:38:50.448Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:38:50.448Z] 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:38:51.049Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:38:51.049Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:38:53.024Z] ---> db26736d0863 [2020-08-11T04:38:53.024Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:38:54.449Z] ---> Running in 23b04d8ffe7a [2020-08-11T04:38:55.435Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:38:55.435Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:38:55.435Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:38:55.435Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:38:55.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 46.1% of statements [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-11T04:38:55.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-11T04:38:55.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-11T04:38:55.667Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2020-08-11T04:38:55.667Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-11T04:38:55.704Z] 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:56.293Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:38:56.293Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:38:58.281Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:38:58.281Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:38:58.577Z] 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:38:59.153Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:38:59.153Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:39:00.120Z] 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:39:01.077Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:39:01.077Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:39:01.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.289s coverage: 29.1% of statements [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-11T04:39:01.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.104s coverage: 99.0% of statements [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-11T04:39:01.352Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-11T04:39:01.352Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2020-08-11T04:39:01.352Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-11T04:39:02.068Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:39:02.068Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:39:02.068Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:39:02.068Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:39:02.068Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:39:02.068Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:39:02.672Z] Installing collected packages: idna, urllib3, requests, texttable, jsonschema, cached-property, PyYAML, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose [2020-08-11T04:39:02.672Z] Attempting uninstall: idna [2020-08-11T04:39:02.672Z] Found existing installation: idna 2.9 [2020-08-11T04:39:02.672Z] Uninstalling idna-2.9: [2020-08-11T04:39:02.672Z] Successfully uninstalled idna-2.9 [2020-08-11T04:39:02.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2020-08-11T04:39:02.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-11T04:39:02.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-11T04:39:02.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-11T04:39:02.795Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-11T04:39:02.945Z] Attempting uninstall: urllib3 [2020-08-11T04:39:02.945Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:39:02.945Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:39:03.537Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:39:04.133Z] Attempting uninstall: requests [2020-08-11T04:39:04.133Z] Found existing installation: requests 2.23.0 [2020-08-11T04:39:04.133Z] Uninstalling requests-2.23.0: [2020-08-11T04:39:04.133Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:39:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2020-08-11T04:39:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-11T04:39:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-11T04:39:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2020-08-11T04:39:04.415Z] Running setup.py install for texttable: started [2020-08-11T04:39:04.840Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements [2020-08-11T04:39:05.394Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:39:05.661Z] 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:05.661Z] Running setup.py install for PyYAML: started [2020-08-11T04:39:05.661Z] ---> 1e25aa2e816b [2020-08-11T04:39:05.661Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:39:05.926Z] ---> Running in 9a7c4c0e44d3 [2020-08-11T04:39:06.270Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements [2020-08-11T04:39:06.504Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:39:06.864Z] GO111MODULE=on go vet ./... [2020-08-11T04:39:07.093Z] 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:39:07.093Z] Running setup.py install for docopt: started [2020-08-11T04:39:08.063Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:39:08.063Z] Running setup.py install for dockerpty: started [2020-08-11T04:39:08.656Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:39:08.927Z] 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:39:13.179Z] 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:39:15.775Z] Removing intermediate container e23a214dfa4f [2020-08-11T04:39:15.775Z] ---> 52e558d313d9 [2020-08-11T04:39:15.775Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:39:15.775Z] ---> Running in a43fd1ea1974 [2020-08-11T04:39:17.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:17.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:17.475Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:39:17.475Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:39:17.475Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:39:17.475Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:39:17.745Z] OK: 72 MiB in 58 packages [2020-08-11T04:39:18.344Z] Removing intermediate container 5ab77046475a [2020-08-11T04:39:18.344Z] ---> ba3ddb52d1aa [2020-08-11T04:39:18.344Z] [2020-08-11T04:39:18.344Z] Step 10/21 : FROM scratch [2020-08-11T04:39:18.344Z] ---> [2020-08-11T04:39:18.344Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:39:19.367Z] ---> Using cache [2020-08-11T04:39:19.367Z] ---> 6ff421ad934d [2020-08-11T04:39:19.367Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:39:19.367Z] ---> Running in 69c35c3881db [2020-08-11T04:39:19.956Z] Removing intermediate container a43fd1ea1974 [2020-08-11T04:39:19.956Z] ---> 48b546a70067 [2020-08-11T04:39:19.956Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:39:19.956Z] Removing intermediate container 69c35c3881db [2020-08-11T04:39:19.956Z] ---> 0acf5f388dfa [2020-08-11T04:39:19.956Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:39:21.885Z] ---> Running in 638cbbf814f8 [2020-08-11T04:39:21.885Z] ---> Running in 112f19c080b0 [2020-08-11T04:39:22.463Z] Removing intermediate container f3535b8bd260 [2020-08-11T04:39:22.463Z] ---> ad02c8b32860 [2020-08-11T04:39:22.463Z] [2020-08-11T04:39:22.463Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:39:22.463Z] Removing intermediate container 638cbbf814f8 [2020-08-11T04:39:22.463Z] ---> 4cc1b1c60880 [2020-08-11T04:39:22.463Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:39:22.731Z] Removing intermediate container 112f19c080b0 [2020-08-11T04:39:22.731Z] ---> 67790744d15d [2020-08-11T04:39:22.731Z] Step 14/21 : WORKDIR / [2020-08-11T04:39:22.731Z] 3.10: Pulling from library/alpine [2020-08-11T04:39:22.731Z] ---> Running in b01cb5707c3d [2020-08-11T04:39:22.731Z] ---> Running in 279c5b65427f [2020-08-11T04:39:23.007Z] Removing intermediate container 279c5b65427f [2020-08-11T04:39:23.007Z] ---> e1279ead69f5 [2020-08-11T04:39:23.007Z] Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:39:23.585Z] Removing intermediate container b01cb5707c3d [2020-08-11T04:39:23.585Z] ---> 639880ebdca1 [2020-08-11T04:39:23.585Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:39:25.188Z] gofmt -l . [2020-08-11T04:39:25.461Z] [ "`gofmt -l .`" = "" ] [2020-08-11T04:39:25.495Z] ---> Running in 32ef85ef4c6a [2020-08-11T04:39:25.495Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:39:25.495Z] ---> 40be776d1410 [2020-08-11T04:39:25.495Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:39:25.495Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:39:25.495Z] ---> be4e4bea2c2e [2020-08-11T04:39:25.495Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:39:25.495Z] ---> Running in 22fe04cb0101 [2020-08-11T04:39:26.445Z] Removing intermediate container 23b04d8ffe7a [2020-08-11T04:39:26.445Z] ---> 4fe0cee89c26 [2020-08-11T04:39:26.445Z] [2020-08-11T04:39:26.445Z] Step 10/21 : FROM scratch [2020-08-11T04:39:26.445Z] ---> [2020-08-11T04:39:26.445Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:39:26.445Z] Removing intermediate container 32ef85ef4c6a [2020-08-11T04:39:26.445Z] ---> 0d02dab3d139 [2020-08-11T04:39:26.445Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:39:26.445Z] ---> Using cache [2020-08-11T04:39:26.445Z] ---> 6ff421ad934d [2020-08-11T04:39:26.445Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:39:27.023Z] ---> Running in ac7d6df0ce9b [2020-08-11T04:39:27.023Z] ---> Running in 867b7988fec1 [2020-08-11T04:39:27.023Z] ---> f95dd9d12dc1 [2020-08-11T04:39:27.023Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:27.283Z] Removing intermediate container ac7d6df0ce9b [2020-08-11T04:39:27.283Z] ---> 6248f17eb0fc [2020-08-11T04:39:27.284Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:39:27.284Z] Removing intermediate container 867b7988fec1 [2020-08-11T04:39:27.284Z] ---> 9e6dd73d6423 [2020-08-11T04:39:27.284Z] [2020-08-11T04:39:27.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:27.551Z] ---> Running in ad8d5ae21595 [2020-08-11T04:39:27.551Z] Successfully built 9e6dd73d6423 [2020-08-11T04:39:27.551Z] ---> 39b7b7757b57 [2020-08-11T04:39:27.551Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:39:27.551Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-11T04:39:27.551Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-08-11T04:39:27.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:27.812Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:39:27.812Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:39:27.812Z] OK: 10346 distinct packages available [2020-08-11T04:39:28.061Z] ./bin/test-go-mod-tidy.sh [2020-08-11T04:39:28.072Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:39:28.333Z] ./bin/test-attribution-txt.sh [2020-08-11T04:39:28.642Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:39:28.642Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:39:28.642Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:39:28.642Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:39:28.642Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:39:28.642Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:39:29.584Z] OK: 7 MiB in 19 packages [Pipeline] sh [2020-08-11T04:39:32.365Z] + ls -al . [2020-08-11T04:39:32.365Z] total 588 [2020-08-11T04:39:32.365Z] drwxrwxr-x 10 1001 1001 4096 Aug 11 04:39 . [2020-08-11T04:39:32.365Z] drwxr-xr-x 4 root root 4096 Aug 11 04:37 .. [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 11 Aug 11 04:35 .dockerignore [2020-08-11T04:39:32.365Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 .git [2020-08-11T04:39:32.365Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .github [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 932 Aug 11 04:35 .gitignore [2020-08-11T04:39:32.365Z] drwxrwxr-x 3 1001 1001 4096 Aug 11 04:35 .semver [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 166 Aug 11 04:35 .sonarcloud.properties [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 3804 Aug 11 04:35 CONTRIBUTING.md [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 1035 Aug 11 04:35 Dockerfile.build [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 865 Aug 11 04:35 Jenkinsfile [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 10775 Aug 11 04:35 LICENSE [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 6237 Aug 11 04:35 Makefile [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 5652 Aug 11 04:35 README.md [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 7111 Aug 11 04:35 SECURITY.md [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 5 Aug 11 04:31 VERSION [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 4131 Aug 11 04:35 ZMQWindows.md [2020-08-11T04:39:32.365Z] drwxrwxr-x 2 1001 1001 4096 Aug 11 04:35 bin [2020-08-11T04:39:32.365Z] drwxrwxr-x 15 1001 1001 4096 Aug 11 04:35 cmd [2020-08-11T04:39:32.365Z] -rw-r--r-- 1 root root 455803 Aug 11 04:39 coverage.out [2020-08-11T04:39:32.365Z] -rw-r--r-- 1 root root 1019 Aug 11 04:39 go.mod [2020-08-11T04:39:32.365Z] -rw-r--r-- 1 root root 18146 Aug 11 04:39 go.sum [2020-08-11T04:39:32.365Z] drwxrwxr-x 8 1001 1001 4096 Aug 11 04:35 internal [2020-08-11T04:39:32.365Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 openapi [2020-08-11T04:39:32.365Z] drwxrwxr-x 4 1001 1001 4096 Aug 11 04:35 snap [2020-08-11T04:39:32.365Z] -rw-rw-r-- 1 1001 1001 168 Aug 11 04:35 version.go [Pipeline] sh [2020-08-11T04:39:32.888Z] ---> Running in bf9d61d1753f [2020-08-11T04:39:33.022Z] + '[' -e coverage.out ] [2020-08-11T04:39:33.022Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-11T04:39:33.040Z] Warning: overwriting stash ‘coverage-report’ [2020-08-11T04:39:34.232Z] Stashed 1 file(s) [Pipeline] sh [2020-08-11T04:39:34.275Z] Removing intermediate container ad8d5ae21595 [2020-08-11T04:39:34.275Z] ---> 7c3d038f7d20 [2020-08-11T04:39:34.275Z] Step 14/21 : WORKDIR / [2020-08-11T04:39:34.883Z] + make build [2020-08-11T04:39:34.884Z] 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:39:36.229Z] ---> Running in 4b61ac697566 [2020-08-11T04:39:37.178Z] Removing intermediate container bf9d61d1753f [2020-08-11T04:39:37.178Z] ---> 1e129d3bfd0f [2020-08-11T04:39:37.178Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:39:37.178Z] Removing intermediate container 9a7c4c0e44d3 [2020-08-11T04:39:37.178Z] ---> a1557c78b35c [2020-08-11T04:39:37.178Z] [2020-08-11T04:39:37.178Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:39:37.178Z] ---> a24bb4013296 [2020-08-11T04:39:37.178Z] 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:39:39.749Z] ---> Running in 03e92ef2f831 [2020-08-11T04:39:39.749Z] Removing intermediate container 4b61ac697566 [2020-08-11T04:39:39.749Z] ---> fdc8f03a893d [2020-08-11T04:39:39.749Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:39:39.749Z] ---> Running in 8dbc4138c93f [2020-08-11T04:39:39.749Z] Removing intermediate container 22fe04cb0101 [2020-08-11T04:39:39.749Z] ---> b5d0a9db8d0e [2020-08-11T04:39:39.749Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:39:42.318Z] Removing intermediate container 03e92ef2f831 [2020-08-11T04:39:42.318Z] ---> d9f6a9adeeb2 [2020-08-11T04:39:42.318Z] Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:39:42.318Z] ---> Running in 97942ea0832b [2020-08-11T04:39:42.318Z] Removing intermediate container 8dbc4138c93f [2020-08-11T04:39:42.318Z] ---> ea58c05300c1 [2020-08-11T04:39:42.318Z] Step 11/29 : USER root [2020-08-11T04:39:42.584Z] ---> 21ee6ec0ccff [2020-08-11T04:39:42.584Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:39:43.163Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:39:43.163Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:39:43.163Z] ---> 5455e31613eb [2020-08-11T04:39:43.163Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:39:43.163Z] ---> Using cache [2020-08-11T04:39:43.163Z] ---> babecb57a2c2 [2020-08-11T04:39:43.163Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:39:43.163Z] ---> Using cache [2020-08-11T04:39:43.163Z] ---> d1004165aaa0 [2020-08-11T04:39:43.163Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:39:43.163Z] ---> Using cache [2020-08-11T04:39:43.163Z] ---> a6304ea3745a [2020-08-11T04:39:43.163Z] Step 6/20 : COPY go.mod . [2020-08-11T04:39:43.163Z] ---> Using cache [2020-08-11T04:39:43.163Z] ---> 8bd07e5f1f66 [2020-08-11T04:39:43.163Z] Step 7/20 : RUN go mod download [2020-08-11T04:39:43.163Z] ---> Using cache [2020-08-11T04:39:43.163Z] ---> 9ccfcba35900 [2020-08-11T04:39:43.163Z] Step 8/20 : COPY . . [2020-08-11T04:39:43.163Z] ---> Using cache [2020-08-11T04:39:43.163Z] ---> db26736d0863 [2020-08-11T04:39:43.163Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:39:44.106Z] ---> Running in dc2839d6350e [2020-08-11T04:39:44.106Z] ---> Running in 7a88d975171a [2020-08-11T04:39:44.106Z] Removing intermediate container 97942ea0832b [2020-08-11T04:39:44.106Z] ---> 229b7635a29a [2020-08-11T04:39:44.106Z] Step 13/26 : WORKDIR / [2020-08-11T04:39:44.106Z] ---> Running in 07f444a4016d [2020-08-11T04:39:44.106Z] ---> d5bc03d37502 [2020-08-11T04:39:44.106Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:44.367Z] ---> Running in b1b83a55692d [2020-08-11T04:39:44.367Z] Removing intermediate container dc2839d6350e [2020-08-11T04:39:44.367Z] ---> 6b976c4b4ec6 [2020-08-11T04:39:44.367Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:39:44.367Z] Removing intermediate container 7a88d975171a [2020-08-11T04:39:44.367Z] ---> ccb95ad7a797 [2020-08-11T04:39:44.367Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:39:44.629Z] ---> Running in a41c481efedd [2020-08-11T04:39:44.629Z] ---> Running in df4b8bdb2a69 [2020-08-11T04:39:44.629Z] Removing intermediate container b1b83a55692d [2020-08-11T04:39:44.629Z] ---> fd9b629b431a [2020-08-11T04:39:44.629Z] 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:39:44.890Z] ---> 3974da986118 [2020-08-11T04:39:44.890Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:39:45.153Z] 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:39:45.153Z] Removing intermediate container df4b8bdb2a69 [2020-08-11T04:39:45.153Z] ---> 78f6ceee2c89 [2020-08-11T04:39:45.153Z] [2020-08-11T04:39:45.153Z] ---> Running in 24bb2e860a8d [2020-08-11T04:39:45.153Z] ---> f9d2f26c892c [2020-08-11T04:39:45.153Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-11T04:39:45.422Z] Successfully built 78f6ceee2c89 [2020-08-11T04:39:45.422Z] Successfully tagged docker-core-metadata-go:latest [2020-08-11T04:39:45.422Z]  Building docker-core-metadata-go ... done Removing intermediate container 24bb2e860a8d [2020-08-11T04:39:45.422Z] ---> b53871e0f6df [2020-08-11T04:39:45.422Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T04:39:45.422Z] ---> Running in a025d71642e4 [2020-08-11T04:39:45.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:45.694Z] ---> 89d91cbed565 [2020-08-11T04:39:45.694Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:39:45.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:45.964Z] Removing intermediate container a025d71642e4 [2020-08-11T04:39:45.964Z] ---> cb9b0a20ffb2 [2020-08-11T04:39:45.964Z] Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:39:45.964Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:39:45.964Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:39:45.964Z] OK: 12749 distinct packages available [2020-08-11T04:39:45.964Z] ---> Running in bf29b1f42b00 [2020-08-11T04:39:46.233Z] ---> 00aecaef6fbe [2020-08-11T04:39:46.233Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:39:46.233Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:39:46.233Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:39:46.233Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:39:46.233Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:39:46.819Z] OK: 6 MiB in 16 packages [2020-08-11T04:39:46.819Z] Removing intermediate container bf29b1f42b00 [2020-08-11T04:39:46.819Z] ---> 303b29cdc8b9 [2020-08-11T04:39:46.819Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:39:46.819Z] ---> Running in a02629859986 [2020-08-11T04:39:46.819Z] ---> 8e66f0d2f550 [2020-08-11T04:39:46.819Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:39:47.408Z] Removing intermediate container a02629859986 [2020-08-11T04:39:47.408Z] ---> f0be5498f732 [2020-08-11T04:39:47.408Z] [2020-08-11T04:39:47.676Z] Successfully built f0be5498f732 [2020-08-11T04:39:47.676Z] Successfully tagged docker-core-command-go:latest [2020-08-11T04:39:47.945Z]  Building docker-core-command-go ... done Removing intermediate container a41c481efedd [2020-08-11T04:39:47.945Z] ---> f0d4e64973f4 [2020-08-11T04:39:47.945Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:39:47.945Z] ---> 2a0f77191188 [2020-08-11T04:39:47.945Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:39:48.209Z] ---> Running in ea7f045d1872 [2020-08-11T04:39:48.494Z] Removing intermediate container ea7f045d1872 [2020-08-11T04:39:48.494Z] ---> 80720bc86072 [2020-08-11T04:39:48.494Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:39:48.494Z] ---> Running in eaf58b47a0ac [2020-08-11T04:39:48.767Z] ---> da2266d09c43 [2020-08-11T04:39:48.767Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:39:49.030Z] Removing intermediate container eaf58b47a0ac [2020-08-11T04:39:49.030Z] ---> cf5558d80f9a [2020-08-11T04:39:49.030Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:39:49.030Z] ---> Running in db9616ab8275 [2020-08-11T04:39:49.293Z] ---> b05bf189aca5 [2020-08-11T04:39:49.293Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:39:49.575Z] ---> 952483dfa9e7 [2020-08-11T04:39:49.576Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:39:49.576Z] ---> Running in c31b32445bdc [2020-08-11T04:39:50.555Z] Removing intermediate container db9616ab8275 [2020-08-11T04:39:50.555Z] ---> 8ae4270cafba [2020-08-11T04:39:50.555Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:39:51.953Z] ---> 8ac7bad46ded [2020-08-11T04:39:51.953Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:39:51.953Z] Removing intermediate container c31b32445bdc [2020-08-11T04:39:51.953Z] ---> 8d843c7dcc7b [2020-08-11T04:39:51.953Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:39:51.953Z] ---> Running in 5215f69ded5b [2020-08-11T04:39:52.230Z] ---> 745a547a7319 [2020-08-11T04:39:52.230Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:39:52.230Z] Removing intermediate container 5215f69ded5b [2020-08-11T04:39:52.230Z] ---> 033e102409a7 [2020-08-11T04:39:52.230Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T04:39:52.491Z] ---> Running in b956053c2ebd [2020-08-11T04:39:52.492Z] ---> d1456968bacd [2020-08-11T04:39:52.492Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:39:52.758Z] Removing intermediate container b956053c2ebd [2020-08-11T04:39:52.758Z] ---> db9da449881c [2020-08-11T04:39:52.758Z] Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:39:52.758Z] ---> Running in 7ea7b7fab1f9 [2020-08-11T04:39:53.024Z] ---> 7babab1c694c [2020-08-11T04:39:53.024Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:39:53.024Z] Removing intermediate container 7ea7b7fab1f9 [2020-08-11T04:39:53.024Z] ---> 36d7ce344b75 [2020-08-11T04:39:53.024Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:39:53.287Z] ---> Running in 05af4116781e [2020-08-11T04:39:53.287Z] ---> ccf7b2d3fd08 [2020-08-11T04:39:53.287Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:39:53.287Z] ---> Running in 8c75fcfbcb09 [2020-08-11T04:39:53.551Z] Removing intermediate container 05af4116781e [2020-08-11T04:39:53.551Z] ---> 428c0ebed55b [2020-08-11T04:39:53.551Z] [2020-08-11T04:39:53.812Z] Successfully built 428c0ebed55b [2020-08-11T04:39:54.074Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-11T04:39:55.019Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c75fcfbcb09 [2020-08-11T04:39:55.019Z] ---> b124a4aa82e2 [2020-08-11T04:39:55.019Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:39:55.963Z] ---> e207512905ae [2020-08-11T04:39:55.963Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:39:56.225Z] ---> Running in a97dd209f029 [2020-08-11T04:39:56.225Z] Removing intermediate container 07f444a4016d [2020-08-11T04:39:56.225Z] ---> 052515781386 [2020-08-11T04:39:56.225Z] [2020-08-11T04:39:56.225Z] Step 10/20 : FROM alpine [2020-08-11T04:39:56.225Z] ---> a24bb4013296 [2020-08-11T04:39:56.225Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:39:56.487Z] ---> Running in c3fe4e7cef23 [2020-08-11T04:39:57.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:57.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T04:39:57.060Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:39:57.060Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:39:57.060Z] OK: 12749 distinct packages available [2020-08-11T04:39:57.060Z] Removing intermediate container a97dd209f029 [2020-08-11T04:39:57.060Z] ---> baff7056cb0d [2020-08-11T04:39:57.060Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:39:57.070Z] 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:39:57.321Z] ---> Running in 99e5995e4d9f [2020-08-11T04:39:57.321Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:39:57.582Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:39:57.582Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:39:57.582Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:39:57.582Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:39:57.582Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:39:57.582Z] OK: 7 MiB in 18 packages [2020-08-11T04:40:00.125Z] Removing intermediate container c3fe4e7cef23 [2020-08-11T04:40:00.125Z] ---> 9e6f7765b200 [2020-08-11T04:40:00.125Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:40:00.386Z] Removing intermediate container 99e5995e4d9f [2020-08-11T04:40:00.386Z] ---> 09e453820cd4 [2020-08-11T04:40:00.386Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:40:00.386Z] ---> Running in 2fe7b38a0f5f [2020-08-11T04:40:00.386Z] ---> Running in faf7d6725d7d [2020-08-11T04:40:00.646Z] Removing intermediate container 2fe7b38a0f5f [2020-08-11T04:40:00.646Z] ---> 98bdd43a7330 [2020-08-11T04:40:00.646Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:40:00.646Z] Removing intermediate container faf7d6725d7d [2020-08-11T04:40:00.646Z] ---> ae9eb68a2b30 [2020-08-11T04:40:00.646Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:40:00.646Z] ---> Running in 350cd7813f9c [2020-08-11T04:40:00.646Z] ---> Running in 24c5d73e09d0 [2020-08-11T04:40:00.906Z] Removing intermediate container 350cd7813f9c [2020-08-11T04:40:00.906Z] ---> dbcc88769037 [2020-08-11T04:40:00.906Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:40:00.906Z] Removing intermediate container 24c5d73e09d0 [2020-08-11T04:40:00.906Z] ---> 4250c85e06c9 [2020-08-11T04:40:00.906Z] Step 27/29 : LABEL arch=x86_64 [2020-08-11T04:40:00.906Z] ---> Running in e7858302432b [2020-08-11T04:40:01.167Z] ---> 283545416a30 [2020-08-11T04:40:01.167Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:40:01.167Z] Removing intermediate container e7858302432b [2020-08-11T04:40:01.167Z] ---> 6088f61c737d [2020-08-11T04:40:01.167Z] Step 28/29 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:40:01.167Z] ---> Running in 37d0972d3787 [2020-08-11T04:40:01.431Z] Removing intermediate container 37d0972d3787 [2020-08-11T04:40:01.431Z] ---> f67cd5b417cc [2020-08-11T04:40:01.431Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:40:01.691Z] ---> Running in ba042e09b3b6 [2020-08-11T04:40:01.691Z] ---> f8316b663b25 [2020-08-11T04:40:01.691Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:40:01.691Z] ---> Running in 24d7b2831167 [2020-08-11T04:40:01.691Z] Removing intermediate container ba042e09b3b6 [2020-08-11T04:40:01.691Z] ---> 9584caa1ee03 [2020-08-11T04:40:01.691Z] [2020-08-11T04:40:01.958Z] Successfully built 9584caa1ee03 [2020-08-11T04:40:01.958Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-11T04:40:01.958Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 24d7b2831167 [2020-08-11T04:40:01.958Z] ---> 3bd3b8ce545f [2020-08-11T04:40:01.958Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:40:01.958Z] ---> Running in a22ffa9ad1ad [2020-08-11T04:40:02.219Z] Removing intermediate container a22ffa9ad1ad [2020-08-11T04:40:02.219Z] ---> 69ec32f2d58a [2020-08-11T04:40:02.219Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T04:40:02.219Z] ---> Running in c1b572c5d764 [2020-08-11T04:40:02.480Z] Removing intermediate container c1b572c5d764 [2020-08-11T04:40:02.480Z] ---> 7d7d337dea9c [2020-08-11T04:40:02.480Z] Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:40:02.480Z] ---> Running in 169e1c9f403b [2020-08-11T04:40:02.744Z] Removing intermediate container 169e1c9f403b [2020-08-11T04:40:02.744Z] ---> 067beb98a9c2 [2020-08-11T04:40:02.744Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:40:02.744Z] ---> Running in 0d8c9b41f0ca [2020-08-11T04:40:02.744Z] Removing intermediate container 0d8c9b41f0ca [2020-08-11T04:40:02.744Z] ---> b3735b1e91cd [2020-08-11T04:40:02.744Z] [2020-08-11T04:40:03.059Z] Successfully built b3735b1e91cd [2020-08-11T04:40:03.059Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-11T04:40:03.415Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-08-11T04:40:03.465Z] $ docker stop --time=1 c46825a1aa568d3b49494b303382eb27bc69f601562d0bb02def0d069ecc1245 [2020-08-11T04:40:05.312Z] 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:40:05.431Z] $ docker rm -f c46825a1aa568d3b49494b303382eb27bc69f601562d0bb02def0d069ecc1245 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:40:05.975Z] + docker images [2020-08-11T04:40:05.975Z] + grep docker [2020-08-11T04:40:05.975Z] docker-security-proxy-setup-go latest b3735b1e91cd 3 seconds ago 16.4MB [2020-08-11T04:40:05.975Z] docker-security-secrets-setup-go latest 9584caa1ee03 4 seconds ago 25.1MB [2020-08-11T04:40:05.975Z] docker-security-secretstore-setup-go latest 428c0ebed55b 12 seconds ago 33.9MB [2020-08-11T04:40:05.975Z] docker-core-command-go latest f0be5498f732 18 seconds ago 13MB [2020-08-11T04:40:05.975Z] docker-core-metadata-go latest 78f6ceee2c89 21 seconds ago 14.4MB [2020-08-11T04:40:05.975Z] docker-sys-mgmt-agent-go latest 9e6dd73d6423 38 seconds ago 284MB [2020-08-11T04:40:05.975Z] docker-core-data-go latest 5f3b73322e0b 2 minutes ago 23.8MB [2020-08-11T04:40:05.975Z] docker-support-notifications-go latest 7f3dfaa615bf 2 minutes ago 14.4MB [2020-08-11T04:40:05.975Z] docker-support-scheduler-go latest 0d9b2da2e026 2 minutes ago 13.1MB [2020-08-11T04:40:05.975Z] docker-support-logging-go latest 22545a9e058f 2 minutes ago 11.8MB [2020-08-11T04:40:05.975Z] 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:40:10.692Z] 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:40:14.993Z] 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:40:21.696Z] 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:40:22.289Z] 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:40:27.674Z] 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:40:33.060Z] 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:40:38.463Z] 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:40:42.762Z] 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:40:48.164Z] 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:40:52.482Z] 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:40:56.821Z] $ docker stop --time=1 fb40dc615dc7643c1f3802ea8242349115512aeb669f6ee7551d93bca64a7393 [2020-08-11T04:40:59.228Z] $ docker rm -f fb40dc615dc7643c1f3802ea8242349115512aeb669f6ee7551d93bca64a7393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:41:00.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:01.046Z] [2020-08-11T04:41:01.046Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:41:01.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:01.427Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-11T04:41:01.427Z] 29e5d40040c1: Pulling fs layer [2020-08-11T04:41:01.427Z] 1ce36da41761: Pulling fs layer [2020-08-11T04:41:01.427Z] 25b303627fd3: Pulling fs layer [2020-08-11T04:41:01.701Z] 29e5d40040c1: Verifying Checksum [2020-08-11T04:41:01.701Z] 29e5d40040c1: Download complete [2020-08-11T04:41:02.300Z] 29e5d40040c1: Pull complete [2020-08-11T04:41:02.893Z] 1ce36da41761: Verifying Checksum [2020-08-11T04:41:02.893Z] 1ce36da41761: Download complete [2020-08-11T04:41:04.323Z] 1ce36da41761: Pull complete [2020-08-11T04:41:04.323Z] 25b303627fd3: Download complete [2020-08-11T04:41:14.636Z] 25b303627fd3: Pull complete [2020-08-11T04:41:14.636Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-11T04:41:14.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:14.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-11T04:41:14.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-3351 does not seem to be running inside a container [2020-08-11T04:41:15.011Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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:41:18.615Z] $ docker top e8dbc5f125c7c08bce4f5090a1968f27484964ba5694e374d6ddc0f53d8d50b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:41:20.013Z] + docker-compose build --help [2020-08-11T04:41:20.013Z] + grep parallel [2020-08-11T04:41:23.403Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T04:41:23.698Z] $ docker stop --time=1 e8dbc5f125c7c08bce4f5090a1968f27484964ba5694e374d6ddc0f53d8d50b3 [2020-08-11T04:41:25.690Z] $ docker rm -f e8dbc5f125c7c08bce4f5090a1968f27484964ba5694e374d6ddc0f53d8d50b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:41:26.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T04:41:26.495Z] . [Pipeline] withDockerContainer [2020-08-11T04:41:26.769Z] prd-ubuntu18.04-docker-arm64-4c-16g-3351 does not seem to be running inside a container [2020-08-11T04:41:26.863Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-11T04:41:28.394Z] $ docker top 6a35d6a8fdb302977ad2c7e56ba9c166bdcc7a7feee83b9e6f1c46f296c49b21 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T04:41:29.411Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T04:41:33.693Z] Building docker-core-command-go ... [2020-08-11T04:41:33.693Z] Building docker-core-data-go ... [2020-08-11T04:41:33.693Z] Building docker-core-metadata-go ... [2020-08-11T04:41:33.693Z] Building docker-security-proxy-setup-go ... [2020-08-11T04:41:33.693Z] Building docker-security-secrets-setup-go ... [2020-08-11T04:41:33.693Z] Building docker-security-secretstore-setup-go ... [2020-08-11T04:41:33.693Z] Building docker-support-logging-go ... [2020-08-11T04:41:33.693Z] Building docker-support-notifications-go ... [2020-08-11T04:41:33.693Z] Building docker-support-scheduler-go ... [2020-08-11T04:41:33.693Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T04:41:33.693Z] Building docker-core-data-go [2020-08-11T04:41:33.693Z] Building docker-security-proxy-setup-go [2020-08-11T04:41:33.693Z] Building docker-support-logging-go [2020-08-11T04:41:33.693Z] Building docker-core-metadata-go [2020-08-11T04:41:33.693Z] Building docker-security-secretstore-setup-go [2020-08-11T04:43:25.485Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:25.485Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:25.485Z] ---> 4ae8d3f93f21 [2020-08-11T04:43:25.485Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:43:25.485Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:25.485Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:25.485Z] ---> 4ae8d3f93f21 [2020-08-11T04:43:25.485Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:43:25.485Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:25.485Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:25.485Z] ---> 4ae8d3f93f21 [2020-08-11T04:43:25.485Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T04:43:25.485Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:25.485Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:25.485Z] ---> 4ae8d3f93f21 [2020-08-11T04:43:25.485Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:43:25.485Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:43:25.485Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:43:25.485Z] ---> 4ae8d3f93f21 [2020-08-11T04:43:25.485Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:43:25.485Z] ---> Running in 1c08897d99bd [2020-08-11T04:43:25.485Z] ---> Running in b6d83a975695 [2020-08-11T04:43:25.485Z] ---> Running in 9e8ee5447622 [2020-08-11T04:43:25.485Z] ---> Running in 6ed12669b602 [2020-08-11T04:43:25.485Z] ---> Running in 27b49720f4a1 [2020-08-11T04:43:26.461Z] Removing intermediate container 9e8ee5447622 [2020-08-11T04:43:26.461Z] ---> 7f50b7795c16 [2020-08-11T04:43:26.461Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:26.461Z] Removing intermediate container 27b49720f4a1 [2020-08-11T04:43:26.461Z] ---> 767be7d37125 [2020-08-11T04:43:26.461Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:26.461Z] Removing intermediate container b6d83a975695 [2020-08-11T04:43:26.461Z] ---> 26db12e56036 [2020-08-11T04:43:26.461Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:26.461Z] Removing intermediate container 1c08897d99bd [2020-08-11T04:43:26.461Z] ---> 9b6aa5b8de7d [2020-08-11T04:43:26.461Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:26.461Z] Removing intermediate container 6ed12669b602 [2020-08-11T04:43:26.461Z] ---> 832bf34393fa [2020-08-11T04:43:26.461Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:43:26.735Z] ---> Running in f63097a8d3d4 [2020-08-11T04:43:26.736Z] ---> Running in 0d66fca5b4f1 [2020-08-11T04:43:26.736Z] ---> Running in a29a619ddce1 [2020-08-11T04:43:26.736Z] ---> Running in 24127362f717 [2020-08-11T04:43:26.736Z] ---> Running in 591f187926b2 [2020-08-11T04:43:31.072Z] Removing intermediate container f63097a8d3d4 [2020-08-11T04:43:31.072Z] ---> 475a6c8c2eac [2020-08-11T04:43:31.072Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T04:43:31.072Z] ---> Running in 02a51ede3e6c [2020-08-11T04:43:31.072Z] Removing intermediate container 0d66fca5b4f1 [2020-08-11T04:43:31.072Z] ---> 86d4c371cd77 [2020-08-11T04:43:31.072Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T04:43:31.346Z] Removing intermediate container a29a619ddce1 [2020-08-11T04:43:31.346Z] ---> 7a64e5a7e8ae [2020-08-11T04:43:31.346Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:43:31.346Z] ---> Running in 208284afe8c6 [2020-08-11T04:43:31.621Z] ---> Running in 04df8eb7a470 [2020-08-11T04:43:31.621Z] Removing intermediate container 591f187926b2 [2020-08-11T04:43:31.621Z] ---> 4f4acae6dcff [2020-08-11T04:43:31.621Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T04:43:31.900Z] ---> Running in 66526c6bdb31 [2020-08-11T04:43:31.900Z] Removing intermediate container 24127362f717 [2020-08-11T04:43:31.900Z] ---> 8334a77cd439 [2020-08-11T04:43:31.900Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:43:32.176Z] ---> Running in 58d40275679d [2020-08-11T04:43:33.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:33.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:34.990Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:35.265Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:35.265Z] OK: 12620 distinct packages available [2020-08-11T04:43:35.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:35.540Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:35.540Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:35.540Z] OK: 12620 distinct packages available [2020-08-11T04:43:35.814Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:35.814Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:35.814Z] OK: 12620 distinct packages available [2020-08-11T04:43:35.814Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:36.093Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:36.093Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:36.093Z] OK: 12620 distinct packages available [2020-08-11T04:43:36.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:43:36.093Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:36.694Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:36.975Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:36.975Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:37.576Z] Removing intermediate container 02a51ede3e6c [2020-08-11T04:43:37.576Z] ---> 3b4ecb0dbb1a [2020-08-11T04:43:37.576Z] Step 6/26 : COPY go.mod . [2020-08-11T04:43:38.168Z] Removing intermediate container 04df8eb7a470 [2020-08-11T04:43:38.169Z] ---> 955e5c748a0f [2020-08-11T04:43:38.169Z] Step 6/20 : COPY go.mod . [2020-08-11T04:43:38.438Z] ---> 134ba2b636e7 [2020-08-11T04:43:38.438Z] Step 7/26 : RUN go mod download [2020-08-11T04:43:38.712Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:43:38.712Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:43:38.712Z] OK: 12620 distinct packages available [2020-08-11T04:43:38.712Z] ---> Running in 2fe41e8fd32b [2020-08-11T04:43:38.712Z] Removing intermediate container 208284afe8c6 [2020-08-11T04:43:38.982Z] ---> 2262203c23ff [2020-08-11T04:43:38.983Z] Step 6/21 : COPY go.mod . [2020-08-11T04:43:38.983Z] Removing intermediate container 66526c6bdb31 [2020-08-11T04:43:38.983Z] ---> 2356df5b3206 [2020-08-11T04:43:38.983Z] Step 6/22 : COPY go.mod . [2020-08-11T04:43:39.258Z] ---> 0853b27c9f37 [2020-08-11T04:43:39.258Z] Step 7/20 : RUN go mod download [2020-08-11T04:43:39.531Z] ---> Running in 3b0078eda5c8 [2020-08-11T04:43:39.531Z] OK: 217 MiB in 51 packages [2020-08-11T04:43:40.132Z] ---> 20e1eaf1bd2d [2020-08-11T04:43:40.132Z] Step 7/21 : RUN go mod download [2020-08-11T04:43:40.132Z] ---> a2527100929c [2020-08-11T04:43:40.132Z] Step 7/22 : RUN go mod download [2020-08-11T04:43:40.411Z] ---> Running in b105e92a6f9a [2020-08-11T04:43:40.681Z] ---> Running in edfb56e1f670 [2020-08-11T04:43:41.686Z] Removing intermediate container 58d40275679d [2020-08-11T04:43:41.686Z] ---> c1b07c3d0bef [2020-08-11T04:43:41.686Z] Step 6/21 : COPY go.mod . [2020-08-11T04:43:43.115Z] ---> 8999177ec10a [2020-08-11T04:43:43.115Z] Step 7/21 : RUN go mod download [2020-08-11T04:43:43.115Z] ---> Running in cf4757d0bed1 [2020-08-11T04:43:43.388Z] Removing intermediate container 2fe41e8fd32b [2020-08-11T04:43:43.388Z] ---> 9fa2f2f02d2a [2020-08-11T04:43:43.388Z] Step 8/26 : COPY . . [2020-08-11T04:43:43.985Z] Removing intermediate container 3b0078eda5c8 [2020-08-11T04:43:43.985Z] ---> 16e4692c95bf [2020-08-11T04:43:43.985Z] Step 8/20 : COPY . . [2020-08-11T04:43:46.613Z] Removing intermediate container edfb56e1f670 [2020-08-11T04:43:46.613Z] ---> 9ccf189f9807 [2020-08-11T04:43:46.613Z] Step 8/22 : COPY . . [2020-08-11T04:43:46.613Z] Removing intermediate container b105e92a6f9a [2020-08-11T04:43:46.613Z] ---> 5ba9bf514d18 [2020-08-11T04:43:46.613Z] Step 8/21 : COPY . . [2020-08-11T04:43:48.619Z] Removing intermediate container cf4757d0bed1 [2020-08-11T04:43:48.619Z] ---> e432ec343ef1 [2020-08-11T04:43:48.619Z] Step 8/21 : COPY . . [2020-08-11T04:44:15.445Z] ---> fe5a87a96b81 [2020-08-11T04:44:15.445Z] 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:44:15.445Z] ---> 4af0b0199d3d [2020-08-11T04:44:15.445Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T04:44:15.725Z] ---> a24c14524a38 [2020-08-11T04:44:15.725Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T04:44:15.725Z] ---> Running in 2dbc5e9c9657 [2020-08-11T04:44:15.725Z] ---> Running in 10ebb3b30a30 [2020-08-11T04:44:15.725Z] ---> d53c48886510 [2020-08-11T04:44:15.725Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T04:44:15.994Z] ---> bc531b6f2c20 [2020-08-11T04:44:15.994Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T04:44:16.269Z] ---> Running in b7c96827ee22 [2020-08-11T04:44:16.269Z] ---> Running in 5733184622b3 [2020-08-11T04:44:16.269Z] ---> Running in 0121dd172bd3 [2020-08-11T04:44:18.956Z] 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:44:18.956Z] 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:44:18.956Z] 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:19.240Z] 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:44:19.240Z] 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:45:41.109Z] 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:45:41.384Z] Removing intermediate container 2dbc5e9c9657 [2020-08-11T04:45:41.384Z] ---> 19b5b8468975 [2020-08-11T04:45:41.384Z] [2020-08-11T04:45:41.384Z] Step 10/20 : FROM alpine [2020-08-11T04:45:41.669Z] latest: Pulling from library/alpine [2020-08-11T04:45:41.946Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T04:45:41.946Z] Status: Downloaded newer image for alpine:latest [2020-08-11T04:45:41.946Z] ---> 62ee0e9f8440 [2020-08-11T04:45:41.946Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T04:45:42.227Z] ---> Running in 7d958a8b33ab [2020-08-11T04:45:44.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:45.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:45:45.741Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:45:45.741Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:45:45.741Z] OK: 12620 distinct packages available [2020-08-11T04:45:47.177Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T04:45:47.177Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:45:47.177Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T04:45:47.177Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T04:45:47.177Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:45:47.177Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:45:47.453Z] OK: 7 MiB in 18 packages [2020-08-11T04:45:48.441Z] 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:45:50.437Z] Removing intermediate container 7d958a8b33ab [2020-08-11T04:45:50.437Z] ---> cad6dc645fee [2020-08-11T04:45:50.437Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:45:50.437Z] ---> Running in 24bd41e53313 [2020-08-11T04:45:51.058Z] Removing intermediate container 24bd41e53313 [2020-08-11T04:45:51.058Z] ---> 52527caa4b19 [2020-08-11T04:45:51.058Z] Step 13/20 : WORKDIR /edgex [2020-08-11T04:45:51.339Z] ---> Running in 6bec4f3d0afe [2020-08-11T04:45:51.943Z] Removing intermediate container 6bec4f3d0afe [2020-08-11T04:45:51.943Z] ---> 26ff698dc573 [2020-08-11T04:45:51.943Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T04:45:52.936Z] ---> 32ee46323572 [2020-08-11T04:45:52.936Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T04:45:54.924Z] ---> f3f552c21561 [2020-08-11T04:45:54.924Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T04:45:54.924Z] ---> Running in d4cf6de4af60 [2020-08-11T04:45:55.519Z] Removing intermediate container d4cf6de4af60 [2020-08-11T04:45:55.519Z] ---> 9f6a53717eb1 [2020-08-11T04:45:55.519Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T04:45:55.804Z] ---> Running in fcda76478eb9 [2020-08-11T04:45:56.801Z] Removing intermediate container fcda76478eb9 [2020-08-11T04:45:56.801Z] ---> 6e04b9611acb [2020-08-11T04:45:56.801Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:45:57.082Z] ---> Running in 3b1bed950f41 [2020-08-11T04:45:58.077Z] Removing intermediate container 3b1bed950f41 [2020-08-11T04:45:58.077Z] ---> a732ad1bcccc [2020-08-11T04:45:58.077Z] Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:45:58.358Z] ---> Running in a26b51efff5f [2020-08-11T04:45:59.345Z] Removing intermediate container a26b51efff5f [2020-08-11T04:45:59.345Z] ---> 7f52cdff5606 [2020-08-11T04:45:59.345Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:45:59.616Z] ---> Running in cb7f99a5cf5d [2020-08-11T04:46:01.259Z] Removing intermediate container cb7f99a5cf5d [2020-08-11T04:46:01.259Z] ---> 0492f0508b17 [2020-08-11T04:46:01.259Z] [2020-08-11T04:46:04.002Z] Successfully built 0492f0508b17 [2020-08-11T04:46:04.002Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-11T04:46:04.002Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-08-11T04:46:05.483Z] Removing intermediate container 10ebb3b30a30 [2020-08-11T04:46:05.483Z] ---> 129ff1e3d127 [2020-08-11T04:46:05.483Z] [2020-08-11T04:46:05.483Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T04:46:05.483Z] Removing intermediate container b7c96827ee22 [2020-08-11T04:46:05.483Z] ---> b52265cc525a [2020-08-11T04:46:05.483Z] [2020-08-11T04:46:05.483Z] Step 10/21 : FROM scratch [2020-08-11T04:46:05.764Z] ---> [2020-08-11T04:46:05.764Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:46:06.038Z] 3.10: Pulling from library/alpine [2020-08-11T04:46:06.312Z] ---> Running in cd8eac88f9aa [2020-08-11T04:46:07.754Z] Removing intermediate container cd8eac88f9aa [2020-08-11T04:46:07.754Z] ---> 59d9ed599de9 [2020-08-11T04:46:07.754Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T04:46:08.031Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T04:46:08.304Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T04:46:08.304Z] ---> 536a684cf733 [2020-08-11T04:46:08.304Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T04:46:08.900Z] ---> Running in 2eafcb1712da [2020-08-11T04:46:09.177Z] ---> Running in e02ec333f53b [2020-08-11T04:46:09.779Z] Removing intermediate container 2eafcb1712da [2020-08-11T04:46:09.779Z] ---> c4544f12fdfd [2020-08-11T04:46:09.779Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:46:10.373Z] ---> Running in 35940cd2293f [2020-08-11T04:46:11.356Z] Removing intermediate container 35940cd2293f [2020-08-11T04:46:11.356Z] ---> 2f9517779990 [2020-08-11T04:46:11.356Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T04:46:12.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:12.684Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:12.960Z] ---> af3c056cfd68 [2020-08-11T04:46:12.960Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T04:46:13.232Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T04:46:13.232Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T04:46:13.232Z] OK: 10167 distinct packages available [2020-08-11T04:46:13.835Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T04:46:14.114Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T04:46:14.114Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T04:46:14.114Z] ---> f897ba130555 [2020-08-11T04:46:14.114Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T04:46:14.114Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T04:46:14.114Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T04:46:14.114Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T04:46:14.114Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T04:46:14.388Z] OK: 7 MiB in 19 packages [2020-08-11T04:46:16.390Z] ---> 767735dc6474 [2020-08-11T04:46:16.390Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T04:46:16.998Z] Removing intermediate container e02ec333f53b [2020-08-11T04:46:16.998Z] ---> 9ae4d06839fd [2020-08-11T04:46:16.998Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T04:46:17.977Z] ---> Running in 83cf50c00a3f [2020-08-11T04:46:18.973Z] ---> 791be38cb63d [2020-08-11T04:46:18.973Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:46:20.398Z] Removing intermediate container 83cf50c00a3f [2020-08-11T04:46:20.398Z] ---> 2a2a0df78b2d [2020-08-11T04:46:20.398Z] Step 13/26 : WORKDIR / [2020-08-11T04:46:20.398Z] ---> Running in 5acc3bae5cc9 [2020-08-11T04:46:20.988Z] ---> Running in 5790b6402b87 [2020-08-11T04:46:21.965Z] Removing intermediate container 5acc3bae5cc9 [2020-08-11T04:46:21.965Z] ---> 86f6483f0b48 [2020-08-11T04:46:21.965Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:46:22.559Z] ---> Running in c28dbcf7f347 [2020-08-11T04:46:23.163Z] Removing intermediate container 5790b6402b87 [2020-08-11T04:46:23.163Z] ---> d07c82a00aa0 [2020-08-11T04:46:23.163Z] 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:46:23.761Z] Removing intermediate container c28dbcf7f347 [2020-08-11T04:46:23.761Z] ---> ca12254042a7 [2020-08-11T04:46:23.761Z] Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:46:24.348Z] Removing intermediate container 5733184622b3 [2020-08-11T04:46:24.348Z] ---> de5a10c2e38f [2020-08-11T04:46:24.348Z] [2020-08-11T04:46:24.348Z] Step 10/21 : FROM scratch [2020-08-11T04:46:24.348Z] ---> [2020-08-11T04:46:24.348Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:46:24.619Z] ---> Running in 73a4cce7fee4 [2020-08-11T04:46:24.619Z] ---> f67c3a32eca0 [2020-08-11T04:46:24.619Z] 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:46:24.894Z] ---> Running in e5870e16225b [2020-08-11T04:46:25.873Z] Removing intermediate container 73a4cce7fee4 [2020-08-11T04:46:25.873Z] ---> 6179fae06bae [2020-08-11T04:46:25.873Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:46:26.464Z] Removing intermediate container e5870e16225b [2020-08-11T04:46:26.464Z] ---> 67b22e0a1d42 [2020-08-11T04:46:26.464Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T04:46:26.464Z] ---> 7b9bfab821be [2020-08-11T04:46:26.464Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T04:46:26.464Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:46:26.464Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T04:46:26.464Z] ---> 4ae8d3f93f21 [2020-08-11T04:46:26.464Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T04:46:26.464Z] ---> Using cache [2020-08-11T04:46:26.464Z] ---> 832bf34393fa [2020-08-11T04:46:26.464Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T04:46:26.464Z] ---> Running in d9d949368557 [2020-08-11T04:46:26.464Z] ---> Running in ab1aad384a56 [2020-08-11T04:46:26.464Z] ---> Running in 74dfdc997aa3 [2020-08-11T04:46:27.434Z] Removing intermediate container ab1aad384a56 [2020-08-11T04:46:27.434Z] ---> b45ec18ef9e4 [2020-08-11T04:46:27.434Z] [2020-08-11T04:46:27.434Z] Removing intermediate container d9d949368557 [2020-08-11T04:46:27.434Z] ---> 520cd0004a9e [2020-08-11T04:46:27.434Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:46:27.434Z] ---> Running in ef8f32e8e74e [2020-08-11T04:46:27.710Z] ---> e211c098f0c3 [2020-08-11T04:46:27.710Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T04:46:27.997Z] Successfully built b45ec18ef9e4 [2020-08-11T04:46:27.997Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-11T04:46:27.997Z] Building docker-sys-mgmt-agent-go [2020-08-11T04:46:28.588Z]  Building docker-support-logging-go ... done Removing intermediate container ef8f32e8e74e [2020-08-11T04:46:28.588Z] ---> 504db533d6b1 [2020-08-11T04:46:28.588Z] Step 14/21 : WORKDIR / [2020-08-11T04:46:28.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:29.178Z] ---> Running in 264062293a6c [2020-08-11T04:46:29.178Z] ---> 39569f4835e6 [2020-08-11T04:46:29.178Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T04:46:29.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:30.446Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:46:30.446Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:46:30.446Z] OK: 12620 distinct packages available [2020-08-11T04:46:31.045Z] OK: 217 MiB in 51 packages [2020-08-11T04:46:31.045Z] Removing intermediate container 0121dd172bd3 [2020-08-11T04:46:31.045Z] ---> 388cf93c5f40 [2020-08-11T04:46:31.045Z] [2020-08-11T04:46:31.045Z] Step 10/22 : FROM alpine [2020-08-11T04:46:31.045Z] ---> 62ee0e9f8440 [2020-08-11T04:46:31.045Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:46:31.643Z] Removing intermediate container 264062293a6c [2020-08-11T04:46:31.643Z] ---> 3f0ceea12562 [2020-08-11T04:46:31.643Z] ---> 53e93e0e7e52 [2020-08-11T04:46:31.643Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T04:46:31.643Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T04:46:31.919Z] ---> Running in 6ad6bc218bbf [2020-08-11T04:46:33.920Z] ---> 67769104d883 [2020-08-11T04:46:33.920Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T04:46:34.221Z] Removing intermediate container 6ad6bc218bbf [2020-08-11T04:46:34.221Z] ---> 86eea1bf42bb [2020-08-11T04:46:34.221Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T04:46:34.824Z] ---> 58477964d33e [2020-08-11T04:46:34.824Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T04:46:35.421Z] Removing intermediate container 74dfdc997aa3 [2020-08-11T04:46:35.421Z] ---> 9236c9722af9 [2020-08-11T04:46:35.421Z] Step 5/29 : COPY go.mod . [2020-08-11T04:46:35.421Z] ---> Running in e6787dbe211f [2020-08-11T04:46:35.696Z] ---> 50a791462f96 [2020-08-11T04:46:35.696Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T04:46:35.970Z] ---> 7a63151bac9c [2020-08-11T04:46:35.971Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:46:35.971Z] Removing intermediate container e6787dbe211f [2020-08-11T04:46:35.971Z] ---> 1f4cbec2930d [2020-08-11T04:46:35.971Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T04:46:36.261Z] ---> Running in c46cb471aa43 [2020-08-11T04:46:36.536Z] ---> 5a5c6c8dd91f [2020-08-11T04:46:36.536Z] Step 6/29 : RUN go mod download [2020-08-11T04:46:36.811Z] ---> 3a180f302538 [2020-08-11T04:46:36.811Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:46:36.811Z] ---> Running in 73f2319eda26 [2020-08-11T04:46:37.083Z] Removing intermediate container c46cb471aa43 [2020-08-11T04:46:37.083Z] ---> 93403cb4fa0b [2020-08-11T04:46:37.083Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:46:37.083Z] ---> Running in 51dbf5e6d9fc [2020-08-11T04:46:37.362Z] ---> Running in c7c1cdf4fd40 [2020-08-11T04:46:37.362Z] ---> 0af365136cca [2020-08-11T04:46:37.362Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:46:37.966Z] ---> Running in 0f0717b6d5d3 [2020-08-11T04:46:38.238Z] Removing intermediate container 51dbf5e6d9fc [2020-08-11T04:46:38.238Z] ---> 2e6921d986d1 [2020-08-11T04:46:38.238Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:46:38.843Z] ---> Running in 769c0f9c4e32 [2020-08-11T04:46:39.845Z] Removing intermediate container 769c0f9c4e32 [2020-08-11T04:46:39.845Z] ---> bd05c355b852 [2020-08-11T04:46:39.845Z] Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:46:40.458Z] ---> Running in 301b09ba756d [2020-08-11T04:46:41.465Z] Removing intermediate container 301b09ba756d [2020-08-11T04:46:41.465Z] ---> 53bd60aec875 [2020-08-11T04:46:41.465Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:46:42.081Z] Removing intermediate container 73f2319eda26 [2020-08-11T04:46:42.081Z] ---> 1cdac25c1b6e [2020-08-11T04:46:42.081Z] Step 7/29 : COPY . . [2020-08-11T04:46:42.357Z] ---> Running in 5cf9c889ae37 [2020-08-11T04:46:42.357Z] Removing intermediate container c7c1cdf4fd40 [2020-08-11T04:46:42.357Z] ---> dd2f43e12fb7 [2020-08-11T04:46:42.357Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T04:46:43.350Z] ---> Running in 744eed3547c2 [2020-08-11T04:46:43.350Z] Removing intermediate container 0f0717b6d5d3 [2020-08-11T04:46:43.350Z] ---> e123bda0e442 [2020-08-11T04:46:43.350Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:46:44.801Z] Removing intermediate container 5cf9c889ae37 [2020-08-11T04:46:44.801Z] ---> a4df92c58400 [2020-08-11T04:46:44.801Z] [2020-08-11T04:46:45.077Z] Successfully built a4df92c58400 [2020-08-11T04:46:45.677Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-11T04:46:45.677Z] Building docker-support-notifications-go [2020-08-11T04:46:45.677Z]  Building docker-core-metadata-go ... done  ---> Running in 7aa17cd84557 [2020-08-11T04:46:48.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:48.318Z] Removing intermediate container 7aa17cd84557 [2020-08-11T04:46:48.318Z] ---> cf0cc430309b [2020-08-11T04:46:48.318Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:46:48.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:49.357Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T04:46:49.357Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T04:46:49.635Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T04:46:49.923Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T04:46:49.923Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T04:46:49.923Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:46:49.923Z] OK: 8 MiB in 19 packages [2020-08-11T04:46:50.533Z] ---> Running in f8e2e0ff31d0 [2020-08-11T04:46:51.531Z] Removing intermediate container f8e2e0ff31d0 [2020-08-11T04:46:51.531Z] ---> 4a97dcadc166 [2020-08-11T04:46:51.531Z] Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:46:51.806Z] ---> Running in 9c418921dc01 [2020-08-11T04:46:52.081Z] Removing intermediate container 744eed3547c2 [2020-08-11T04:46:52.081Z] ---> c6809d0d765d [2020-08-11T04:46:52.081Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T04:46:52.692Z] Removing intermediate container 9c418921dc01 [2020-08-11T04:46:52.692Z] ---> 1f62fe0c08be [2020-08-11T04:46:52.692Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:46:53.309Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:46:53.309Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:46:53.309Z] ---> 4ae8d3f93f21 [2020-08-11T04:46:53.309Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T04:46:53.309Z] ---> Using cache [2020-08-11T04:46:53.309Z] ---> 832bf34393fa [2020-08-11T04:46:53.309Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:46:53.309Z] ---> Using cache [2020-08-11T04:46:53.309Z] ---> 4f4acae6dcff [2020-08-11T04:46:53.309Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T04:46:53.913Z] ---> Running in 97d782d2f3aa [2020-08-11T04:46:53.913Z] ---> Running in d4f4d3b512e9 [2020-08-11T04:46:54.192Z] ---> f786e3dd9934 [2020-08-11T04:46:54.192Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T04:46:55.204Z] Removing intermediate container d4f4d3b512e9 [2020-08-11T04:46:55.204Z] ---> 23759cd4804b [2020-08-11T04:46:55.204Z] [2020-08-11T04:46:56.197Z] Successfully built 23759cd4804b [2020-08-11T04:46:56.197Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-11T04:46:56.197Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-08-11T04:46:56.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:57.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:46:57.465Z] ---> 2a979e6e6424 [2020-08-11T04:46:57.465Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T04:46:58.070Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:46:58.070Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:46:58.070Z] OK: 12620 distinct packages available [2020-08-11T04:46:59.054Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:00.528Z] ---> de562c879eb4 [2020-08-11T04:47:00.528Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:47:01.130Z] ---> Running in b52206590413 [2020-08-11T04:47:02.125Z] Removing intermediate container b52206590413 [2020-08-11T04:47:02.125Z] ---> 0b86e73f7aa8 [2020-08-11T04:47:02.125Z] Step 20/22 : LABEL arch=arm64 [2020-08-11T04:47:02.125Z] Removing intermediate container 97d782d2f3aa [2020-08-11T04:47:02.125Z] ---> 4e9cbc9c1409 [2020-08-11T04:47:02.125Z] Step 6/26 : COPY go.mod . [2020-08-11T04:47:02.406Z] ---> Running in ff80d4a0ccad [2020-08-11T04:47:03.397Z] Removing intermediate container ff80d4a0ccad [2020-08-11T04:47:03.397Z] ---> 1f082d64068c [2020-08-11T04:47:03.397Z] Step 21/22 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:47:03.397Z] ---> 2d0d1a54eebd [2020-08-11T04:47:03.397Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T04:47:03.397Z] ---> 178e2c7dfeb9 [2020-08-11T04:47:03.397Z] Step 7/26 : RUN go mod download [2020-08-11T04:47:03.670Z] ---> Running in 5d814f252025 [2020-08-11T04:47:03.670Z] ---> Running in 0746525f05ca [2020-08-11T04:47:03.670Z] ---> Running in 847b433d606c [2020-08-11T04:47:04.660Z] Removing intermediate container 0746525f05ca [2020-08-11T04:47:04.660Z] ---> f6be26e882bb [2020-08-11T04:47:04.660Z] Step 22/22 : LABEL version=0.0.0 [2020-08-11T04:47:05.266Z] ---> Running in 6da0ac782484 [2020-08-11T04:47:05.861Z] 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:47:05.861Z] Removing intermediate container 6da0ac782484 [2020-08-11T04:47:05.861Z] ---> 17b03aa87cac [2020-08-11T04:47:05.861Z] [2020-08-11T04:47:06.469Z] Successfully built 17b03aa87cac [2020-08-11T04:47:06.469Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-11T04:47:06.469Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-08-11T04:47:08.462Z] Removing intermediate container 847b433d606c [2020-08-11T04:47:08.462Z] ---> 2cba2fac4225 [2020-08-11T04:47:08.462Z] Step 8/26 : COPY . . [2020-08-11T04:47:26.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:26.818Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:26.818Z] ---> 4ae8d3f93f21 [2020-08-11T04:47:26.818Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T04:47:26.818Z] ---> Using cache [2020-08-11T04:47:26.818Z] ---> 832bf34393fa [2020-08-11T04:47:26.818Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:26.818Z] ---> Using cache [2020-08-11T04:47:26.818Z] ---> 4f4acae6dcff [2020-08-11T04:47:26.818Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T04:47:32.317Z] ---> Running in d16c9f951d54 [2020-08-11T04:47:34.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:35.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:36.582Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:47:36.582Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:47:36.582Z] OK: 12620 distinct packages available [2020-08-11T04:47:37.583Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:39.034Z] ---> 891bbe79e14f [2020-08-11T04:47:39.034Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T04:47:39.034Z] ---> Running in 5553d8b36b38 [2020-08-11T04:47:40.042Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:40.042Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:40.042Z] ---> 4ae8d3f93f21 [2020-08-11T04:47:40.042Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T04:47:40.042Z] ---> Using cache [2020-08-11T04:47:40.042Z] ---> 832bf34393fa [2020-08-11T04:47:40.042Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:40.042Z] ---> Using cache [2020-08-11T04:47:40.042Z] ---> 4f4acae6dcff [2020-08-11T04:47:40.042Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T04:47:40.042Z] ---> Running in 25d3f201c18f [2020-08-11T04:47:40.042Z] Removing intermediate container d16c9f951d54 [2020-08-11T04:47:40.042Z] ---> aa983c13583e [2020-08-11T04:47:40.042Z] Step 6/23 : COPY go.mod . [2020-08-11T04:47:41.496Z] 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:47:41.770Z] ---> 31fcb9cb0089 [2020-08-11T04:47:41.770Z] Step 7/23 : RUN go mod download [2020-08-11T04:47:42.044Z] ---> Running in 2f929564abc5 [2020-08-11T04:47:42.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:43.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:47:44.286Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:47:44.286Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:47:44.286Z] OK: 12620 distinct packages available [2020-08-11T04:47:44.881Z] OK: 217 MiB in 51 packages [2020-08-11T04:47:48.277Z] Removing intermediate container 25d3f201c18f [2020-08-11T04:47:48.277Z] ---> 113983da9cce [2020-08-11T04:47:48.277Z] Step 6/20 : COPY go.mod . [2020-08-11T04:47:48.277Z] Removing intermediate container 2f929564abc5 [2020-08-11T04:47:48.277Z] ---> 24386e933512 [2020-08-11T04:47:48.277Z] Step 8/23 : COPY . . [2020-08-11T04:47:50.253Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T04:47:50.253Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T04:47:50.253Z] ---> 4ae8d3f93f21 [2020-08-11T04:47:50.253Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T04:47:50.253Z] ---> Using cache [2020-08-11T04:47:50.253Z] ---> 832bf34393fa [2020-08-11T04:47:50.253Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T04:47:50.253Z] ---> Using cache [2020-08-11T04:47:50.253Z] ---> 4f4acae6dcff [2020-08-11T04:47:50.253Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T04:47:50.253Z] ---> Using cache [2020-08-11T04:47:50.253Z] ---> 113983da9cce [2020-08-11T04:47:50.253Z] Step 6/21 : COPY go.mod . [2020-08-11T04:47:50.853Z] ---> b20e7e5106a0 [2020-08-11T04:47:50.853Z] Step 7/20 : RUN go mod download [2020-08-11T04:47:51.150Z] ---> Running in 605dd868bf4d [2020-08-11T04:47:51.150Z] ---> ebf046a7f5ca [2020-08-11T04:47:51.150Z] Step 7/21 : RUN go mod download [2020-08-11T04:47:51.754Z] ---> Running in 040f43d9a20d [2020-08-11T04:47:53.194Z] Removing intermediate container 5d814f252025 [2020-08-11T04:47:53.194Z] ---> 8902bac3bf8a [2020-08-11T04:47:53.194Z] [2020-08-11T04:47:53.194Z] Step 9/29 : FROM alpine:latest [2020-08-11T04:47:53.194Z] ---> 62ee0e9f8440 [2020-08-11T04:47:53.194Z] 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:47:53.801Z] ---> Running in 761e39c8bb57 [2020-08-11T04:47:54.787Z] Removing intermediate container 761e39c8bb57 [2020-08-11T04:47:54.787Z] ---> 0ca97daafdad [2020-08-11T04:47:54.787Z] Step 11/29 : USER root [2020-08-11T04:47:55.387Z] ---> Running in c994f71f3897 [2020-08-11T04:47:56.833Z] Removing intermediate container c994f71f3897 [2020-08-11T04:47:56.833Z] ---> 1df10c9c2a85 [2020-08-11T04:47:56.833Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T04:47:57.113Z] Removing intermediate container 605dd868bf4d [2020-08-11T04:47:57.113Z] ---> 5d0f06e3528e [2020-08-11T04:47:57.113Z] Step 8/20 : COPY . . [2020-08-11T04:47:57.113Z] ---> Running in 74fd9d29f7b4 [2020-08-11T04:47:58.138Z] Removing intermediate container 040f43d9a20d [2020-08-11T04:47:58.138Z] ---> 5903cfad9c62 [2020-08-11T04:47:58.138Z] Step 8/21 : COPY . . [2020-08-11T04:48:00.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:00.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:01.675Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T04:48:01.675Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T04:48:01.675Z] OK: 12620 distinct packages available [2020-08-11T04:48:02.281Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T04:48:02.281Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T04:48:02.281Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:02.281Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T04:48:02.551Z] OK: 6 MiB in 16 packages [2020-08-11T04:48:09.316Z] Removing intermediate container 74fd9d29f7b4 [2020-08-11T04:48:09.316Z] ---> 48e0654750ec [2020-08-11T04:48:09.316Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T04:48:09.909Z] ---> Running in af12eb54d9bf [2020-08-11T04:48:11.879Z] Removing intermediate container af12eb54d9bf [2020-08-11T04:48:11.879Z] ---> e870378acc56 [2020-08-11T04:48:11.879Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T04:48:12.153Z] ---> Running in 4bf6efc331f2 [2020-08-11T04:48:13.581Z] Removing intermediate container 4bf6efc331f2 [2020-08-11T04:48:13.581Z] ---> 2e94ecc07eb0 [2020-08-11T04:48:13.581Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T04:48:13.852Z] ---> Running in dfd66de58f1e [2020-08-11T04:48:20.587Z] Removing intermediate container dfd66de58f1e [2020-08-11T04:48:20.587Z] ---> a008d437feb7 [2020-08-11T04:48:20.587Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T04:48:22.550Z] ---> d5775c1dbdda [2020-08-11T04:48:22.550Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T04:48:25.172Z] ---> ff90d1eb1784 [2020-08-11T04:48:25.172Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T04:48:25.444Z] ---> 648ae711923c [2020-08-11T04:48:25.444Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T04:48:26.880Z] ---> 0c37a9cc662d [2020-08-11T04:48:26.880Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T04:48:26.880Z] ---> Running in a3c206d0388a [2020-08-11T04:48:28.844Z] ---> 94a8618fdf9a [2020-08-11T04:48:28.844Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T04:48:28.844Z] 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:48:29.115Z] Removing intermediate container 5553d8b36b38 [2020-08-11T04:48:29.115Z] ---> 4aae0cf6db5f [2020-08-11T04:48:29.115Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T04:48:29.705Z] ---> Running in a84d69e3e280 [2020-08-11T04:48:29.977Z] ---> 4c07bc6a043a [2020-08-11T04:48:29.977Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T04:48:30.250Z] ---> Running in 466ab56d02a9 [2020-08-11T04:48:30.528Z] ---> 6a08693aa7c9 [2020-08-11T04:48:30.528Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T04:48:30.816Z] ---> Running in 02d15a306b87 [2020-08-11T04:48:31.794Z] ---> ed90d8960064 [2020-08-11T04:48:31.794Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T04:48:31.794Z] ---> Running in 06f4015872f2 [2020-08-11T04:48:32.776Z] 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:48:34.238Z] 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:48:34.514Z] 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:48:35.113Z] Removing intermediate container 466ab56d02a9 [2020-08-11T04:48:35.113Z] ---> 41a04f3474de [2020-08-11T04:48:35.113Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T04:48:36.111Z] ---> c1730f346fcf [2020-08-11T04:48:36.111Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T04:48:36.111Z] ---> Running in 30d20edfc1d8 [2020-08-11T04:48:38.759Z] Removing intermediate container a84d69e3e280 [2020-08-11T04:48:38.759Z] ---> 56255050b8ef [2020-08-11T04:48:38.759Z] [2020-08-11T04:48:38.759Z] Step 11/26 : FROM docker:latest [2020-08-11T04:48:38.759Z] ---> ce9d55ae87f1 [2020-08-11T04:48:38.759Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T04:48:39.033Z] ---> Running in 8930d7b877ca [2020-08-11T04:48:40.472Z] Removing intermediate container 30d20edfc1d8 [2020-08-11T04:48:40.472Z] ---> 7497dd51276d [2020-08-11T04:48:40.472Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T04:48:40.746Z] ---> Running in 8380f74320b0 [2020-08-11T04:48:42.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:42.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:48:43.186Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T04:48:43.186Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T04:48:43.186Z] Executing bash-5.0.17-r0.post-install [2020-08-11T04:48:43.186Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:48:43.186Z] OK: 12 MiB in 22 packages [2020-08-11T04:48:45.827Z] Removing intermediate container 8930d7b877ca [2020-08-11T04:48:45.827Z] ---> 3dc0d3a83f9a [2020-08-11T04:48:45.827Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T04:48:45.827Z] ---> Running in 8200abb8d17b [2020-08-11T04:48:45.827Z] Removing intermediate container 8380f74320b0 [2020-08-11T04:48:45.827Z] ---> d24b07f2921f [2020-08-11T04:48:45.827Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T04:48:46.103Z] ---> Running in 4ec58693b12d [2020-08-11T04:48:47.101Z] Removing intermediate container 4ec58693b12d [2020-08-11T04:48:47.101Z] ---> 25ab10d0edd7 [2020-08-11T04:48:47.101Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T04:48:47.101Z] ---> Running in 3b9517cb11c9 [2020-08-11T04:48:48.099Z] Removing intermediate container 3b9517cb11c9 [2020-08-11T04:48:48.099Z] ---> b2505f701530 [2020-08-11T04:48:48.099Z] Step 27/29 : LABEL arch=arm64 [2020-08-11T04:48:48.099Z] ---> Running in 7c7ee5c6fa3e [2020-08-11T04:48:48.711Z] Removing intermediate container 7c7ee5c6fa3e [2020-08-11T04:48:48.711Z] ---> 0258049ee239 [2020-08-11T04:48:48.711Z] Step 28/29 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:48:48.998Z] ---> Running in de69948212d6 [2020-08-11T04:48:49.996Z] Removing intermediate container de69948212d6 [2020-08-11T04:48:49.996Z] ---> 14fe07c0cada [2020-08-11T04:48:49.996Z] Step 29/29 : LABEL version=0.0.0 [2020-08-11T04:48:49.996Z] ---> Running in 89043a382401 [2020-08-11T04:48:50.630Z] Removing intermediate container 8200abb8d17b [2020-08-11T04:48:50.630Z] ---> f1f9f4c84455 [2020-08-11T04:48:50.630Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T04:48:50.630Z] ---> Running in c4c7c4730a38 [2020-08-11T04:48:50.917Z] Removing intermediate container 89043a382401 [2020-08-11T04:48:50.917Z] ---> 354354dc7403 [2020-08-11T04:48:50.917Z] [2020-08-11T04:48:51.527Z] Removing intermediate container c4c7c4730a38 [2020-08-11T04:48:51.527Z] ---> 9113c1b1eda1 [2020-08-11T04:48:51.527Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T04:48:51.810Z] Successfully built 354354dc7403 [2020-08-11T04:48:51.810Z] ---> Running in 24f99df96e76 [2020-08-11T04:48:51.810Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-11T04:48:52.423Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 24f99df96e76 [2020-08-11T04:48:52.423Z] ---> 3e56b3adc2b3 [2020-08-11T04:48:52.423Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T04:48:52.706Z] ---> Running in 2c8710fe9a9a [2020-08-11T04:48:53.315Z] Removing intermediate container 2c8710fe9a9a [2020-08-11T04:48:53.315Z] ---> ef67fb3b38b4 [2020-08-11T04:48:53.315Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T04:48:55.323Z] ---> 3d6365a9b7bb [2020-08-11T04:48:55.323Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T04:48:56.321Z] ---> efb19054cf42 [2020-08-11T04:48:56.321Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T04:48:57.779Z] ---> 5a68895ceda1 [2020-08-11T04:48:57.779Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T04:48:57.779Z] ---> Running in 3c6f90862b0e [2020-08-11T04:49:00.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:49:00.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:49:00.782Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T04:49:01.069Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T04:49:01.069Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T04:49:01.069Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T04:49:01.069Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T04:49:01.069Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T04:49:01.069Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T04:49:03.122Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T04:49:03.122Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T04:49:03.122Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T04:49:03.122Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T04:49:03.122Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T04:49:03.122Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T04:49:03.122Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T04:49:03.401Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T04:49:03.401Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T04:49:03.401Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T04:49:03.401Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T04:49:03.401Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T04:49:03.401Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T04:49:03.401Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T04:49:03.401Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T04:49:03.402Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T04:49:03.687Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T04:49:03.687Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T04:49:03.687Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T04:49:03.687Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T04:49:03.687Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T04:49:03.687Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T04:49:03.687Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T04:49:03.687Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T04:49:03.687Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T04:49:03.687Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T04:49:03.966Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:49:03.966Z] OK: 71 MiB in 55 packages [2020-08-11T04:49:14.229Z] Removing intermediate container 3c6f90862b0e [2020-08-11T04:49:14.229Z] ---> 5355abc9128a [2020-08-11T04:49:14.229Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T04:49:14.229Z] ---> Running in 7fa844961ae4 [2020-08-11T04:49:19.640Z] Collecting docker-compose==1.23.2 [2020-08-11T04:49:19.640Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T04:49:20.620Z] Collecting PyYAML<4,>=3.10 [2020-08-11T04:49:20.620Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T04:49:24.009Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T04:49:24.009Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T04:49:24.607Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T04:49:24.607Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T04:49:27.231Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T04:49:27.231Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T04:49:29.857Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T04:49:29.857Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T04:49:32.486Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T04:49:32.486Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T04:49:33.471Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T04:49:33.471Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T04:49:33.746Z] 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:49:34.344Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T04:49:34.344Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T04:49:36.326Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T04:49:36.326Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T04:49:36.598Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T04:49:36.598Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T04:49:37.198Z] Collecting idna<2.8,>=2.5 [2020-08-11T04:49:37.198Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T04:49:37.198Z] 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:49:37.198Z] 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:49:37.796Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T04:49:37.796Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T04:49:38.070Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T04:49:38.070Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T04:49:38.070Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T04:49:38.070Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T04:49:39.502Z] Installing collected packages: PyYAML, jsonschema, texttable, dockerpty, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, docker-compose [2020-08-11T04:49:39.502Z] Running setup.py install for PyYAML: started [2020-08-11T04:49:42.123Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T04:49:42.721Z] Running setup.py install for texttable: started [2020-08-11T04:49:45.345Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T04:49:45.345Z] Running setup.py install for dockerpty: started [2020-08-11T04:49:47.322Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T04:49:47.322Z] Running setup.py install for docopt: started [2020-08-11T04:49:49.944Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T04:49:49.944Z] Attempting uninstall: idna [2020-08-11T04:49:49.944Z] Found existing installation: idna 2.9 [2020-08-11T04:49:49.944Z] Uninstalling idna-2.9: [2020-08-11T04:49:50.221Z] Successfully uninstalled idna-2.9 [2020-08-11T04:49:50.821Z] Attempting uninstall: urllib3 [2020-08-11T04:49:50.821Z] Found existing installation: urllib3 1.25.9 [2020-08-11T04:49:50.821Z] Uninstalling urllib3-1.25.9: [2020-08-11T04:49:51.094Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T04:49:51.693Z] Attempting uninstall: requests [2020-08-11T04:49:51.693Z] Found existing installation: requests 2.23.0 [2020-08-11T04:49:51.693Z] Uninstalling requests-2.23.0: [2020-08-11T04:49:51.970Z] Successfully uninstalled requests-2.23.0 [2020-08-11T04:49:54.591Z] 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:50:00.010Z] Removing intermediate container 7fa844961ae4 [2020-08-11T04:50:00.010Z] ---> c8c84533e539 [2020-08-11T04:50:00.010Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T04:50:00.612Z] ---> Running in f4e0a6c6a209 [2020-08-11T04:50:02.609Z] Removing intermediate container a3c206d0388a [2020-08-11T04:50:02.609Z] ---> c7d9138a6bc3 [2020-08-11T04:50:02.609Z] [2020-08-11T04:50:02.609Z] Step 10/23 : FROM scratch [2020-08-11T04:50:02.609Z] ---> [2020-08-11T04:50:02.609Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T04:50:02.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:02.878Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T04:50:02.878Z] ---> Using cache [2020-08-11T04:50:02.878Z] ---> 59d9ed599de9 [2020-08-11T04:50:02.878Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T04:50:03.152Z] ---> Running in 9f336513bf17 [2020-08-11T04:50:03.435Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T04:50:03.435Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T04:50:03.435Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T04:50:03.712Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T04:50:03.712Z] OK: 71 MiB in 58 packages [2020-08-11T04:50:03.986Z] Removing intermediate container 9f336513bf17 [2020-08-11T04:50:03.986Z] ---> 74133f3cea17 [2020-08-11T04:50:03.986Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T04:50:04.257Z] ---> Running in 146a2ac12807 [2020-08-11T04:50:05.236Z] Removing intermediate container 146a2ac12807 [2020-08-11T04:50:05.236Z] ---> 7027853d0c01 [2020-08-11T04:50:05.236Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T04:50:05.833Z] Removing intermediate container f4e0a6c6a209 [2020-08-11T04:50:05.833Z] ---> b274f435d7a6 [2020-08-11T04:50:05.833Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:50:06.107Z] ---> Running in 2488b5468230 [2020-08-11T04:50:06.386Z] ---> ff4e96315f51 [2020-08-11T04:50:06.386Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T04:50:06.987Z] Removing intermediate container 2488b5468230 [2020-08-11T04:50:06.987Z] ---> 1f8b30458992 [2020-08-11T04:50:06.987Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T04:50:07.263Z] ---> Running in 4ae70746d595 [2020-08-11T04:50:07.539Z] Removing intermediate container 02d15a306b87 [2020-08-11T04:50:07.539Z] ---> 57702b8107d6 [2020-08-11T04:50:07.539Z] [2020-08-11T04:50:07.539Z] Step 10/20 : FROM scratch [2020-08-11T04:50:07.539Z] ---> [2020-08-11T04:50:07.539Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:50:07.810Z] ---> Using cache [2020-08-11T04:50:07.810Z] ---> 67b22e0a1d42 [2020-08-11T04:50:07.810Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T04:50:08.089Z] Removing intermediate container 4ae70746d595 [2020-08-11T04:50:08.089Z] ---> cbc8b1c24695 [2020-08-11T04:50:08.089Z] Step 25/26 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:50:08.367Z] ---> 52d03a9aa573 [2020-08-11T04:50:08.367Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T04:50:08.367Z] ---> Running in cf5705e9c6d7 [2020-08-11T04:50:08.367Z] ---> Running in 392345084fe8 [2020-08-11T04:50:08.965Z] Removing intermediate container 06f4015872f2 [2020-08-11T04:50:08.965Z] ---> 8d469c79e8e0 [2020-08-11T04:50:08.965Z] [2020-08-11T04:50:08.965Z] Step 10/21 : FROM scratch [2020-08-11T04:50:08.965Z] ---> [2020-08-11T04:50:08.965Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T04:50:08.965Z] Removing intermediate container cf5705e9c6d7 [2020-08-11T04:50:08.965Z] ---> 5b4ff46a2ff7 [2020-08-11T04:50:08.965Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T04:50:08.965Z] ---> Running in 90b6f20489a7 [2020-08-11T04:50:09.242Z] ---> Using cache [2020-08-11T04:50:09.242Z] ---> 67b22e0a1d42 [2020-08-11T04:50:09.242Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T04:50:09.242Z] Removing intermediate container 392345084fe8 [2020-08-11T04:50:09.242Z] ---> 5cf228de8ff3 [2020-08-11T04:50:09.242Z] Step 26/26 : LABEL version=0.0.0 [2020-08-11T04:50:09.242Z] ---> Running in 177a861d385d [2020-08-11T04:50:09.559Z] ---> Running in 98670328cf86 [2020-08-11T04:50:09.559Z] Removing intermediate container 90b6f20489a7 [2020-08-11T04:50:09.559Z] ---> 1f00faaeebdb [2020-08-11T04:50:09.559Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T04:50:09.834Z] ---> 34b6cf616e0b [2020-08-11T04:50:09.834Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T04:50:09.834Z] Removing intermediate container 177a861d385d [2020-08-11T04:50:09.834Z] ---> 9c3c10989f7b [2020-08-11T04:50:09.834Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T04:50:10.108Z] ---> Running in eeeac1a2491d [2020-08-11T04:50:10.108Z] Removing intermediate container 98670328cf86 [2020-08-11T04:50:10.108Z] ---> 4ba432929733 [2020-08-11T04:50:10.108Z] [2020-08-11T04:50:10.699Z] Successfully built 4ba432929733 [2020-08-11T04:50:10.699Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-11T04:50:10.970Z]  Building docker-sys-mgmt-agent-go ... done  ---> 3d24db15158c [2020-08-11T04:50:10.971Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T04:50:10.971Z] Removing intermediate container eeeac1a2491d [2020-08-11T04:50:10.971Z] ---> c686ec5cbb70 [2020-08-11T04:50:10.971Z] Step 14/21 : WORKDIR / [2020-08-11T04:50:10.971Z] ---> fd717ceb063f [2020-08-11T04:50:10.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T04:50:10.971Z] ---> Running in 791a39a993c5 [2020-08-11T04:50:11.955Z] Removing intermediate container 791a39a993c5 [2020-08-11T04:50:11.955Z] ---> f81eb4dcee87 [2020-08-11T04:50:11.955Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T04:50:12.569Z] ---> 8b4f8c9ba76d [2020-08-11T04:50:12.569Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T04:50:12.569Z] ---> d6a532706c83 [2020-08-11T04:50:12.569Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T04:50:12.881Z] ---> c394753ac848 [2020-08-11T04:50:12.881Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T04:50:13.520Z] ---> f237058d36c8 [2020-08-11T04:50:13.520Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:50:13.520Z] ---> 1df8df4df9b4 [2020-08-11T04:50:13.520Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:50:13.807Z] ---> Running in 5cd487deedab [2020-08-11T04:50:13.807Z] ---> Running in 660053f6c5e2 [2020-08-11T04:50:14.430Z] Removing intermediate container 5cd487deedab [2020-08-11T04:50:14.430Z] ---> 344656d2292b [2020-08-11T04:50:14.430Z] Step 21/23 : LABEL arch=arm64 [2020-08-11T04:50:14.430Z] ---> 35e80e735738 [2020-08-11T04:50:14.430Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T04:50:14.430Z] Removing intermediate container 660053f6c5e2 [2020-08-11T04:50:14.430Z] ---> 1b656359ac61 [2020-08-11T04:50:14.430Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T04:50:14.714Z] ---> Running in 74ba48d7d460 [2020-08-11T04:50:14.714Z] ---> Running in 48c408d9e021 [2020-08-11T04:50:15.318Z] Removing intermediate container 74ba48d7d460 [2020-08-11T04:50:15.318Z] ---> 65325abb071e [2020-08-11T04:50:15.318Z] Step 22/23 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:50:15.318Z] Removing intermediate container 48c408d9e021 [2020-08-11T04:50:15.318Z] ---> 18f54e3bea1c [2020-08-11T04:50:15.318Z] Step 19/20 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:50:15.598Z] ---> Running in 8171f1d17bed [2020-08-11T04:50:15.598Z] ---> Running in bf0275640a0c [2020-08-11T04:50:15.598Z] ---> 3e5b7e99f011 [2020-08-11T04:50:15.598Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T04:50:15.876Z] ---> Running in 67e2843833ad [2020-08-11T04:50:16.148Z] Removing intermediate container 8171f1d17bed [2020-08-11T04:50:16.148Z] ---> 75943df8b813 [2020-08-11T04:50:16.148Z] Step 23/23 : LABEL version=0.0.0 [2020-08-11T04:50:16.148Z] Removing intermediate container bf0275640a0c [2020-08-11T04:50:16.148Z] ---> 2da30ce51b47 [2020-08-11T04:50:16.148Z] Step 20/20 : LABEL version=0.0.0 [2020-08-11T04:50:16.430Z] ---> Running in 1a1dfe11159f [2020-08-11T04:50:16.430Z] ---> Running in 6f9f9b40eaf2 [2020-08-11T04:50:16.430Z] Removing intermediate container 67e2843833ad [2020-08-11T04:50:16.430Z] ---> 29f4adfb3a5d [2020-08-11T04:50:16.430Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T04:50:16.710Z] ---> Running in f0a5d3a69dfd [2020-08-11T04:50:16.982Z] Removing intermediate container 1a1dfe11159f [2020-08-11T04:50:16.982Z] ---> 0da4f6c8eab5 [2020-08-11T04:50:16.982Z] [2020-08-11T04:50:17.253Z] Removing intermediate container 6f9f9b40eaf2 [2020-08-11T04:50:17.253Z] ---> d8f229f638ac [2020-08-11T04:50:17.253Z] [2020-08-11T04:50:17.253Z] Removing intermediate container f0a5d3a69dfd [2020-08-11T04:50:17.253Z] ---> d4c44ad2bd35 [2020-08-11T04:50:17.253Z] Step 20/21 : LABEL git_sha=22248189b6583018dc17ba4597a37528b9fca023 [2020-08-11T04:50:17.523Z] Successfully built 0da4f6c8eab5 [2020-08-11T04:50:17.523Z] Successfully built d8f229f638ac [2020-08-11T04:50:17.523Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-11T04:50:17.792Z]  Building docker-support-notifications-go ... done  ---> Running in f392a4e26de1 [2020-08-11T04:50:17.792Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-11T04:50:18.063Z]  Building docker-support-scheduler-go ... done Removing intermediate container f392a4e26de1 [2020-08-11T04:50:18.063Z] ---> 30c7103cc790 [2020-08-11T04:50:18.063Z] Step 21/21 : LABEL version=0.0.0 [2020-08-11T04:50:18.332Z] ---> Running in 1fb97f7afec9 [2020-08-11T04:50:18.921Z] Removing intermediate container 1fb97f7afec9 [2020-08-11T04:50:18.921Z] ---> 736b0b85e89a [2020-08-11T04:50:18.921Z] [2020-08-11T04:50:19.192Z] Successfully built 736b0b85e89a [2020-08-11T04:50:19.192Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-11T04:50:19.795Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-08-11T04:50:19.804Z] $ docker stop --time=1 6a35d6a8fdb302977ad2c7e56ba9c166bdcc7a7feee83b9e6f1c46f296c49b21 [2020-08-11T04:50:21.745Z] $ docker rm -f 6a35d6a8fdb302977ad2c7e56ba9c166bdcc7a7feee83b9e6f1c46f296c49b21 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T04:50:22.471Z] + docker images [2020-08-11T04:50:22.471Z] + grep docker [2020-08-11T04:50:22.740Z] docker-core-command-go-arm64 latest 736b0b85e89a 4 seconds ago 12.4MB [2020-08-11T04:50:22.740Z] docker-support-notifications-go-arm64 latest 0da4f6c8eab5 6 seconds ago 13.9MB [2020-08-11T04:50:22.740Z] docker-support-scheduler-go-arm64 latest d8f229f638ac 6 seconds ago 12.6MB [2020-08-11T04:50:22.740Z] docker-sys-mgmt-agent-go-arm64 latest 4ba432929733 13 seconds ago 266MB [2020-08-11T04:50:22.740Z] docker-security-secrets-setup-go-arm64 latest 354354dc7403 About a minute ago 24.2MB [2020-08-11T04:50:22.740Z] docker-core-data-go-arm64 latest 17b03aa87cac 3 minutes ago 22.6MB [2020-08-11T04:50:22.740Z] docker-security-secretstore-setup-go-arm64 latest 23759cd4804b 3 minutes ago 32.6MB [2020-08-11T04:50:22.740Z] docker-core-metadata-go-arm64 latest a4df92c58400 3 minutes ago 13.8MB [2020-08-11T04:50:22.740Z] docker-support-logging-go-arm64 latest b45ec18ef9e4 3 minutes ago 11.4MB [2020-08-11T04:50:22.740Z] docker-security-proxy-setup-go-arm64 latest 0492f0508b17 4 minutes ago 15.8MB [2020-08-11T04:50:22.740Z] 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:50:24.156Z] provisioning config files... [2020-08-11T04:50:24.169Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config8841005006465867554tmp [Pipeline] { [Pipeline] sh [2020-08-11T04:50:24.547Z] + curl -s https://codecov.io/bash [2020-08-11T04:50:24.547Z] + bash -s - -t @/w/workspace/edgex-go/13@tmp/config8841005006465867554tmp [Pipeline] } [2020-08-11T04:50:24.816Z] 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:50:26.276Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:50:27.162Z] ---> package-listing.sh [2020-08-11T04:50:27.162Z] ++ facter osfamily [2020-08-11T04:50:27.162Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-11T04:50:27.162Z] + OS_FAMILY=redhat [2020-08-11T04:50:27.162Z] + workspace=/w/workspace/edgex-go/13 [2020-08-11T04:50:27.162Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-11T04:50:27.162Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-11T04:50:27.162Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-11T04:50:27.162Z] + PACKAGES=/tmp/packages_start.txt [2020-08-11T04:50:27.162Z] + '[' /w/workspace/edgex-go/13 ']' [2020-08-11T04:50:27.162Z] + PACKAGES=/tmp/packages_end.txt [2020-08-11T04:50:27.162Z] + case "${OS_FAMILY}" in [2020-08-11T04:50:27.162Z] + rpm -qa [2020-08-11T04:50:27.162Z] + sort [2020-08-11T04:50:31.364Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-11T04:50:31.364Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-11T04:50:31.364Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-11T04:50:31.364Z] + '[' /w/workspace/edgex-go/13 ']' [2020-08-11T04:50:31.364Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2020-08-11T04:50:31.364Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:50:31.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:50:31.743Z] [2020-08-11T04:50:31.743Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-11T04:50:32.085Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:50:32.085Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-11T04:50:32.085Z] c9b1b535fdd9: Pulling fs layer [2020-08-11T04:50:32.085Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-11T04:50:32.085Z] 756a868c4378: Pulling fs layer [2020-08-11T04:50:32.085Z] 444b2fc9a129: Pulling fs layer [2020-08-11T04:50:32.085Z] ea15f1150254: Pulling fs layer [2020-08-11T04:50:32.085Z] 41b27a9f41bf: Pulling fs layer [2020-08-11T04:50:32.085Z] 28c525ee5125: Pulling fs layer [2020-08-11T04:50:32.085Z] 094b1ea09ed8: Pulling fs layer [2020-08-11T04:50:32.085Z] 138eaada9080: Pulling fs layer [2020-08-11T04:50:32.085Z] 0622d0fa9048: Pulling fs layer [2020-08-11T04:50:32.085Z] 444b2fc9a129: Waiting [2020-08-11T04:50:32.085Z] ea15f1150254: Waiting [2020-08-11T04:50:32.085Z] 41b27a9f41bf: Waiting [2020-08-11T04:50:32.085Z] 138eaada9080: Waiting [2020-08-11T04:50:32.085Z] 28c525ee5125: Waiting [2020-08-11T04:50:32.085Z] 0622d0fa9048: Waiting [2020-08-11T04:50:32.085Z] 094b1ea09ed8: Waiting [2020-08-11T04:50:32.085Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-11T04:50:32.085Z] 2cc5ad85d9ab: Download complete [2020-08-11T04:50:32.085Z] 444b2fc9a129: Verifying Checksum [2020-08-11T04:50:32.085Z] 444b2fc9a129: Download complete [2020-08-11T04:50:32.085Z] c9b1b535fdd9: Verifying Checksum [2020-08-11T04:50:32.085Z] c9b1b535fdd9: Download complete [2020-08-11T04:50:32.085Z] ea15f1150254: Verifying Checksum [2020-08-11T04:50:32.085Z] ea15f1150254: Download complete [2020-08-11T04:50:32.364Z] 28c525ee5125: Verifying Checksum [2020-08-11T04:50:32.364Z] 28c525ee5125: Download complete [2020-08-11T04:50:32.632Z] 756a868c4378: Verifying Checksum [2020-08-11T04:50:32.632Z] 756a868c4378: Download complete [2020-08-11T04:50:32.632Z] c9b1b535fdd9: Pull complete [2020-08-11T04:50:32.632Z] 138eaada9080: Verifying Checksum [2020-08-11T04:50:32.632Z] 138eaada9080: Download complete [2020-08-11T04:50:32.895Z] 0622d0fa9048: Verifying Checksum [2020-08-11T04:50:32.895Z] 0622d0fa9048: Download complete [2020-08-11T04:50:32.895Z] 094b1ea09ed8: Verifying Checksum [2020-08-11T04:50:32.895Z] 094b1ea09ed8: Download complete [2020-08-11T04:50:32.895Z] 2cc5ad85d9ab: Pull complete [2020-08-11T04:50:33.477Z] 41b27a9f41bf: Verifying Checksum [2020-08-11T04:50:33.477Z] 41b27a9f41bf: Download complete [2020-08-11T04:50:34.869Z] 756a868c4378: Pull complete [2020-08-11T04:50:35.130Z] 444b2fc9a129: Pull complete [2020-08-11T04:50:35.391Z] ea15f1150254: Pull complete [2020-08-11T04:50:40.721Z] 41b27a9f41bf: Pull complete [2020-08-11T04:50:40.721Z] 28c525ee5125: Pull complete [2020-08-11T04:50:43.296Z] 094b1ea09ed8: Pull complete [2020-08-11T04:50:43.557Z] 138eaada9080: Pull complete [2020-08-11T04:50:43.818Z] 0622d0fa9048: Pull complete [2020-08-11T04:50:43.818Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-11T04:50:43.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T04:50:43.818Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-11T04:50:43.992Z] prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container [2020-08-11T04:50:44.050Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-11T04:50:48.703Z] $ docker top d7b7c7fdde74953ba32015c1dc73db3edb73dfc5c67613f15cd96873e51811c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T04:50:49.005Z] provisioning config files... [2020-08-11T04:50:49.022Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config6899680258564718736tmp [Pipeline] { [Pipeline] echo [2020-08-11T04:50:49.082Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:50:49.416Z] ---> create-netrc.sh [Pipeline] echo [2020-08-11T04:50:49.436Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T04:50:49.743Z] ---> logs-deploy.sh [2020-08-11T04:50:49.743Z] + ARCHIVE_ARTIFACTS= [2020-08-11T04:50:49.743Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-11T04:50:49.743Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-11T04:50:49.743Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-11T04:50:49.743Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/13 [2020-08-11T04:50:49.743Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/13/ [2020-08-11T04:50:49.743Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/13 /w/workspace/edgex-go/13 [2020-08-11T04:50:51.129Z] Archives upload complete. [2020-08-11T04:50:51.129Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/13/