Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b+4e0bf0319480625e5379d8d5fd7b212abf0b0714 (570c4b8a15a40377c1d25bcf6eccf28f3a4cb0a3) 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1378’ is offline Running on prd-centos7-docker-4c-2g-1383 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b Merge succeeded, producing a8541818e749561ac344d07fc8c697c79129a695 Checking out Revision a8541818e749561ac344d07fc8c697c79129a695 (PR-2610) > git config core.sparsecheckout # timeout=10 > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # 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 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8541818e749561ac344d07fc8c697c79129a695 # timeout=10 Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T04:30:52.947Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T04:30:53.223Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T04:30:53.302Z] ========================================================= [2020-07-29T04:30:53.303Z] EdgeX Global Pipelines Version Info [2020-07-29T04:30:53.303Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f9fd280a40995d5363073f0e0b531a7b47912b70 # timeout=10 [2020-07-29T04:30:55.282Z] ------------------- [2020-07-29T04:30:55.282Z] stable info: [2020-07-29T04:30:55.282Z] ------------------- [2020-07-29T04:30:55.282Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T04:30:55.282Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T04:30:55.282Z] Message: update stable to v1.0.106 [2020-07-29T04:30:56.226Z] ------------------- [2020-07-29T04:30:56.226Z] experimental info: [2020-07-29T04:30:56.226Z] ------------------- [2020-07-29T04:30:56.226Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T04:30:56.226Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T04:30:56.226Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T04:30:57.764Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T04:30:57.764Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T04:30:57.764Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T04:30:57.764Z] ++ cut -d/ -f2 [2020-07-29T04:30:57.764Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T04:30:57.827Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:30:58.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:30:58.792Z] [2020-07-29T04:30:58.792Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:30:59.148Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:30:59.148Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T04:30:59.148Z] 31603596830f: Pulling fs layer [2020-07-29T04:30:59.148Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T04:30:59.148Z] 6ca5941a6612: Pulling fs layer [2020-07-29T04:30:59.148Z] ecc8261a40a4: Pulling fs layer [2020-07-29T04:30:59.148Z] ecc8261a40a4: Waiting [2020-07-29T04:30:59.148Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T04:30:59.148Z] 2a8b12db71e7: Download complete [2020-07-29T04:30:59.148Z] 31603596830f: Verifying Checksum [2020-07-29T04:30:59.148Z] 31603596830f: Download complete [2020-07-29T04:30:59.414Z] ecc8261a40a4: Verifying Checksum [2020-07-29T04:30:59.414Z] ecc8261a40a4: Download complete [2020-07-29T04:30:59.414Z] 6ca5941a6612: Verifying Checksum [2020-07-29T04:30:59.414Z] 6ca5941a6612: Download complete [2020-07-29T04:30:59.675Z] 31603596830f: Pull complete [2020-07-29T04:30:59.675Z] 2a8b12db71e7: Pull complete [2020-07-29T04:31:00.630Z] 6ca5941a6612: Pull complete [2020-07-29T04:31:00.630Z] ecc8261a40a4: Pull complete [2020-07-29T04:31:00.630Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T04:31:00.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T04:31:00.899Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T04:31:01.038Z] prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container [2020-07-29T04:31:01.093Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T04:31:03.493Z] $ docker top 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T04:31:03.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:31:03.750Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:31:03.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:31:03.953Z] $ docker exec 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent [2020-07-29T04:31:04.114Z] SSH_AUTH_SOCK=/tmp/ssh-ivMZYXkw0JuF/agent.12 [2020-07-29T04:31:04.114Z] SSH_AGENT_PID=17 [2020-07-29T04:31:04.125Z] Running ssh-add (command line suppressed) [2020-07-29T04:31:04.243Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_9096927546015187010.key (/w/workspace/edgex-go/21@tmp/private_key_9096927546015187010.key) [2020-07-29T04:31:04.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:31:04.620Z] + git describe --exact-match --tags HEAD [2020-07-29T04:31:04.620Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T04:31:04.639Z] $ docker exec --env ******** --env ******** 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent -k [2020-07-29T04:31:04.754Z] unset SSH_AUTH_SOCK; [2020-07-29T04:31:04.755Z] unset SSH_AGENT_PID; [2020-07-29T04:31:04.755Z] echo Agent pid 17 killed; [2020-07-29T04:31:04.796Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T04:31:04.873Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T04:31:04.873Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T04:31:04.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T04:31:04.961Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T04:31:05.126Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T04:31:05.127Z] $ docker exec 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent [2020-07-29T04:31:05.290Z] SSH_AUTH_SOCK=/tmp/ssh-Y9BY3tQLLdgM/agent.46 [2020-07-29T04:31:05.290Z] SSH_AGENT_PID=51 [2020-07-29T04:31:05.302Z] Running ssh-add (command line suppressed) [2020-07-29T04:31:05.411Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_2476894190353677262.key (/w/workspace/edgex-go/21@tmp/private_key_2476894190353677262.key) [2020-07-29T04:31:05.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T04:31:05.789Z] + git semver init [2020-07-29T04:31:05.789Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T04:31:05.789Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2020-07-29T04:31:05.789Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2020-07-29T04:31:05.789Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T04:31:05.789Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T04:31:05.789Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T04:31:05.789Z] # $SEMVER_BRANCH = PR-2610 [2020-07-29T04:31:05.789Z] # $SEMVER_TEMP = /tmp/semver-998751928 [2020-07-29T04:31:05.789Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T04:31:32.397Z] # '/tmp/semver-998751928' -> '/w/workspace/edgex-go/21/.semver' [2020-07-29T04:31:32.660Z] # -> Force: false [2020-07-29T04:31:32.660Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2020-07-29T04:31:32.670Z] $ docker exec --env ******** --env ******** 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 ssh-agent -k [2020-07-29T04:31:32.838Z] unset SSH_AUTH_SOCK; [2020-07-29T04:31:32.839Z] unset SSH_AGENT_PID; [2020-07-29T04:31:32.839Z] echo Agent pid 51 killed; [2020-07-29T04:31:32.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T04:31:33.361Z] + git semver [Pipeline] } [2020-07-29T04:31:33.376Z] $ docker stop --time=1 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 [2020-07-29T04:31:34.993Z] $ docker rm -f 177ec3684311565e47c61926b8e3776829c5a30e051b04f410aec577da6922c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T04:31:48.346Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T04:31:48.348Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-29T04:31:48.751Z] ========================================================= [2020-07-29T04:31:48.751Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T04:31:48.751Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:31:49.075Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-29T04:31:52.398Z] Sending build context to Docker daemon 323.3MB [2020-07-29T04:31:52.398Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:31:52.398Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:31:52.398Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T04:31:52.398Z] df20fa9351a1: Pulling fs layer [2020-07-29T04:31:52.398Z] ed8968b2872e: Pulling fs layer [2020-07-29T04:31:52.398Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T04:31:52.398Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T04:31:52.398Z] 1e091d79d1de: Pulling fs layer [2020-07-29T04:31:52.398Z] 481702a1767f: Pulling fs layer [2020-07-29T04:31:52.398Z] f64a6f60c768: Pulling fs layer [2020-07-29T04:31:52.398Z] e78d2573fc39: Pulling fs layer [2020-07-29T04:31:52.398Z] e876d2f968b6: Pulling fs layer [2020-07-29T04:31:52.398Z] ce8a83651883: Pulling fs layer [2020-07-29T04:31:52.398Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T04:31:52.398Z] 481702a1767f: Waiting [2020-07-29T04:31:52.398Z] f64a6f60c768: Waiting [2020-07-29T04:31:52.398Z] e78d2573fc39: Waiting [2020-07-29T04:31:52.398Z] e876d2f968b6: Waiting [2020-07-29T04:31:52.398Z] ce8a83651883: Waiting [2020-07-29T04:31:52.398Z] 07967f4d0e4b: Waiting [2020-07-29T04:31:52.398Z] 2dd03ba5bac4: Waiting [2020-07-29T04:31:52.398Z] 1e091d79d1de: Waiting [2020-07-29T04:31:52.398Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T04:31:52.398Z] a92cc7c5fd73: Download complete [2020-07-29T04:31:52.398Z] ed8968b2872e: Download complete [2020-07-29T04:31:52.398Z] 1e091d79d1de: Verifying Checksum [2020-07-29T04:31:52.398Z] 1e091d79d1de: Download complete [2020-07-29T04:31:52.398Z] 481702a1767f: Verifying Checksum [2020-07-29T04:31:52.398Z] 481702a1767f: Download complete [2020-07-29T04:31:52.398Z] df20fa9351a1: Verifying Checksum [2020-07-29T04:31:52.398Z] df20fa9351a1: Download complete [2020-07-29T04:31:52.669Z] df20fa9351a1: Pull complete [2020-07-29T04:31:53.271Z] f64a6f60c768: Verifying Checksum [2020-07-29T04:31:53.271Z] f64a6f60c768: Download complete [2020-07-29T04:31:53.271Z] e876d2f968b6: Download complete [2020-07-29T04:31:53.271Z] ed8968b2872e: Pull complete [2020-07-29T04:31:53.540Z] a92cc7c5fd73: Pull complete [2020-07-29T04:31:53.804Z] e78d2573fc39: Verifying Checksum [2020-07-29T04:31:53.804Z] e78d2573fc39: Download complete [2020-07-29T04:31:53.804Z] ce8a83651883: Verifying Checksum [2020-07-29T04:31:53.804Z] ce8a83651883: Download complete [2020-07-29T04:31:53.804Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T04:31:53.804Z] 2dd03ba5bac4: Download complete [2020-07-29T04:31:53.804Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T04:31:53.804Z] 07967f4d0e4b: Download complete [2020-07-29T04:31:59.119Z] 2dd03ba5bac4: Pull complete [2020-07-29T04:31:59.379Z] 1e091d79d1de: Pull complete [2020-07-29T04:31:59.379Z] 481702a1767f: Pull complete [2020-07-29T04:32:03.583Z] Still waiting to schedule task [2020-07-29T04:32:03.583Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-29T04:32:07.533Z] f64a6f60c768: Pull complete [2020-07-29T04:32:10.087Z] e78d2573fc39: Pull complete [2020-07-29T04:32:10.087Z] e876d2f968b6: Pull complete [2020-07-29T04:32:11.035Z] ce8a83651883: Pull complete [2020-07-29T04:32:11.035Z] 07967f4d0e4b: Pull complete [2020-07-29T04:32:11.035Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T04:32:11.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T04:32:11.035Z] ---> 5d7c900382c6 [2020-07-29T04:32:11.035Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:32:12.421Z] ---> Running in ce712d192af4 [2020-07-29T04:32:12.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:32:13.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:32:14.196Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:32:14.196Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:32:14.458Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:32:14.458Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:32:17.076Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:32:17.076Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:32:17.076Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:32:17.076Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:32:17.076Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:32:17.076Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:32:17.076Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:32:17.337Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:32:17.337Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:32:17.337Z] OK: 233 MiB in 51 packages [2020-07-29T04:32:21.570Z] Removing intermediate container ce712d192af4 [2020-07-29T04:32:21.570Z] ---> b5b70bfe6469 [2020-07-29T04:32:21.570Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:32:21.570Z] ---> Running in 182a562184c9 [2020-07-29T04:32:21.570Z] Removing intermediate container 182a562184c9 [2020-07-29T04:32:21.570Z] ---> d06917cde161 [2020-07-29T04:32:21.570Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:32:21.833Z] latest: Pulling from library/docker [2020-07-29T04:32:21.833Z] df20fa9351a1: Already exists [2020-07-29T04:32:21.833Z] 25ad7478873d: Pulling fs layer [2020-07-29T04:32:21.833Z] 4684f6177b5d: Pulling fs layer [2020-07-29T04:32:21.833Z] 46e300cec669: Pulling fs layer [2020-07-29T04:32:21.833Z] 63038576ad94: Pulling fs layer [2020-07-29T04:32:21.833Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T04:32:21.833Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T04:32:21.833Z] 63038576ad94: Waiting [2020-07-29T04:32:21.833Z] 0fdb76c4706c: Waiting [2020-07-29T04:32:21.833Z] cb7edeffdfd5: Waiting [2020-07-29T04:32:21.833Z] 4684f6177b5d: Verifying Checksum [2020-07-29T04:32:21.833Z] 4684f6177b5d: Download complete [2020-07-29T04:32:22.096Z] 25ad7478873d: Verifying Checksum [2020-07-29T04:32:22.096Z] 25ad7478873d: Download complete [2020-07-29T04:32:22.096Z] 63038576ad94: Verifying Checksum [2020-07-29T04:32:22.096Z] 63038576ad94: Download complete [2020-07-29T04:32:22.096Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T04:32:22.096Z] 0fdb76c4706c: Download complete [2020-07-29T04:32:22.096Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T04:32:22.096Z] cb7edeffdfd5: Download complete [2020-07-29T04:32:22.360Z] 25ad7478873d: Pull complete [2020-07-29T04:32:22.360Z] 4684f6177b5d: Pull complete [2020-07-29T04:32:22.932Z] 46e300cec669: Verifying Checksum [2020-07-29T04:32:22.932Z] 46e300cec669: Download complete [2020-07-29T04:32:25.489Z] 46e300cec669: Pull complete [2020-07-29T04:32:25.489Z] 63038576ad94: Pull complete [2020-07-29T04:32:25.489Z] 0fdb76c4706c: Pull complete [2020-07-29T04:32:25.489Z] cb7edeffdfd5: Pull complete [2020-07-29T04:32:25.489Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:32:25.489Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:32:27.424Z] ---> 92fff2c8b775 [2020-07-29T04:32:27.424Z] Step 6/7 : COPY go.mod . [2020-07-29T04:32:27.424Z] ---> b296f1911a64 [2020-07-29T04:32:27.424Z] Step 7/7 : RUN go mod download [2020-07-29T04:32:27.424Z] ---> Running in 10f8df8f88e6 [2020-07-29T04:32:29.975Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:32:29.975Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:32:29.975Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:32:29.975Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:32:29.975Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:32:29.975Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:32:29.975Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:32:29.975Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:32:29.975Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:32:29.975Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:32:29.975Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:32:29.975Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:32:29.975Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:32:29.975Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:32:29.975Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-29T04:32:29.975Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:32:29.975Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:32:29.975Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:32:29.975Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:32:29.975Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:32:29.975Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:32:29.975Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:32:30.237Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:32:30.237Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:32:30.237Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-29T04:32:30.237Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-29T04:32:30.237Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-29T04:32:30.237Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-29T04:32:30.237Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:32:30.237Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:32:30.237Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:32:30.237Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:32:30.237Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:32:30.237Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:32:30.498Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:32:30.498Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:32:30.760Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:32:30.760Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:32:30.760Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:32:30.760Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:32:30.760Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:32:30.760Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:32:31.021Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:32:31.021Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-29T04:32:31.021Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:32:31.021Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:32:31.021Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:32:31.021Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:32:31.283Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:32:31.283Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:32:31.283Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:32:31.283Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:32:31.283Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:32:31.283Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:32:31.283Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:32:31.283Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:32:31.283Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:32:31.283Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:32:31.283Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:32:31.283Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:32:31.552Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:32:31.552Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:32:31.552Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:32:31.552Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:32:31.552Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:32:31.552Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:32:31.552Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:32:31.552Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:32:31.552Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:32:31.552Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:32:31.552Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:32:31.813Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:32:31.813Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:32:31.813Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:32:31.813Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:32:31.813Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:32:49.958Z] Removing intermediate container 10f8df8f88e6 [2020-07-29T04:32:49.958Z] ---> 4c3f6135240a [2020-07-29T04:32:49.958Z] Successfully built 4c3f6135240a [2020-07-29T04:32:49.958Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:32:50.586Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T04:32:50.586Z] . [Pipeline] withDockerContainer [2020-07-29T04:32:50.696Z] prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container [2020-07-29T04:32:50.749Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-29T04:32:51.399Z] $ docker top 2f3ef29282611d69aad07dec2478cba9e678bca2823e818da383a9bf0bddea52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:32:51.901Z] + go version [2020-07-29T04:32:51.901Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T04:32:51.912Z] ========================================================= [2020-07-29T04:32:51.912Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:32:51.912Z] ========================================================= [Pipeline] sh [2020-07-29T04:32:52.203Z] + make test [2020-07-29T04:32:52.203Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:32:55.309Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:33:03.565Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:33:08.920Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:33:08.920Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:33:08.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:33:08.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:33:11.480Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s [2020-07-29T04:33:11.480Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:33:11.480Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:33:11.480Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:33:11.480Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:33:12.070Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:33:12.339Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:33:12.339Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:33:12.339Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:33:17.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.030s coverage: 46.6% of statements [2020-07-29T04:33:17.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:33:17.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:33:17.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:33:17.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:33:17.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.049s coverage: 27.3% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.353s coverage: 77.5% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.078s coverage: 29.3% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.016s coverage: 100.0% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:33:21.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements [2020-07-29T04:33:21.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:33:22.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.038s coverage: 89.8% of statements [2020-07-29T04:33:22.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:33:23.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.038s coverage: 97.5% of statements [2020-07-29T04:33:23.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:33:23.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.025s coverage: 100.0% of statements [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:33:23.453Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-29T04:33:23.453Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-29T04:33:24.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements [2020-07-29T04:33:24.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:33:24.411Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:33:24.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-07-29T04:33:24.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.157s coverage: 55.9% of statements [2020-07-29T04:33:24.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:33:24.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:33:24.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:33:24.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.843s coverage: 86.3% of statements [2020-07-29T04:33:29.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.267s coverage: 72.2% of statements [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.113s coverage: 72.1% of statements [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements [2020-07-29T04:33:29.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:33:29.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:33:29.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-07-29T04:33:29.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:33:29.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements [2020-07-29T04:33:29.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:33:29.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 26.9% of statements [2020-07-29T04:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:33:29.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:33:30.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.123s coverage: 84.1% of statements [2020-07-29T04:33:30.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.013s coverage: 100.0% of statements [2020-07-29T04:33:30.413Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.024s coverage: 43.1% of statements [2020-07-29T04:33:30.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:33:30.413Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:33:31.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-07-29T04:33:31.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:33:31.273Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.021s coverage: 83.8% of statements [2020-07-29T04:33:31.273Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:33:33.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.060s coverage: 46.1% of statements [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:33:33.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:33:33.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.021s coverage: 100.0% of statements [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:33:33.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements [2020-07-29T04:33:33.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:33:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.068s coverage: 29.1% of statements [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:33:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:33:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:33:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-29T04:33:35.206Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:33:35.477Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.019s coverage: 100.0% of statements [2020-07-29T04:33:35.477Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:33:35.477Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:33:35.477Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:33:35.477Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:33:36.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements [2020-07-29T04:33:36.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:33:36.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:33:36.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-07-29T04:33:36.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-29T04:33:36.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements [2020-07-29T04:33:36.916Z] GO111MODULE=on go vet ./... [2020-07-29T04:33:43.563Z] gofmt -l . [2020-07-29T04:33:43.826Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:33:44.399Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:33:45.345Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T04:33:47.047Z] + ls -al . [2020-07-29T04:33:47.047Z] total 556 [2020-07-29T04:33:47.047Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:33 . [2020-07-29T04:33:47.047Z] drwxr-xr-x 4 root root 30 Jul 29 04:32 .. [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:30 .dockerignore [2020-07-29T04:33:47.047Z] drwxrwxr-x 8 1001 1001 179 Jul 29 04:30 .git [2020-07-29T04:33:47.047Z] drwxrwxr-x 3 1001 1001 60 Jul 29 04:30 .github [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:30 .gitignore [2020-07-29T04:33:47.047Z] drwx------ 3 1001 1001 47 Jul 29 04:31 .semver [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:30 .sonarcloud.properties [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:30 CONTRIBUTING.md [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:30 Dockerfile.build [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:30 Jenkinsfile [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:30 LICENSE [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:30 Makefile [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:30 README.md [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:30 SECURITY.md [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:31 VERSION [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:30 ZMQWindows.md [2020-07-29T04:33:47.047Z] drwxrwxr-x 4 1001 1001 33 Jul 29 04:30 api [2020-07-29T04:33:47.047Z] drwxrwxr-x 2 1001 1001 117 Jul 29 04:30 bin [2020-07-29T04:33:47.047Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:30 cmd [2020-07-29T04:33:47.047Z] -rw-r--r-- 1 root root 457776 Jul 29 04:33 coverage.out [2020-07-29T04:33:47.047Z] -rw-r--r-- 1 root root 1019 Jul 29 04:33 go.mod [2020-07-29T04:33:47.047Z] -rw-r--r-- 1 root root 19185 Jul 29 04:33 go.sum [2020-07-29T04:33:47.047Z] drwxrwxr-x 8 1001 1001 127 Jul 29 04:30 internal [2020-07-29T04:33:47.047Z] drwxrwxr-x 4 1001 1001 71 Jul 29 04:30 snap [2020-07-29T04:33:47.047Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:30 version.go [Pipeline] sh [2020-07-29T04:33:47.357Z] + '[' -e coverage.out ] [2020-07-29T04:33:47.357Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T04:33:47.517Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:33:47.812Z] + make build [2020-07-29T04:33:47.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:33:54.446Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:33:58.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:34:00.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:34:01.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:34:03.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:34:04.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:34:06.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:34:08.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:34:09.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:34:10.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:34:12.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:34:13.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:34:15.167Z] $ docker stop --time=1 2f3ef29282611d69aad07dec2478cba9e678bca2823e818da383a9bf0bddea52 [2020-07-29T04:34:16.710Z] $ docker rm -f 2f3ef29282611d69aad07dec2478cba9e678bca2823e818da383a9bf0bddea52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:18.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:18.078Z] [2020-07-29T04:34:18.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:18.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:18.427Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T04:34:18.427Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T04:34:18.427Z] ca9280d653b3: Pulling fs layer [2020-07-29T04:34:18.427Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T04:34:18.427Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-29T04:34:18.427Z] cbdbe7a5bc2a: Download complete [2020-07-29T04:34:18.692Z] ca9280d653b3: Verifying Checksum [2020-07-29T04:34:18.692Z] ca9280d653b3: Download complete [2020-07-29T04:34:18.692Z] cbdbe7a5bc2a: Pull complete [2020-07-29T04:34:19.642Z] 7e9c9ca2126c: Verifying Checksum [2020-07-29T04:34:19.642Z] 7e9c9ca2126c: Download complete [2020-07-29T04:34:19.642Z] ca9280d653b3: Pull complete [2020-07-29T04:34:29.678Z] 7e9c9ca2126c: Pull complete [2020-07-29T04:34:29.678Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T04:34:29.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:29.678Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T04:34:29.853Z] prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container [2020-07-29T04:34:29.901Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T04:34:32.415Z] $ docker top 731defbca7c30b00fdb1a8d8fdf5b50f4e6e15ffdb5d5b11b3290630f66b7b60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:34:33.101Z] + docker-compose build --help [2020-07-29T04:34:33.101Z] + grep parallel [2020-07-29T04:34:34.042Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:34:34.051Z] $ docker stop --time=1 731defbca7c30b00fdb1a8d8fdf5b50f4e6e15ffdb5d5b11b3290630f66b7b60 [2020-07-29T04:34:35.374Z] $ docker rm -f 731defbca7c30b00fdb1a8d8fdf5b50f4e6e15ffdb5d5b11b3290630f66b7b60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:34:35.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T04:34:35.978Z] . [Pipeline] withDockerContainer [2020-07-29T04:34:36.071Z] prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container [2020-07-29T04:34:36.110Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T04:34:36.629Z] $ docker top 024c6def93095f49e4ffa74917ac5df1979ed0d7709c646f4ad1e91b7e1332ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:34:37.084Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:34:38.024Z] Building docker-core-command-go ... [2020-07-29T04:34:38.024Z] Building docker-core-data-go ... [2020-07-29T04:34:38.024Z] Building docker-core-metadata-go ... [2020-07-29T04:34:38.024Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:34:38.024Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:34:38.024Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:34:38.024Z] Building docker-support-logging-go ... [2020-07-29T04:34:38.024Z] Building docker-support-notifications-go ... [2020-07-29T04:34:38.024Z] Building docker-support-scheduler-go ... [2020-07-29T04:34:38.024Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:34:38.024Z] Building docker-core-metadata-go [2020-07-29T04:34:38.024Z] Building docker-core-data-go [2020-07-29T04:34:38.024Z] Building docker-support-logging-go [2020-07-29T04:34:38.024Z] Building docker-support-scheduler-go [2020-07-29T04:34:38.024Z] Building docker-support-notifications-go [2020-07-29T04:34:41.515Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1388 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-07-29T04:34:41.560Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2020-07-29T04:34:46.543Z] using credential edgex-jenkins-ssh [2020-07-29T04:34:46.606Z] Cloning the remote Git repository [2020-07-29T04:34:46.606Z] Cloning with configured refspecs honoured and without tags [2020-07-29T04:34:46.671Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:34:46.772Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2020-07-29T04:34:46.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:34:46.835Z] > git --version # timeout=10 [2020-07-29T04:34:46.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:34:46.926Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:35:01.259Z] Fetching without tags [2020-07-29T04:35:01.161Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:35:01.183Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-07-29T04:35:01.204Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:35:01.236Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T04:35:01.273Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T04:35:01.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:35:01.286Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T04:35:02.757Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b [2020-07-29T04:35:03.374Z] Merge succeeded, producing 9144f3fa4207addc26d88319ac36122f2f23b78e [2020-07-29T04:35:03.375Z] Checking out Revision 9144f3fa4207addc26d88319ac36122f2f23b78e (PR-2610) [2020-07-29T04:35:02.775Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:35:02.793Z] > git checkout -f a8be25e7fc0e32b0d7338c9b6a57d1e8d9a6347b # timeout=10 [2020-07-29T04:35:03.088Z] > git remote # timeout=10 [2020-07-29T04:35:03.154Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T04:35:03.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T04:35:03.207Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T04:35:03.338Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T04:35:03.379Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T04:35:03.423Z] > git checkout -f 9144f3fa4207addc26d88319ac36122f2f23b78e # timeout=10 [2020-07-29T04:35:07.682Z] Commit message: "Merge commit '4e0bf0319480625e5379d8d5fd7b212abf0b0714' into HEAD" [2020-07-29T04:35:07.710Z] First time build. Skipping changelog. [2020-07-29T04:35:07.688Z] > git rev-list --no-walk f9fd280a40995d5363073f0e0b531a7b47912b70 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-29T04:35:10.209Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:10.209Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:10.209Z] ---> 4c3f6135240a [2020-07-29T04:35:10.209Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:35:10.209Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:10.209Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:10.209Z] ---> 4c3f6135240a [2020-07-29T04:35:10.209Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:35:10.209Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:10.209Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:10.209Z] ---> 4c3f6135240a [2020-07-29T04:35:10.209Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:35:10.209Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:10.209Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:10.209Z] ---> 4c3f6135240a [2020-07-29T04:35:10.209Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:35:10.209Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:35:10.209Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:35:10.209Z] ---> 4c3f6135240a [2020-07-29T04:35:10.209Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:35:10.209Z] ---> Running in b1f98f6b9023 [2020-07-29T04:35:10.209Z] ---> Running in feaf8673f9b2 [2020-07-29T04:35:10.209Z] ---> Running in 1dda4f628cf5 [2020-07-29T04:35:10.209Z] ---> Running in 43427c43271e [2020-07-29T04:35:10.209Z] ---> Running in 7854bd2b5373 [2020-07-29T04:35:10.809Z] Removing intermediate container 43427c43271e [2020-07-29T04:35:10.809Z] ---> 960a1b8eda4d [2020-07-29T04:35:10.809Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:10.809Z] Removing intermediate container b1f98f6b9023 [2020-07-29T04:35:10.809Z] ---> 7d2e671c75ab [2020-07-29T04:35:10.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:10.809Z] Removing intermediate container 7854bd2b5373 [2020-07-29T04:35:10.809Z] ---> 92157098e32b [2020-07-29T04:35:10.809Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:10.809Z] Removing intermediate container 1dda4f628cf5 [2020-07-29T04:35:10.809Z] ---> e76aef59be39 [2020-07-29T04:35:10.809Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:10.809Z] Removing intermediate container feaf8673f9b2 [2020-07-29T04:35:10.809Z] ---> f54b0b10888a [2020-07-29T04:35:10.809Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:35:11.074Z] ---> Running in 7be41e1b7282 [2020-07-29T04:35:11.074Z] ---> Running in 92ed4262444f [2020-07-29T04:35:11.074Z] ---> Running in 58d560df6915 [2020-07-29T04:35:11.074Z] ---> Running in f8224ba0655a [2020-07-29T04:35:11.074Z] ---> Running in a59f11e94ab7 [2020-07-29T04:35:13.199Z] Removing intermediate container 58d560df6915 [2020-07-29T04:35:13.199Z] ---> aa34a46da1a5 [2020-07-29T04:35:13.199Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:35:13.199Z] ---> Running in daf035f4fd78 [2020-07-29T04:35:13.463Z] Removing intermediate container 92ed4262444f [2020-07-29T04:35:13.463Z] ---> eff046543420 [2020-07-29T04:35:13.463Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:35:13.727Z] ---> Running in 743386c25931 [2020-07-29T04:35:13.727Z] Removing intermediate container a59f11e94ab7 [2020-07-29T04:35:13.727Z] ---> f6b7f8c2ab3c [2020-07-29T04:35:13.727Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:35:13.727Z] Removing intermediate container 7be41e1b7282 [2020-07-29T04:35:13.727Z] ---> bc3efe6429a5 [2020-07-29T04:35:13.727Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:35:13.727Z] Removing intermediate container f8224ba0655a [2020-07-29T04:35:13.727Z] ---> 168f828c4204 [2020-07-29T04:35:13.727Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:35:13.991Z] ---> Running in 8c2745741d24 [2020-07-29T04:35:13.991Z] ---> Running in 1203884f3f97 [2020-07-29T04:35:13.991Z] ---> Running in 9a86a155015c [2020-07-29T04:35:14.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:14.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:14.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:14.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.328Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:15.328Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:15.328Z] OK: 12749 distinct packages available [2020-07-29T04:35:15.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.591Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:15.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.591Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:15.591Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:15.591Z] OK: 12749 distinct packages available [2020-07-29T04:35:15.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:35:15.868Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:15.868Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:15.868Z] OK: 12749 distinct packages available [2020-07-29T04:35:15.868Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:16.152Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:16.152Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:16.152Z] OK: 12749 distinct packages available [2020-07-29T04:35:16.152Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:35:16.152Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:35:16.152Z] OK: 12749 distinct packages available [2020-07-29T04:35:16.422Z] Removing intermediate container daf035f4fd78 [2020-07-29T04:35:16.422Z] ---> 37052797de66 [2020-07-29T04:35:16.422Z] Step 6/23 : COPY go.mod . [2020-07-29T04:35:16.422Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:16.422Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:16.422Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:16.999Z] OK: 233 MiB in 51 packages [2020-07-29T04:35:16.999Z] ---> 59ae45d04495 [2020-07-29T04:35:16.999Z] Step 7/23 : RUN go mod download [2020-07-29T04:35:16.999Z] Removing intermediate container 743386c25931 [2020-07-29T04:35:16.999Z] ---> a67f12f9c385 [2020-07-29T04:35:16.999Z] Step 6/22 : COPY go.mod . [2020-07-29T04:35:17.266Z] ---> Running in 9f302819f7c9 [2020-07-29T04:35:17.266Z] Removing intermediate container 8c2745741d24 [2020-07-29T04:35:17.266Z] ---> 94d62f190f33 [2020-07-29T04:35:17.266Z] Step 6/21 : COPY go.mod . [2020-07-29T04:35:17.266Z] ---> 8bcb8175b351 [2020-07-29T04:35:17.266Z] Step 7/22 : RUN go mod download [2020-07-29T04:35:17.845Z] ---> Running in 501a6f3f7325 [2020-07-29T04:35:17.845Z] Removing intermediate container 1203884f3f97 [2020-07-29T04:35:17.845Z] ---> a6dde0f5bd30 [2020-07-29T04:35:17.845Z] Step 6/20 : COPY go.mod . [2020-07-29T04:35:17.845Z] ---> 09e099bd8968 [2020-07-29T04:35:17.845Z] Step 7/21 : RUN go mod download [2020-07-29T04:35:17.845Z] Removing intermediate container 9a86a155015c [2020-07-29T04:35:17.845Z] ---> f72618fac874 [2020-07-29T04:35:17.845Z] Step 6/21 : COPY go.mod . [2020-07-29T04:35:18.113Z] ---> 2317b96d787a [2020-07-29T04:35:18.113Z] Step 7/20 : RUN go mod download [2020-07-29T04:35:18.113Z] ---> Running in ae9790e64454 [2020-07-29T04:35:18.380Z] ---> Running in 87668730aeb0 [2020-07-29T04:35:18.648Z] ---> 0e3b1c7f51de [2020-07-29T04:35:18.648Z] Step 7/21 : RUN go mod download [2020-07-29T04:35:18.648Z] ---> Running in 94ee64361650 [Pipeline] echo [2020-07-29T04:35:19.584Z] ========================================================= [2020-07-29T04:35:19.584Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T04:35:19.584Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:35:20.070Z] Removing intermediate container 9f302819f7c9 [2020-07-29T04:35:20.070Z] ---> 810548e39996 [2020-07-29T04:35:20.070Z] Step 8/23 : COPY . . [2020-07-29T04:35:20.331Z] Removing intermediate container 501a6f3f7325 [2020-07-29T04:35:20.331Z] ---> d051550f7c02 [2020-07-29T04:35:20.331Z] Step 8/22 : COPY . . [2020-07-29T04:35:20.502Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-29T04:35:20.602Z] Removing intermediate container ae9790e64454 [2020-07-29T04:35:20.602Z] ---> f1e284a90d5c [2020-07-29T04:35:20.602Z] Step 8/21 : COPY . . [2020-07-29T04:35:24.811Z] Sending build context to Docker daemon 323.3MB [2020-07-29T04:35:24.812Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T04:35:24.812Z] Step 2/7 : FROM ${BASE} [2020-07-29T04:35:24.812Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T04:35:24.812Z] b538f80385f9: Pulling fs layer [2020-07-29T04:35:24.812Z] 74f711af9a0d: Pulling fs layer [2020-07-29T04:35:24.812Z] 99f96fe45779: Pulling fs layer [2020-07-29T04:35:24.812Z] fd7a069fd194: Pulling fs layer [2020-07-29T04:35:24.812Z] 66aa3694b03b: Pulling fs layer [2020-07-29T04:35:24.812Z] 170f70906a0f: Pulling fs layer [2020-07-29T04:35:24.812Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T04:35:24.812Z] e772456be8f7: Pulling fs layer [2020-07-29T04:35:24.812Z] c890913d741a: Pulling fs layer [2020-07-29T04:35:24.812Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T04:35:24.812Z] 09adf4765672: Pulling fs layer [2020-07-29T04:35:24.812Z] fd7a069fd194: Waiting [2020-07-29T04:35:24.812Z] 66aa3694b03b: Waiting [2020-07-29T04:35:24.812Z] 170f70906a0f: Waiting [2020-07-29T04:35:24.812Z] ad7c5574e4b9: Waiting [2020-07-29T04:35:24.812Z] e772456be8f7: Waiting [2020-07-29T04:35:24.812Z] c890913d741a: Waiting [2020-07-29T04:35:24.812Z] 2480fcc9aa5a: Waiting [2020-07-29T04:35:24.812Z] 09adf4765672: Waiting [2020-07-29T04:35:24.812Z] 99f96fe45779: Verifying Checksum [2020-07-29T04:35:24.812Z] 99f96fe45779: Download complete [2020-07-29T04:35:24.812Z] 74f711af9a0d: Verifying Checksum [2020-07-29T04:35:24.812Z] 74f711af9a0d: Download complete [2020-07-29T04:35:24.812Z] 66aa3694b03b: Verifying Checksum [2020-07-29T04:35:24.812Z] 66aa3694b03b: Download complete [2020-07-29T04:35:24.812Z] 170f70906a0f: Download complete [2020-07-29T04:35:24.812Z] b538f80385f9: Verifying Checksum [2020-07-29T04:35:24.812Z] b538f80385f9: Download complete [2020-07-29T04:35:24.873Z] Removing intermediate container 94ee64361650 [2020-07-29T04:35:24.873Z] ---> c0c821f33896 [2020-07-29T04:35:24.873Z] Step 8/21 : COPY . . [2020-07-29T04:35:24.873Z] Removing intermediate container 87668730aeb0 [2020-07-29T04:35:24.873Z] ---> f5e5e867c62f [2020-07-29T04:35:24.873Z] Step 8/20 : COPY . . [2020-07-29T04:35:25.806Z] b538f80385f9: Pull complete [2020-07-29T04:35:26.790Z] 74f711af9a0d: Pull complete [2020-07-29T04:35:27.065Z] 99f96fe45779: Pull complete [2020-07-29T04:35:28.052Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T04:35:28.052Z] ad7c5574e4b9: Download complete [2020-07-29T04:35:28.052Z] c890913d741a: Verifying Checksum [2020-07-29T04:35:28.052Z] c890913d741a: Download complete [2020-07-29T04:35:30.028Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T04:35:30.028Z] 2480fcc9aa5a: Download complete [2020-07-29T04:35:30.028Z] 09adf4765672: Verifying Checksum [2020-07-29T04:35:30.028Z] 09adf4765672: Download complete [2020-07-29T04:35:30.028Z] e772456be8f7: Verifying Checksum [2020-07-29T04:35:30.028Z] e772456be8f7: Download complete [2020-07-29T04:35:31.005Z] fd7a069fd194: Verifying Checksum [2020-07-29T04:35:31.005Z] fd7a069fd194: Download complete [2020-07-29T04:35:43.427Z] fd7a069fd194: Pull complete [2020-07-29T04:35:43.427Z] 66aa3694b03b: Pull complete [2020-07-29T04:35:43.427Z] 170f70906a0f: Pull complete [2020-07-29T04:35:46.812Z] ad7c5574e4b9: Pull complete [2020-07-29T04:35:51.122Z] e772456be8f7: Pull complete [2020-07-29T04:35:51.122Z] c890913d741a: Pull complete [2020-07-29T04:35:53.766Z] 2480fcc9aa5a: Pull complete [2020-07-29T04:35:54.038Z] 09adf4765672: Pull complete [2020-07-29T04:35:54.038Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T04:35:54.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T04:35:54.311Z] ---> 2248a725d1cf [2020-07-29T04:35:54.311Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-29T04:36:01.054Z] ---> Running in 2eed07f7af6c [2020-07-29T04:36:01.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:36:02.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:36:03.791Z] ---> 1c53dc6cdac1 [2020-07-29T04:36:03.791Z] ---> 0a61dc40f032 [2020-07-29T04:36:03.791Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications ---> 20849253f2b2 [2020-07-29T04:36:03.791Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:36:03.791Z] [2020-07-29T04:36:03.791Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:36:03.791Z] ---> 9127c08d65ac [2020-07-29T04:36:03.791Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:36:03.791Z] ---> Running in bf5ab8f232a6 [2020-07-29T04:36:03.791Z] ---> Running in dcd9c583387f [2020-07-29T04:36:03.791Z] ---> Running in eee0eb2fff20 [2020-07-29T04:36:03.791Z] ---> 25869cfdaa84 [2020-07-29T04:36:03.791Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:36:03.791Z] ---> Running in 2dc390e64a67 [2020-07-29T04:36:03.791Z] ---> Running in a1ca199a2f38 [2020-07-29T04:36:03.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:36:03.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:36:03.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:36:03.791Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:36:03.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:36:04.581Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T04:36:05.171Z] (2/12) Installing file (5.38-r0) [2020-07-29T04:36:05.442Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T04:36:05.442Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T04:36:17.783Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T04:36:17.783Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T04:36:17.783Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T04:36:17.783Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T04:36:17.783Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T04:36:17.783Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T04:36:17.783Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T04:36:17.783Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T04:36:17.783Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:36:17.783Z] OK: 217 MiB in 51 packages [2020-07-29T04:36:22.076Z] Removing intermediate container 2eed07f7af6c [2020-07-29T04:36:22.076Z] ---> 4a87ec942b6c [2020-07-29T04:36:22.076Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T04:36:22.349Z] ---> Running in 10a231cebeed [2020-07-29T04:36:22.618Z] Removing intermediate container 10a231cebeed [2020-07-29T04:36:22.618Z] ---> 994f00f2833e [2020-07-29T04:36:22.618Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T04:36:22.887Z] latest: Pulling from library/docker [2020-07-29T04:36:23.161Z] b538f80385f9: Already exists [2020-07-29T04:36:23.161Z] 259a493cd78d: Pulling fs layer [2020-07-29T04:36:23.161Z] b8e66b5100f5: Pulling fs layer [2020-07-29T04:36:23.161Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T04:36:23.161Z] 551b823b3b82: Pulling fs layer [2020-07-29T04:36:23.161Z] 3c52a74df98c: Pulling fs layer [2020-07-29T04:36:23.161Z] 6c9b121b6998: Pulling fs layer [2020-07-29T04:36:23.161Z] 551b823b3b82: Waiting [2020-07-29T04:36:23.161Z] 3c52a74df98c: Waiting [2020-07-29T04:36:23.161Z] 6c9b121b6998: Waiting [2020-07-29T04:36:23.161Z] b8e66b5100f5: Verifying Checksum [2020-07-29T04:36:23.161Z] b8e66b5100f5: Download complete [2020-07-29T04:36:23.161Z] 259a493cd78d: Verifying Checksum [2020-07-29T04:36:23.161Z] 259a493cd78d: Download complete [2020-07-29T04:36:23.432Z] 551b823b3b82: Download complete [2020-07-29T04:36:23.432Z] 3c52a74df98c: Verifying Checksum [2020-07-29T04:36:23.432Z] 3c52a74df98c: Download complete [2020-07-29T04:36:23.432Z] 6c9b121b6998: Verifying Checksum [2020-07-29T04:36:23.432Z] 6c9b121b6998: Download complete [2020-07-29T04:36:24.029Z] 259a493cd78d: Pull complete [2020-07-29T04:36:24.308Z] b8e66b5100f5: Pull complete [2020-07-29T04:36:24.578Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T04:36:24.578Z] 39dc9c94d07c: Download complete [2020-07-29T04:36:27.953Z] 39dc9c94d07c: Pull complete [2020-07-29T04:36:27.953Z] 551b823b3b82: Pull complete [2020-07-29T04:36:28.226Z] 3c52a74df98c: Pull complete [2020-07-29T04:36:28.496Z] 6c9b121b6998: Pull complete [2020-07-29T04:36:28.496Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T04:36:28.768Z] Status: Downloaded newer image for docker:latest [2020-07-29T04:36:32.160Z] ---> bfd6d964c654 [2020-07-29T04:36:32.160Z] Step 6/7 : COPY go.mod . [2020-07-29T04:36:32.751Z] ---> 55e55c5d905e [2020-07-29T04:36:32.751Z] Step 7/7 : RUN go mod download [2020-07-29T04:36:32.751Z] ---> Running in 94e0d0f1792e [2020-07-29T04:36:36.142Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T04:36:36.142Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T04:36:36.142Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T04:36:36.142Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T04:36:36.142Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T04:36:36.142Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T04:36:36.142Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T04:36:36.142Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T04:36:36.142Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T04:36:36.142Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T04:36:36.142Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T04:36:36.142Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T04:36:36.142Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T04:36:36.142Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T04:36:36.142Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-07-29T04:36:36.142Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T04:36:36.142Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T04:36:36.142Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T04:36:36.142Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T04:36:36.142Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T04:36:36.142Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T04:36:36.142Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T04:36:36.142Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T04:36:36.142Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T04:36:36.142Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-07-29T04:36:36.142Z] go: finding github.com/go-playground/locales v0.13.0 [2020-07-29T04:36:36.142Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-07-29T04:36:36.414Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-07-29T04:36:36.415Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T04:36:36.415Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T04:36:36.415Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T04:36:36.415Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T04:36:36.415Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T04:36:36.415Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T04:36:36.415Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T04:36:36.415Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T04:36:36.415Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T04:36:36.415Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T04:36:36.415Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T04:36:36.415Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T04:36:36.685Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T04:36:36.957Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T04:36:36.957Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T04:36:36.957Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T04:36:36.957Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T04:36:36.957Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T04:36:36.957Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T04:36:36.957Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-07-29T04:36:36.957Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T04:36:36.957Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T04:36:36.957Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T04:36:36.957Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T04:36:37.229Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T04:36:37.229Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T04:36:37.229Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T04:36:37.229Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T04:36:37.229Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T04:36:37.499Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T04:36:37.499Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T04:36:37.499Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T04:36:37.499Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T04:36:37.499Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T04:36:37.499Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T04:36:37.499Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T04:36:37.499Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T04:36:37.499Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T04:36:37.499Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T04:36:37.499Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T04:36:37.499Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T04:36:37.771Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T04:36:37.771Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T04:36:37.771Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T04:36:37.771Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T04:36:37.771Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T04:36:37.771Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T04:36:37.771Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T04:36:37.771Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T04:36:37.771Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T04:36:37.771Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T04:36:42.744Z] Removing intermediate container a1ca199a2f38 [2020-07-29T04:36:42.744Z] ---> fa7fd529ab0d [2020-07-29T04:36:42.744Z] [2020-07-29T04:36:42.744Z] Step 10/21 : FROM scratch [2020-07-29T04:36:42.744Z] ---> [2020-07-29T04:36:42.744Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:36:42.744Z] ---> Running in 637dc07127c9 [2020-07-29T04:36:42.744Z] Removing intermediate container 637dc07127c9 [2020-07-29T04:36:42.744Z] ---> 648b5580b369 [2020-07-29T04:36:42.744Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:36:43.014Z] ---> Running in 148b8e77f082 [2020-07-29T04:36:43.298Z] Removing intermediate container 148b8e77f082 [2020-07-29T04:36:43.298Z] ---> 4e8173efa04f [2020-07-29T04:36:43.298Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:36:43.567Z] ---> Running in ac3718939209 [2020-07-29T04:36:43.839Z] Removing intermediate container ac3718939209 [2020-07-29T04:36:43.839Z] ---> 442d5c9f71b7 [2020-07-29T04:36:43.839Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:36:48.106Z] ---> 71a7ba429845 [2020-07-29T04:36:48.106Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:36:49.051Z] Removing intermediate container 2dc390e64a67 [2020-07-29T04:36:49.051Z] ---> 526dfcc376c4 [2020-07-29T04:36:49.051Z] [2020-07-29T04:36:49.051Z] Step 10/20 : FROM scratch [2020-07-29T04:36:49.051Z] ---> [2020-07-29T04:36:49.051Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:36:49.051Z] Removing intermediate container dcd9c583387f [2020-07-29T04:36:49.051Z] ---> a8e79066c49b [2020-07-29T04:36:49.051Z] [2020-07-29T04:36:49.051Z] Step 10/23 : FROM scratch [2020-07-29T04:36:49.051Z] ---> [2020-07-29T04:36:49.051Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:36:49.051Z] ---> Using cache [2020-07-29T04:36:49.051Z] ---> 648b5580b369 [2020-07-29T04:36:49.051Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:36:50.447Z] ---> Running in b906aa6b305b [2020-07-29T04:36:50.447Z] ---> 36064c8630e1 [2020-07-29T04:36:50.447Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:36:50.447Z] ---> Running in 7d6308614d96 [2020-07-29T04:36:53.756Z] Removing intermediate container b906aa6b305b [2020-07-29T04:36:53.756Z] ---> 4957df152441 [2020-07-29T04:36:53.756Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:36:54.029Z] Removing intermediate container 7d6308614d96 [2020-07-29T04:36:54.029Z] ---> 91f2c0463d69 [2020-07-29T04:36:54.029Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:36:54.029Z] ---> a38267286375 [2020-07-29T04:36:54.029Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:36:54.029Z] ---> Running in c6b305361656 [2020-07-29T04:36:54.029Z] ---> Running in f7466199deb4 [2020-07-29T04:36:54.029Z] Removing intermediate container bf5ab8f232a6 [2020-07-29T04:36:54.029Z] ---> f5030224bb33 [2020-07-29T04:36:54.029Z] [2020-07-29T04:36:54.029Z] Step 10/21 : FROM scratch [2020-07-29T04:36:54.029Z] ---> [2020-07-29T04:36:54.029Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:36:54.298Z] ---> Using cache [2020-07-29T04:36:54.298Z] ---> 4957df152441 [2020-07-29T04:36:54.298Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:36:54.298Z] ---> Running in 9b61b2e4cb48 [2020-07-29T04:36:54.561Z] Removing intermediate container f7466199deb4 [2020-07-29T04:36:54.561Z] ---> 5163de025f6b [2020-07-29T04:36:54.561Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:36:54.561Z] Removing intermediate container c6b305361656 [2020-07-29T04:36:54.561Z] ---> 3657c6139dbe [2020-07-29T04:36:54.561Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:36:54.561Z] Removing intermediate container 9b61b2e4cb48 [2020-07-29T04:36:54.561Z] ---> 9527791891df [2020-07-29T04:36:54.561Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:36:54.824Z] ---> 3778459f0973 [2020-07-29T04:36:54.824Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:36:55.417Z] ---> Running in 92cb8e5307c7 [2020-07-29T04:36:55.679Z] ---> Running in effc7eceb267 [2020-07-29T04:36:56.620Z] ---> 435eed1d31dd [2020-07-29T04:36:56.620Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:36:56.620Z] ---> Running in 7d1e755a2b24 [2020-07-29T04:36:56.886Z] Removing intermediate container 92cb8e5307c7 [2020-07-29T04:36:56.886Z] ---> 7be5a21f8ee1 [2020-07-29T04:36:56.886Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:36:56.886Z] Removing intermediate container effc7eceb267 [2020-07-29T04:36:56.886Z] ---> 382b6b6d1c0d [2020-07-29T04:36:56.886Z] Step 14/21 : WORKDIR / [2020-07-29T04:36:56.886Z] Removing intermediate container eee0eb2fff20 [2020-07-29T04:36:56.886Z] ---> a9a7f3407ead [2020-07-29T04:36:56.886Z] [2020-07-29T04:36:56.886Z] Step 10/22 : FROM alpine [2020-07-29T04:36:57.277Z] ---> Running in fc97d21508b0 [2020-07-29T04:36:57.277Z] Removing intermediate container 7d1e755a2b24 [2020-07-29T04:36:57.277Z] ---> e44c965699ce [2020-07-29T04:36:57.277Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:36:57.542Z] latest: Pulling from library/alpine [2020-07-29T04:36:58.935Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:36:59.518Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:36:59.518Z] ---> Running in 3673634c65f7 [2020-07-29T04:36:59.518Z] ---> f8e3e15e48e7 [2020-07-29T04:36:59.518Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:36:59.518Z] ---> a24bb4013296 [2020-07-29T04:36:59.518Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:36:59.518Z] ---> 5c3e778f9eb0 [2020-07-29T04:36:59.518Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:36:59.518Z] Removing intermediate container fc97d21508b0 [2020-07-29T04:36:59.518Z] ---> a56c7784a3cb [2020-07-29T04:36:59.518Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:36:59.784Z] ---> Running in 02ac617f3d17 [2020-07-29T04:36:59.784Z] Removing intermediate container 3673634c65f7 [2020-07-29T04:36:59.784Z] ---> ce27c3711a33 [2020-07-29T04:36:59.784Z] Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:36:59.932Z] Removing intermediate container 94e0d0f1792e [2020-07-29T04:36:59.932Z] ---> fdef46375fae [2020-07-29T04:36:59.932Z] Successfully built fdef46375fae [2020-07-29T04:36:59.932Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [2020-07-29T04:37:00.047Z] ---> Running in e9fb672b51b0 [2020-07-29T04:37:00.047Z] Removing intermediate container 02ac617f3d17 [2020-07-29T04:37:00.047Z] ---> 711e4c691bcf [2020-07-29T04:37:00.047Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:37:00.047Z] ---> 95e7fd8b2b9c [2020-07-29T04:37:00.047Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-07-29T04:37:00.311Z] ---> Running in cf07206503cb [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:37:00.579Z] Removing intermediate container e9fb672b51b0 [2020-07-29T04:37:00.579Z] ---> 34f805d89b6c [2020-07-29T04:37:00.579Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:00.579Z] ---> 159c99c33c1d [2020-07-29T04:37:00.579Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:00.579Z] ---> dd2382b5f033 [2020-07-29T04:37:00.579Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:37:00.579Z] ---> Running in e72b96542af8 [2020-07-29T04:37:00.579Z] Removing intermediate container cf07206503cb [2020-07-29T04:37:00.579Z] ---> 843ce2792b1d [2020-07-29T04:37:00.579Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:37:00.677Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T04:37:00.677Z] . [Pipeline] withDockerContainer [2020-07-29T04:37:00.842Z] ---> 5368df1ec1eb [2020-07-29T04:37:00.842Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:00.842Z] ---> Running in 3666bee83857 [2020-07-29T04:37:00.842Z] ---> d107b8ee380f [2020-07-29T04:37:00.842Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:00.959Z] prd-ubuntu18.04-docker-arm64-4c-16g-1388 does not seem to be running inside a container [2020-07-29T04:37:01.040Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-07-29T04:37:01.110Z] ---> 559f00f288fe [2020-07-29T04:37:01.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:37:01.110Z] Removing intermediate container e72b96542af8 [2020-07-29T04:37:01.110Z] ---> cb74e2326198 [2020-07-29T04:37:01.110Z] [2020-07-29T04:37:01.110Z] ---> Running in 7123ffc93ec4 [2020-07-29T04:37:01.379Z] Removing intermediate container 3666bee83857 [2020-07-29T04:37:01.379Z] ---> 2c5dec2d47d8 [2020-07-29T04:37:01.379Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:01.379Z] Successfully built cb74e2326198 [2020-07-29T04:37:01.379Z] ---> e72bf3b7d4f9 [2020-07-29T04:37:01.379Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:01.379Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T04:37:01.379Z] Building docker-sys-mgmt-agent-go [2020-07-29T04:37:01.379Z]  Building docker-support-logging-go ... done  ---> Running in 4527be6a559d [2020-07-29T04:37:01.643Z] Removing intermediate container 7123ffc93ec4 [2020-07-29T04:37:01.643Z] ---> 80892cc3573f [2020-07-29T04:37:01.643Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:37:01.643Z] ---> Running in 31e876a5eb51 [2020-07-29T04:37:01.930Z] ---> Running in 414f7140b44c [2020-07-29T04:37:01.930Z] ---> f457b2ddd1da [2020-07-29T04:37:01.930Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:02.211Z] Removing intermediate container 31e876a5eb51 [2020-07-29T04:37:02.211Z] ---> 6e3a15f5dd49 [2020-07-29T04:37:02.211Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:37:02.211Z] ---> Running in b4c3da08f833 [2020-07-29T04:37:02.476Z] Removing intermediate container 414f7140b44c [2020-07-29T04:37:02.476Z] ---> 622d445c7d3b [2020-07-29T04:37:02.476Z] Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:37:02.499Z] $ docker top 43431a1e0cb19427d783e66f97e32de66e33985f7f12206e8360fdff62e47df8 -eo pid,comm [2020-07-29T04:37:02.737Z] ---> 15ae8125c628 [2020-07-29T04:37:02.737Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:02.737Z] ---> Running in e37e8007da40 [2020-07-29T04:37:02.737Z] Removing intermediate container b4c3da08f833 [2020-07-29T04:37:02.737Z] ---> 987160ae8ff5 [2020-07-29T04:37:02.737Z] Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:37:02.737Z] ---> Running in 4ba88b5349e3 [Pipeline] { [Pipeline] sh [2020-07-29T04:37:03.518Z] + go version [2020-07-29T04:37:03.518Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T04:37:03.536Z] ========================================================= [2020-07-29T04:37:03.536Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T04:37:03.536Z] ========================================================= [Pipeline] sh [2020-07-29T04:37:03.694Z] ---> Running in 0e329c3dd9d5 [2020-07-29T04:37:04.180Z] + make test [2020-07-29T04:37:04.180Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T04:37:05.609Z] Removing intermediate container e37e8007da40 [2020-07-29T04:37:05.609Z] ---> c4f865f55f39 [2020-07-29T04:37:05.609Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:37:05.871Z] Removing intermediate container 4ba88b5349e3 [2020-07-29T04:37:05.871Z] ---> 3160e91dcfff [2020-07-29T04:37:05.871Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T04:37:06.133Z] Removing intermediate container 0e329c3dd9d5 [2020-07-29T04:37:06.133Z] ---> e835774cdb06 [2020-07-29T04:37:06.133Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:37:06.133Z] ---> Running in a2051b7915f3 [2020-07-29T04:37:06.133Z] ---> Running in d2266cfc0986 [2020-07-29T04:37:06.710Z] ---> Running in ef17eb35cda6 [2020-07-29T04:37:06.788Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T04:37:07.285Z] Removing intermediate container 4527be6a559d [2020-07-29T04:37:07.285Z] ---> a51116772348 [2020-07-29T04:37:07.285Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:37:07.865Z] Removing intermediate container d2266cfc0986 [2020-07-29T04:37:07.865Z] ---> 0f7d9ca640e5 [2020-07-29T04:37:07.865Z] Step 22/23 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:37:08.128Z] Removing intermediate container a2051b7915f3 [2020-07-29T04:37:08.128Z] ---> fa7773f9462f [2020-07-29T04:37:08.128Z] [2020-07-29T04:37:08.391Z] ---> Running in 9fcfb729dc17 [2020-07-29T04:37:08.391Z] Removing intermediate container ef17eb35cda6 [2020-07-29T04:37:08.391Z] ---> a6fb473939db [2020-07-29T04:37:08.391Z] [2020-07-29T04:37:08.653Z] Successfully built fa7773f9462f [2020-07-29T04:37:08.653Z] Successfully built a6fb473939db [2020-07-29T04:37:08.653Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T04:37:08.653Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-07-29T04:37:08.653Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T04:37:08.653Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-07-29T04:37:11.984Z] ---> Running in 78a21da00eaf [2020-07-29T04:37:17.322Z] Removing intermediate container 78a21da00eaf [2020-07-29T04:37:17.322Z] ---> 6f53435ba38e [2020-07-29T04:37:17.322Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:37:17.322Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:17.322Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:17.322Z] ---> 4c3f6135240a [2020-07-29T04:37:17.322Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:37:17.322Z] ---> Using cache [2020-07-29T04:37:17.322Z] ---> f54b0b10888a [2020-07-29T04:37:17.322Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:17.322Z] ---> Using cache [2020-07-29T04:37:17.322Z] ---> f6b7f8c2ab3c [2020-07-29T04:37:17.322Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:37:17.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:17.895Z] ---> Running in a95d183691cb [2020-07-29T04:37:17.895Z] ---> Running in ece0ff89a38f [2020-07-29T04:37:18.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:18.165Z] Removing intermediate container ece0ff89a38f [2020-07-29T04:37:18.165Z] ---> d883a86a6cc0 [2020-07-29T04:37:18.165Z] [2020-07-29T04:37:18.432Z] Successfully built d883a86a6cc0 [2020-07-29T04:37:18.432Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T04:37:18.432Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-07-29T04:37:18.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:18.993Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:37:19.258Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:37:19.258Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:37:19.982Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:37:19.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:19.982Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:37:20.246Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:37:20.509Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:37:20.509Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:37:20.509Z] OK: 12749 distinct packages available [2020-07-29T04:37:20.775Z] OK: 8 MiB in 19 packages [2020-07-29T04:37:21.353Z] OK: 233 MiB in 51 packages [2020-07-29T04:37:29.579Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:29.579Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:29.579Z] ---> 4c3f6135240a [2020-07-29T04:37:29.579Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> f54b0b10888a [2020-07-29T04:37:29.579Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> f6b7f8c2ab3c [2020-07-29T04:37:29.579Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> a6dde0f5bd30 [2020-07-29T04:37:29.579Z] Step 6/26 : COPY go.mod . [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> 2317b96d787a [2020-07-29T04:37:29.579Z] Step 7/26 : RUN go mod download [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> f5e5e867c62f [2020-07-29T04:37:29.579Z] Step 8/26 : COPY . . [2020-07-29T04:37:29.579Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:29.579Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:37:29.579Z] ---> 4c3f6135240a [2020-07-29T04:37:29.579Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> f54b0b10888a [2020-07-29T04:37:29.579Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:37:29.579Z] ---> Using cache [2020-07-29T04:37:29.579Z] ---> 9127c08d65ac [2020-07-29T04:37:29.579Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:37:31.074Z] ---> Running in c4fc585eb361 [2020-07-29T04:37:31.074Z] ---> Running in b7e124fc1000 [2020-07-29T04:37:31.822Z] Removing intermediate container a95d183691cb [2020-07-29T04:37:31.822Z] ---> 913526d4d54e [2020-07-29T04:37:31.823Z] Step 6/26 : COPY go.mod . [2020-07-29T04:37:31.823Z] Removing intermediate container 9fcfb729dc17 [2020-07-29T04:37:31.823Z] ---> 24e1117e557a [2020-07-29T04:37:31.823Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:37:33.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:37:33.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:33.899Z] ---> e550ae47ac6d [2020-07-29T04:37:33.899Z] Step 7/26 : RUN go mod download [2020-07-29T04:37:33.899Z] ---> a2d8b0466c75 [2020-07-29T04:37:33.899Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:37:33.899Z] ---> Running in c4d2c589c5b0 [2020-07-29T04:37:34.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:37:34.910Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:37:34.910Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:37:34.910Z] OK: 12749 distinct packages available [2020-07-29T04:37:35.253Z] OK: 233 MiB in 51 packages [2020-07-29T04:37:35.253Z] ---> fcff1ae6c7f2 [2020-07-29T04:37:35.253Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:37:36.221Z] ---> d325fbf43e07 [2020-07-29T04:37:36.221Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:37:37.175Z] ---> Running in 14116d76e46b [2020-07-29T04:37:37.175Z] Removing intermediate container b7e124fc1000 [2020-07-29T04:37:37.175Z] ---> 86bdf538334c [2020-07-29T04:37:37.175Z] Step 5/29 : COPY go.mod . [2020-07-29T04:37:38.136Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:37:38.136Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:37:38.136Z] ---> 4c3f6135240a [2020-07-29T04:37:38.136Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:37:38.136Z] ---> Using cache [2020-07-29T04:37:38.136Z] ---> f54b0b10888a [2020-07-29T04:37:38.136Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:37:38.136Z] ---> Using cache [2020-07-29T04:37:38.136Z] ---> f6b7f8c2ab3c [2020-07-29T04:37:38.136Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:37:38.136Z] ---> Using cache [2020-07-29T04:37:38.136Z] ---> a6dde0f5bd30 [2020-07-29T04:37:38.136Z] Step 6/21 : COPY go.mod . [2020-07-29T04:37:38.136Z] ---> Using cache [2020-07-29T04:37:38.136Z] ---> 2317b96d787a [2020-07-29T04:37:38.136Z] Step 7/21 : RUN go mod download [2020-07-29T04:37:38.136Z] ---> Using cache [2020-07-29T04:37:38.136Z] ---> f5e5e867c62f [2020-07-29T04:37:38.136Z] Step 8/21 : COPY . . [2020-07-29T04:37:38.136Z] ---> Using cache [2020-07-29T04:37:38.136Z] ---> 9127c08d65ac [2020-07-29T04:37:38.136Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:37:38.402Z] Removing intermediate container 14116d76e46b [2020-07-29T04:37:38.402Z] ---> a7c520340990 [2020-07-29T04:37:38.402Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T04:37:38.982Z] Removing intermediate container c4d2c589c5b0 [2020-07-29T04:37:38.982Z] ---> f53ffc9b7b8b [2020-07-29T04:37:38.982Z] Step 8/26 : COPY . . [2020-07-29T04:37:39.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T04:37:39.250Z] ---> fd22e3b8519b [2020-07-29T04:37:39.250Z] Step 6/29 : RUN go mod download [2020-07-29T04:37:39.250Z] ---> Running in 0435e8b47bca [2020-07-29T04:37:39.250Z] ---> Running in af6f7aece69c [2020-07-29T04:37:39.526Z] ---> Running in 277c3e58620a [2020-07-29T04:37:40.930Z] Removing intermediate container 0435e8b47bca [2020-07-29T04:37:40.930Z] ---> bbe571cc4bbd [2020-07-29T04:37:40.930Z] Step 21/22 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:37:42.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:37:43.144Z] ---> Running in e853c13ba06b [2020-07-29T04:37:45.742Z] Removing intermediate container e853c13ba06b [2020-07-29T04:37:45.742Z] ---> 0f4bbe5b7c9b [2020-07-29T04:37:45.742Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:37:47.143Z] ---> Running in 18d22ccb9d1e [2020-07-29T04:37:50.546Z] Removing intermediate container 18d22ccb9d1e [2020-07-29T04:37:50.546Z] ---> 0c2155fc6940 [2020-07-29T04:37:50.546Z] [2020-07-29T04:37:50.546Z] Removing intermediate container 277c3e58620a [2020-07-29T04:37:50.546Z] ---> 495c82f949e8 [2020-07-29T04:37:50.546Z] Step 7/29 : COPY . . [2020-07-29T04:37:50.546Z] Successfully built 0c2155fc6940 [2020-07-29T04:37:50.817Z] Successfully tagged docker-core-data-go:latest [2020-07-29T04:37:50.817Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-07-29T04:37:54.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T04:37:54.318Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T04:37:54.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T04:37:54.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T04:37:54.318Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-07-29T04:37:54.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T04:37:54.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T04:37:54.318Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T04:37:55.301Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T04:37:56.737Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T04:37:57.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T04:37:57.009Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T04:37:57.009Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T04:38:03.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:38:07.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-07-29T04:38:07.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T04:38:07.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T04:38:07.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T04:38:07.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T04:38:07.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T04:38:08.656Z] ---> 85132fd2683d [2020-07-29T04:38:08.656Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:38:08.656Z] ---> Running in db8ffecf3f9d [2020-07-29T04:38:12.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:38:13.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.3% of statements [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T04:38:13.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T04:38:13.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T04:38:13.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-07-29T04:38:14.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.359s coverage: 77.5% of statements [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [no test files] [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-07-29T04:38:14.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-07-29T04:38:15.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:38:17.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.356s coverage: 29.3% of statements [2020-07-29T04:38:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T04:38:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T04:38:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T04:38:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T04:38:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T04:38:17.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.041s coverage: 100.0% of statements [2020-07-29T04:38:17.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T04:38:19.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements [2020-07-29T04:38:19.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T04:38:20.488Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.063s coverage: 89.8% of statements [2020-07-29T04:38:20.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T04:38:21.015Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:38:21.015Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:38:21.015Z] ---> 4c3f6135240a [2020-07-29T04:38:21.015Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:38:21.015Z] ---> Using cache [2020-07-29T04:38:21.015Z] ---> f54b0b10888a [2020-07-29T04:38:21.015Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:38:21.015Z] ---> Using cache [2020-07-29T04:38:21.015Z] ---> f6b7f8c2ab3c [2020-07-29T04:38:21.015Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:38:21.015Z] ---> Using cache [2020-07-29T04:38:21.015Z] ---> a6dde0f5bd30 [2020-07-29T04:38:21.015Z] Step 6/20 : COPY go.mod . [2020-07-29T04:38:21.015Z] ---> Using cache [2020-07-29T04:38:21.015Z] ---> 2317b96d787a [2020-07-29T04:38:21.015Z] Step 7/20 : RUN go mod download [2020-07-29T04:38:21.015Z] ---> Using cache [2020-07-29T04:38:21.015Z] ---> f5e5e867c62f [2020-07-29T04:38:21.015Z] Step 8/20 : COPY . . [2020-07-29T04:38:21.015Z] ---> Using cache [2020-07-29T04:38:21.015Z] ---> 9127c08d65ac [2020-07-29T04:38:21.015Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:38:21.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2020-07-29T04:38:21.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T04:38:22.937Z] ---> Running in 5a5df8eabb95 [2020-07-29T04:38:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.044s coverage: 100.0% of statements [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T04:38:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-07-29T04:38:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-07-29T04:38:23.921Z] Removing intermediate container af6f7aece69c [2020-07-29T04:38:23.921Z] ---> 9a59c9da7f89 [2020-07-29T04:38:23.921Z] [2020-07-29T04:38:23.921Z] Step 10/21 : FROM scratch [2020-07-29T04:38:23.921Z] ---> [2020-07-29T04:38:23.921Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:38:23.921Z] ---> 9082f3254465 [2020-07-29T04:38:23.921Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:38:24.193Z] ---> Running in d5adedf48bb9 [2020-07-29T04:38:24.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:38:24.460Z] ---> Using cache [2020-07-29T04:38:24.460Z] ---> 4957df152441 [2020-07-29T04:38:24.460Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:38:24.723Z] ---> Running in 8852498d529a [2020-07-29T04:38:24.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:38:25.252Z] Removing intermediate container 8852498d529a [2020-07-29T04:38:25.252Z] ---> f84b663e4bb6 [2020-07-29T04:38:25.252Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:38:25.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements [2020-07-29T04:38:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T04:38:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T04:38:25.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-07-29T04:38:25.440Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements [2020-07-29T04:38:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T04:38:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T04:38:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T04:38:25.440Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T04:38:26.218Z] ---> Running in b1e1e9e6177c [2020-07-29T04:38:26.812Z] Removing intermediate container c4fc585eb361 [2020-07-29T04:38:26.812Z] ---> aa5236746db1 [2020-07-29T04:38:26.812Z] [2020-07-29T04:38:26.812Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:38:26.812Z] Removing intermediate container b1e1e9e6177c [2020-07-29T04:38:26.812Z] ---> 1f7efbcf9552 [2020-07-29T04:38:26.812Z] Step 14/21 : WORKDIR / [2020-07-29T04:38:27.080Z] ---> Running in 99f66a7db868 [2020-07-29T04:38:27.349Z] 3.10: Pulling from library/alpine [2020-07-29T04:38:27.349Z] Removing intermediate container 99f66a7db868 [2020-07-29T04:38:27.349Z] ---> e344b535fa1f [2020-07-29T04:38:27.349Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:38:27.939Z] ---> 6ecb968e85d2 [2020-07-29T04:38:27.939Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:38:29.882Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:38:30.459Z] ---> 51e7494d6a91 [2020-07-29T04:38:30.459Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:38:30.459Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:38:30.459Z] ---> be4e4bea2c2e [2020-07-29T04:38:30.459Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:38:31.048Z] ---> Running in 806ea0cb2090 [2020-07-29T04:38:31.317Z] ---> 6055b01a1e8a [2020-07-29T04:38:31.317Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:38:31.594Z] ---> Running in 46e807c012c1 [2020-07-29T04:38:32.198Z] Removing intermediate container 46e807c012c1 [2020-07-29T04:38:32.198Z] ---> a2f534cde5e2 [2020-07-29T04:38:32.198Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T04:38:32.469Z] ---> Running in 58bf33eccd0b [2020-07-29T04:38:32.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:32.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:32.732Z] Removing intermediate container 58bf33eccd0b [2020-07-29T04:38:32.732Z] ---> 4459087c9c33 [2020-07-29T04:38:32.732Z] Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:38:32.732Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:38:32.732Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:38:32.732Z] OK: 10346 distinct packages available [2020-07-29T04:38:32.732Z] ---> Running in a985ce4e0a83 [2020-07-29T04:38:32.996Z] Removing intermediate container a985ce4e0a83 [2020-07-29T04:38:32.996Z] ---> e0005e1bd891 [2020-07-29T04:38:32.996Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:38:32.996Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:38:32.996Z] ---> Running in 28039d942297 [2020-07-29T04:38:32.996Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:38:32.996Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:38:32.996Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:38:32.996Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:38:32.996Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:38:32.996Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:38:33.261Z] OK: 7 MiB in 19 packages [2020-07-29T04:38:33.842Z] Removing intermediate container 28039d942297 [2020-07-29T04:38:33.842Z] ---> 25c8d91a540b [2020-07-29T04:38:33.842Z] [2020-07-29T04:38:34.116Z] Successfully built 25c8d91a540b [2020-07-29T04:38:34.116Z] Successfully tagged docker-core-command-go:latest [2020-07-29T04:38:35.106Z]  Building docker-core-command-go ... done Removing intermediate container 806ea0cb2090 [2020-07-29T04:38:35.106Z] ---> 7f1325f12e53 [2020-07-29T04:38:35.106Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:38:35.106Z] ---> Running in a90ecff670cd [2020-07-29T04:38:35.369Z] Removing intermediate container a90ecff670cd [2020-07-29T04:38:35.369Z] ---> 851a4abe8eee [2020-07-29T04:38:35.369Z] Step 13/26 : WORKDIR / [2020-07-29T04:38:35.369Z] ---> Running in df5bfce684b5 [2020-07-29T04:38:35.653Z] Removing intermediate container df5bfce684b5 [2020-07-29T04:38:35.653Z] ---> e972b152a486 [2020-07-29T04:38:35.653Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:38:37.615Z] ---> fc2aacaa2c79 [2020-07-29T04:38:37.615Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:38:38.570Z] Removing intermediate container db8ffecf3f9d [2020-07-29T04:38:38.570Z] ---> 13352c9df4bf [2020-07-29T04:38:38.570Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:38:38.834Z] ---> Running in d55d2b8c955c [2020-07-29T04:38:39.095Z] ---> e6351bc92767 [2020-07-29T04:38:39.095Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:38:39.683Z] ---> b33dc26a800f [2020-07-29T04:38:39.683Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:38:39.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:38:39.950Z] ---> a511ae578854 [2020-07-29T04:38:39.950Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.128s coverage: 86.3% of statements [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.954s coverage: 72.2% of statements [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.406s coverage: 72.1% of statements [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.084s coverage: 96.8% of statements [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 26.9% of statements [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T04:38:40.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.1% of statements [2020-07-29T04:38:40.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements [2020-07-29T04:38:40.907Z] ---> 709da700a236 [2020-07-29T04:38:40.907Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:38:41.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 43.1% of statements [2020-07-29T04:38:41.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T04:38:41.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T04:38:41.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements [2020-07-29T04:38:41.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T04:38:41.630Z] ---> 953fc68f8cc6 [2020-07-29T04:38:41.630Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:38:42.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.081s coverage: 83.8% of statements [2020-07-29T04:38:42.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T04:38:42.729Z] Removing intermediate container d55d2b8c955c [2020-07-29T04:38:42.729Z] ---> 1df29b43ce5b [2020-07-29T04:38:42.729Z] [2020-07-29T04:38:42.729Z] Step 11/26 : FROM docker:latest [2020-07-29T04:38:42.729Z] ---> 81f5749c9058 [2020-07-29T04:38:42.729Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:38:42.729Z] ---> 10be8441920d [2020-07-29T04:38:42.729Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:38:42.729Z] ---> Running in 2a930c7ed9bc [2020-07-29T04:38:44.149Z] ---> 896e26ba8c8b [2020-07-29T04:38:44.149Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:38:44.410Z] ---> Running in b5242f3451b1 [2020-07-29T04:38:44.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:44.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:44.670Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:38:44.670Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:38:44.939Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:38:44.939Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:38:44.939Z] OK: 12 MiB in 22 packages [2020-07-29T04:38:44.939Z] Removing intermediate container d5adedf48bb9 [2020-07-29T04:38:44.939Z] ---> ce630e5c4cea [2020-07-29T04:38:44.939Z] [2020-07-29T04:38:44.939Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:38:44.939Z] ---> a24bb4013296 [2020-07-29T04:38:44.939Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:38:46.334Z] ---> Running in 831cf93a2189 [2020-07-29T04:38:46.601Z] Removing intermediate container 5a5df8eabb95 [2020-07-29T04:38:46.601Z] ---> f5b82d7919cc [2020-07-29T04:38:46.601Z] [2020-07-29T04:38:46.601Z] Step 10/20 : FROM alpine [2020-07-29T04:38:46.601Z] ---> a24bb4013296 [2020-07-29T04:38:46.601Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:38:46.601Z] ---> Running in d28ab23db415 [2020-07-29T04:38:46.864Z] Removing intermediate container 831cf93a2189 [2020-07-29T04:38:46.864Z] ---> 3e82973b8bf8 [2020-07-29T04:38:46.864Z] Step 11/29 : USER root [2020-07-29T04:38:47.129Z] ---> Running in a59bbaeb9cb4 [2020-07-29T04:38:47.129Z] Removing intermediate container 2a930c7ed9bc [2020-07-29T04:38:47.129Z] ---> da5e50d2f0fa [2020-07-29T04:38:47.129Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:38:47.129Z] ---> Running in 50093c26eb1a [2020-07-29T04:38:47.390Z] Removing intermediate container a59bbaeb9cb4 [2020-07-29T04:38:47.390Z] ---> 69a0948c1da5 [2020-07-29T04:38:47.390Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:38:47.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:47.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:47.653Z] ---> Running in f750396efb64 [2020-07-29T04:38:47.653Z] Removing intermediate container b5242f3451b1 [2020-07-29T04:38:47.653Z] ---> 0872b37b5d11 [2020-07-29T04:38:47.653Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:38:47.924Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:38:47.924Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:38:47.924Z] OK: 12749 distinct packages available [2020-07-29T04:38:47.924Z] ---> Running in 360e943c6672 [2020-07-29T04:38:48.188Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:38:48.188Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:38:48.188Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:38:48.188Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:38:48.188Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:38:48.188Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:38:48.188Z] OK: 7 MiB in 18 packages [2020-07-29T04:38:48.763Z] Removing intermediate container 360e943c6672 [2020-07-29T04:38:48.763Z] ---> e1ca0130727b [2020-07-29T04:38:48.763Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.237s coverage: 46.1% of statements [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T04:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T04:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.038s coverage: 100.0% of statements [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T04:38:48.845Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2020-07-29T04:38:48.845Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T04:38:49.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:49.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:49.029Z] ---> Running in 6a053d666c97 [2020-07-29T04:38:49.290Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:38:49.290Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:38:49.290Z] OK: 12749 distinct packages available [2020-07-29T04:38:49.290Z] Removing intermediate container 6a053d666c97 [2020-07-29T04:38:49.290Z] ---> f93cddf3d4e6 [2020-07-29T04:38:49.290Z] Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:38:49.551Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:38:49.551Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:38:49.551Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:38:49.551Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:38:49.551Z] Removing intermediate container 50093c26eb1a [2020-07-29T04:38:49.551Z] ---> c25a21316d55 [2020-07-29T04:38:49.551Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:38:49.814Z] OK: 6 MiB in 16 packages [2020-07-29T04:38:51.234Z] ---> Running in cab605473905 [2020-07-29T04:38:51.234Z] ---> Running in 48eff6f3a565 [2020-07-29T04:38:51.234Z] Removing intermediate container d28ab23db415 [2020-07-29T04:38:51.234Z] ---> 782dcef1a826 [2020-07-29T04:38:51.234Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:38:51.234Z] ---> Running in 963ccbfe165a [2020-07-29T04:38:51.806Z] Removing intermediate container cab605473905 [2020-07-29T04:38:51.806Z] ---> 9b2559a7c700 [2020-07-29T04:38:51.806Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:38:52.069Z] Removing intermediate container 48eff6f3a565 [2020-07-29T04:38:52.069Z] ---> 195e7321d054 [2020-07-29T04:38:52.069Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:38:52.069Z] ---> Running in 6d0f12308793 [2020-07-29T04:38:52.069Z] ---> Running in 11c6b6e531b2 [2020-07-29T04:38:52.331Z] Removing intermediate container 963ccbfe165a [2020-07-29T04:38:52.331Z] ---> 6880e980495e [2020-07-29T04:38:52.331Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:38:52.331Z] Removing intermediate container f750396efb64 [2020-07-29T04:38:52.331Z] ---> cef327d782d5 [2020-07-29T04:38:52.331Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:38:52.331Z] ---> Running in 0550f166c34b [2020-07-29T04:38:52.331Z] ---> Running in 4c37b00123c4 [2020-07-29T04:38:52.596Z] Removing intermediate container 6d0f12308793 [2020-07-29T04:38:52.596Z] ---> bc84fd252422 [2020-07-29T04:38:52.596Z] [2020-07-29T04:38:52.596Z] Removing intermediate container 11c6b6e531b2 [2020-07-29T04:38:52.596Z] ---> 325d6fd7571d [2020-07-29T04:38:52.596Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:38:52.596Z] Successfully built bc84fd252422 [2020-07-29T04:38:52.596Z] ---> Running in 1f4d92d66733 [2020-07-29T04:38:52.596Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T04:38:52.856Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0550f166c34b [2020-07-29T04:38:52.856Z] ---> 70e245200241 [2020-07-29T04:38:52.856Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:38:52.856Z] Removing intermediate container 4c37b00123c4 [2020-07-29T04:38:52.856Z] ---> 253b4a07d6c6 [2020-07-29T04:38:52.856Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:38:53.121Z] ---> Running in 02996164e129 [2020-07-29T04:38:53.121Z] Removing intermediate container 1f4d92d66733 [2020-07-29T04:38:53.121Z] ---> baa2c70a5094 [2020-07-29T04:38:53.121Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:38:53.121Z] ---> 85a018062998 [2020-07-29T04:38:53.121Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:38:53.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.279s coverage: 29.1% of statements [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T04:38:53.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T04:38:53.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T04:38:53.190Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements [2020-07-29T04:38:53.190Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T04:38:53.383Z] Removing intermediate container 02996164e129 [2020-07-29T04:38:53.383Z] ---> b58e19d0ec30 [2020-07-29T04:38:53.383Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:38:53.383Z] ---> Running in 11a119188db2 [2020-07-29T04:38:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2020-07-29T04:38:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T04:38:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T04:38:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T04:38:53.789Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T04:38:53.956Z] ---> d5cc1f404ffe [2020-07-29T04:38:53.956Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:38:53.956Z] ---> 56340c3d6466 [2020-07-29T04:38:53.956Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:38:53.956Z] ---> Running in a0fa910a04c5 [2020-07-29T04:38:54.220Z] Removing intermediate container a0fa910a04c5 [2020-07-29T04:38:54.220Z] ---> 97f64fbbb771 [2020-07-29T04:38:54.220Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:38:54.220Z] ---> 133b3f6e21fa [2020-07-29T04:38:54.220Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:38:54.220Z] ---> Running in 7ea156591a82 [2020-07-29T04:38:54.495Z] Removing intermediate container 7ea156591a82 [2020-07-29T04:38:54.495Z] ---> e4f18370761f [2020-07-29T04:38:54.495Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T04:38:54.495Z] ---> Running in 3d160ad5ab59 [2020-07-29T04:38:54.495Z] Removing intermediate container 11a119188db2 [2020-07-29T04:38:54.495Z] ---> 727ef33e42fc [2020-07-29T04:38:54.495Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:38:54.495Z] ---> de5c69b91451 [2020-07-29T04:38:54.495Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:38:54.758Z] ---> Running in db45f24911ca [2020-07-29T04:38:55.238Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-07-29T04:38:55.238Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T04:38:55.238Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T04:38:55.238Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2020-07-29T04:38:55.331Z] Removing intermediate container 3d160ad5ab59 [2020-07-29T04:38:55.331Z] ---> ad0649cc5102 [2020-07-29T04:38:55.331Z] Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:38:55.331Z] ---> Running in aaded5abb00f [2020-07-29T04:38:55.592Z] ---> f7d428ba1e1f [2020-07-29T04:38:55.592Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:38:55.592Z] Removing intermediate container aaded5abb00f [2020-07-29T04:38:55.592Z] ---> 4427cdd1fbcc [2020-07-29T04:38:55.592Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:38:55.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:55.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:38:55.855Z] ---> Running in a09cdd625c86 [2020-07-29T04:38:55.855Z] ---> b2858d73fdfa [2020-07-29T04:38:55.855Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:38:55.855Z] Removing intermediate container a09cdd625c86 [2020-07-29T04:38:55.855Z] ---> 5e45c2f8c1f4 [2020-07-29T04:38:55.855Z] [2020-07-29T04:38:55.855Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:38:55.855Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:38:55.855Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:38:55.855Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:38:55.855Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:38:55.855Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:38:56.116Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:38:56.116Z] Successfully built 5e45c2f8c1f4 [2020-07-29T04:38:56.116Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T04:38:56.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements [2020-07-29T04:38:56.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-29T04:38:57.544Z] GO111MODULE=on go vet ./... [2020-07-29T04:39:00.323Z]  Building docker-security-proxy-setup-go ... done  ---> c81b34a3ba73 [2020-07-29T04:39:00.323Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:39:00.584Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:39:00.584Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:39:00.584Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:39:00.584Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:39:00.584Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:39:00.584Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:39:00.584Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:39:00.584Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:39:00.584Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:39:00.584Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:39:00.584Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:39:00.584Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:39:01.160Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:39:01.424Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:39:01.424Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:39:01.689Z] ---> 7628f299288d [2020-07-29T04:39:01.689Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:39:01.689Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:39:01.689Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:39:01.689Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:39:01.689Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:39:01.689Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:39:01.689Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:39:01.689Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:39:01.689Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:39:01.689Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:39:01.689Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:39:01.689Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:39:01.689Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:39:01.949Z] OK: 71 MiB in 55 packages [2020-07-29T04:39:02.521Z] ---> 1d86bc1a6751 [2020-07-29T04:39:02.521Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:39:02.783Z] ---> Running in a386697e9e13 [2020-07-29T04:39:08.094Z] Removing intermediate container a386697e9e13 [2020-07-29T04:39:08.094Z] ---> 0de9a6ab4b8e [2020-07-29T04:39:08.094Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:39:08.094Z] Removing intermediate container db45f24911ca [2020-07-29T04:39:08.094Z] ---> 5c1f4cf64466 [2020-07-29T04:39:08.094Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:39:08.094Z] ---> Running in 8e6f0038c6b9 [2020-07-29T04:39:08.094Z] ---> 5dd0f3983b96 [2020-07-29T04:39:08.094Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:39:08.094Z] ---> Running in e9b254ffeaf2 [2020-07-29T04:39:08.672Z] Removing intermediate container e9b254ffeaf2 [2020-07-29T04:39:08.672Z] ---> e392faf829ea [2020-07-29T04:39:08.672Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:39:08.672Z] ---> Running in 66be7337e397 [2020-07-29T04:39:09.245Z] Collecting docker-compose==1.23.2 [2020-07-29T04:39:09.245Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:39:09.245Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:39:09.245Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:39:09.245Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:39:09.814Z] Removing intermediate container 66be7337e397 [2020-07-29T04:39:09.814Z] ---> cedd3335ba82 [2020-07-29T04:39:09.814Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:39:09.814Z] ---> Running in 9d533f4e7234 [2020-07-29T04:39:09.814Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:39:09.814Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:39:10.075Z] Removing intermediate container 9d533f4e7234 [2020-07-29T04:39:10.075Z] ---> bb7b93046ce6 [2020-07-29T04:39:10.075Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:39:10.075Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:39:10.075Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:39:10.075Z] ---> Running in ecddcfc996a1 [2020-07-29T04:39:10.075Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:39:10.075Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:39:10.075Z] Removing intermediate container ecddcfc996a1 [2020-07-29T04:39:10.075Z] ---> 662ce7ae1786 [2020-07-29T04:39:10.075Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T04:39:10.336Z] ---> Running in b4cf886cb751 [2020-07-29T04:39:10.336Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:39:10.336Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:39:10.336Z] Removing intermediate container b4cf886cb751 [2020-07-29T04:39:10.336Z] ---> 3e2acaa91690 [2020-07-29T04:39:10.336Z] Step 28/29 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:39:10.597Z] ---> Running in 3213d8141f1a [2020-07-29T04:39:11.538Z] Removing intermediate container 3213d8141f1a [2020-07-29T04:39:11.538Z] ---> 488b57243c73 [2020-07-29T04:39:11.538Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:39:11.798Z] ---> Running in 7fac14213851 [2020-07-29T04:39:11.798Z] Removing intermediate container 7fac14213851 [2020-07-29T04:39:11.798Z] ---> c4040753beb8 [2020-07-29T04:39:11.798Z] [2020-07-29T04:39:12.058Z] Successfully built c4040753beb8 [2020-07-29T04:39:12.058Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T04:39:12.058Z]  Building docker-security-secrets-setup-go ... done Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:39:12.058Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:39:12.627Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:39:12.627Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:39:13.196Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:39:13.196Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:39:13.456Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:39:13.456Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:39:13.456Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:39:13.456Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:39:13.716Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-29T04:39:13.716Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-29T04:39:13.716Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:39:13.716Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:39:13.716Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:39:13.716Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:39:13.716Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:39:13.716Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:39:13.716Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:39:13.716Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:39:13.976Z] Installing collected packages: docopt, websocket-client, jsonschema, cached-property, PyYAML, texttable, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-07-29T04:39:13.977Z] Running setup.py install for docopt: started [2020-07-29T04:39:14.547Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:39:14.810Z] Running setup.py install for PyYAML: started [2020-07-29T04:39:15.381Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:39:15.381Z] Running setup.py install for texttable: started [2020-07-29T04:39:15.846Z] gofmt -l . [2020-07-29T04:39:15.951Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:39:15.951Z] Running setup.py install for dockerpty: started [2020-07-29T04:39:16.210Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:39:16.210Z] Attempting uninstall: urllib3 [2020-07-29T04:39:16.210Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:39:16.210Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:39:16.210Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:39:16.470Z] Attempting uninstall: idna [2020-07-29T04:39:16.470Z] Found existing installation: idna 2.9 [2020-07-29T04:39:16.470Z] Uninstalling idna-2.9: [2020-07-29T04:39:16.470Z] Successfully uninstalled idna-2.9 [2020-07-29T04:39:16.730Z] Attempting uninstall: requests [2020-07-29T04:39:16.730Z] Found existing installation: requests 2.23.0 [2020-07-29T04:39:16.730Z] Uninstalling requests-2.23.0: [2020-07-29T04:39:16.730Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:39:17.269Z] [ "`gofmt -l .`" = "" ] [2020-07-29T04:39:17.300Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-29T04:39:19.232Z] ./bin/test-go-mod-tidy.sh [2020-07-29T04:39:19.828Z] ./bin/test-attribution-txt.sh [2020-07-29T04:39:21.508Z] Removing intermediate container 8e6f0038c6b9 [2020-07-29T04:39:21.509Z] ---> 22dc47034841 [2020-07-29T04:39:21.509Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:39:21.509Z] ---> Running in 4255799da529 [2020-07-29T04:39:21.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T04:39:21.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T04:39:21.773Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:39:21.773Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:39:21.773Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:39:21.773Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:39:21.773Z] OK: 72 MiB in 58 packages [2020-07-29T04:39:22.345Z] Removing intermediate container 4255799da529 [2020-07-29T04:39:22.345Z] ---> 8f76a9af20d3 [2020-07-29T04:39:22.345Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:39:22.345Z] ---> Running in a4a5e5036ca6 [2020-07-29T04:39:22.606Z] Removing intermediate container a4a5e5036ca6 [2020-07-29T04:39:22.606Z] ---> 885b548e4d01 [2020-07-29T04:39:22.606Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T04:39:22.606Z] ---> Running in 3f27a06226fe [2020-07-29T04:39:22.877Z] Removing intermediate container 3f27a06226fe [2020-07-29T04:39:22.877Z] ---> b789d18c364d [2020-07-29T04:39:22.877Z] Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:39:22.877Z] ---> Running in af48d96f75b1 [2020-07-29T04:39:22.877Z] Removing intermediate container af48d96f75b1 [2020-07-29T04:39:22.877Z] ---> c6804b13e3bf [2020-07-29T04:39:22.877Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:39:23.144Z] ---> Running in 393b87fa20e7 [2020-07-29T04:39:23.144Z] Removing intermediate container 393b87fa20e7 [2020-07-29T04:39:23.144Z] ---> 60a1997d029e [2020-07-29T04:39:23.144Z] [Pipeline] sh [2020-07-29T04:39:23.405Z] Successfully built 60a1997d029e [2020-07-29T04:39:23.405Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T04:39:23.853Z] + ls -al . [2020-07-29T04:39:23.853Z] total 588 [2020-07-29T04:39:23.853Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 04:39 . [2020-07-29T04:39:23.853Z] drwxr-xr-x 4 root root 4096 Jul 29 04:37 .. [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 04:35 .dockerignore [2020-07-29T04:39:23.853Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 .git [2020-07-29T04:39:23.853Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .github [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 04:35 .gitignore [2020-07-29T04:39:23.853Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 04:35 .semver [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 04:35 .sonarcloud.properties [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 04:35 CONTRIBUTING.md [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 04:35 Dockerfile.build [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 04:35 Jenkinsfile [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 04:35 LICENSE [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 04:35 Makefile [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 04:35 README.md [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 04:35 SECURITY.md [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 04:31 VERSION [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 04:35 ZMQWindows.md [2020-07-29T04:39:23.853Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 api [2020-07-29T04:39:23.853Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 04:35 bin [2020-07-29T04:39:23.853Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 04:35 cmd [2020-07-29T04:39:23.853Z] -rw-r--r-- 1 root root 457776 Jul 29 04:38 coverage.out [2020-07-29T04:39:23.853Z] -rw-r--r-- 1 root root 1019 Jul 29 04:39 go.mod [2020-07-29T04:39:23.853Z] -rw-r--r-- 1 root root 19185 Jul 29 04:39 go.sum [2020-07-29T04:39:23.853Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 04:35 internal [2020-07-29T04:39:23.853Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 04:35 snap [2020-07-29T04:39:23.853Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 04:35 version.go [Pipeline] sh [2020-07-29T04:39:24.015Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T04:39:24.046Z] $ docker stop --time=1 024c6def93095f49e4ffa74917ac5df1979ed0d7709c646f4ad1e91b7e1332ee [2020-07-29T04:39:24.504Z] + '[' -e coverage.out ] [2020-07-29T04:39:24.504Z] + chown 1001:1001 coverage.out [2020-07-29T04:39:25.706Z] $ docker rm -f 024c6def93095f49e4ffa74917ac5df1979ed0d7709c646f4ad1e91b7e1332ee [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stash [2020-07-29T04:39:25.963Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T04:39:26.179Z] + docker images [2020-07-29T04:39:26.179Z] + grep docker [2020-07-29T04:39:26.179Z] docker-sys-mgmt-agent-go latest 60a1997d029e 3 seconds ago 284MB [2020-07-29T04:39:26.179Z] docker-security-secrets-setup-go latest c4040753beb8 15 seconds ago 25.1MB [2020-07-29T04:39:26.179Z] docker-security-proxy-setup-go latest 5e45c2f8c1f4 31 seconds ago 16.4MB [2020-07-29T04:39:26.179Z] docker-security-secretstore-setup-go latest bc84fd252422 34 seconds ago 33.9MB [2020-07-29T04:39:26.179Z] docker-core-command-go latest 25c8d91a540b 53 seconds ago 13MB [2020-07-29T04:39:26.179Z] docker-core-data-go latest 0c2155fc6940 About a minute ago 24.4MB [2020-07-29T04:39:26.179Z] docker-support-notifications-go latest d883a86a6cc0 2 minutes ago 14.5MB [2020-07-29T04:39:26.179Z] docker-core-metadata-go latest a6fb473939db 2 minutes ago 14.4MB [2020-07-29T04:39:26.179Z] docker-support-scheduler-go latest fa7773f9462f 2 minutes ago 13.1MB [2020-07-29T04:39:26.179Z] docker-support-logging-go latest cb74e2326198 2 minutes ago 11.8MB [2020-07-29T04:39:26.179Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T04:39:27.014Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T04:39:27.710Z] + make build [2020-07-29T04:39:27.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:39:46.066Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:39:58.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:40:02.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:40:07.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:40:13.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:40:14.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:40:20.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:40:25.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:40:28.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:40:33.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:40:38.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:40:42.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-29T04:40:47.166Z] $ docker stop --time=1 43431a1e0cb19427d783e66f97e32de66e33985f7f12206e8360fdff62e47df8 [2020-07-29T04:40:49.730Z] $ docker rm -f 43431a1e0cb19427d783e66f97e32de66e33985f7f12206e8360fdff62e47df8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:40:51.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:40:51.250Z] [2020-07-29T04:40:51.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:40:51.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:40:51.896Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T04:40:51.896Z] 29e5d40040c1: Pulling fs layer [2020-07-29T04:40:51.896Z] 1ce36da41761: Pulling fs layer [2020-07-29T04:40:51.896Z] 25b303627fd3: Pulling fs layer [2020-07-29T04:40:52.168Z] 29e5d40040c1: Verifying Checksum [2020-07-29T04:40:52.168Z] 29e5d40040c1: Download complete [2020-07-29T04:40:52.780Z] 1ce36da41761: Verifying Checksum [2020-07-29T04:40:52.780Z] 1ce36da41761: Download complete [2020-07-29T04:40:52.780Z] 29e5d40040c1: Pull complete [2020-07-29T04:40:54.207Z] 1ce36da41761: Pull complete [2020-07-29T04:40:54.207Z] 25b303627fd3: Verifying Checksum [2020-07-29T04:40:54.207Z] 25b303627fd3: Download complete [2020-07-29T04:41:04.346Z] 25b303627fd3: Pull complete [2020-07-29T04:41:04.346Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T04:41:04.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:41:04.346Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T04:41:04.603Z] prd-ubuntu18.04-docker-arm64-4c-16g-1388 does not seem to be running inside a container [2020-07-29T04:41:04.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-07-29T04:41:08.210Z] $ docker top 3f5c1231f298059ffce5e6cd9992642eb59476baa936d72bfb9a6a2af7ca02d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:41:09.612Z] + docker-compose+ buildgrep --help parallel [2020-07-29T04:41:09.613Z] [2020-07-29T04:41:12.977Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T04:41:13.262Z] $ docker stop --time=1 3f5c1231f298059ffce5e6cd9992642eb59476baa936d72bfb9a6a2af7ca02d7 [2020-07-29T04:41:15.181Z] $ docker rm -f 3f5c1231f298059ffce5e6cd9992642eb59476baa936d72bfb9a6a2af7ca02d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:41:15.955Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T04:41:15.955Z] . [Pipeline] withDockerContainer [2020-07-29T04:41:16.219Z] prd-ubuntu18.04-docker-arm64-4c-16g-1388 does not seem to be running inside a container [2020-07-29T04:41:16.285Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T04:41:17.737Z] $ docker top 46c15808778d7bbf903264c08b996c616b97390be423d5bd22627280484c8397 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T04:41:18.781Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T04:41:22.144Z] Building docker-core-command-go ... [2020-07-29T04:41:22.144Z] Building docker-core-data-go ... [2020-07-29T04:41:22.144Z] Building docker-core-metadata-go ... [2020-07-29T04:41:22.144Z] Building docker-security-proxy-setup-go ... [2020-07-29T04:41:22.144Z] Building docker-security-secrets-setup-go ... [2020-07-29T04:41:22.144Z] Building docker-security-secretstore-setup-go ... [2020-07-29T04:41:22.144Z] Building docker-support-logging-go ... [2020-07-29T04:41:22.144Z] Building docker-support-notifications-go ... [2020-07-29T04:41:22.144Z] Building docker-support-scheduler-go ... [2020-07-29T04:41:22.144Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T04:41:22.144Z] Building docker-support-scheduler-go [2020-07-29T04:41:22.144Z] Building docker-security-secretstore-setup-go [2020-07-29T04:41:22.144Z] Building docker-security-proxy-setup-go [2020-07-29T04:41:22.144Z] Building docker-sys-mgmt-agent-go [2020-07-29T04:41:22.417Z] Building docker-core-metadata-go [2020-07-29T04:43:29.287Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:29.287Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:29.287Z] ---> fdef46375fae [2020-07-29T04:43:29.287Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:43:29.287Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:29.287Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:29.287Z] ---> fdef46375fae [2020-07-29T04:43:29.288Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:43:29.288Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:29.288Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:29.288Z] ---> fdef46375fae [2020-07-29T04:43:29.288Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:43:29.288Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:43:29.288Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:29.288Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine ---> fdef46375fae [2020-07-29T04:43:29.288Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T04:43:29.288Z] [2020-07-29T04:43:29.288Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:43:29.288Z] ---> fdef46375fae [2020-07-29T04:43:29.288Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T04:43:29.288Z] ---> Running in f9e70085595a [2020-07-29T04:43:29.288Z] ---> Running in 183f3a9f7255 [2020-07-29T04:43:29.288Z] ---> Running in 7479a99d7397 [2020-07-29T04:43:29.288Z] ---> Running in 1d9635796dd9 [2020-07-29T04:43:29.288Z] ---> Running in b046d88390fb [2020-07-29T04:43:29.288Z] Removing intermediate container 183f3a9f7255 [2020-07-29T04:43:29.288Z] ---> a6239c477ac1 [2020-07-29T04:43:29.288Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:29.288Z] Removing intermediate container f9e70085595a [2020-07-29T04:43:29.288Z] ---> 4f5cf48f5cd0 [2020-07-29T04:43:29.288Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:29.288Z] Removing intermediate container b046d88390fb [2020-07-29T04:43:29.288Z] ---> 1e7264011beb [2020-07-29T04:43:29.288Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:29.288Z] ---> Running in 71621b658d89 [2020-07-29T04:43:29.288Z] Removing intermediate container 7479a99d7397 [2020-07-29T04:43:29.288Z] Removing intermediate container 1d9635796dd9 [2020-07-29T04:43:29.288Z] ---> 1596b2e29865 [2020-07-29T04:43:29.288Z] ---> 1a3f36527f11 [2020-07-29T04:43:29.288Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:29.288Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:43:29.288Z] ---> Running in 465fe19b4355 [2020-07-29T04:43:29.288Z] ---> Running in 74b7e1f874a0 [2020-07-29T04:43:29.288Z] ---> Running in a3d499954046 [2020-07-29T04:43:29.288Z] ---> Running in 629cd27be39d [2020-07-29T04:43:29.288Z] Removing intermediate container 71621b658d89 [2020-07-29T04:43:29.288Z] ---> 308f0fe525e5 [2020-07-29T04:43:29.288Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T04:43:29.288Z] Removing intermediate container 465fe19b4355 [2020-07-29T04:43:29.288Z] ---> f5549442f569 [2020-07-29T04:43:29.288Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:43:29.288Z] ---> Running in e362725b236b [2020-07-29T04:43:29.288Z] ---> Running in 452cb820e5f2 [2020-07-29T04:43:29.288Z] Removing intermediate container a3d499954046 [2020-07-29T04:43:29.288Z] ---> 0389c4291e06 [2020-07-29T04:43:29.288Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T04:43:29.288Z] Removing intermediate container 629cd27be39d [2020-07-29T04:43:29.288Z] ---> 3ca18011891c [2020-07-29T04:43:29.288Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:43:29.288Z] ---> Running in f1e508328364 [2020-07-29T04:43:29.288Z] Removing intermediate container 74b7e1f874a0 [2020-07-29T04:43:29.288Z] ---> 0242c9cc3b37 [2020-07-29T04:43:29.288Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T04:43:29.288Z] ---> Running in d503009842ce [2020-07-29T04:43:29.288Z] ---> Running in 375ccb883437 [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:29.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:43:30.120Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:30.120Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:30.120Z] OK: 12620 distinct packages available [2020-07-29T04:43:30.120Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:30.120Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:30.120Z] OK: 12620 distinct packages available [2020-07-29T04:43:30.717Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:30.717Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:30.717Z] OK: 12620 distinct packages available [2020-07-29T04:43:30.717Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:30.717Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:30.717Z] OK: 12620 distinct packages available [2020-07-29T04:43:30.992Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:30.992Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:43:30.992Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:43:30.993Z] OK: 12620 distinct packages available [2020-07-29T04:43:30.993Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:31.631Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:31.906Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:31.906Z] OK: 217 MiB in 51 packages [2020-07-29T04:43:32.893Z] Removing intermediate container 452cb820e5f2 [2020-07-29T04:43:32.893Z] ---> d776bb8a5411 [2020-07-29T04:43:32.893Z] Step 6/21 : COPY go.mod . [2020-07-29T04:43:33.493Z] Removing intermediate container d503009842ce [2020-07-29T04:43:33.493Z] ---> c58a149937d4 [2020-07-29T04:43:33.493Z] Step 6/20 : COPY go.mod . [2020-07-29T04:43:33.493Z] Removing intermediate container 375ccb883437 [2020-07-29T04:43:33.493Z] ---> d6f52c7ae8af [2020-07-29T04:43:33.493Z] Step 6/20 : COPY go.mod . [2020-07-29T04:43:33.493Z] Removing intermediate container e362725b236b [2020-07-29T04:43:33.493Z] ---> c0957f1ccdf7 [2020-07-29T04:43:33.493Z] Step 6/26 : COPY go.mod . [2020-07-29T04:43:33.768Z] ---> ca2828172ae2 [2020-07-29T04:43:33.768Z] Step 7/21 : RUN go mod download [2020-07-29T04:43:33.768Z] Removing intermediate container f1e508328364 [2020-07-29T04:43:33.768Z] ---> 20af5fee592d [2020-07-29T04:43:33.768Z] Step 6/26 : COPY go.mod . [2020-07-29T04:43:34.048Z] ---> Running in 9edfe4684990 [2020-07-29T04:43:34.646Z] ---> 1d28f9fd7e4f [2020-07-29T04:43:34.646Z] Step 7/20 : RUN go mod download [2020-07-29T04:43:34.646Z] ---> 683ef38aa631 [2020-07-29T04:43:34.646Z] Step 7/26 : RUN go mod download [2020-07-29T04:43:34.646Z] ---> 2b72836f2c9c [2020-07-29T04:43:34.646Z] Step 7/20 : RUN go mod download [2020-07-29T04:43:34.917Z] ---> Running in 1735e748a27c [2020-07-29T04:43:34.917Z] ---> Running in a872c12fa143 [2020-07-29T04:43:34.917Z] ---> Running in 046532cb28ff [2020-07-29T04:43:35.192Z] ---> f36451aab865 [2020-07-29T04:43:35.192Z] Step 7/26 : RUN go mod download [2020-07-29T04:43:35.468Z] ---> Running in 4849c32ed8e6 [2020-07-29T04:43:38.094Z] Removing intermediate container 9edfe4684990 [2020-07-29T04:43:38.094Z] ---> 97cd7e8f3bbc [2020-07-29T04:43:38.094Z] Step 8/21 : COPY . . [2020-07-29T04:43:42.402Z] Removing intermediate container 1735e748a27c [2020-07-29T04:43:42.402Z] ---> ee73df4b3d19 [2020-07-29T04:43:42.402Z] Step 8/20 : COPY . . [2020-07-29T04:43:43.995Z] Removing intermediate container 4849c32ed8e6 [2020-07-29T04:43:43.995Z] ---> a7d557415dd6 [2020-07-29T04:43:43.995Z] Step 8/26 : COPY . . [2020-07-29T04:43:44.974Z] Removing intermediate container 046532cb28ff [2020-07-29T04:43:44.974Z] ---> d653b141aa0b [2020-07-29T04:43:44.974Z] Step 8/20 : COPY . . [2020-07-29T04:43:46.954Z] Removing intermediate container a872c12fa143 [2020-07-29T04:43:46.954Z] ---> 3cebfc4b3433 [2020-07-29T04:43:46.954Z] Step 8/26 : COPY . . [2020-07-29T04:44:13.772Z] ---> 4f66df65cf55 [2020-07-29T04:44:13.772Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T04:44:13.772Z] ---> Running in d498968df772 [2020-07-29T04:44:13.772Z] ---> 4360d43e029a [2020-07-29T04:44:13.772Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T04:44:13.772Z] ---> be0091ea7329 [2020-07-29T04:44:13.772Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T04:44:13.772Z] ---> Running in 87291d06aa7f [2020-07-29T04:44:13.772Z] ---> b79f381efe29 [2020-07-29T04:44:13.772Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T04:44:13.772Z] ---> 2b23a27fd5fd [2020-07-29T04:44:13.772Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T04:44:13.772Z] ---> Running in 63a31cb27ef2 [2020-07-29T04:44:13.772Z] ---> Running in bd5a3bcc2256 [2020-07-29T04:44:13.772Z] ---> Running in 5d9627ac54de [2020-07-29T04:44:13.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T04:44:14.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-29T04:44:15.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-29T04:44:15.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-29T04:44:15.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-29T04:45:37.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-29T04:45:37.552Z] Removing intermediate container 87291d06aa7f [2020-07-29T04:45:37.552Z] ---> 7502bbeb9c2d [2020-07-29T04:45:37.552Z] [2020-07-29T04:45:37.552Z] Step 10/20 : FROM alpine [2020-07-29T04:45:37.552Z] latest: Pulling from library/alpine [2020-07-29T04:45:37.830Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T04:45:37.830Z] Status: Downloaded newer image for alpine:latest [2020-07-29T04:45:37.830Z] ---> 62ee0e9f8440 [2020-07-29T04:45:37.830Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T04:45:38.105Z] ---> Running in 1b2bc9fdc148 [2020-07-29T04:45:40.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:40.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:45:41.713Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:45:41.713Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:45:41.713Z] OK: 12620 distinct packages available [2020-07-29T04:45:42.309Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T04:45:42.309Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:45:42.309Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T04:45:42.309Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T04:45:42.309Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:45:42.582Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:45:42.583Z] OK: 7 MiB in 18 packages [2020-07-29T04:45:45.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-29T04:45:45.994Z] Removing intermediate container 1b2bc9fdc148 [2020-07-29T04:45:45.994Z] ---> 8fa31d22a4d8 [2020-07-29T04:45:45.994Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:45:45.994Z] ---> Running in efdb50c67011 [2020-07-29T04:45:47.436Z] Removing intermediate container efdb50c67011 [2020-07-29T04:45:47.436Z] ---> 1b6204d99fa9 [2020-07-29T04:45:47.436Z] Step 13/20 : WORKDIR /edgex [2020-07-29T04:45:47.709Z] ---> Running in 65018719d9d9 [2020-07-29T04:45:49.151Z] Removing intermediate container 65018719d9d9 [2020-07-29T04:45:49.151Z] ---> 157fbf0a9cee [2020-07-29T04:45:49.151Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T04:45:49.151Z] Removing intermediate container 63a31cb27ef2 [2020-07-29T04:45:49.151Z] ---> 54a439c4a6e4 [2020-07-29T04:45:49.151Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T04:45:49.431Z] ---> Running in 514e43704007 [2020-07-29T04:45:50.416Z] ---> d68ea73c04c4 [2020-07-29T04:45:50.416Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T04:45:52.406Z] ---> 3c937a6eb28b [2020-07-29T04:45:52.406Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T04:45:52.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-29T04:45:52.679Z] ---> Running in 7ccc2e45f146 [2020-07-29T04:45:53.276Z] Removing intermediate container 7ccc2e45f146 [2020-07-29T04:45:53.276Z] ---> 23c8e044fe6a [2020-07-29T04:45:53.276Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T04:45:53.563Z] ---> Running in ccd545d3911e [2020-07-29T04:45:54.180Z] Removing intermediate container ccd545d3911e [2020-07-29T04:45:54.180Z] ---> 8ce6dd0e583e [2020-07-29T04:45:54.180Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:45:54.180Z] ---> Running in 52582e7a6aef [2020-07-29T04:45:55.190Z] Removing intermediate container 52582e7a6aef [2020-07-29T04:45:55.190Z] ---> 0c0e3d6df12e [2020-07-29T04:45:55.190Z] Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:45:55.791Z] ---> Running in d180da9aa56f [2020-07-29T04:45:56.395Z] Removing intermediate container d180da9aa56f [2020-07-29T04:45:56.395Z] ---> 2ddab5d60864 [2020-07-29T04:45:56.395Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:45:57.001Z] ---> Running in 68c7c7253149 [2020-07-29T04:45:57.983Z] Removing intermediate container 68c7c7253149 [2020-07-29T04:45:57.983Z] ---> d0f1a35242e8 [2020-07-29T04:45:57.983Z] [2020-07-29T04:45:58.579Z] Removing intermediate container 514e43704007 [2020-07-29T04:45:58.580Z] ---> 7d78f4c878b6 [2020-07-29T04:45:58.580Z] [2020-07-29T04:45:58.580Z] Step 11/26 : FROM docker:latest [2020-07-29T04:45:58.580Z] ---> ce9d55ae87f1 [2020-07-29T04:45:58.580Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T04:45:58.853Z] Successfully built d0f1a35242e8 [2020-07-29T04:45:58.853Z] ---> Running in 6b17232a012a [2020-07-29T04:45:58.853Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T04:45:58.853Z] Building docker-security-secrets-setup-go [2020-07-29T04:46:00.300Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bd5a3bcc2256 [2020-07-29T04:46:00.300Z] ---> 833cb5631bea [2020-07-29T04:46:00.300Z] [2020-07-29T04:46:00.300Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T04:46:00.300Z] 3.10: Pulling from library/alpine [2020-07-29T04:46:01.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:01.285Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:01.882Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T04:46:01.882Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T04:46:01.882Z] ---> 536a684cf733 [2020-07-29T04:46:01.882Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T04:46:02.171Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T04:46:02.171Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T04:46:02.171Z] Executing bash-5.0.17-r0.post-install [2020-07-29T04:46:02.171Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:46:02.171Z] OK: 12 MiB in 22 packages [2020-07-29T04:46:04.820Z] ---> Running in 63024ce5d0f9 [2020-07-29T04:46:07.457Z] Removing intermediate container 6b17232a012a [2020-07-29T04:46:07.457Z] ---> 33f3ccc10a41 [2020-07-29T04:46:07.457Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T04:46:07.737Z] ---> Running in ca48826a2905 [2020-07-29T04:46:07.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:08.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:08.016Z] Removing intermediate container 5d9627ac54de [2020-07-29T04:46:08.016Z] ---> e47f20331057 [2020-07-29T04:46:08.016Z] [2020-07-29T04:46:08.016Z] Step 10/20 : FROM scratch [2020-07-29T04:46:08.016Z] ---> [2020-07-29T04:46:08.016Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:46:08.611Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T04:46:08.611Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T04:46:08.611Z] OK: 10167 distinct packages available [2020-07-29T04:46:08.611Z] ---> Running in 187ea4859f0a [2020-07-29T04:46:09.216Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T04:46:09.216Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T04:46:09.216Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T04:46:09.216Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T04:46:09.216Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T04:46:09.216Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T04:46:09.216Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T04:46:09.499Z] OK: 7 MiB in 19 packages [2020-07-29T04:46:09.771Z] Removing intermediate container 187ea4859f0a [2020-07-29T04:46:09.771Z] ---> f35675be62ed [2020-07-29T04:46:09.771Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T04:46:10.370Z] ---> Running in 3773c55cdf85 [2020-07-29T04:46:11.803Z] Removing intermediate container 3773c55cdf85 [2020-07-29T04:46:11.803Z] ---> 70b660b305e3 [2020-07-29T04:46:11.803Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T04:46:12.081Z] Removing intermediate container d498968df772 [2020-07-29T04:46:12.081Z] ---> 07880dd2f93e [2020-07-29T04:46:12.081Z] [2020-07-29T04:46:12.081Z] Step 10/21 : FROM scratch [2020-07-29T04:46:12.081Z] ---> [2020-07-29T04:46:12.081Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:46:12.081Z] ---> Using cache [2020-07-29T04:46:12.081Z] ---> f35675be62ed [2020-07-29T04:46:12.081Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T04:46:12.356Z] ---> Running in af9952c9ec4d [2020-07-29T04:46:12.356Z] Removing intermediate container ca48826a2905 [2020-07-29T04:46:12.356Z] ---> 55e529385779 [2020-07-29T04:46:12.356Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T04:46:12.626Z] ---> Running in e38467ea8bd7 [2020-07-29T04:46:12.902Z] Removing intermediate container 63024ce5d0f9 [2020-07-29T04:46:12.902Z] ---> f596a8c476f1 [2020-07-29T04:46:12.902Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T04:46:13.179Z] ---> Running in 0e3983184a71 [2020-07-29T04:46:13.451Z] Removing intermediate container af9952c9ec4d [2020-07-29T04:46:13.451Z] ---> 527dfbd21d23 [2020-07-29T04:46:13.451Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T04:46:13.724Z] ---> Running in 1fbb1665127b [2020-07-29T04:46:13.724Z] Removing intermediate container e38467ea8bd7 [2020-07-29T04:46:13.724Z] ---> 191fca6f0847 [2020-07-29T04:46:13.724Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:46:14.316Z] Removing intermediate container 0e3983184a71 [2020-07-29T04:46:14.317Z] ---> 233c891dadf3 [2020-07-29T04:46:14.317Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T04:46:14.317Z] ---> Running in 586838cabe59 [2020-07-29T04:46:14.590Z] ---> 90714b80b5bf [2020-07-29T04:46:14.590Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T04:46:14.590Z] Removing intermediate container 1fbb1665127b [2020-07-29T04:46:14.590Z] ---> de30db00c6f7 [2020-07-29T04:46:14.590Z] Step 13/26 : WORKDIR / [2020-07-29T04:46:14.864Z] ---> Running in d5eb9ffb006b [2020-07-29T04:46:14.864Z] ---> Running in 4e0aae71eab2 [2020-07-29T04:46:14.864Z] Removing intermediate container 586838cabe59 [2020-07-29T04:46:14.864Z] ---> ddd6f661fe46 [2020-07-29T04:46:14.864Z] Step 14/21 : WORKDIR / [2020-07-29T04:46:15.842Z] ---> Running in e0e59adf1565 [2020-07-29T04:46:15.842Z] Removing intermediate container d5eb9ffb006b [2020-07-29T04:46:15.842Z] ---> 69dc3c7900a2 [2020-07-29T04:46:15.842Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T04:46:16.442Z] Removing intermediate container 4e0aae71eab2 [2020-07-29T04:46:16.442Z] ---> afec57e401d7 [2020-07-29T04:46:16.442Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-29T04:46:16.442Z] ---> 19ddc8428deb [2020-07-29T04:46:16.442Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:16.715Z] ---> Running in c7eddd896b77 [2020-07-29T04:46:16.985Z] Removing intermediate container e0e59adf1565 [2020-07-29T04:46:16.985Z] ---> 768dbdd74148 [2020-07-29T04:46:16.985Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T04:46:17.576Z] Removing intermediate container c7eddd896b77 [2020-07-29T04:46:17.576Z] ---> dd4e1e5613c5 [2020-07-29T04:46:17.576Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T04:46:17.848Z] ---> 228bca0bd4a9 [2020-07-29T04:46:17.848Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-29T04:46:17.848Z] ---> 838f780a4941 [2020-07-29T04:46:17.848Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:46:18.456Z] ---> 446709c49073 [2020-07-29T04:46:18.456Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T04:46:18.728Z] ---> Running in 83a7635f53f6 [2020-07-29T04:46:19.342Z] ---> b97ee29de59d [2020-07-29T04:46:19.342Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:19.617Z] ---> 9a5ecdf691eb [2020-07-29T04:46:19.617Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:20.220Z] Removing intermediate container 83a7635f53f6 [2020-07-29T04:46:20.220Z] ---> edc9c9676390 [2020-07-29T04:46:20.220Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T04:46:20.220Z] ---> b143f73a25cd [2020-07-29T04:46:20.220Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T04:46:20.220Z] ---> Running in bb9f33d617d6 [2020-07-29T04:46:20.495Z] ---> 60b91b6ba9d4 [2020-07-29T04:46:20.495Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T04:46:20.495Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:20.495Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T04:46:20.495Z] ---> fdef46375fae [2020-07-29T04:46:20.495Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T04:46:20.495Z] ---> Using cache [2020-07-29T04:46:20.495Z] ---> 1596b2e29865 [2020-07-29T04:46:20.495Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T04:46:20.495Z] ---> Running in fc2d2d359c7e [2020-07-29T04:46:20.776Z] ---> a641ba2faf5c [2020-07-29T04:46:20.776Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T04:46:21.051Z] Removing intermediate container bb9f33d617d6 [2020-07-29T04:46:21.051Z] ---> 08d6dca37a8d [2020-07-29T04:46:21.051Z] Step 19/20 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:46:21.322Z] ---> Running in ac48cf247c68 [2020-07-29T04:46:21.601Z] ---> fd461e21e507 [2020-07-29T04:46:21.601Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:46:21.601Z] ---> Running in 4090c1918283 [2020-07-29T04:46:21.601Z] ---> a12b3969368f [2020-07-29T04:46:21.601Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T04:46:21.872Z] ---> 999445274114 [2020-07-29T04:46:21.872Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T04:46:21.872Z] ---> Running in 829a1effe8fe [2020-07-29T04:46:21.872Z] Removing intermediate container ac48cf247c68 [2020-07-29T04:46:21.872Z] ---> d12b755e6b5f [2020-07-29T04:46:21.872Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T04:46:22.143Z] ---> Running in cea68d34f2c5 [2020-07-29T04:46:22.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:22.419Z] Removing intermediate container 4090c1918283 [2020-07-29T04:46:22.419Z] ---> fad149aa3223 [2020-07-29T04:46:22.419Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:46:22.699Z] ---> Running in 576fc3e291da [2020-07-29T04:46:22.974Z] Removing intermediate container cea68d34f2c5 [2020-07-29T04:46:22.974Z] ---> 73dc1392c6ea [2020-07-29T04:46:22.974Z] [2020-07-29T04:46:23.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:23.245Z] Removing intermediate container 576fc3e291da [2020-07-29T04:46:23.245Z] ---> eb15611b7db8 [2020-07-29T04:46:23.245Z] Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:46:23.526Z] Successfully built 73dc1392c6ea [2020-07-29T04:46:23.526Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T04:46:23.526Z] Building docker-core-data-go [2020-07-29T04:46:23.526Z]  Building docker-support-scheduler-go ... done  ---> eee027666012 [2020-07-29T04:46:23.526Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T04:46:23.526Z] ---> Running in 9de517a3bdf1 [2020-07-29T04:46:24.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:24.128Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:46:24.128Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:46:24.128Z] OK: 12620 distinct packages available [2020-07-29T04:46:24.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:46:24.400Z] Removing intermediate container 9de517a3bdf1 [2020-07-29T04:46:24.674Z] ---> b9657404b00b [2020-07-29T04:46:24.674Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:46:24.948Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T04:46:24.948Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T04:46:24.948Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T04:46:24.948Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T04:46:24.948Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T04:46:24.948Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T04:46:24.948Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T04:46:24.948Z] OK: 217 MiB in 51 packages [2020-07-29T04:46:25.222Z] ---> Running in 84b3776a127b [2020-07-29T04:46:25.492Z] ---> 222a502eabb2 [2020-07-29T04:46:25.492Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T04:46:26.945Z] Removing intermediate container 84b3776a127b [2020-07-29T04:46:26.945Z] ---> 975a2f2886af [2020-07-29T04:46:26.945Z] [2020-07-29T04:46:26.945Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T04:46:26.945Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T04:46:26.945Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T04:46:26.945Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T04:46:26.945Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T04:46:27.271Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T04:46:27.271Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T04:46:27.271Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T04:46:27.271Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T04:46:27.271Z] Successfully built 975a2f2886af [2020-07-29T04:46:27.271Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T04:46:27.551Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T04:46:27.551Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T04:46:27.551Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T04:46:27.551Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T04:46:27.551Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T04:46:27.551Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T04:46:27.551Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T04:46:27.551Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T04:46:27.551Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T04:46:27.551Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T04:46:27.551Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T04:46:27.551Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T04:46:27.551Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T04:46:27.551Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T04:46:27.831Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T04:46:27.831Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T04:46:27.831Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T04:46:27.831Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-07-29T04:46:27.831Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:46:27.831Z] OK: 71 MiB in 55 packages [2020-07-29T04:46:28.109Z] ---> 8da4e71e4da2 [2020-07-29T04:46:28.109Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:46:28.109Z] Removing intermediate container fc2d2d359c7e [2020-07-29T04:46:28.109Z] ---> 5cc43316cc6c [2020-07-29T04:46:28.109Z] Step 5/29 : COPY go.mod . [2020-07-29T04:46:29.091Z] ---> faa3811d2c2e [2020-07-29T04:46:29.091Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:46:30.539Z] ---> b24bef2107e5 [2020-07-29T04:46:30.539Z] Step 6/29 : RUN go mod download [2020-07-29T04:46:30.539Z] ---> Running in 025eeb2ae37c [2020-07-29T04:46:31.136Z] ---> Running in b321e8a27164 [2020-07-29T04:46:37.848Z] Removing intermediate container 025eeb2ae37c [2020-07-29T04:46:37.848Z] ---> 3a00e03138e5 [2020-07-29T04:46:37.848Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:46:37.848Z] Removing intermediate container 829a1effe8fe [2020-07-29T04:46:37.848Z] ---> bcf688a15f24 [2020-07-29T04:46:37.848Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T04:46:37.848Z] Removing intermediate container b321e8a27164 [2020-07-29T04:46:37.848Z] ---> 4e87c4b888f3 [2020-07-29T04:46:37.848Z] Step 7/29 : COPY . . [2020-07-29T04:46:37.848Z] ---> Running in 6ec48b447dd6 [2020-07-29T04:46:37.848Z] ---> Running in 07ce54950195 [2020-07-29T04:46:38.822Z] Removing intermediate container 6ec48b447dd6 [2020-07-29T04:46:38.822Z] ---> d01e02c5e560 [2020-07-29T04:46:38.822Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:46:40.257Z] ---> Running in 69489863259f [2020-07-29T04:46:42.321Z] Removing intermediate container 69489863259f [2020-07-29T04:46:42.321Z] ---> 3d49035ede4e [2020-07-29T04:46:42.321Z] Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:46:43.291Z] ---> Running in 5896e60d1259 [2020-07-29T04:46:44.267Z] Removing intermediate container 5896e60d1259 [2020-07-29T04:46:44.267Z] ---> 85c579dd8bde [2020-07-29T04:46:44.267Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:46:44.539Z] Collecting docker-compose==1.23.2 [2020-07-29T04:46:44.539Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T04:46:45.144Z] ---> Running in e9a63173fd7b [2020-07-29T04:46:46.144Z] Collecting PyYAML<4,>=3.10 [2020-07-29T04:46:46.144Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T04:46:46.428Z] Removing intermediate container e9a63173fd7b [2020-07-29T04:46:46.428Z] ---> 5b300ea3df10 [2020-07-29T04:46:46.428Z] [2020-07-29T04:46:47.407Z] Successfully built 5b300ea3df10 [2020-07-29T04:46:47.682Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T04:46:47.682Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-07-29T04:46:50.305Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T04:46:50.305Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T04:46:50.305Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T04:46:50.305Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T04:46:52.917Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T04:46:52.917Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T04:46:53.190Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-29T04:46:53.462Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T04:46:53.462Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T04:46:56.081Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T04:46:56.081Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T04:46:56.677Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T04:46:56.677Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T04:46:58.114Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T04:46:58.114Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T04:46:58.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:46:58.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:46:58.389Z] ---> fdef46375fae [2020-07-29T04:46:58.389Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T04:46:58.389Z] ---> Using cache [2020-07-29T04:46:58.389Z] ---> 1596b2e29865 [2020-07-29T04:46:58.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:46:58.389Z] ---> Using cache [2020-07-29T04:46:58.389Z] ---> 0389c4291e06 [2020-07-29T04:46:58.389Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T04:47:00.368Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T04:47:00.368Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T04:47:03.820Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T04:47:03.820Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T04:47:04.418Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-29T04:47:04.418Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-29T04:47:05.016Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T04:47:05.016Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T04:47:05.994Z] ---> Running in b5ca69c5628e [2020-07-29T04:47:06.272Z] Collecting idna<2.8,>=2.5 [2020-07-29T04:47:06.272Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T04:47:06.272Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T04:47:06.272Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T04:47:06.272Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T04:47:06.272Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T04:47:06.544Z] ---> e7fd1dc894b5 [2020-07-29T04:47:06.544Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T04:47:07.153Z] ---> Running in 048fdc0fc8d1 [2020-07-29T04:47:07.751Z] Installing collected packages: PyYAML, cached-property, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, jsonschema, dockerpty, docker-compose [2020-07-29T04:47:07.751Z] Running setup.py install for PyYAML: started [2020-07-29T04:47:08.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:08.627Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:47:08.627Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:47:08.627Z] ---> fdef46375fae [2020-07-29T04:47:08.627Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:47:08.627Z] ---> Using cache [2020-07-29T04:47:08.627Z] ---> 1596b2e29865 [2020-07-29T04:47:08.627Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:47:08.627Z] ---> Using cache [2020-07-29T04:47:08.627Z] ---> 0389c4291e06 [2020-07-29T04:47:08.627Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T04:47:08.906Z] ---> Running in 9e65e0c837ad [2020-07-29T04:47:09.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:09.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-29T04:47:10.438Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:47:10.438Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:47:10.438Z] OK: 12620 distinct packages available [2020-07-29T04:47:10.438Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T04:47:10.711Z] Running setup.py install for docopt: started [2020-07-29T04:47:10.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:11.262Z] OK: 217 MiB in 51 packages [2020-07-29T04:47:12.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:13.241Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:47:13.241Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:47:13.241Z] OK: 12620 distinct packages available [2020-07-29T04:47:13.517Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T04:47:13.792Z] Removing intermediate container b5ca69c5628e [2020-07-29T04:47:13.792Z] ---> 94597d79dafc [2020-07-29T04:47:13.792Z] Step 6/22 : COPY go.mod . [2020-07-29T04:47:13.792Z] Attempting uninstall: urllib3 [2020-07-29T04:47:13.792Z] Found existing installation: urllib3 1.25.9 [2020-07-29T04:47:13.792Z] Uninstalling urllib3-1.25.9: [2020-07-29T04:47:14.068Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T04:47:14.345Z] OK: 217 MiB in 51 packages [2020-07-29T04:47:15.339Z] ---> e3ac511128fc [2020-07-29T04:47:15.339Z] Step 7/22 : RUN go mod download [2020-07-29T04:47:15.339Z] Attempting uninstall: idna [2020-07-29T04:47:15.339Z] Found existing installation: idna 2.9 [2020-07-29T04:47:15.339Z] Uninstalling idna-2.9: [2020-07-29T04:47:15.339Z] ---> Running in 969e6e0e99ba [2020-07-29T04:47:15.339Z] OK: 217 MiB in 51 packages [2020-07-29T04:47:15.339Z] Successfully uninstalled idna-2.9 [2020-07-29T04:47:16.328Z] Attempting uninstall: requests [2020-07-29T04:47:16.328Z] Found existing installation: requests 2.23.0 [2020-07-29T04:47:16.328Z] Uninstalling requests-2.23.0: [2020-07-29T04:47:16.603Z] Successfully uninstalled requests-2.23.0 [2020-07-29T04:47:18.047Z] Removing intermediate container 9e65e0c837ad [2020-07-29T04:47:18.047Z] ---> 1077661f1408 [2020-07-29T04:47:18.047Z] Step 6/21 : COPY go.mod . [2020-07-29T04:47:18.645Z] Running setup.py install for texttable: started [2020-07-29T04:47:19.274Z] ---> deacb317e8a8 [2020-07-29T04:47:19.274Z] Step 7/21 : RUN go mod download [2020-07-29T04:47:19.552Z] ---> Running in f1204ab30c22 [2020-07-29T04:47:21.541Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T04:47:21.541Z] Removing intermediate container 969e6e0e99ba [2020-07-29T04:47:21.541Z] ---> 89519760ee23 [2020-07-29T04:47:21.541Z] Step 8/22 : COPY . . [2020-07-29T04:47:22.147Z] Running setup.py install for dockerpty: started [2020-07-29T04:47:25.548Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T04:47:26.540Z] Removing intermediate container f1204ab30c22 [2020-07-29T04:47:26.540Z] ---> 8a6fecc54ca9 [2020-07-29T04:47:26.540Z] Step 8/21 : COPY . . [2020-07-29T04:47:26.540Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-29T04:47:27.142Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:47:27.142Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:47:27.142Z] ---> fdef46375fae [2020-07-29T04:47:27.142Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T04:47:27.142Z] ---> Using cache [2020-07-29T04:47:27.142Z] ---> 1596b2e29865 [2020-07-29T04:47:27.142Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:47:27.142Z] ---> Using cache [2020-07-29T04:47:27.142Z] ---> 0389c4291e06 [2020-07-29T04:47:27.142Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T04:47:27.745Z] ---> Running in a0006f70b6ba [2020-07-29T04:47:31.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:31.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:32.737Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:47:32.737Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:47:32.737Z] OK: 12620 distinct packages available [2020-07-29T04:47:33.766Z] OK: 217 MiB in 51 packages [2020-07-29T04:47:34.433Z] Removing intermediate container 07ce54950195 [2020-07-29T04:47:34.433Z] ---> 648d41ba7a7e [2020-07-29T04:47:34.433Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T04:47:35.078Z] ---> Running in 7e79141a6db2 [2020-07-29T04:47:37.208Z] Removing intermediate container a0006f70b6ba [2020-07-29T04:47:37.208Z] ---> c780977cfea3 [2020-07-29T04:47:37.208Z] Step 6/23 : COPY go.mod . [2020-07-29T04:47:38.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:38.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:47:39.115Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T04:47:39.115Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T04:47:39.115Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T04:47:39.115Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:47:39.115Z] ---> d678b44d5995 [2020-07-29T04:47:39.115Z] Step 7/23 : RUN go mod download [2020-07-29T04:47:39.387Z] OK: 71 MiB in 58 packages [2020-07-29T04:47:39.664Z] ---> Running in ae91ed578352 [2020-07-29T04:47:41.643Z] Removing intermediate container 7e79141a6db2 [2020-07-29T04:47:41.643Z] ---> f8a2ef170e89 [2020-07-29T04:47:41.643Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:47:41.924Z] ---> Running in 52f357c60b38 [2020-07-29T04:47:43.918Z] Removing intermediate container 52f357c60b38 [2020-07-29T04:47:43.918Z] ---> 000623b32ece [2020-07-29T04:47:43.918Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T04:47:43.918Z] ---> Running in ce6be55168b8 [2020-07-29T04:47:45.352Z] Removing intermediate container ae91ed578352 [2020-07-29T04:47:45.352Z] ---> a91965229fd4 [2020-07-29T04:47:45.352Z] Step 8/23 : COPY . . [2020-07-29T04:47:45.352Z] Removing intermediate container ce6be55168b8 [2020-07-29T04:47:45.352Z] ---> 5d35464e6946 [2020-07-29T04:47:45.352Z] Step 25/26 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:47:45.626Z] ---> Running in c4d8288eb682 [2020-07-29T04:47:47.062Z] Removing intermediate container c4d8288eb682 [2020-07-29T04:47:47.062Z] ---> 0e171efdc072 [2020-07-29T04:47:47.062Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T04:47:47.336Z] ---> Running in 85b70b1e9031 [2020-07-29T04:47:48.768Z] Removing intermediate container 85b70b1e9031 [2020-07-29T04:47:48.768Z] ---> 6bbd2602fdff [2020-07-29T04:47:48.768Z] [2020-07-29T04:47:49.747Z] Successfully built 6bbd2602fdff [2020-07-29T04:47:49.747Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T04:47:49.747Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-07-29T04:48:08.059Z] ---> 653a9ba8eb14 [2020-07-29T04:48:08.060Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T04:48:08.060Z] ---> 16abd8534843 [2020-07-29T04:48:08.060Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T04:48:08.060Z] ---> Running in fa5eeff75feb [2020-07-29T04:48:08.060Z] ---> Running in 18233c115371 [2020-07-29T04:48:09.510Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-29T04:48:09.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-29T04:48:10.058Z] Removing intermediate container 048fdc0fc8d1 [2020-07-29T04:48:10.059Z] ---> d17ce25759ab [2020-07-29T04:48:10.059Z] [2020-07-29T04:48:10.059Z] Step 9/29 : FROM alpine:latest [2020-07-29T04:48:10.059Z] ---> 62ee0e9f8440 [2020-07-29T04:48:10.059Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T04:48:10.671Z] ---> Running in 180b592849de [2020-07-29T04:48:11.267Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T04:48:11.267Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T04:48:11.267Z] ---> fdef46375fae [2020-07-29T04:48:11.267Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T04:48:11.267Z] ---> Using cache [2020-07-29T04:48:11.267Z] ---> 1596b2e29865 [2020-07-29T04:48:11.267Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:48:11.267Z] ---> Using cache [2020-07-29T04:48:11.267Z] ---> 0389c4291e06 [2020-07-29T04:48:11.267Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T04:48:11.267Z] ---> Using cache [2020-07-29T04:48:11.267Z] ---> 20af5fee592d [2020-07-29T04:48:11.267Z] Step 6/21 : COPY go.mod . [2020-07-29T04:48:11.267Z] ---> Using cache [2020-07-29T04:48:11.267Z] ---> f36451aab865 [2020-07-29T04:48:11.267Z] Step 7/21 : RUN go mod download [2020-07-29T04:48:11.267Z] ---> Using cache [2020-07-29T04:48:11.267Z] ---> a7d557415dd6 [2020-07-29T04:48:11.267Z] Step 8/21 : COPY . . [2020-07-29T04:48:11.267Z] ---> Using cache [2020-07-29T04:48:11.267Z] ---> 2b23a27fd5fd [2020-07-29T04:48:11.267Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T04:48:11.541Z] ---> Running in 59f3d5e3ba58 [2020-07-29T04:48:11.816Z] Removing intermediate container 180b592849de [2020-07-29T04:48:11.816Z] ---> 9ad6453a4657 [2020-07-29T04:48:11.816Z] Step 11/29 : USER root [2020-07-29T04:48:12.097Z] ---> Running in 8dfdf1f01b87 [2020-07-29T04:48:12.699Z] Removing intermediate container 8dfdf1f01b87 [2020-07-29T04:48:12.699Z] ---> cc30eeaf72ff [2020-07-29T04:48:12.699Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T04:48:12.976Z] ---> Running in a9e00a746506 [2020-07-29T04:48:13.575Z] ---> ddb4b7943999 [2020-07-29T04:48:13.575Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T04:48:13.575Z] ---> Running in b3a6e073ad8e [2020-07-29T04:48:14.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-29T04:48:15.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:16.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:48:16.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T04:48:16.743Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T04:48:16.743Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T04:48:16.743Z] OK: 12620 distinct packages available [2020-07-29T04:48:17.722Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T04:48:17.722Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T04:48:17.722Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:48:17.722Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T04:48:18.000Z] OK: 6 MiB in 16 packages [2020-07-29T04:48:20.649Z] Removing intermediate container a9e00a746506 [2020-07-29T04:48:20.649Z] ---> 0e383d8e22cf [2020-07-29T04:48:20.649Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T04:48:20.649Z] ---> Running in 5762e478fa21 [2020-07-29T04:48:21.272Z] Removing intermediate container 5762e478fa21 [2020-07-29T04:48:21.272Z] ---> c105602e66a3 [2020-07-29T04:48:21.554Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T04:48:21.554Z] ---> Running in 8507d131d21c [2020-07-29T04:48:22.548Z] Removing intermediate container 8507d131d21c [2020-07-29T04:48:22.548Z] ---> 2730b63c244a [2020-07-29T04:48:22.548Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T04:48:22.548Z] ---> Running in cf8bc2b9d127 [2020-07-29T04:48:26.868Z] Removing intermediate container cf8bc2b9d127 [2020-07-29T04:48:26.868Z] ---> 4fe63624f3d5 [2020-07-29T04:48:26.868Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T04:48:28.318Z] ---> 22812b708545 [2020-07-29T04:48:28.318Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T04:48:29.321Z] ---> 00695ba5c047 [2020-07-29T04:48:29.321Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T04:48:29.931Z] ---> 8f1fb14c86bc [2020-07-29T04:48:29.931Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T04:48:31.390Z] ---> 83abd8652ca9 [2020-07-29T04:48:31.390Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T04:48:32.382Z] ---> d389f69069b0 [2020-07-29T04:48:32.382Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T04:48:32.674Z] ---> Running in d520dc624c07 [2020-07-29T04:48:37.014Z] Removing intermediate container d520dc624c07 [2020-07-29T04:48:37.014Z] ---> 8ebc68a2a3e8 [2020-07-29T04:48:37.014Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T04:48:38.012Z] ---> b2ede2bc3799 [2020-07-29T04:48:38.012Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T04:48:38.292Z] ---> Running in f04f0ab39cdc [2020-07-29T04:48:42.619Z] Removing intermediate container f04f0ab39cdc [2020-07-29T04:48:42.619Z] ---> 562455469cb3 [2020-07-29T04:48:42.619Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T04:48:42.619Z] ---> Running in 25d2feec39b6 [2020-07-29T04:48:46.961Z] Removing intermediate container 25d2feec39b6 [2020-07-29T04:48:46.961Z] ---> a3d6c6f0c509 [2020-07-29T04:48:46.961Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T04:48:46.961Z] ---> Running in ccb0dd571042 [2020-07-29T04:48:47.571Z] Removing intermediate container ccb0dd571042 [2020-07-29T04:48:47.571Z] ---> a07fbd2f4460 [2020-07-29T04:48:47.571Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T04:48:47.850Z] ---> Running in 13b44329e21e [2020-07-29T04:48:48.463Z] Removing intermediate container 13b44329e21e [2020-07-29T04:48:48.463Z] ---> c15e05437903 [2020-07-29T04:48:48.463Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T04:48:48.463Z] ---> Running in af8ae1d04f4f [2020-07-29T04:48:49.453Z] Removing intermediate container af8ae1d04f4f [2020-07-29T04:48:49.453Z] ---> 0289316bb709 [2020-07-29T04:48:49.453Z] Step 28/29 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:48:49.453Z] ---> Running in ec5751ff2a95 [2020-07-29T04:48:50.067Z] Removing intermediate container ec5751ff2a95 [2020-07-29T04:48:50.067Z] ---> ff7ab5ebb335 [2020-07-29T04:48:50.067Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T04:48:50.067Z] ---> Running in e7929dc5ed20 [2020-07-29T04:48:50.669Z] Removing intermediate container e7929dc5ed20 [2020-07-29T04:48:50.669Z] ---> cf50ca36e6b7 [2020-07-29T04:48:50.669Z] [2020-07-29T04:48:51.270Z] Successfully built cf50ca36e6b7 [2020-07-29T04:48:51.270Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T04:49:47.829Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 18233c115371 [2020-07-29T04:49:47.829Z] ---> 418ff773712f [2020-07-29T04:49:47.829Z] [2020-07-29T04:49:47.829Z] Step 10/21 : FROM scratch [2020-07-29T04:49:47.829Z] ---> [2020-07-29T04:49:47.829Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:49:47.829Z] ---> Running in 75cf77f4eede [2020-07-29T04:49:47.829Z] Removing intermediate container 75cf77f4eede [2020-07-29T04:49:47.829Z] ---> 25e9e6c6ebd3 [2020-07-29T04:49:47.829Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T04:49:47.829Z] ---> Running in cf5843aafa6b [2020-07-29T04:49:47.829Z] Removing intermediate container cf5843aafa6b [2020-07-29T04:49:47.829Z] ---> e2761e9d704a [2020-07-29T04:49:47.829Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:49:47.829Z] ---> Running in bf12fdfe87b4 [2020-07-29T04:49:47.829Z] Removing intermediate container bf12fdfe87b4 [2020-07-29T04:49:47.829Z] ---> dd67cea30fbf [2020-07-29T04:49:47.829Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T04:49:47.829Z] ---> 5d6a655237de [2020-07-29T04:49:47.829Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T04:49:47.829Z] ---> 790d693bdcfd [2020-07-29T04:49:47.829Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T04:49:47.829Z] ---> 4160b0de9ce6 [2020-07-29T04:49:47.829Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T04:49:47.829Z] ---> 36422237947c [2020-07-29T04:49:47.829Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:49:47.830Z] ---> Running in b38acfc44cd8 [2020-07-29T04:49:47.830Z] Removing intermediate container b38acfc44cd8 [2020-07-29T04:49:47.830Z] ---> 7a266c7db4b3 [2020-07-29T04:49:47.830Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:49:47.830Z] ---> Running in 3380c5e05033 [2020-07-29T04:49:47.830Z] Removing intermediate container 3380c5e05033 [2020-07-29T04:49:47.830Z] ---> 00a5de48a4e5 [2020-07-29T04:49:47.830Z] Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:49:47.830Z] ---> Running in bcb367ef72a0 [2020-07-29T04:49:48.431Z] Removing intermediate container bcb367ef72a0 [2020-07-29T04:49:48.431Z] ---> cb0f5ab9b8ad [2020-07-29T04:49:48.707Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:49:48.707Z] ---> Running in 5fa5c8c2e15e [2020-07-29T04:49:49.317Z] Removing intermediate container 5fa5c8c2e15e [2020-07-29T04:49:49.317Z] ---> 2e3eb2468db4 [2020-07-29T04:49:49.317Z] [2020-07-29T04:49:49.923Z] Successfully built 2e3eb2468db4 [2020-07-29T04:49:49.923Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T04:49:55.332Z]  Building docker-support-logging-go ... done Removing intermediate container 59f3d5e3ba58 [2020-07-29T04:49:55.332Z] ---> c01a862c33f3 [2020-07-29T04:49:55.332Z] [2020-07-29T04:49:55.332Z] Step 10/21 : FROM scratch [2020-07-29T04:49:55.332Z] ---> [2020-07-29T04:49:55.332Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:49:55.332Z] ---> Using cache [2020-07-29T04:49:55.332Z] ---> f35675be62ed [2020-07-29T04:49:55.332Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T04:49:55.618Z] ---> Running in 6339baa9ed20 [2020-07-29T04:49:55.896Z] Removing intermediate container b3a6e073ad8e [2020-07-29T04:49:55.896Z] ---> 8bb6e5df865f [2020-07-29T04:49:55.896Z] [2020-07-29T04:49:55.896Z] Step 10/23 : FROM scratch [2020-07-29T04:49:55.896Z] ---> [2020-07-29T04:49:55.896Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T04:49:55.896Z] ---> Using cache [2020-07-29T04:49:55.896Z] ---> 25e9e6c6ebd3 [2020-07-29T04:49:55.896Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T04:49:56.168Z] Removing intermediate container 6339baa9ed20 [2020-07-29T04:49:56.168Z] ---> a6094cb9a135 [2020-07-29T04:49:56.168Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T04:49:56.168Z] ---> Running in db0a8e2af0cc [2020-07-29T04:49:56.168Z] ---> Running in a2ce006625db [2020-07-29T04:49:56.763Z] Removing intermediate container db0a8e2af0cc [2020-07-29T04:49:56.763Z] ---> 51515b02feb2 [2020-07-29T04:49:56.763Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T04:49:56.763Z] ---> Running in 7a76ec1e1fff [2020-07-29T04:49:56.763Z] Removing intermediate container a2ce006625db [2020-07-29T04:49:56.763Z] ---> f2ff49ee3705 [2020-07-29T04:49:56.763Z] Step 14/21 : WORKDIR / [2020-07-29T04:49:56.763Z] ---> Running in 9b7e52ae29d9 [2020-07-29T04:49:57.357Z] Removing intermediate container 7a76ec1e1fff [2020-07-29T04:49:57.357Z] ---> 40108f39054e [2020-07-29T04:49:57.357Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T04:49:57.357Z] Removing intermediate container 9b7e52ae29d9 [2020-07-29T04:49:57.357Z] ---> 35066a3a2259 [2020-07-29T04:49:57.357Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T04:49:58.353Z] ---> ac0b088d614f [2020-07-29T04:49:58.353Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T04:49:58.353Z] ---> 8266975c9304 [2020-07-29T04:49:58.353Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T04:49:59.787Z] ---> 41c6ba5e9adf [2020-07-29T04:49:59.787Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T04:49:59.787Z] ---> f758cb5f0782 [2020-07-29T04:49:59.787Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T04:50:00.767Z] ---> 1f74389975ff [2020-07-29T04:50:00.767Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:50:01.044Z] ---> 885018920bc1 [2020-07-29T04:50:01.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T04:50:01.044Z] ---> Running in ec76c49afbc1 [2020-07-29T04:50:01.655Z] Removing intermediate container ec76c49afbc1 [2020-07-29T04:50:01.655Z] ---> 4ab8d8f3f7f7 [2020-07-29T04:50:01.655Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T04:50:01.655Z] ---> Running in 5d635c77bbe7 [2020-07-29T04:50:01.927Z] ---> f66807b40a23 [2020-07-29T04:50:01.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T04:50:02.199Z] Removing intermediate container 5d635c77bbe7 [2020-07-29T04:50:02.199Z] ---> e1c65b74469e [2020-07-29T04:50:02.199Z] Step 20/21 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:50:02.471Z] ---> Running in cd138798903b [2020-07-29T04:50:03.071Z] Removing intermediate container cd138798903b [2020-07-29T04:50:03.071Z] ---> 399185c0eaa5 [2020-07-29T04:50:03.071Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T04:50:03.071Z] ---> 1a57b61b9f95 [2020-07-29T04:50:03.071Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T04:50:03.071Z] ---> Running in c33b895e3b62 [2020-07-29T04:50:03.661Z] Removing intermediate container c33b895e3b62 [2020-07-29T04:50:03.661Z] ---> b3de4ce1bd94 [2020-07-29T04:50:03.661Z] [2020-07-29T04:50:03.931Z] ---> 9ce470639187 [2020-07-29T04:50:03.931Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:50:03.931Z] Successfully built b3de4ce1bd94 [2020-07-29T04:50:03.931Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T04:50:04.212Z]  Building docker-core-command-go ... done  ---> Running in be64061759d2 [2020-07-29T04:50:04.808Z] Removing intermediate container be64061759d2 [2020-07-29T04:50:04.808Z] ---> 124e9608ee4e [2020-07-29T04:50:04.808Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T04:50:05.081Z] ---> Running in b8f4b2917807 [2020-07-29T04:50:05.356Z] Removing intermediate container b8f4b2917807 [2020-07-29T04:50:05.356Z] ---> bacb965724df [2020-07-29T04:50:05.356Z] Step 22/23 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:50:05.628Z] ---> Running in 434ce5fe2491 [2020-07-29T04:50:06.223Z] Removing intermediate container 434ce5fe2491 [2020-07-29T04:50:06.223Z] ---> 6cb2fc6158e0 [2020-07-29T04:50:06.223Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T04:50:06.494Z] ---> Running in be5d07cbb731 [2020-07-29T04:50:07.087Z] Removing intermediate container be5d07cbb731 [2020-07-29T04:50:07.087Z] ---> 5e80ba1d8719 [2020-07-29T04:50:07.087Z] [2020-07-29T04:50:07.681Z] Successfully built 5e80ba1d8719 [2020-07-29T04:50:07.681Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T04:50:07.950Z]  Building docker-support-notifications-go ... done Removing intermediate container fa5eeff75feb [2020-07-29T04:50:07.950Z] ---> d7e156258ff4 [2020-07-29T04:50:07.950Z] [2020-07-29T04:50:07.950Z] Step 10/22 : FROM alpine [2020-07-29T04:50:07.950Z] ---> 62ee0e9f8440 [2020-07-29T04:50:07.950Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T04:50:08.224Z] ---> Running in 2f4bd68e8094 [2020-07-29T04:50:08.814Z] Removing intermediate container 2f4bd68e8094 [2020-07-29T04:50:08.814Z] ---> 3ddf0a8bea6f [2020-07-29T04:50:08.814Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T04:50:08.814Z] ---> Running in 479eb1f0b554 [2020-07-29T04:50:09.085Z] Removing intermediate container 479eb1f0b554 [2020-07-29T04:50:09.085Z] ---> 5eba4be7e356 [2020-07-29T04:50:09.357Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T04:50:09.357Z] ---> Running in 0935d644c7c5 [2020-07-29T04:50:09.949Z] Removing intermediate container 0935d644c7c5 [2020-07-29T04:50:09.949Z] ---> ccc0e349b2c7 [2020-07-29T04:50:09.949Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T04:50:09.949Z] ---> Running in 205edab01a38 [2020-07-29T04:50:12.563Z] Removing intermediate container 205edab01a38 [2020-07-29T04:50:12.563Z] ---> 3ce740caff00 [2020-07-29T04:50:12.563Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T04:50:12.563Z] ---> Running in 7ed96b249444 [2020-07-29T04:50:13.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T04:50:14.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T04:50:15.565Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T04:50:15.565Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T04:50:15.565Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T04:50:15.835Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T04:50:16.106Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T04:50:16.106Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T04:50:16.106Z] OK: 8 MiB in 19 packages [2020-07-29T04:50:17.083Z] Removing intermediate container 7ed96b249444 [2020-07-29T04:50:17.083Z] ---> df9391f69f79 [2020-07-29T04:50:17.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T04:50:18.056Z] ---> 7b83af828ebf [2020-07-29T04:50:18.056Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T04:50:19.476Z] ---> 74d0b86fc4d1 [2020-07-29T04:50:19.476Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T04:50:20.067Z] ---> 4fb1f03267e7 [2020-07-29T04:50:20.067Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T04:50:20.067Z] ---> Running in 60db6071f025 [2020-07-29T04:50:20.657Z] Removing intermediate container 60db6071f025 [2020-07-29T04:50:20.657Z] ---> 4ae0945c1635 [2020-07-29T04:50:20.657Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T04:50:20.657Z] ---> Running in c7c7877ceccf [2020-07-29T04:50:20.932Z] Removing intermediate container c7c7877ceccf [2020-07-29T04:50:20.932Z] ---> 6290d51bb74d [2020-07-29T04:50:20.932Z] Step 21/22 : LABEL git_sha=a8541818e749561ac344d07fc8c697c79129a695 [2020-07-29T04:50:21.208Z] ---> Running in 3421d894153e [2020-07-29T04:50:21.479Z] Removing intermediate container 3421d894153e [2020-07-29T04:50:21.479Z] ---> c21d71861400 [2020-07-29T04:50:21.479Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T04:50:21.749Z] ---> Running in bcc085e771d6 [2020-07-29T04:50:22.339Z] Removing intermediate container bcc085e771d6 [2020-07-29T04:50:22.339Z] ---> 5bf983e55639 [2020-07-29T04:50:22.339Z] [2020-07-29T04:50:22.609Z] Successfully built 5bf983e55639 [2020-07-29T04:50:22.609Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T04:50:23.213Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-29T04:50:23.205Z] $ docker stop --time=1 46c15808778d7bbf903264c08b996c616b97390be423d5bd22627280484c8397 [2020-07-29T04:50:25.181Z] $ docker rm -f 46c15808778d7bbf903264c08b996c616b97390be423d5bd22627280484c8397 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T04:50:25.881Z] + grep docker+ docker images [2020-07-29T04:50:25.881Z] [2020-07-29T04:50:26.155Z] docker-core-data-go-arm64 latest 5bf983e55639 5 seconds ago 23.3MB [2020-07-29T04:50:26.155Z] docker-support-notifications-go-arm64 latest 5e80ba1d8719 20 seconds ago 13.9MB [2020-07-29T04:50:26.155Z] docker-core-command-go-arm64 latest b3de4ce1bd94 23 seconds ago 12.4MB [2020-07-29T04:50:26.155Z] docker-support-logging-go-arm64 latest 2e3eb2468db4 37 seconds ago 11.4MB [2020-07-29T04:50:26.155Z] docker-security-secrets-setup-go-arm64 latest cf50ca36e6b7 About a minute ago 24.2MB [2020-07-29T04:50:26.155Z] docker-sys-mgmt-agent-go-arm64 latest 6bbd2602fdff 2 minutes ago 266MB [2020-07-29T04:50:26.155Z] docker-security-secretstore-setup-go-arm64 latest 5b300ea3df10 3 minutes ago 32.6MB [2020-07-29T04:50:26.155Z] docker-core-metadata-go-arm64 latest 975a2f2886af 4 minutes ago 13.8MB [2020-07-29T04:50:26.155Z] docker-support-scheduler-go-arm64 latest 73dc1392c6ea 4 minutes ago 12.6MB [2020-07-29T04:50:26.155Z] docker-security-proxy-setup-go-arm64 latest d0f1a35242e8 4 minutes ago 15.8MB [2020-07-29T04:50:26.155Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-29T04:50:27.723Z] provisioning config files... [2020-07-29T04:50:27.747Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config8257431114512608364tmp [Pipeline] { [Pipeline] sh [2020-07-29T04:50:28.104Z] + curl -s https://codecov.io/bash [2020-07-29T04:50:28.104Z] + bash -s - -t @/w/workspace/edgex-go/21@tmp/config8257431114512608364tmp [Pipeline] } [2020-07-29T04:50:28.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:50:29.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:50:30.682Z] ---> package-listing.sh [2020-07-29T04:50:30.682Z] ++ facter osfamily [2020-07-29T04:50:30.682Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T04:50:30.682Z] + OS_FAMILY=redhat [2020-07-29T04:50:30.682Z] + workspace=/w/workspace/edgex-go/21 [2020-07-29T04:50:30.682Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T04:50:30.682Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T04:50:30.682Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T04:50:30.682Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T04:50:30.682Z] + '[' /w/workspace/edgex-go/21 ']' [2020-07-29T04:50:30.682Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T04:50:30.682Z] + case "${OS_FAMILY}" in [2020-07-29T04:50:30.682Z] + rpm -qa [2020-07-29T04:50:30.682Z] + sort [2020-07-29T04:50:34.899Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T04:50:34.899Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T04:50:34.899Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T04:50:34.899Z] + '[' /w/workspace/edgex-go/21 ']' [2020-07-29T04:50:34.899Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2020-07-29T04:50:34.899Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:50:35.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:50:35.287Z] [2020-07-29T04:50:35.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T04:50:35.630Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:50:35.630Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T04:50:35.630Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T04:50:35.630Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T04:50:35.630Z] 756a868c4378: Pulling fs layer [2020-07-29T04:50:35.630Z] 444b2fc9a129: Pulling fs layer [2020-07-29T04:50:35.630Z] ea15f1150254: Pulling fs layer [2020-07-29T04:50:35.630Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T04:50:35.630Z] 28c525ee5125: Pulling fs layer [2020-07-29T04:50:35.630Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T04:50:35.630Z] 138eaada9080: Pulling fs layer [2020-07-29T04:50:35.630Z] 0622d0fa9048: Pulling fs layer [2020-07-29T04:50:35.630Z] 444b2fc9a129: Waiting [2020-07-29T04:50:35.630Z] ea15f1150254: Waiting [2020-07-29T04:50:35.630Z] 41b27a9f41bf: Waiting [2020-07-29T04:50:35.630Z] 28c525ee5125: Waiting [2020-07-29T04:50:35.630Z] 094b1ea09ed8: Waiting [2020-07-29T04:50:35.630Z] 138eaada9080: Waiting [2020-07-29T04:50:35.630Z] 0622d0fa9048: Waiting [2020-07-29T04:50:35.630Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-29T04:50:35.630Z] 2cc5ad85d9ab: Download complete [2020-07-29T04:50:35.630Z] 444b2fc9a129: Verifying Checksum [2020-07-29T04:50:35.630Z] 444b2fc9a129: Download complete [2020-07-29T04:50:35.630Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T04:50:35.630Z] ea15f1150254: Verifying Checksum [2020-07-29T04:50:35.630Z] ea15f1150254: Download complete [2020-07-29T04:50:35.896Z] 28c525ee5125: Verifying Checksum [2020-07-29T04:50:35.896Z] 28c525ee5125: Download complete [2020-07-29T04:50:36.160Z] 756a868c4378: Verifying Checksum [2020-07-29T04:50:36.160Z] 756a868c4378: Download complete [2020-07-29T04:50:36.160Z] 138eaada9080: Verifying Checksum [2020-07-29T04:50:36.160Z] 138eaada9080: Download complete [2020-07-29T04:50:36.160Z] 0622d0fa9048: Verifying Checksum [2020-07-29T04:50:36.160Z] 0622d0fa9048: Download complete [2020-07-29T04:50:36.160Z] c9b1b535fdd9: Pull complete [2020-07-29T04:50:36.160Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T04:50:36.160Z] 094b1ea09ed8: Download complete [2020-07-29T04:50:36.421Z] 2cc5ad85d9ab: Pull complete [2020-07-29T04:50:36.682Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T04:50:36.682Z] 41b27a9f41bf: Download complete [2020-07-29T04:50:38.613Z] 756a868c4378: Pull complete [2020-07-29T04:50:38.613Z] 444b2fc9a129: Pull complete [2020-07-29T04:50:38.873Z] ea15f1150254: Pull complete [2020-07-29T04:50:45.474Z] 41b27a9f41bf: Pull complete [2020-07-29T04:50:45.474Z] 28c525ee5125: Pull complete [2020-07-29T04:50:47.399Z] 094b1ea09ed8: Pull complete [2020-07-29T04:50:48.784Z] 138eaada9080: Pull complete [2020-07-29T04:50:48.784Z] 0622d0fa9048: Pull complete [2020-07-29T04:50:48.784Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T04:50:48.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T04:50:48.784Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T04:50:48.988Z] prd-centos7-docker-4c-2g-1383 does not seem to be running inside a container [2020-07-29T04:50:49.028Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T04:50:53.532Z] $ docker top 0a5e438fdf0f87c2df5e5460d3f2ede62ee03a10a862a8e095e28811f7d0b6ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T04:50:53.808Z] provisioning config files... [2020-07-29T04:50:53.821Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config247497370409521347tmp [Pipeline] { [Pipeline] echo [2020-07-29T04:50:53.882Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:50:54.177Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T04:50:54.186Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T04:50:54.482Z] ---> logs-deploy.sh [2020-07-29T04:50:54.482Z] + ARCHIVE_ARTIFACTS= [2020-07-29T04:50:54.482Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T04:50:54.482Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T04:50:54.482Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T04:50:54.482Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/21 [2020-07-29T04:50:54.482Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/21/ [2020-07-29T04:50:54.482Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/21 /w/workspace/edgex-go/21 [2020-07-29T04:50:55.424Z] Archives upload complete. [2020-07-29T04:50:55.686Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/21 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/21/