Pull request #2610 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lindseysimple for edgexfoundry/edgex-go Obtained Jenkinsfile from d353d776f67e3e761ddbbc19f7c32ace1c448f20+a7ec3a865ede80db86ffd188b897ddab9785937f (915d677b3c1000ca2053a7e664ed155d8d8a6422) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-356 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/37 [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/37 # 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 Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit d353d776f67e3e761ddbbc19f7c32ace1c448f20 Merge succeeded, producing d353d776f67e3e761ddbbc19f7c32ace1c448f20 Checking out Revision d353d776f67e3e761ddbbc19f7c32ace1c448f20 (PR-2610) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # 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 a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # timeout=10 Commit message: "Add POST event functions based for v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T04:08:34.289Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T04:08:34.547Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 670c3ab64233bb9a445e74c7a7d05d61f00a0d33 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T04:08:34.627Z] ========================================================= [2020-08-18T04:08:34.628Z] EdgeX Global Pipelines Version Info [2020-08-18T04:08:34.628Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-18T04:08:36.589Z] ------------------- [2020-08-18T04:08:36.590Z] stable info: [2020-08-18T04:08:36.590Z] ------------------- [2020-08-18T04:08:36.590Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T04:08:36.590Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T04:08:36.590Z] Message: update stable to v1.0.106 [2020-08-18T04:08:37.170Z] ------------------- [2020-08-18T04:08:37.170Z] experimental info: [2020-08-18T04:08:37.170Z] ------------------- [2020-08-18T04:08:37.170Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T04:08:37.170Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T04:08:37.170Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-18T04:08:38.796Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/core-command/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/core-data/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-18T04:08:38.796Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-18T04:08:38.796Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-18T04:08:38.796Z] ++ cut -d/ -f2 [2020-08-18T04:08:38.796Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-18T04:08:38.886Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:08:39.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T04:08:40.143Z] [2020-08-18T04:08:40.143Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:08:40.514Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T04:08:40.514Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T04:08:40.514Z] 31603596830f: Pulling fs layer [2020-08-18T04:08:40.514Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T04:08:40.514Z] 6ca5941a6612: Pulling fs layer [2020-08-18T04:08:40.514Z] ecc8261a40a4: Pulling fs layer [2020-08-18T04:08:40.514Z] ecc8261a40a4: Waiting [2020-08-18T04:08:40.514Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T04:08:40.514Z] 2a8b12db71e7: Download complete [2020-08-18T04:08:40.514Z] 31603596830f: Verifying Checksum [2020-08-18T04:08:40.514Z] 31603596830f: Download complete [2020-08-18T04:08:40.786Z] ecc8261a40a4: Verifying Checksum [2020-08-18T04:08:40.786Z] ecc8261a40a4: Download complete [2020-08-18T04:08:40.786Z] 6ca5941a6612: Verifying Checksum [2020-08-18T04:08:40.786Z] 6ca5941a6612: Download complete [2020-08-18T04:08:41.057Z] 31603596830f: Pull complete [2020-08-18T04:08:41.057Z] 2a8b12db71e7: Pull complete [2020-08-18T04:08:42.012Z] 6ca5941a6612: Pull complete [2020-08-18T04:08:42.012Z] ecc8261a40a4: Pull complete [2020-08-18T04:08:42.012Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T04:08:42.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T04:08:42.012Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T04:08:42.119Z] prd-centos7-docker-4c-2g-356 does not seem to be running inside a container [2020-08-18T04:08:42.183Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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:10004/edgex-devops/git-semver:latest cat [2020-08-18T04:08:44.477Z] $ docker top 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T04:08:44.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T04:08:44.810Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T04:08:45.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T04:08:45.006Z] $ docker exec 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent [2020-08-18T04:08:45.169Z] SSH_AUTH_SOCK=/tmp/ssh-N6dtzJJ8SqAI/agent.12 [2020-08-18T04:08:45.169Z] SSH_AGENT_PID=17 [2020-08-18T04:08:45.179Z] Running ssh-add (command line suppressed) [2020-08-18T04:08:45.294Z] Identity added: /w/workspace/edgex-go/37@tmp/private_key_1210554314439160931.key (/w/workspace/edgex-go/37@tmp/private_key_1210554314439160931.key) [2020-08-18T04:08:45.346Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T04:08:45.672Z] + git describe --exact-match --tags HEAD [2020-08-18T04:08:45.672Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T04:08:45.689Z] $ docker exec --env ******** --env ******** 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent -k [2020-08-18T04:08:45.800Z] unset SSH_AUTH_SOCK; [2020-08-18T04:08:45.800Z] unset SSH_AGENT_PID; [2020-08-18T04:08:45.800Z] echo Agent pid 17 killed; [2020-08-18T04:08:45.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T04:08:45.925Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T04:08:45.926Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T04:08:46.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T04:08:46.011Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T04:08:46.175Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T04:08:46.175Z] $ docker exec 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent [2020-08-18T04:08:46.342Z] SSH_AUTH_SOCK=/tmp/ssh-PwVSFc1DqA3Q/agent.45 [2020-08-18T04:08:46.342Z] SSH_AGENT_PID=50 [2020-08-18T04:08:46.349Z] Running ssh-add (command line suppressed) [2020-08-18T04:08:46.464Z] Identity added: /w/workspace/edgex-go/37@tmp/private_key_6250552347753057054.key (/w/workspace/edgex-go/37@tmp/private_key_6250552347753057054.key) [2020-08-18T04:08:46.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T04:08:46.851Z] + git semver init [2020-08-18T04:08:46.851Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T04:08:46.851Z] # $GIT_DIR = /w/workspace/edgex-go/37/.git [2020-08-18T04:08:46.851Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/37 [2020-08-18T04:08:46.851Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T04:08:46.851Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T04:08:46.851Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T04:08:46.851Z] # $SEMVER_BRANCH = PR-2610 [2020-08-18T04:08:46.851Z] # $SEMVER_TEMP = /tmp/semver-349861763 [2020-08-18T04:08:46.851Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-18T04:09:05.029Z] # '/tmp/semver-349861763' -> '/w/workspace/edgex-go/37/.semver' [2020-08-18T04:09:05.029Z] # -> Force: false [2020-08-18T04:09:05.029Z] # $SEMVER_DIR = /w/workspace/edgex-go/37/.semver [Pipeline] } [2020-08-18T04:09:05.039Z] $ docker exec --env ******** --env ******** 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 ssh-agent -k [2020-08-18T04:09:05.267Z] unset SSH_AUTH_SOCK; [2020-08-18T04:09:05.268Z] unset SSH_AGENT_PID; [2020-08-18T04:09:05.268Z] echo Agent pid 50 killed; [2020-08-18T04:09:05.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T04:09:05.841Z] + git semver [Pipeline] } [2020-08-18T04:09:05.855Z] $ docker stop --time=1 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 [2020-08-18T04:09:07.497Z] $ docker rm -f 40c74541109e36d93258af2fb069a5c6d6bb852a23cd4248a08d4c945cfed3e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T04:09:20.450Z] Stashed 34 file(s) [Pipeline] echo [2020-08-18T04:09:20.452Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-18T04:09:20.901Z] ========================================================= [2020-08-18T04:09:20.901Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-18T04:09:20.901Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:09:21.224Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-18T04:09:24.542Z] Sending build context to Docker daemon 323.1MB [2020-08-18T04:09:24.542Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T04:09:24.542Z] Step 2/7 : FROM ${BASE} [2020-08-18T04:09:24.542Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-18T04:09:24.542Z] df20fa9351a1: Pulling fs layer [2020-08-18T04:09:24.542Z] ed8968b2872e: Pulling fs layer [2020-08-18T04:09:24.542Z] a92cc7c5fd73: Pulling fs layer [2020-08-18T04:09:24.542Z] 2dd03ba5bac4: Pulling fs layer [2020-08-18T04:09:24.542Z] 1e091d79d1de: Pulling fs layer [2020-08-18T04:09:24.542Z] 481702a1767f: Pulling fs layer [2020-08-18T04:09:24.542Z] f64a6f60c768: Pulling fs layer [2020-08-18T04:09:24.542Z] e78d2573fc39: Pulling fs layer [2020-08-18T04:09:24.542Z] e876d2f968b6: Pulling fs layer [2020-08-18T04:09:24.542Z] ce8a83651883: Pulling fs layer [2020-08-18T04:09:24.542Z] 07967f4d0e4b: Pulling fs layer [2020-08-18T04:09:24.542Z] 2dd03ba5bac4: Waiting [2020-08-18T04:09:24.542Z] 1e091d79d1de: Waiting [2020-08-18T04:09:24.542Z] 481702a1767f: Waiting [2020-08-18T04:09:24.542Z] f64a6f60c768: Waiting [2020-08-18T04:09:24.542Z] e78d2573fc39: Waiting [2020-08-18T04:09:24.542Z] e876d2f968b6: Waiting [2020-08-18T04:09:24.542Z] ce8a83651883: Waiting [2020-08-18T04:09:24.542Z] 07967f4d0e4b: Waiting [2020-08-18T04:09:24.542Z] a92cc7c5fd73: Download complete [2020-08-18T04:09:24.542Z] ed8968b2872e: Verifying Checksum [2020-08-18T04:09:24.542Z] ed8968b2872e: Download complete [2020-08-18T04:09:24.542Z] 1e091d79d1de: Verifying Checksum [2020-08-18T04:09:24.542Z] 1e091d79d1de: Download complete [2020-08-18T04:09:24.542Z] 481702a1767f: Verifying Checksum [2020-08-18T04:09:24.542Z] 481702a1767f: Download complete [2020-08-18T04:09:24.542Z] df20fa9351a1: Verifying Checksum [2020-08-18T04:09:24.542Z] df20fa9351a1: Download complete [2020-08-18T04:09:24.825Z] df20fa9351a1: Pull complete [2020-08-18T04:09:25.116Z] f64a6f60c768: Verifying Checksum [2020-08-18T04:09:25.116Z] f64a6f60c768: Download complete [2020-08-18T04:09:25.116Z] e876d2f968b6: Verifying Checksum [2020-08-18T04:09:25.116Z] e876d2f968b6: Download complete [2020-08-18T04:09:25.381Z] e78d2573fc39: Verifying Checksum [2020-08-18T04:09:25.381Z] e78d2573fc39: Download complete [2020-08-18T04:09:25.642Z] 2dd03ba5bac4: Verifying Checksum [2020-08-18T04:09:25.642Z] 2dd03ba5bac4: Download complete [2020-08-18T04:09:25.642Z] 07967f4d0e4b: Verifying Checksum [2020-08-18T04:09:25.642Z] 07967f4d0e4b: Download complete [2020-08-18T04:09:25.642Z] ce8a83651883: Verifying Checksum [2020-08-18T04:09:25.642Z] ce8a83651883: Download complete [2020-08-18T04:09:26.215Z] ed8968b2872e: Pull complete [2020-08-18T04:09:26.481Z] a92cc7c5fd73: Pull complete [2020-08-18T04:09:33.278Z] 2dd03ba5bac4: Pull complete [2020-08-18T04:09:33.278Z] 1e091d79d1de: Pull complete [2020-08-18T04:09:33.278Z] 481702a1767f: Pull complete [2020-08-18T04:09:35.739Z] Still waiting to schedule task [2020-08-18T04:09:35.739Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-18T04:09:36.622Z] f64a6f60c768: Pull complete [2020-08-18T04:09:39.954Z] e78d2573fc39: Pull complete [2020-08-18T04:09:40.216Z] e876d2f968b6: Pull complete [2020-08-18T04:09:41.166Z] ce8a83651883: Pull complete [2020-08-18T04:09:41.166Z] 07967f4d0e4b: Pull complete [2020-08-18T04:09:41.166Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-18T04:09:41.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-18T04:09:41.428Z] ---> 5d7c900382c6 [2020-08-18T04:09:41.428Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-18T04:09:42.827Z] ---> Running in 86418d61de69 [2020-08-18T04:09:43.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:09:44.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:09:44.612Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T04:09:44.873Z] (2/12) Installing file (5.38-r0) [2020-08-18T04:09:44.874Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T04:09:45.135Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T04:09:47.687Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T04:09:47.687Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T04:09:47.949Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T04:09:47.949Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T04:09:47.949Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T04:09:48.212Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T04:09:48.212Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T04:09:48.212Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T04:09:48.473Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:09:48.473Z] OK: 233 MiB in 51 packages [2020-08-18T04:09:51.779Z] Removing intermediate container 86418d61de69 [2020-08-18T04:09:51.779Z] ---> a3eeda9b06ae [2020-08-18T04:09:51.779Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T04:09:51.779Z] ---> Running in 0097b2974a94 [2020-08-18T04:09:51.779Z] Removing intermediate container 0097b2974a94 [2020-08-18T04:09:51.779Z] ---> 4452ab9162e9 [2020-08-18T04:09:51.779Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T04:09:52.351Z] latest: Pulling from library/docker [2020-08-18T04:09:52.351Z] df20fa9351a1: Already exists [2020-08-18T04:09:52.351Z] 25ad7478873d: Pulling fs layer [2020-08-18T04:09:52.351Z] 4684f6177b5d: Pulling fs layer [2020-08-18T04:09:52.351Z] 46e300cec669: Pulling fs layer [2020-08-18T04:09:52.351Z] 63038576ad94: Pulling fs layer [2020-08-18T04:09:52.351Z] 0fdb76c4706c: Pulling fs layer [2020-08-18T04:09:52.351Z] cb7edeffdfd5: Pulling fs layer [2020-08-18T04:09:52.351Z] 0fdb76c4706c: Waiting [2020-08-18T04:09:52.351Z] 63038576ad94: Waiting [2020-08-18T04:09:52.351Z] cb7edeffdfd5: Waiting [2020-08-18T04:09:52.614Z] 4684f6177b5d: Verifying Checksum [2020-08-18T04:09:52.614Z] 4684f6177b5d: Download complete [2020-08-18T04:09:52.614Z] 25ad7478873d: Verifying Checksum [2020-08-18T04:09:52.614Z] 25ad7478873d: Download complete [2020-08-18T04:09:52.887Z] 63038576ad94: Verifying Checksum [2020-08-18T04:09:52.887Z] 63038576ad94: Download complete [2020-08-18T04:09:52.887Z] 0fdb76c4706c: Verifying Checksum [2020-08-18T04:09:52.887Z] 0fdb76c4706c: Download complete [2020-08-18T04:09:52.887Z] cb7edeffdfd5: Verifying Checksum [2020-08-18T04:09:52.887Z] cb7edeffdfd5: Download complete [2020-08-18T04:09:52.887Z] 25ad7478873d: Pull complete [2020-08-18T04:09:53.175Z] 4684f6177b5d: Pull complete [2020-08-18T04:09:53.437Z] 46e300cec669: Verifying Checksum [2020-08-18T04:09:53.437Z] 46e300cec669: Download complete [2020-08-18T04:09:55.997Z] 46e300cec669: Pull complete [2020-08-18T04:09:55.997Z] 63038576ad94: Pull complete [2020-08-18T04:09:55.997Z] 0fdb76c4706c: Pull complete [2020-08-18T04:09:55.997Z] cb7edeffdfd5: Pull complete [2020-08-18T04:09:55.997Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T04:09:55.997Z] Status: Downloaded newer image for docker:latest [2020-08-18T04:09:57.929Z] ---> 32f67f26de00 [2020-08-18T04:09:57.929Z] Step 6/7 : COPY go.mod . [2020-08-18T04:09:57.929Z] ---> 851193742629 [2020-08-18T04:09:57.929Z] Step 7/7 : RUN go mod download [2020-08-18T04:09:57.930Z] ---> Running in 7acc25f54745 [2020-08-18T04:10:00.474Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T04:10:00.474Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T04:10:00.474Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T04:10:00.474Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T04:10:00.474Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T04:10:00.474Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T04:10:00.474Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T04:10:00.474Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T04:10:00.474Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T04:10:00.474Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T04:10:00.475Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T04:10:00.475Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T04:10:00.475Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T04:10:00.475Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T04:10:00.475Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-18T04:10:00.735Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T04:10:00.735Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T04:10:00.735Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T04:10:00.735Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T04:10:00.735Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T04:10:00.735Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T04:10:00.735Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T04:10:00.735Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T04:10:00.735Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T04:10:00.996Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T04:10:00.996Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T04:10:00.996Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T04:10:00.996Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T04:10:00.996Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T04:10:00.996Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T04:10:00.996Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T04:10:00.996Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T04:10:00.996Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T04:10:00.996Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T04:10:00.996Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T04:10:01.258Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T04:10:01.519Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T04:10:01.519Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T04:10:01.519Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T04:10:01.519Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T04:10:01.519Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T04:10:01.519Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T04:10:01.780Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T04:10:01.780Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T04:10:01.780Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T04:10:01.780Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T04:10:01.780Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T04:10:01.780Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T04:10:01.780Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T04:10:01.780Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T04:10:01.780Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T04:10:01.780Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T04:10:01.780Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T04:10:02.041Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T04:10:02.041Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T04:10:02.041Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T04:10:02.041Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T04:10:02.041Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T04:10:02.041Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T04:10:02.041Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T04:10:02.041Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T04:10:02.041Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T04:10:02.041Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T04:10:02.041Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T04:10:02.304Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T04:10:02.304Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T04:10:02.304Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T04:10:02.304Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T04:10:02.304Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T04:10:02.304Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T04:10:02.304Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T04:10:02.304Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T04:10:02.304Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T04:10:02.566Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T04:10:02.566Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T04:10:02.566Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T04:10:02.566Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T04:10:02.566Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T04:10:02.566Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T04:10:02.566Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T04:10:02.566Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T04:10:02.566Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T04:10:20.708Z] Removing intermediate container 7acc25f54745 [2020-08-18T04:10:20.708Z] ---> 06906b0d79da [2020-08-18T04:10:20.708Z] Successfully built 06906b0d79da [2020-08-18T04:10:20.708Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:10:21.298Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-18T04:10:21.298Z] . [Pipeline] withDockerContainer [2020-08-18T04:10:21.400Z] prd-centos7-docker-4c-2g-356 does not seem to be running inside a container [2020-08-18T04:10:21.445Z] $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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-x86_64 cat [2020-08-18T04:10:22.183Z] $ docker top 39472d976589ea1dab04a9c03dd3679f16f01ba2371698483639c7fb55ffc2f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T04:10:22.703Z] + go version [2020-08-18T04:10:22.703Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-18T04:10:22.713Z] ========================================================= [2020-08-18T04:10:22.713Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T04:10:22.713Z] ========================================================= [Pipeline] sh [2020-08-18T04:10:23.006Z] + make test [2020-08-18T04:10:23.006Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T04:10:25.573Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T04:10:35.686Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T04:10:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T04:10:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T04:10:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T04:10:39.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T04:10:41.635Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-08-18T04:10:41.635Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T04:10:41.635Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T04:10:41.635Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T04:10:41.635Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T04:10:42.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T04:10:42.493Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T04:10:42.493Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T04:10:42.493Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T04:10:47.830Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements [2020-08-18T04:10:47.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T04:10:47.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T04:10:47.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T04:10:47.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T04:10:47.830Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T04:10:49.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.067s coverage: 27.2% of statements [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T04:10:49.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T04:10:49.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.022s coverage: 100.0% of statements [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T04:10:49.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-18T04:10:50.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.335s coverage: 82.5% of statements [2020-08-18T04:10:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-18T04:10:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-18T04:10:50.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.053s coverage: 92.9% of statements [2020-08-18T04:10:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-18T04:10:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-18T04:10:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-18T04:10:50.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-18T04:10:51.350Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.106s coverage: 28.6% of statements [2020-08-18T04:10:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T04:10:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T04:10:51.350Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T04:10:51.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T04:10:51.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T04:10:51.944Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements [2020-08-18T04:10:51.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T04:10:52.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-08-18T04:10:52.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T04:10:52.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-08-18T04:10:52.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T04:10:53.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.017s coverage: 97.5% of statements [2020-08-18T04:10:53.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T04:10:53.384Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements [2020-08-18T04:10:53.384Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T04:10:53.384Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T04:10:53.384Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T04:10:53.385Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-18T04:10:53.385Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-18T04:10:54.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.057s coverage: 63.5% of statements [2020-08-18T04:10:54.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T04:10:54.353Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T04:10:54.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements [2020-08-18T04:10:54.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.090s coverage: 55.9% of statements [2020-08-18T04:10:54.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T04:10:54.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T04:10:54.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T04:10:54.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.249s coverage: 86.3% of statements [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.282s coverage: 72.2% of statements [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.118s coverage: 72.1% of statements [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.018s coverage: 82.4% of statements [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 26.9% of statements [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T04:10:59.232Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.089s coverage: 84.1% of statements [2020-08-18T04:10:59.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements [2020-08-18T04:10:59.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.038s coverage: 42.9% of statements [2020-08-18T04:10:59.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T04:10:59.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T04:10:59.505Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements [2020-08-18T04:10:59.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T04:11:00.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-18T04:11:00.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T04:11:01.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 46.1% of statements [2020-08-18T04:11:01.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T04:11:01.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T04:11:01.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements [2020-08-18T04:11:01.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T04:11:01.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T04:11:01.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T04:11:01.307Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.020s coverage: 100.0% of statements [2020-08-18T04:11:01.307Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T04:11:01.895Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements [2020-08-18T04:11:01.895Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T04:11:03.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.101s coverage: 29.1% of statements [2020-08-18T04:11:03.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T04:11:03.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T04:11:03.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T04:11:03.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T04:11:03.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T04:11:03.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-08-18T04:11:03.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T04:11:03.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.018s coverage: 100.0% of statements [2020-08-18T04:11:03.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T04:11:03.317Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-08-18T04:11:03.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T04:11:03.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements [2020-08-18T04:11:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T04:11:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T04:11:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T04:11:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T04:11:03.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-08-18T04:11:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T04:11:03.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T04:11:03.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements [2020-08-18T04:11:04.495Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-18T04:11:04.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-18T04:11:05.018Z] GO111MODULE=on go vet ./... [2020-08-18T04:11:11.637Z] gofmt -l . [2020-08-18T04:11:11.918Z] [ "`gofmt -l .`" = "" ] [2020-08-18T04:11:12.536Z] ./bin/test-go-mod-tidy.sh [2020-08-18T04:11:13.564Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T04:11:15.349Z] + ls -al . [2020-08-18T04:11:15.349Z] total 552 [2020-08-18T04:11:15.357Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 04:11 . [2020-08-18T04:11:15.357Z] drwxr-xr-x 4 root root 30 Aug 18 04:10 .. [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 04:08 .dockerignore [2020-08-18T04:11:15.357Z] drwxrwxr-x 8 1001 1001 179 Aug 18 04:08 .git [2020-08-18T04:11:15.357Z] drwxrwxr-x 3 1001 1001 60 Aug 18 04:08 .github [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 04:08 .gitignore [2020-08-18T04:11:15.357Z] drwx------ 3 1001 1001 47 Aug 18 04:09 .semver [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 04:08 .sonarcloud.properties [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 04:08 CONTRIBUTING.md [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 04:08 Dockerfile.build [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 04:08 Jenkinsfile [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 04:08 LICENSE [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 04:08 Makefile [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 04:08 README.md [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 04:08 SECURITY.md [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 04:09 VERSION [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 04:08 ZMQWindows.md [2020-08-18T04:11:15.357Z] drwxrwxr-x 2 1001 1001 117 Aug 18 04:08 bin [2020-08-18T04:11:15.357Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 04:08 cmd [2020-08-18T04:11:15.357Z] -rw-r--r-- 1 root root 458658 Aug 18 04:11 coverage.out [2020-08-18T04:11:15.357Z] -rw-r--r-- 1 root root 1019 Aug 18 04:11 go.mod [2020-08-18T04:11:15.357Z] -rw-r--r-- 1 root root 19185 Aug 18 04:11 go.sum [2020-08-18T04:11:15.357Z] drwxrwxr-x 8 1001 1001 127 Aug 18 04:08 internal [2020-08-18T04:11:15.357Z] drwxrwxr-x 4 1001 1001 26 Aug 18 04:08 openapi [2020-08-18T04:11:15.357Z] drwxrwxr-x 4 1001 1001 71 Aug 18 04:08 snap [2020-08-18T04:11:15.357Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 04:08 version.go [Pipeline] sh [2020-08-18T04:11:15.645Z] + '[' -e coverage.out ] [2020-08-18T04:11:15.645Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T04:11:15.822Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T04:11:16.113Z] + make build [2020-08-18T04:11:16.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T04:11:22.776Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T04:11:25.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T04:11:26.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T04:11:28.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T04:11:30.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T04:11:30.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T04:11:32.868Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T04:11:34.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T04:11:35.108Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-357 in /w/workspace/edgexfoundry_edgex-go_PR-2610 [Pipeline] { [Pipeline] ws [2020-08-18T04:11:35.147Z] Running in /w/workspace/edgex-go/37 [Pipeline] { [Pipeline] checkout [2020-08-18T04:11:35.741Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T04:11:37.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T04:11:38.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T04:11:39.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T04:11:40.057Z] using credential edgex-jenkins-ssh [2020-08-18T04:11:40.105Z] Cloning the remote Git repository [2020-08-18T04:11:40.105Z] Cloning with configured refspecs honoured and without tags [2020-08-18T04:11:40.167Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-18T04:11:40.283Z] > git init /w/workspace/edgex-go/37 # timeout=10 [2020-08-18T04:11:40.350Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T04:11:40.351Z] > git --version # timeout=10 [2020-08-18T04:11:40.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T04:11:40.416Z] > 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 [Pipeline] } [2020-08-18T04:11:41.857Z] $ docker stop --time=1 39472d976589ea1dab04a9c03dd3679f16f01ba2371698483639c7fb55ffc2f6 [2020-08-18T04:11:43.456Z] $ docker rm -f 39472d976589ea1dab04a9c03dd3679f16f01ba2371698483639c7fb55ffc2f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:11:46.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T04:11:46.556Z] [2020-08-18T04:11:46.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:11:46.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T04:11:46.899Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-18T04:11:46.899Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-18T04:11:46.899Z] ca9280d653b3: Pulling fs layer [2020-08-18T04:11:46.899Z] 7e9c9ca2126c: Pulling fs layer [2020-08-18T04:11:46.899Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-18T04:11:46.899Z] cbdbe7a5bc2a: Download complete [2020-08-18T04:11:47.164Z] ca9280d653b3: Verifying Checksum [2020-08-18T04:11:47.164Z] ca9280d653b3: Download complete [2020-08-18T04:11:47.433Z] cbdbe7a5bc2a: Pull complete [2020-08-18T04:11:47.703Z] 7e9c9ca2126c: Download complete [2020-08-18T04:11:48.276Z] ca9280d653b3: Pull complete [2020-08-18T04:11:54.797Z] Fetching without tags [2020-08-18T04:11:55.321Z] Merging remotes/origin/master commit a7ec3a865ede80db86ffd188b897ddab9785937f into PR head commit d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:11:54.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T04:11:54.678Z] > git config --add remote.origin.fetch +refs/pull/2610/head:refs/remotes/origin/PR-2610 # timeout=10 [2020-08-18T04:11:54.701Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T04:11:54.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-18T04:11:54.810Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-18T04:11:54.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T04:11:54.831Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2610/head:refs/remotes/origin/PR-2610 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T04:11:55.337Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T04:11:55.351Z] > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # timeout=10 [2020-08-18T04:11:55.706Z] Merge succeeded, producing d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:11:55.707Z] Checking out Revision d353d776f67e3e761ddbbc19f7c32ace1c448f20 (PR-2610) [2020-08-18T04:11:55.633Z] > git remote # timeout=10 [2020-08-18T04:11:55.648Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T04:11:55.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T04:11:55.669Z] > git merge a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 [2020-08-18T04:11:55.691Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T04:11:55.710Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T04:11:55.722Z] > git checkout -f d353d776f67e3e761ddbbc19f7c32ace1c448f20 # timeout=10 [2020-08-18T04:12:00.040Z] Commit message: "Add POST event functions based for v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-18T04:12:00.607Z] 7e9c9ca2126c: Pull complete [2020-08-18T04:12:00.607Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-18T04:12:00.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T04:12:00.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-18T04:12:00.822Z] prd-centos7-docker-4c-2g-356 does not seem to be running inside a container [2020-08-18T04:12:00.856Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-18T04:12:01.890Z] $ docker top f4bc39b88f8059497ea193127fdfe0237136ee2431274c294e67a0ce1bb1e3c3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-18T04:12:02.415Z] + docker-compose build --help [2020-08-18T04:12:02.415Z] + grep parallel [2020-08-18T04:12:03.357Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T04:12:03.367Z] $ docker stop --time=1 f4bc39b88f8059497ea193127fdfe0237136ee2431274c294e67a0ce1bb1e3c3 [2020-08-18T04:12:04.745Z] $ docker rm -f f4bc39b88f8059497ea193127fdfe0237136ee2431274c294e67a0ce1bb1e3c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:12:05.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-18T04:12:05.313Z] . [Pipeline] withDockerContainer [2020-08-18T04:12:05.406Z] prd-centos7-docker-4c-2g-356 does not seem to be running inside a container [2020-08-18T04:12:05.450Z] $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-18T04:12:06.065Z] $ docker top 2c595bef62608093a807f28b6b03ee7a0585626dc737e17f14c771804f707f29 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T04:12:06.537Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T04:12:07.484Z] Building docker-core-command-go ... [2020-08-18T04:12:07.484Z] Building docker-core-data-go ... [2020-08-18T04:12:07.484Z] Building docker-core-metadata-go ... [2020-08-18T04:12:07.484Z] Building docker-security-proxy-setup-go ... [2020-08-18T04:12:07.484Z] Building docker-security-secrets-setup-go ... [2020-08-18T04:12:07.484Z] Building docker-security-secretstore-setup-go ... [2020-08-18T04:12:07.484Z] Building docker-support-logging-go ... [2020-08-18T04:12:07.484Z] Building docker-support-notifications-go ... [2020-08-18T04:12:07.484Z] Building docker-support-scheduler-go ... [2020-08-18T04:12:07.484Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T04:12:07.484Z] Building docker-core-metadata-go [2020-08-18T04:12:07.484Z] Building docker-support-scheduler-go [2020-08-18T04:12:07.484Z] Building docker-core-data-go [2020-08-18T04:12:07.484Z] Building docker-support-notifications-go [2020-08-18T04:12:07.484Z] Building docker-sys-mgmt-agent-go [Pipeline] echo [2020-08-18T04:12:13.380Z] ========================================================= [2020-08-18T04:12:13.380Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T04:12:13.380Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:12:14.250Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-18T04:12:18.562Z] Sending build context to Docker daemon 323.1MB [2020-08-18T04:12:18.562Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-18T04:12:18.562Z] Step 2/7 : FROM ${BASE} [2020-08-18T04:12:18.562Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T04:12:18.562Z] b538f80385f9: Pulling fs layer [2020-08-18T04:12:18.562Z] 74f711af9a0d: Pulling fs layer [2020-08-18T04:12:18.562Z] 99f96fe45779: Pulling fs layer [2020-08-18T04:12:18.562Z] fd7a069fd194: Pulling fs layer [2020-08-18T04:12:18.562Z] 66aa3694b03b: Pulling fs layer [2020-08-18T04:12:18.562Z] 170f70906a0f: Pulling fs layer [2020-08-18T04:12:18.562Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T04:12:18.562Z] e772456be8f7: Pulling fs layer [2020-08-18T04:12:18.562Z] c890913d741a: Pulling fs layer [2020-08-18T04:12:18.562Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T04:12:18.562Z] 09adf4765672: Pulling fs layer [2020-08-18T04:12:18.562Z] fd7a069fd194: Waiting [2020-08-18T04:12:18.562Z] 66aa3694b03b: Waiting [2020-08-18T04:12:18.562Z] 170f70906a0f: Waiting [2020-08-18T04:12:18.562Z] ad7c5574e4b9: Waiting [2020-08-18T04:12:18.562Z] e772456be8f7: Waiting [2020-08-18T04:12:18.562Z] 09adf4765672: Waiting [2020-08-18T04:12:18.562Z] 2480fcc9aa5a: Waiting [2020-08-18T04:12:18.562Z] 99f96fe45779: Verifying Checksum [2020-08-18T04:12:18.562Z] 99f96fe45779: Download complete [2020-08-18T04:12:18.562Z] 74f711af9a0d: Download complete [2020-08-18T04:12:18.839Z] 66aa3694b03b: Download complete [2020-08-18T04:12:18.839Z] 170f70906a0f: Download complete [2020-08-18T04:12:18.839Z] b538f80385f9: Verifying Checksum [2020-08-18T04:12:18.839Z] b538f80385f9: Download complete [2020-08-18T04:12:19.446Z] b538f80385f9: Pull complete [2020-08-18T04:12:20.043Z] 74f711af9a0d: Pull complete [2020-08-18T04:12:20.317Z] 99f96fe45779: Pull complete [2020-08-18T04:12:21.300Z] ad7c5574e4b9: Download complete [2020-08-18T04:12:21.300Z] c890913d741a: Verifying Checksum [2020-08-18T04:12:21.300Z] c890913d741a: Download complete [2020-08-18T04:12:23.286Z] 2480fcc9aa5a: Verifying Checksum [2020-08-18T04:12:23.286Z] 2480fcc9aa5a: Download complete [2020-08-18T04:12:23.286Z] 09adf4765672: Verifying Checksum [2020-08-18T04:12:23.286Z] 09adf4765672: Download complete [2020-08-18T04:12:23.286Z] e772456be8f7: Verifying Checksum [2020-08-18T04:12:23.286Z] e772456be8f7: Download complete [2020-08-18T04:12:24.262Z] fd7a069fd194: Verifying Checksum [2020-08-18T04:12:24.262Z] fd7a069fd194: Download complete [2020-08-18T04:12:34.233Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:12:34.233Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:12:34.233Z] ---> 06906b0d79da [2020-08-18T04:12:34.233Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T04:12:35.178Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:12:35.178Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:12:35.178Z] ---> 06906b0d79da [2020-08-18T04:12:35.178Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T04:12:35.751Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:12:35.751Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:12:35.751Z] ---> 06906b0d79da [2020-08-18T04:12:35.751Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T04:12:36.332Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:12:36.332Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:12:36.332Z] ---> 06906b0d79da [2020-08-18T04:12:36.332Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T04:12:36.593Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:12:36.593Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:12:36.593Z] ---> 06906b0d79da [2020-08-18T04:12:36.593Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T04:12:36.676Z] fd7a069fd194: Pull complete [2020-08-18T04:12:36.676Z] 66aa3694b03b: Pull complete [2020-08-18T04:12:36.676Z] 170f70906a0f: Pull complete [2020-08-18T04:12:37.173Z] ---> Running in 6f435c31538e [2020-08-18T04:12:37.173Z] ---> Running in aeaf34cc92af [2020-08-18T04:12:37.173Z] ---> Running in 771166a4ca19 [2020-08-18T04:12:37.173Z] ---> Running in 27a0f1f3b9c9 [2020-08-18T04:12:37.173Z] ---> Running in d67b2bfdb30c [2020-08-18T04:12:37.437Z] Removing intermediate container d67b2bfdb30c [2020-08-18T04:12:37.437Z] ---> b0ef8861839a [2020-08-18T04:12:37.437Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:12:37.437Z] Removing intermediate container aeaf34cc92af [2020-08-18T04:12:37.437Z] ---> 4675ce1deb6d [2020-08-18T04:12:37.437Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:12:37.703Z] Removing intermediate container 6f435c31538e [2020-08-18T04:12:37.703Z] ---> 475b3b97c5ae [2020-08-18T04:12:37.703Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:12:37.703Z] Removing intermediate container 27a0f1f3b9c9 [2020-08-18T04:12:37.703Z] ---> 91c218e1e797 [2020-08-18T04:12:37.703Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:12:37.703Z] Removing intermediate container 771166a4ca19 [2020-08-18T04:12:37.703Z] ---> cc9a6a9dc211 [2020-08-18T04:12:37.703Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:12:37.703Z] ---> Running in b7e53cd1f514 [2020-08-18T04:12:37.703Z] ---> Running in 089cdf8d05b5 [2020-08-18T04:12:37.968Z] ---> Running in 4fff775c1a2a [2020-08-18T04:12:37.968Z] ---> Running in ec433ab3c1bd [2020-08-18T04:12:37.968Z] ---> Running in 86173239d354 [2020-08-18T04:12:39.300Z] ad7c5574e4b9: Pull complete [2020-08-18T04:12:39.892Z] Removing intermediate container b7e53cd1f514 [2020-08-18T04:12:39.892Z] ---> 4eec1eb5eb11 [2020-08-18T04:12:39.892Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T04:12:39.892Z] ---> Running in 454af1ba8fff [2020-08-18T04:12:39.892Z] Removing intermediate container 089cdf8d05b5 [2020-08-18T04:12:39.892Z] ---> 08c0a706143d [2020-08-18T04:12:39.892Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T04:12:40.832Z] Removing intermediate container 4fff775c1a2a [2020-08-18T04:12:40.832Z] ---> 5eda5b3f14cf [2020-08-18T04:12:40.832Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T04:12:40.832Z] ---> Running in 08762c693063 [2020-08-18T04:12:41.094Z] ---> Running in 84667152ae60 [2020-08-18T04:12:41.094Z] Removing intermediate container ec433ab3c1bd [2020-08-18T04:12:41.094Z] ---> 22db1c6e8071 [2020-08-18T04:12:41.094Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T04:12:41.094Z] Removing intermediate container 86173239d354 [2020-08-18T04:12:41.094Z] ---> f84c17584ed8 [2020-08-18T04:12:41.094Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T04:12:41.356Z] ---> Running in 80c2dfc3664e [2020-08-18T04:12:41.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:41.356Z] ---> Running in 85c1c33380fa [2020-08-18T04:12:42.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.570Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:12:42.570Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:12:42.570Z] OK: 12746 distinct packages available [2020-08-18T04:12:42.830Z] OK: 233 MiB in 51 packages [2020-08-18T04:12:42.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:42.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:43.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:12:43.100Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:12:43.100Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:12:43.100Z] OK: 12746 distinct packages available [2020-08-18T04:12:43.365Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:12:43.365Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:12:43.365Z] OK: 12746 distinct packages available [2020-08-18T04:12:43.365Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:12:43.365Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:12:43.365Z] OK: 12746 distinct packages available [2020-08-18T04:12:43.365Z] Removing intermediate container 454af1ba8fff [2020-08-18T04:12:43.365Z] ---> d375359aadbf [2020-08-18T04:12:43.365Z] Step 6/22 : COPY go.mod . [2020-08-18T04:12:43.365Z] OK: 233 MiB in 51 packages [2020-08-18T04:12:43.365Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:12:43.365Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:12:43.365Z] OK: 12746 distinct packages available [2020-08-18T04:12:43.365Z] OK: 233 MiB in 51 packages [2020-08-18T04:12:43.632Z] OK: 233 MiB in 51 packages [2020-08-18T04:12:43.632Z] ---> 8fe548a3b6a7 [2020-08-18T04:12:43.632Z] Step 7/22 : RUN go mod download [2020-08-18T04:12:43.632Z] OK: 233 MiB in 51 packages [2020-08-18T04:12:43.907Z] ---> Running in 8d6c845e0704 [2020-08-18T04:12:44.487Z] Removing intermediate container 84667152ae60 [2020-08-18T04:12:44.487Z] ---> 14fe2496d319 [2020-08-18T04:12:44.487Z] Step 6/26 : COPY go.mod . [2020-08-18T04:12:44.487Z] Removing intermediate container 08762c693063 [2020-08-18T04:12:44.487Z] ---> b1c068c10297 [2020-08-18T04:12:44.487Z] Step 6/20 : COPY go.mod . [2020-08-18T04:12:44.700Z] e772456be8f7: Pull complete [2020-08-18T04:12:44.700Z] c890913d741a: Pull complete [2020-08-18T04:12:44.769Z] ---> 6c95873a16eb [2020-08-18T04:12:44.769Z] Step 7/26 : RUN go mod download [2020-08-18T04:12:44.769Z] Removing intermediate container 80c2dfc3664e [2020-08-18T04:12:44.769Z] ---> cbf4b8fb6474 [2020-08-18T04:12:44.769Z] Step 6/21 : COPY go.mod . [2020-08-18T04:12:44.769Z] ---> Running in cde7880db25c [2020-08-18T04:12:45.029Z] Removing intermediate container 85c1c33380fa [2020-08-18T04:12:45.029Z] ---> 9a5fe81cdbca [2020-08-18T04:12:45.029Z] Step 6/23 : COPY go.mod . [2020-08-18T04:12:45.029Z] ---> fa04a16125b2 [2020-08-18T04:12:45.029Z] Step 7/20 : RUN go mod download [2020-08-18T04:12:45.292Z] ---> Running in 802c32ea3248 [2020-08-18T04:12:45.292Z] ---> 3021cb3c493f [2020-08-18T04:12:45.292Z] Step 7/21 : RUN go mod download [2020-08-18T04:12:45.292Z] ---> 161da67d8ee9 [2020-08-18T04:12:45.292Z] Step 7/23 : RUN go mod download [2020-08-18T04:12:45.564Z] ---> Running in 332175a2db43 [2020-08-18T04:12:45.564Z] ---> Running in a04a8b7369d9 [2020-08-18T04:12:46.541Z] Removing intermediate container 8d6c845e0704 [2020-08-18T04:12:46.541Z] ---> d5444bd4769a [2020-08-18T04:12:46.541Z] Step 8/22 : COPY . . [2020-08-18T04:12:46.677Z] 2480fcc9aa5a: Pull complete [2020-08-18T04:12:46.804Z] Removing intermediate container cde7880db25c [2020-08-18T04:12:46.804Z] ---> 435f0d5d8486 [2020-08-18T04:12:46.804Z] Step 8/26 : COPY . . [2020-08-18T04:12:46.952Z] 09adf4765672: Pull complete [2020-08-18T04:12:46.952Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T04:12:46.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T04:12:46.952Z] ---> 2248a725d1cf [2020-08-18T04:12:46.952Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-08-18T04:12:47.383Z] Removing intermediate container 802c32ea3248 [2020-08-18T04:12:47.383Z] ---> d91fce90e2a0 [2020-08-18T04:12:47.383Z] Step 8/20 : COPY . . [2020-08-18T04:12:52.328Z] ---> Running in 3daf2f85a7e7 [2020-08-18T04:12:53.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:12:54.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:12:55.311Z] (1/12) Installing libmagic (5.38-r0) [2020-08-18T04:12:55.311Z] (2/12) Installing file (5.38-r0) [2020-08-18T04:12:55.559Z] Removing intermediate container 332175a2db43 [2020-08-18T04:12:55.559Z] ---> 92704e639fb4 [2020-08-18T04:12:55.559Z] Step 8/21 : COPY . . [2020-08-18T04:12:55.559Z] Removing intermediate container a04a8b7369d9 [2020-08-18T04:12:55.559Z] ---> 615d40055875 [2020-08-18T04:12:55.559Z] Step 8/23 : COPY . . [2020-08-18T04:12:55.582Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-18T04:12:55.582Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-18T04:12:57.563Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-18T04:12:57.834Z] (6/12) Installing patch (2.7.6-r6) [2020-08-18T04:12:57.834Z] (7/12) Installing build-base (0.5-r2) [2020-08-18T04:12:57.834Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-18T04:12:58.105Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-18T04:12:58.105Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-18T04:12:58.381Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-18T04:12:58.381Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-18T04:12:58.381Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:12:58.381Z] OK: 217 MiB in 51 packages [2020-08-18T04:13:02.680Z] Removing intermediate container 3daf2f85a7e7 [2020-08-18T04:13:02.680Z] ---> 39b524e1d1af [2020-08-18T04:13:02.680Z] Step 4/7 : WORKDIR /edgex-go [2020-08-18T04:13:02.680Z] ---> Running in 372eafbd90de [2020-08-18T04:13:03.274Z] Removing intermediate container 372eafbd90de [2020-08-18T04:13:03.274Z] ---> feffb6f272d6 [2020-08-18T04:13:03.274Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-18T04:13:03.545Z] latest: Pulling from library/docker [2020-08-18T04:13:03.545Z] b538f80385f9: Already exists [2020-08-18T04:13:03.545Z] 259a493cd78d: Pulling fs layer [2020-08-18T04:13:03.545Z] b8e66b5100f5: Pulling fs layer [2020-08-18T04:13:03.545Z] 39dc9c94d07c: Pulling fs layer [2020-08-18T04:13:03.545Z] 551b823b3b82: Pulling fs layer [2020-08-18T04:13:03.545Z] 3c52a74df98c: Pulling fs layer [2020-08-18T04:13:03.545Z] 6c9b121b6998: Pulling fs layer [2020-08-18T04:13:03.545Z] 3c52a74df98c: Waiting [2020-08-18T04:13:03.545Z] 551b823b3b82: Waiting [2020-08-18T04:13:03.545Z] 6c9b121b6998: Waiting [2020-08-18T04:13:03.820Z] 259a493cd78d: Verifying Checksum [2020-08-18T04:13:03.820Z] 259a493cd78d: Download complete [2020-08-18T04:13:04.096Z] b8e66b5100f5: Verifying Checksum [2020-08-18T04:13:04.096Z] b8e66b5100f5: Download complete [2020-08-18T04:13:04.366Z] 551b823b3b82: Verifying Checksum [2020-08-18T04:13:04.367Z] 551b823b3b82: Download complete [2020-08-18T04:13:04.367Z] 6c9b121b6998: Verifying Checksum [2020-08-18T04:13:04.367Z] 6c9b121b6998: Download complete [2020-08-18T04:13:04.646Z] 259a493cd78d: Pull complete [2020-08-18T04:13:05.243Z] b8e66b5100f5: Pull complete [2020-08-18T04:13:05.243Z] 39dc9c94d07c: Verifying Checksum [2020-08-18T04:13:05.243Z] 39dc9c94d07c: Download complete [2020-08-18T04:13:08.633Z] 39dc9c94d07c: Pull complete [2020-08-18T04:13:08.905Z] 551b823b3b82: Pull complete [2020-08-18T04:13:09.178Z] 3c52a74df98c: Pull complete [2020-08-18T04:13:09.449Z] 6c9b121b6998: Pull complete [2020-08-18T04:13:09.449Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-18T04:13:09.449Z] Status: Downloaded newer image for docker:latest [2020-08-18T04:13:12.830Z] ---> 38b7d112a3a9 [2020-08-18T04:13:12.830Z] Step 6/7 : COPY go.mod . [2020-08-18T04:13:13.431Z] ---> 4dd6b8c8ca16 [2020-08-18T04:13:13.431Z] Step 7/7 : RUN go mod download [2020-08-18T04:13:13.431Z] ---> Running in 5c2de1461c1c [2020-08-18T04:13:16.824Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-18T04:13:16.824Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-18T04:13:16.824Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-18T04:13:16.824Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-18T04:13:16.824Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-18T04:13:16.824Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-18T04:13:16.824Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-18T04:13:16.824Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-18T04:13:16.824Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-18T04:13:16.824Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-18T04:13:16.824Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-18T04:13:16.824Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-18T04:13:16.824Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-18T04:13:16.824Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-18T04:13:16.824Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-18T04:13:16.824Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-18T04:13:16.824Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-18T04:13:16.824Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-18T04:13:16.824Z] go: finding github.com/fatih/color v1.7.0 [2020-08-18T04:13:17.095Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-18T04:13:17.095Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-18T04:13:17.095Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-18T04:13:17.095Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-18T04:13:17.095Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-18T04:13:17.095Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-18T04:13:17.095Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-18T04:13:17.095Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-18T04:13:17.095Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-18T04:13:17.095Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-18T04:13:17.095Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-18T04:13:17.366Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-18T04:13:17.366Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-18T04:13:17.366Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-18T04:13:17.366Z] go: finding github.com/google/uuid v1.1.0 [2020-08-18T04:13:17.366Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-18T04:13:17.366Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-18T04:13:17.366Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-18T04:13:17.366Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-18T04:13:17.366Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-18T04:13:17.637Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-18T04:13:17.908Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-18T04:13:17.908Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-18T04:13:17.908Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-18T04:13:17.908Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-18T04:13:17.908Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-18T04:13:17.908Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-18T04:13:17.908Z] go: finding github.com/kr/pty v1.1.1 [2020-08-18T04:13:17.908Z] go: finding github.com/kr/text v0.1.0 [2020-08-18T04:13:17.908Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-18T04:13:17.908Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-18T04:13:17.908Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-18T04:13:18.184Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-18T04:13:18.184Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-18T04:13:18.456Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-18T04:13:18.456Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-18T04:13:18.456Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-18T04:13:18.456Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-18T04:13:18.456Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-18T04:13:18.456Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-18T04:13:18.456Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-18T04:13:18.456Z] go: finding github.com/posener/complete v1.1.1 [2020-08-18T04:13:18.456Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-18T04:13:18.456Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-18T04:13:18.456Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-18T04:13:18.727Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-18T04:13:18.727Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-18T04:13:18.727Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-18T04:13:18.727Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-18T04:13:18.727Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-18T04:13:18.727Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-18T04:13:18.727Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-18T04:13:18.727Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-18T04:13:18.727Z] go: finding golang.org/x/text v0.3.2 [2020-08-18T04:13:18.727Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-18T04:13:19.001Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-18T04:13:19.001Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-18T04:13:19.001Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-18T04:13:19.001Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-18T04:13:19.001Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-18T04:13:22.221Z] ---> efa99f116352 [2020-08-18T04:13:22.221Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T04:13:22.221Z] ---> d4118f6dada9 [2020-08-18T04:13:22.221Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T04:13:23.168Z] ---> 8319f0e2da58 [2020-08-18T04:13:23.168Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T04:13:23.742Z] ---> Running in c629bac2a1e9 [2020-08-18T04:13:23.742Z] ---> Running in 79766c9cb4da [2020-08-18T04:13:24.004Z] ---> Running in 18db45fce828 [2020-08-18T04:13:24.004Z] ---> 4f2e2aea4c61 [2020-08-18T04:13:24.004Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T04:13:24.004Z] ---> a6c674b1fb90 [2020-08-18T04:13:24.004Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T04:13:24.307Z] ---> Running in 5cca2c766a5f [2020-08-18T04:13:24.307Z] ---> Running in 84bc5e831682 [2020-08-18T04:13:25.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T04:13:25.526Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T04:13:25.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T04:13:25.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T04:13:25.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T04:13:41.198Z] Removing intermediate container 5c2de1461c1c [2020-08-18T04:13:41.198Z] ---> 5f28b216f2e9 [2020-08-18T04:13:41.198Z] Successfully built 5f28b216f2e9 [2020-08-18T04:13:41.198Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:13:41.890Z] + docker inspect -f . ci-base-image-arm64 [2020-08-18T04:13:41.890Z] . [Pipeline] withDockerContainer [2020-08-18T04:13:42.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-357 does not seem to be running inside a container [2020-08-18T04:13:42.310Z] $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-18T04:13:43.725Z] $ docker top 92d2dce237ccceebd6c1461738dc198f0e5e63130ff9cf28f04e4bc8ae25988b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T04:13:44.811Z] + go version [2020-08-18T04:13:44.811Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-18T04:13:44.834Z] ========================================================= [2020-08-18T04:13:44.834Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-18T04:13:44.834Z] ========================================================= [Pipeline] sh [2020-08-18T04:13:45.507Z] + make test [2020-08-18T04:13:45.507Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-18T04:13:48.128Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-18T04:13:57.855Z] Removing intermediate container 79766c9cb4da [2020-08-18T04:13:57.855Z] ---> b1c7468a8e61 [2020-08-18T04:13:57.855Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T04:13:57.855Z] ---> Running in b9f3023da5b0 [2020-08-18T04:13:58.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T04:14:07.025Z] Removing intermediate container 5cca2c766a5f [2020-08-18T04:14:07.025Z] ---> 1cc01f101ffa [2020-08-18T04:14:07.025Z] [2020-08-18T04:14:07.025Z] Step 10/23 : FROM scratch [2020-08-18T04:14:07.025Z] ---> [2020-08-18T04:14:07.025Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T04:14:07.025Z] Removing intermediate container 18db45fce828 [2020-08-18T04:14:07.025Z] ---> dbabf2435387 [2020-08-18T04:14:07.025Z] [2020-08-18T04:14:07.025Z] Step 10/20 : FROM scratch [2020-08-18T04:14:07.025Z] ---> [2020-08-18T04:14:07.025Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:14:07.025Z] ---> Running in b8ed41cd005a [2020-08-18T04:14:07.025Z] ---> Running in 6db164a6d5ea [2020-08-18T04:14:07.025Z] Removing intermediate container b9f3023da5b0 [2020-08-18T04:14:07.025Z] ---> 0ba6b39c804c [2020-08-18T04:14:07.025Z] [2020-08-18T04:14:07.025Z] Step 11/26 : FROM docker:latest [2020-08-18T04:14:07.025Z] ---> 81f5749c9058 [2020-08-18T04:14:07.025Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T04:14:07.025Z] Removing intermediate container b8ed41cd005a [2020-08-18T04:14:07.025Z] ---> 35dad6e2d06c [2020-08-18T04:14:07.025Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T04:14:07.025Z] Removing intermediate container 6db164a6d5ea [2020-08-18T04:14:07.025Z] ---> 204a90a77262 [2020-08-18T04:14:07.025Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T04:14:07.025Z] ---> Running in bc550aebd07b [2020-08-18T04:14:07.289Z] ---> Running in 5bc8bd02def4 [2020-08-18T04:14:07.289Z] ---> Running in a9424bb21ce3 [2020-08-18T04:14:07.875Z] Removing intermediate container bc550aebd07b [2020-08-18T04:14:07.875Z] ---> 2f374210fb88 [2020-08-18T04:14:07.875Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T04:14:11.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:11.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:11.186Z] Removing intermediate container a9424bb21ce3 [2020-08-18T04:14:11.186Z] ---> 97baf28fb4f4 [2020-08-18T04:14:11.186Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T04:14:11.186Z] ---> Running in 2119bd2dab09 [2020-08-18T04:14:11.452Z] ---> Running in 30e3ba5f9792 [2020-08-18T04:14:11.452Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T04:14:11.452Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T04:14:11.452Z] Executing bash-5.0.17-r0.post-install [2020-08-18T04:14:11.452Z] Removing intermediate container 84bc5e831682 [2020-08-18T04:14:11.452Z] ---> 23ad279450b0 [2020-08-18T04:14:11.452Z] [2020-08-18T04:14:11.452Z] Step 10/21 : FROM scratch [2020-08-18T04:14:11.452Z] ---> [2020-08-18T04:14:11.452Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:14:11.452Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:14:11.452Z] ---> Using cache [2020-08-18T04:14:11.452Z] ---> 204a90a77262 [2020-08-18T04:14:11.452Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T04:14:11.452Z] OK: 12 MiB in 22 packages [2020-08-18T04:14:11.714Z] ---> Running in c37482cb7c1b [2020-08-18T04:14:11.714Z] Removing intermediate container 2119bd2dab09 [2020-08-18T04:14:11.714Z] ---> 0f5fdaefb1ca [2020-08-18T04:14:11.714Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T04:14:11.714Z] Removing intermediate container 30e3ba5f9792 [2020-08-18T04:14:11.714Z] ---> d7630fa4d255 [2020-08-18T04:14:11.714Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T04:14:11.980Z] Removing intermediate container c37482cb7c1b [2020-08-18T04:14:11.981Z] ---> e5baa5baff8e [2020-08-18T04:14:11.981Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T04:14:12.926Z] ---> Running in 6552216378ba [2020-08-18T04:14:12.926Z] ---> a773367cee3e [2020-08-18T04:14:12.926Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T04:14:14.310Z] ---> dcafd5f6d0d0 [2020-08-18T04:14:14.310Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T04:14:14.310Z] Removing intermediate container 5bc8bd02def4 [2020-08-18T04:14:14.310Z] ---> dadc197283c0 [2020-08-18T04:14:14.310Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T04:14:14.310Z] Removing intermediate container 6552216378ba [2020-08-18T04:14:14.310Z] ---> 53ce925fd386 [2020-08-18T04:14:14.310Z] Step 14/21 : WORKDIR / [2020-08-18T04:14:14.573Z] ---> Running in 23c587e53e1a [2020-08-18T04:14:14.573Z] ---> 28e641c6a183 [2020-08-18T04:14:14.573Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T04:14:14.834Z] Removing intermediate container c629bac2a1e9 [2020-08-18T04:14:14.834Z] ---> 65c793829b62 [2020-08-18T04:14:14.834Z] [2020-08-18T04:14:14.834Z] Step 10/22 : FROM alpine [2020-08-18T04:14:14.834Z] ---> Running in 570f372a82d8 [2020-08-18T04:14:15.409Z] latest: Pulling from library/alpine [2020-08-18T04:14:15.409Z] ---> 0d884e5d6eef [2020-08-18T04:14:15.409Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T04:14:15.409Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T04:14:15.409Z] ---> b1939d4a83b9 [2020-08-18T04:14:15.409Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:14:15.682Z] Status: Downloaded newer image for alpine:latest [2020-08-18T04:14:15.682Z] ---> a24bb4013296 [2020-08-18T04:14:15.682Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:14:15.682Z] Removing intermediate container 570f372a82d8 [2020-08-18T04:14:15.682Z] ---> 005df0c34e2c [2020-08-18T04:14:15.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T04:14:15.682Z] ---> Running in c7dc305aa0a9 [2020-08-18T04:14:15.682Z] ---> Running in 55c9deb48016 [2020-08-18T04:14:16.259Z] Removing intermediate container c7dc305aa0a9 [2020-08-18T04:14:16.259Z] ---> b9a36d466fa5 [2020-08-18T04:14:16.259Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T04:14:16.259Z] Removing intermediate container 55c9deb48016 [2020-08-18T04:14:16.259Z] ---> 36e20bacbad7 [2020-08-18T04:14:16.259Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T04:14:16.844Z] ---> 897e9c01477b [2020-08-18T04:14:16.844Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T04:14:16.844Z] ---> 17d857b364e6 [2020-08-18T04:14:16.844Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T04:14:16.844Z] ---> Running in 4de3ac329315 [2020-08-18T04:14:16.844Z] ---> Running in c8f0304be706 [2020-08-18T04:14:17.111Z] Removing intermediate container 4de3ac329315 [2020-08-18T04:14:17.111Z] ---> 25b6174d30e5 [2020-08-18T04:14:17.111Z] Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:14:17.378Z] ---> f568f9244fba [2020-08-18T04:14:17.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T04:14:17.378Z] Removing intermediate container c8f0304be706 [2020-08-18T04:14:17.378Z] ---> 9e48ff8a7d9d [2020-08-18T04:14:17.378Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T04:14:17.378Z] Removing intermediate container 23c587e53e1a [2020-08-18T04:14:17.378Z] ---> 8bd001cfb8ee [2020-08-18T04:14:17.378Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T04:14:17.378Z] ---> Running in c877c4070b98 [2020-08-18T04:14:17.653Z] ---> Running in aa5c66583883 [2020-08-18T04:14:17.653Z] ---> Running in 97c0cfe507cb [2020-08-18T04:14:17.918Z] ---> 6d52f9f7dee8 [2020-08-18T04:14:17.918Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T04:14:17.918Z] Removing intermediate container c877c4070b98 [2020-08-18T04:14:17.918Z] ---> 1cdd11b03f9b [2020-08-18T04:14:17.918Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T04:14:17.918Z] ---> 335819815ee1 [2020-08-18T04:14:17.918Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T04:14:17.918Z] Removing intermediate container aa5c66583883 [2020-08-18T04:14:17.918Z] ---> 157df981cc7f [2020-08-18T04:14:17.918Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:14:18.187Z] ---> Running in 34b13beb2b81 [2020-08-18T04:14:18.187Z] Removing intermediate container 97c0cfe507cb [2020-08-18T04:14:18.187Z] ---> c43af0b1b8c0 [2020-08-18T04:14:18.187Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T04:14:18.187Z] ---> Running in 2e8f3f2e29f0 [2020-08-18T04:14:18.454Z] ---> d9f221978c31 [2020-08-18T04:14:18.454Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:14:18.454Z] ---> Running in 891c6f71984f [2020-08-18T04:14:18.454Z] ---> f0dbacf06a12 [2020-08-18T04:14:18.454Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:14:18.454Z] Removing intermediate container 34b13beb2b81 [2020-08-18T04:14:18.454Z] ---> b8819a5e2a06 [2020-08-18T04:14:18.454Z] [2020-08-18T04:14:18.722Z] ---> Running in 6aab18d2cd3d [2020-08-18T04:14:18.983Z] Successfully built b8819a5e2a06 [2020-08-18T04:14:19.245Z] ---> Running in bd283df896b0 [2020-08-18T04:14:19.506Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-18T04:14:19.506Z] Building docker-support-logging-go [2020-08-18T04:14:19.506Z]  Building docker-support-scheduler-go ... done Removing intermediate container 891c6f71984f [2020-08-18T04:14:19.506Z] ---> 12ced6538951 [2020-08-18T04:14:19.506Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T04:14:19.506Z] Removing intermediate container 6aab18d2cd3d [2020-08-18T04:14:19.506Z] ---> 99cdb231b4de [2020-08-18T04:14:19.506Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T04:14:19.767Z] ---> Running in fb82c5fefa85 [2020-08-18T04:14:19.767Z] ---> Running in d6b78a413ced [2020-08-18T04:14:19.767Z] Removing intermediate container bd283df896b0 [2020-08-18T04:14:19.767Z] ---> 2c1788886674 [2020-08-18T04:14:19.767Z] Step 21/23 : LABEL arch=x86_64 [2020-08-18T04:14:20.345Z] Removing intermediate container fb82c5fefa85 [2020-08-18T04:14:20.345Z] ---> 8f315a6883fc [2020-08-18T04:14:20.345Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T04:14:20.345Z] ---> Running in d6263e3b5520 [2020-08-18T04:14:20.345Z] Removing intermediate container d6b78a413ced [2020-08-18T04:14:20.345Z] ---> f56afb1cc09d [2020-08-18T04:14:20.345Z] Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:14:20.515Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-18T04:14:20.607Z] ---> Running in 7ad59abc56d8 [2020-08-18T04:14:20.607Z] Removing intermediate container 2e8f3f2e29f0 [2020-08-18T04:14:20.607Z] ---> 5c1b5dbe7375 [2020-08-18T04:14:20.607Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T04:14:21.549Z] Removing intermediate container d6263e3b5520 [2020-08-18T04:14:21.549Z] ---> e7682c5cd297 [2020-08-18T04:14:21.549Z] Step 22/23 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:14:23.478Z] ---> Running in b104fa9a97fa [2020-08-18T04:14:23.740Z] ---> a42a547112c7 [2020-08-18T04:14:23.740Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T04:14:23.740Z] ---> Running in 2930d483767c [2020-08-18T04:14:23.740Z] Removing intermediate container 7ad59abc56d8 [2020-08-18T04:14:23.740Z] ---> dcac8f08d1d7 [2020-08-18T04:14:23.740Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T04:14:24.312Z] ---> Running in 30b50b4a37c8 [2020-08-18T04:14:24.312Z] Removing intermediate container 2930d483767c [2020-08-18T04:14:24.312Z] ---> 48296c54593c [2020-08-18T04:14:24.312Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T04:14:24.883Z] ---> 725322e22c9e [2020-08-18T04:14:24.883Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T04:14:24.883Z] ---> Running in 21bfe6760d95 [2020-08-18T04:14:24.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:25.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:26.094Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T04:14:26.094Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T04:14:26.094Z] Removing intermediate container 30b50b4a37c8 [2020-08-18T04:14:26.094Z] ---> b36850c02eb9 [2020-08-18T04:14:26.094Z] [2020-08-18T04:14:26.094Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T04:14:26.366Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T04:14:26.634Z] ---> 9fae48deb725 [2020-08-18T04:14:26.634Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T04:14:26.634Z] Successfully built b36850c02eb9 [2020-08-18T04:14:26.634Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T04:14:26.897Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:14:26.897Z] OK: 8 MiB in 19 packages [2020-08-18T04:14:26.897Z] Removing intermediate container 21bfe6760d95 [2020-08-18T04:14:26.897Z] ---> 520a037ec386 [2020-08-18T04:14:26.897Z] [2020-08-18T04:14:27.158Z] Successfully tagged docker-core-metadata-go:latest [2020-08-18T04:14:27.158Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-08-18T04:14:27.420Z] Successfully built 520a037ec386 [2020-08-18T04:14:27.420Z] Successfully tagged docker-support-notifications-go:latest [2020-08-18T04:14:27.420Z] Building docker-core-command-go [2020-08-18T04:14:28.819Z]  Building docker-support-notifications-go ... done  ---> Running in 0b5fe34285e9 [2020-08-18T04:14:32.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-18T04:14:32.958Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-18T04:14:32.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-18T04:14:32.958Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-18T04:14:35.593Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.031s [2020-08-18T04:14:35.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-18T04:14:35.593Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-18T04:14:35.593Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-18T04:14:36.981Z] Removing intermediate container b104fa9a97fa [2020-08-18T04:14:36.981Z] ---> 02e04c2b32f7 [2020-08-18T04:14:36.981Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T04:14:36.981Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:14:36.981Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:14:36.981Z] ---> 06906b0d79da [2020-08-18T04:14:36.981Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T04:14:36.981Z] ---> Using cache [2020-08-18T04:14:36.981Z] ---> cc9a6a9dc211 [2020-08-18T04:14:36.981Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:14:36.981Z] ---> Using cache [2020-08-18T04:14:36.981Z] ---> f84c17584ed8 [2020-08-18T04:14:36.981Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T04:14:36.981Z] ---> Running in a30e03b643ac [2020-08-18T04:14:36.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:36.981Z] ---> 9a26eda78aee [2020-08-18T04:14:36.981Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T04:14:36.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:36.981Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T04:14:36.981Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T04:14:36.981Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T04:14:36.981Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T04:14:36.981Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T04:14:36.981Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T04:14:36.981Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T04:14:37.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:37.589Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-18T04:14:38.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:38.577Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-18T04:14:38.777Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:14:38.778Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:14:38.778Z] OK: 12746 distinct packages available [2020-08-18T04:14:38.854Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-18T04:14:38.855Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-18T04:14:38.855Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-18T04:14:39.050Z] OK: 233 MiB in 51 packages [2020-08-18T04:14:39.314Z] OK: 233 MiB in 51 packages [2020-08-18T04:14:45.953Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T04:14:45.953Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T04:14:45.953Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T04:14:45.953Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T04:14:45.953Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T04:14:45.953Z] ---> ee75dba2e7c3 [2020-08-18T04:14:45.953Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T04:14:45.953Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T04:14:45.953Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T04:14:45.953Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T04:14:45.953Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T04:14:46.219Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T04:14:46.805Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T04:14:47.068Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T04:14:47.068Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T04:14:47.330Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T04:14:47.330Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T04:14:47.906Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T04:14:48.480Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T04:14:48.480Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T04:14:49.053Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T04:14:49.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 46.6% of statements [2020-08-18T04:14:49.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-18T04:14:49.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-18T04:14:49.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-18T04:14:49.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-18T04:14:49.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-18T04:14:49.641Z] ---> 62b575641686 [2020-08-18T04:14:49.642Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:14:49.642Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T04:14:49.904Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T04:14:49.904Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T04:14:49.904Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T04:14:49.904Z] Removing intermediate container a30e03b643ac [2020-08-18T04:14:49.904Z] ---> ca80c725f5df [2020-08-18T04:14:49.904Z] Step 6/21 : COPY go.mod . [2020-08-18T04:14:49.904Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:14:49.904Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:14:49.904Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:14:49.904Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 06906b0d79da [2020-08-18T04:14:49.904Z] [2020-08-18T04:14:49.904Z] Step 3/26 : WORKDIR /edgex-go ---> 06906b0d79da [2020-08-18T04:14:49.904Z] [2020-08-18T04:14:49.904Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T04:14:49.904Z] ---> Using cache [2020-08-18T04:14:49.904Z] ---> cc9a6a9dc211 [2020-08-18T04:14:49.904Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:14:49.904Z] ---> Using cache [2020-08-18T04:14:49.904Z] ---> f84c17584ed8 [2020-08-18T04:14:49.904Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T04:14:49.904Z] ---> Using cache [2020-08-18T04:14:49.904Z] ---> cc9a6a9dc211 [2020-08-18T04:14:49.904Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:14:49.904Z] ---> Using cache [2020-08-18T04:14:49.904Z] ---> f84c17584ed8 [2020-08-18T04:14:49.904Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T04:14:50.896Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T04:14:50.896Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T04:14:50.896Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T04:14:51.215Z] ---> Running in 48f1e4d99909 [2020-08-18T04:14:51.541Z] ---> Running in f30ea56570b8 [2020-08-18T04:14:51.541Z] ---> Running in 36381ee65f77 [2020-08-18T04:14:51.541Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:14:51.541Z] OK: 71 MiB in 55 packages [2020-08-18T04:14:51.541Z] ---> 97898ef4e646 [2020-08-18T04:14:51.541Z] Step 7/21 : RUN go mod download [2020-08-18T04:14:51.853Z] ---> Running in 0484f4b1f473 [2020-08-18T04:14:52.124Z] Removing intermediate container 48f1e4d99909 [2020-08-18T04:14:52.124Z] ---> 56033f1afd76 [2020-08-18T04:14:52.124Z] Step 20/22 : LABEL arch=x86_64 [2020-08-18T04:14:52.124Z] ---> Running in 74233a8dd0c2 [2020-08-18T04:14:52.701Z] Removing intermediate container 74233a8dd0c2 [2020-08-18T04:14:52.701Z] ---> f24fed181ffb [2020-08-18T04:14:52.701Z] Step 21/22 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:14:52.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:52.701Z] ---> Running in 15238689a388 [2020-08-18T04:14:52.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:52.963Z] Removing intermediate container 15238689a388 [2020-08-18T04:14:52.963Z] ---> 450ebf1ac362 [2020-08-18T04:14:52.963Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T04:14:52.963Z] ---> Running in 06de3bc531c3 [2020-08-18T04:14:53.224Z] Removing intermediate container 06de3bc531c3 [2020-08-18T04:14:53.224Z] ---> f50f0af57678 [2020-08-18T04:14:53.224Z] [2020-08-18T04:14:53.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:53.491Z] Successfully built f50f0af57678 [2020-08-18T04:14:53.491Z] Successfully tagged docker-core-data-go:latest [2020-08-18T04:14:53.491Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-18T04:14:53.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:14:53.758Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:14:53.758Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:14:53.758Z] OK: 12746 distinct packages available [2020-08-18T04:14:54.020Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:14:54.020Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:14:54.020Z] OK: 12746 distinct packages available [2020-08-18T04:14:54.020Z] OK: 233 MiB in 51 packages [2020-08-18T04:14:54.282Z] OK: 233 MiB in 51 packages [2020-08-18T04:14:55.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.2% of statements [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-18T04:14:55.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-18T04:14:55.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-08-18T04:14:55.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.403s coverage: 82.5% of statements [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-08-18T04:14:55.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-08-18T04:14:57.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.380s coverage: 92.9% of statements [2020-08-18T04:14:57.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-08-18T04:14:57.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-08-18T04:14:57.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-08-18T04:14:57.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-08-18T04:14:59.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2020-08-18T04:14:59.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-18T04:14:59.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-18T04:14:59.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-18T04:14:59.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-18T04:14:59.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-18T04:15:00.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.039s coverage: 100.0% of statements [2020-08-18T04:15:00.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-18T04:15:01.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2020-08-18T04:15:01.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-18T04:15:03.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.080s coverage: 89.8% of statements [2020-08-18T04:15:03.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-18T04:15:04.301Z] Removing intermediate container 0484f4b1f473 [2020-08-18T04:15:04.302Z] ---> e4eed7ae23fe [2020-08-18T04:15:04.302Z] Step 8/21 : COPY . . [2020-08-18T04:15:04.302Z] Removing intermediate container f30ea56570b8 [2020-08-18T04:15:04.302Z] ---> c6e7d0c676a0 [2020-08-18T04:15:04.302Z] Step 6/26 : COPY go.mod . [2020-08-18T04:15:04.302Z] Removing intermediate container 36381ee65f77 [2020-08-18T04:15:04.302Z] ---> a97fd0939e26 [2020-08-18T04:15:04.302Z] Step 6/21 : COPY go.mod . [2020-08-18T04:15:06.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-18T04:15:06.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.035s coverage: 100.0% of statements [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-18T04:15:06.646Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/error [no test files] [2020-08-18T04:15:06.646Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-08-18T04:15:06.923Z] ---> e49ac82b7aa3 [2020-08-18T04:15:06.923Z] Step 7/26 : RUN go mod download [2020-08-18T04:15:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.161s coverage: 63.5% of statements [2020-08-18T04:15:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-18T04:15:08.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-18T04:15:08.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2020-08-18T04:15:08.955Z] ---> Running in 3a95ae04c6c1 [2020-08-18T04:15:08.955Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:15:08.955Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:15:08.955Z] ---> 06906b0d79da [2020-08-18T04:15:08.955Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T04:15:08.955Z] ---> Using cache [2020-08-18T04:15:08.955Z] ---> cc9a6a9dc211 [2020-08-18T04:15:08.955Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:15:08.955Z] ---> Using cache [2020-08-18T04:15:08.955Z] ---> f84c17584ed8 [2020-08-18T04:15:08.955Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T04:15:08.955Z] ---> Using cache [2020-08-18T04:15:08.955Z] ---> a97fd0939e26 [2020-08-18T04:15:08.955Z] Step 6/20 : COPY go.mod . [2020-08-18T04:15:08.955Z] ---> Using cache [2020-08-18T04:15:08.955Z] ---> 99de3d4dc8d6 [2020-08-18T04:15:08.955Z] Step 7/20 : RUN go mod download [2020-08-18T04:15:09.531Z] ---> 99de3d4dc8d6 [2020-08-18T04:15:09.532Z] Step 7/21 : RUN go mod download [2020-08-18T04:15:10.109Z] ---> Running in edc913793164 [2020-08-18T04:15:10.109Z] ---> Running in 124c4d89f1c4 [2020-08-18T04:15:10.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.365s coverage: 55.9% of statements [2020-08-18T04:15:10.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-18T04:15:10.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-18T04:15:10.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-18T04:15:10.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-18T04:15:16.755Z] Removing intermediate container 0b5fe34285e9 [2020-08-18T04:15:16.755Z] ---> 0b5ebe8faa05 [2020-08-18T04:15:16.755Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T04:15:18.146Z] Removing intermediate container 3a95ae04c6c1 [2020-08-18T04:15:18.146Z] ---> c7cea8bc332f [2020-08-18T04:15:18.146Z] Step 8/26 : COPY . . [2020-08-18T04:15:18.413Z] ---> Running in 0f2db75c78f4 [2020-08-18T04:15:18.414Z] Removing intermediate container 124c4d89f1c4 [2020-08-18T04:15:18.414Z] ---> f5adb15e487c [2020-08-18T04:15:18.414Z] Step 8/21 : COPY . . [2020-08-18T04:15:23.749Z] Removing intermediate container edc913793164 [2020-08-18T04:15:23.749Z] ---> 825aa956e4c0 [2020-08-18T04:15:23.749Z] Step 8/20 : COPY . . [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.652s coverage: 86.3% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.100s coverage: 72.2% of statements [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.045s coverage: 82.4% of statements [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.056s coverage: 48.4% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.052s coverage: 28.8% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 26.9% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.312s coverage: 84.1% of statements [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-18T04:15:25.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.043s coverage: 83.8% of statements [2020-08-18T04:15:25.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-18T04:15:32.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.188s coverage: 46.1% of statements [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-18T04:15:32.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-18T04:15:32.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.034s coverage: 100.0% of statements [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-18T04:15:32.035Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2020-08-18T04:15:32.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-18T04:15:36.049Z] ---> e41c28a7c566 [2020-08-18T04:15:36.049Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T04:15:36.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.207s coverage: 29.1% of statements [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-18T04:15:36.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-18T04:15:36.383Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-18T04:15:36.383Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements [2020-08-18T04:15:36.383Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-18T04:15:37.831Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2020-08-18T04:15:37.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-18T04:15:37.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-18T04:15:37.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-18T04:15:37.831Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-18T04:15:38.828Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-08-18T04:15:38.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-18T04:15:38.828Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-18T04:15:39.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-08-18T04:15:39.730Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.023s coverage: 32.1% of statements [2020-08-18T04:15:41.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-08-18T04:15:41.411Z] ---> Running in 759843322a65 [2020-08-18T04:15:41.753Z] GO111MODULE=on go vet ./... [2020-08-18T04:15:43.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T04:15:44.782Z] Collecting docker-compose==1.23.2 [2020-08-18T04:15:44.782Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T04:15:45.357Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T04:15:45.357Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T04:15:47.965Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-18T04:15:48.239Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T04:15:48.239Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T04:15:50.164Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T04:15:50.164Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T04:15:50.164Z] ---> 803ddaf47e77 [2020-08-18T04:15:50.164Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-18T04:15:50.164Z] ---> 64cca945bb2d [2020-08-18T04:15:50.164Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T04:15:51.125Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T04:15:51.125Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T04:15:51.390Z] ---> Running in 4a3ee9280c4e [2020-08-18T04:15:51.390Z] ---> Running in c3820594abe7 [2020-08-18T04:15:51.661Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T04:15:51.661Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T04:15:51.661Z] ---> d8409e20f41a [2020-08-18T04:15:51.661Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T04:15:51.936Z] ---> Running in 4458825e2b86 [2020-08-18T04:15:52.224Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T04:15:52.224Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T04:15:52.514Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T04:15:52.514Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T04:15:52.827Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T04:15:52.827Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T04:15:53.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T04:15:53.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T04:15:53.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T04:15:53.417Z] Collecting PyYAML<4,>=3.10 [2020-08-18T04:15:53.417Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T04:15:54.389Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T04:15:54.389Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T04:15:54.389Z] Collecting idna<2.8,>=2.5 [2020-08-18T04:15:54.389Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T04:15:54.657Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-18T04:15:54.657Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-18T04:15:54.657Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T04:15:54.657Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T04:15:54.657Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T04:15:54.657Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T04:15:54.657Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T04:15:54.657Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T04:15:54.925Z] Installing collected packages: dockerpty, urllib3, idna, requests, jsonschema, websocket-client, docker-pycreds, docker, docopt, cached-property, texttable, PyYAML, docker-compose [2020-08-18T04:15:54.925Z] Running setup.py install for dockerpty: started [2020-08-18T04:15:55.893Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T04:15:55.893Z] Attempting uninstall: urllib3 [2020-08-18T04:15:55.893Z] Found existing installation: urllib3 1.25.9 [2020-08-18T04:15:55.893Z] Uninstalling urllib3-1.25.9: [2020-08-18T04:15:56.162Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T04:15:56.430Z] Attempting uninstall: idna [2020-08-18T04:15:56.430Z] Found existing installation: idna 2.9 [2020-08-18T04:15:56.430Z] Uninstalling idna-2.9: [2020-08-18T04:15:56.430Z] Successfully uninstalled idna-2.9 [2020-08-18T04:15:56.713Z] Attempting uninstall: requests [2020-08-18T04:15:56.713Z] Found existing installation: requests 2.23.0 [2020-08-18T04:15:56.713Z] Uninstalling requests-2.23.0: [2020-08-18T04:15:56.978Z] Successfully uninstalled requests-2.23.0 [2020-08-18T04:15:58.596Z] Running setup.py install for docopt: started [2020-08-18T04:15:59.326Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T04:15:59.326Z] Running setup.py install for texttable: started [2020-08-18T04:15:59.919Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T04:15:59.919Z] Running setup.py install for PyYAML: started [2020-08-18T04:16:00.081Z] gofmt -l . [2020-08-18T04:16:00.896Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T04:16:01.050Z] [ "`gofmt -l .`" = "" ] [2020-08-18T04:16:01.492Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-18T04:16:03.019Z] ./bin/test-go-mod-tidy.sh [2020-08-18T04:16:03.999Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-18T04:16:06.846Z] Removing intermediate container 0f2db75c78f4 [2020-08-18T04:16:06.847Z] ---> 3ac0a156e629 [2020-08-18T04:16:06.847Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T04:16:07.119Z] ---> Running in 528cb4632a37 [2020-08-18T04:16:07.294Z] + ls -al . [2020-08-18T04:16:07.294Z] total 584 [2020-08-18T04:16:07.294Z] drwxrwxr-x 10 1001 1001 4096 Aug 18 04:16 . [2020-08-18T04:16:07.294Z] drwxr-xr-x 4 root root 4096 Aug 18 04:13 .. [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 11 Aug 18 04:11 .dockerignore [2020-08-18T04:16:07.294Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 04:11 .git [2020-08-18T04:16:07.294Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 04:11 .github [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 932 Aug 18 04:11 .gitignore [2020-08-18T04:16:07.294Z] drwxrwxr-x 3 1001 1001 4096 Aug 18 04:12 .semver [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 166 Aug 18 04:11 .sonarcloud.properties [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 3804 Aug 18 04:11 CONTRIBUTING.md [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 1035 Aug 18 04:11 Dockerfile.build [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 865 Aug 18 04:11 Jenkinsfile [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 10775 Aug 18 04:11 LICENSE [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 6237 Aug 18 04:11 Makefile [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 5652 Aug 18 04:11 README.md [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 259 Aug 18 04:11 SECURITY.md [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 5 Aug 18 04:09 VERSION [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 4131 Aug 18 04:11 ZMQWindows.md [2020-08-18T04:16:07.294Z] drwxrwxr-x 2 1001 1001 4096 Aug 18 04:11 bin [2020-08-18T04:16:07.294Z] drwxrwxr-x 15 1001 1001 4096 Aug 18 04:11 cmd [2020-08-18T04:16:07.294Z] -rw-r--r-- 1 root root 458658 Aug 18 04:15 coverage.out [2020-08-18T04:16:07.294Z] -rw-r--r-- 1 root root 1019 Aug 18 04:16 go.mod [2020-08-18T04:16:07.294Z] -rw-r--r-- 1 root root 19185 Aug 18 04:16 go.sum [2020-08-18T04:16:07.294Z] drwxrwxr-x 8 1001 1001 4096 Aug 18 04:11 internal [2020-08-18T04:16:07.294Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 04:11 openapi [2020-08-18T04:16:07.294Z] drwxrwxr-x 4 1001 1001 4096 Aug 18 04:11 snap [2020-08-18T04:16:07.294Z] -rw-rw-r-- 1 1001 1001 168 Aug 18 04:11 version.go [Pipeline] sh [2020-08-18T04:16:07.974Z] + '[' -e coverage.out ] [2020-08-18T04:16:07.974Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-18T04:16:07.994Z] Warning: overwriting stash ‘coverage-report’ [2020-08-18T04:16:09.160Z] Stashed 1 file(s) [Pipeline] sh [2020-08-18T04:16:09.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:09.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:09.862Z] + make build [2020-08-18T04:16:09.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T04:16:09.961Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T04:16:09.961Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T04:16:09.961Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T04:16:09.961Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:16:09.961Z] OK: 72 MiB in 58 packages [2020-08-18T04:16:10.539Z] Removing intermediate container 759843322a65 [2020-08-18T04:16:10.539Z] ---> 8d4a9f9af2b0 [2020-08-18T04:16:10.539Z] [2020-08-18T04:16:10.539Z] Step 10/21 : FROM scratch [2020-08-18T04:16:10.539Z] ---> [2020-08-18T04:16:10.539Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T04:16:11.139Z] ---> Using cache [2020-08-18T04:16:11.139Z] ---> 35dad6e2d06c [2020-08-18T04:16:11.139Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T04:16:11.731Z] ---> Running in e41854707522 [2020-08-18T04:16:11.731Z] Removing intermediate container 528cb4632a37 [2020-08-18T04:16:11.731Z] ---> 2ae5f9ce4475 [2020-08-18T04:16:11.731Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:16:11.731Z] ---> Running in 9a24f9a32fde [2020-08-18T04:16:11.998Z] Removing intermediate container e41854707522 [2020-08-18T04:16:11.998Z] ---> 3e34ea099762 [2020-08-18T04:16:11.998Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T04:16:11.998Z] ---> Running in 158b704a490a [2020-08-18T04:16:12.265Z] Removing intermediate container 9a24f9a32fde [2020-08-18T04:16:12.265Z] ---> 87c951c47100 [2020-08-18T04:16:12.265Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T04:16:12.265Z] Removing intermediate container 158b704a490a [2020-08-18T04:16:12.265Z] ---> bf4f0bcea4ab [2020-08-18T04:16:12.265Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T04:16:14.203Z] ---> Running in d6c2bdbeab6e [2020-08-18T04:16:14.203Z] ---> dd2280734acb [2020-08-18T04:16:14.203Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T04:16:14.472Z] Removing intermediate container d6c2bdbeab6e [2020-08-18T04:16:14.472Z] ---> caa8d3829e82 [2020-08-18T04:16:14.472Z] Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:16:15.063Z] ---> Running in 3c4fd3a0c280 [2020-08-18T04:16:15.063Z] ---> efbd783c9b79 [2020-08-18T04:16:15.063Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T04:16:15.348Z] Removing intermediate container 3c4fd3a0c280 [2020-08-18T04:16:15.348Z] ---> 14cb3f2092ce [2020-08-18T04:16:15.348Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T04:16:15.348Z] ---> Running in cd3cb5add742 [2020-08-18T04:16:15.614Z] Removing intermediate container cd3cb5add742 [2020-08-18T04:16:15.614Z] ---> bd077bde185e [2020-08-18T04:16:15.614Z] [2020-08-18T04:16:15.880Z] ---> 2d25e29b0d5c [2020-08-18T04:16:15.880Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T04:16:15.880Z] Successfully built bd077bde185e [2020-08-18T04:16:16.140Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-18T04:16:16.140Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-secrets-setup-go [2020-08-18T04:16:21.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T04:16:24.040Z] ---> c8e42dfe3bc1 [2020-08-18T04:16:24.040Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:16:24.041Z] ---> Running in 62ada026e6b2 [2020-08-18T04:16:28.234Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T04:16:30.704Z] Removing intermediate container 62ada026e6b2 [2020-08-18T04:16:30.704Z] ---> a5c65cfec63d [2020-08-18T04:16:30.704Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T04:16:30.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T04:16:31.284Z] ---> Running in 282d062997e6 [2020-08-18T04:16:31.284Z] Removing intermediate container 4458825e2b86 [2020-08-18T04:16:31.284Z] ---> eefe9c8e1cb7 [2020-08-18T04:16:31.284Z] [2020-08-18T04:16:31.284Z] Step 10/20 : FROM alpine [2020-08-18T04:16:31.284Z] ---> a24bb4013296 [2020-08-18T04:16:31.284Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T04:16:35.535Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:16:35.535Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T04:16:35.535Z] ---> 06906b0d79da [2020-08-18T04:16:35.535Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T04:16:35.535Z] ---> Using cache [2020-08-18T04:16:35.535Z] ---> cc9a6a9dc211 [2020-08-18T04:16:35.535Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T04:16:36.931Z] ---> Running in 23a2c3c675fb [2020-08-18T04:16:37.206Z] ---> Running in 5874691a30c9 [2020-08-18T04:16:37.206Z] Removing intermediate container 282d062997e6 [2020-08-18T04:16:37.206Z] ---> 738faca9f7de [2020-08-18T04:16:37.206Z] Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:16:37.472Z] Removing intermediate container 4a3ee9280c4e [2020-08-18T04:16:37.472Z] ---> 6f842c799d14 [2020-08-18T04:16:37.472Z] [2020-08-18T04:16:37.472Z] Step 10/21 : FROM scratch [2020-08-18T04:16:37.472Z] ---> [2020-08-18T04:16:37.472Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:16:37.472Z] ---> Running in 4414aa086899 [2020-08-18T04:16:37.472Z] ---> Using cache [2020-08-18T04:16:37.472Z] ---> 204a90a77262 [2020-08-18T04:16:37.472Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T04:16:37.750Z] ---> Running in d059103bd12c [2020-08-18T04:16:37.750Z] Removing intermediate container 4414aa086899 [2020-08-18T04:16:37.750Z] ---> 22213e00aa65 [2020-08-18T04:16:37.750Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T04:16:37.750Z] ---> Running in df69ffab3a2c [2020-08-18T04:16:37.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:38.022Z] Removing intermediate container d059103bd12c [2020-08-18T04:16:38.022Z] ---> e33eeab5e68b [2020-08-18T04:16:38.022Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T04:16:38.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:38.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:38.022Z] ---> Running in b98361814d7c [2020-08-18T04:16:38.286Z] Removing intermediate container df69ffab3a2c [2020-08-18T04:16:38.286Z] ---> f583e0fa1d58 [2020-08-18T04:16:38.286Z] [2020-08-18T04:16:38.286Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:16:38.286Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:16:38.286Z] OK: 12746 distinct packages available [2020-08-18T04:16:38.286Z] Successfully built f583e0fa1d58 [2020-08-18T04:16:38.286Z] Successfully tagged docker-support-logging-go:latest [2020-08-18T04:16:38.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T04:16:38.558Z]  Building docker-support-logging-go ... done Removing intermediate container b98361814d7c [2020-08-18T04:16:38.558Z] ---> b000cefe03e4 [2020-08-18T04:16:38.558Z] Step 14/21 : WORKDIR / [2020-08-18T04:16:38.558Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T04:16:38.558Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T04:16:38.558Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T04:16:38.558Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T04:16:38.558Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:16:38.558Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T04:16:38.558Z] OK: 7 MiB in 18 packages [2020-08-18T04:16:38.822Z] ---> Running in 0cdaae61f2c2 [2020-08-18T04:16:38.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:39.083Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:16:39.083Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:16:39.083Z] OK: 12746 distinct packages available [2020-08-18T04:16:39.378Z] OK: 233 MiB in 51 packages [2020-08-18T04:16:39.951Z] Removing intermediate container c3820594abe7 [2020-08-18T04:16:39.951Z] ---> b943f007d90c [2020-08-18T04:16:39.951Z] [2020-08-18T04:16:39.951Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T04:16:40.212Z] Removing intermediate container 0cdaae61f2c2 [2020-08-18T04:16:40.212Z] ---> 90c2b96dc088 [2020-08-18T04:16:40.212Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T04:16:40.473Z] 3.10: Pulling from library/alpine [2020-08-18T04:16:40.739Z] Removing intermediate container 23a2c3c675fb [2020-08-18T04:16:40.739Z] ---> 08ac95ba465d [2020-08-18T04:16:40.739Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T04:16:41.001Z] ---> d523594b2b94 [2020-08-18T04:16:41.001Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T04:16:41.001Z] Removing intermediate container 5874691a30c9 [2020-08-18T04:16:41.001Z] ---> 0142eb1f1849 [2020-08-18T04:16:41.001Z] Step 5/29 : COPY go.mod . [2020-08-18T04:16:42.390Z] ---> Running in 2d7f2cf5d248 [2020-08-18T04:16:42.390Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T04:16:42.390Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T04:16:42.390Z] ---> be4e4bea2c2e [2020-08-18T04:16:42.390Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T04:16:42.390Z] ---> dbdf3deb66de [2020-08-18T04:16:42.390Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T04:16:42.390Z] ---> b7a87a0ed503 [2020-08-18T04:16:42.390Z] Step 6/29 : RUN go mod download [2020-08-18T04:16:43.777Z] ---> Running in c8ff50fcf96a [2020-08-18T04:16:43.777Z] ---> Running in 9d181eab034c [2020-08-18T04:16:43.777Z] Removing intermediate container 2d7f2cf5d248 [2020-08-18T04:16:43.777Z] ---> 0d6938c7b140 [2020-08-18T04:16:43.777Z] Step 13/20 : WORKDIR /edgex [2020-08-18T04:16:43.802Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T04:16:44.040Z] ---> f46ace2e7c31 [2020-08-18T04:16:44.040Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:16:44.040Z] ---> Running in 0d79828a3ae0 [2020-08-18T04:16:44.040Z] ---> Running in b3fcf006616f [2020-08-18T04:16:44.321Z] Removing intermediate container 0d79828a3ae0 [2020-08-18T04:16:44.321Z] ---> 88e18b704b0c [2020-08-18T04:16:44.321Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T04:16:44.321Z] Removing intermediate container b3fcf006616f [2020-08-18T04:16:44.321Z] ---> 16ddbc901c8a [2020-08-18T04:16:44.321Z] Step 19/21 : LABEL arch=x86_64 [2020-08-18T04:16:44.585Z] ---> Running in e0abad169ff6 [2020-08-18T04:16:44.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:44.848Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:16:44.848Z] Removing intermediate container e0abad169ff6 [2020-08-18T04:16:44.848Z] ---> 5e7ed8eff051 [2020-08-18T04:16:44.848Z] Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:16:44.848Z] ---> 649d38e15145 [2020-08-18T04:16:44.848Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T04:16:44.848Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T04:16:44.848Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T04:16:44.848Z] OK: 10346 distinct packages available [2020-08-18T04:16:45.109Z] ---> Running in 037ed1f18941 [2020-08-18T04:16:45.109Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T04:16:45.109Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T04:16:45.109Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T04:16:45.109Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T04:16:45.109Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T04:16:45.109Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T04:16:45.109Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T04:16:45.370Z] OK: 7 MiB in 19 packages [2020-08-18T04:16:45.945Z] Removing intermediate container 037ed1f18941 [2020-08-18T04:16:45.945Z] ---> 88d2cea38713 [2020-08-18T04:16:45.945Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T04:16:45.945Z] ---> Running in 137512fdfb03 [2020-08-18T04:16:45.945Z] ---> f522a8b8f4f3 [2020-08-18T04:16:45.945Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T04:16:46.206Z] ---> Running in 9bd853a5b0e7 [2020-08-18T04:16:46.206Z] Removing intermediate container 137512fdfb03 [2020-08-18T04:16:46.206Z] ---> 62373280d228 [2020-08-18T04:16:46.206Z] [2020-08-18T04:16:46.467Z] Removing intermediate container 9bd853a5b0e7 [2020-08-18T04:16:46.467Z] ---> f5830762f437 [2020-08-18T04:16:46.467Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T04:16:46.467Z] Successfully built 62373280d228 [2020-08-18T04:16:46.467Z] Successfully tagged docker-core-command-go:latest [2020-08-18T04:16:47.038Z]  Building docker-core-command-go ... done  ---> Running in 514391bd0450 [2020-08-18T04:16:47.038Z] Removing intermediate container 9d181eab034c [2020-08-18T04:16:47.038Z] ---> 58e0558aad56 [2020-08-18T04:16:47.038Z] Step 7/29 : COPY . . [2020-08-18T04:16:47.038Z] Removing intermediate container c8ff50fcf96a [2020-08-18T04:16:47.038Z] ---> 6b066c06d85a [2020-08-18T04:16:47.038Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T04:16:47.300Z] ---> Running in 15e70662d780 [2020-08-18T04:16:47.567Z] Removing intermediate container 514391bd0450 [2020-08-18T04:16:47.567Z] ---> 989c670451f6 [2020-08-18T04:16:47.567Z] Step 18/20 : LABEL arch=x86_64 [2020-08-18T04:16:48.099Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T04:16:48.139Z] ---> Running in 43e2a523cf01 [2020-08-18T04:16:48.402Z] Removing intermediate container 15e70662d780 [2020-08-18T04:16:48.402Z] ---> fa110ec715c4 [2020-08-18T04:16:48.402Z] Step 13/26 : WORKDIR / [2020-08-18T04:16:49.869Z] Removing intermediate container 43e2a523cf01 [2020-08-18T04:16:49.869Z] ---> 61dea46065fe [2020-08-18T04:16:49.869Z] Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:16:50.476Z] ---> Running in 513968a3acff [2020-08-18T04:16:51.057Z] ---> Running in 685562953a72 [2020-08-18T04:16:51.629Z] Removing intermediate container 513968a3acff [2020-08-18T04:16:51.629Z] ---> 79098d5eacd4 [2020-08-18T04:16:51.629Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-18T04:16:51.629Z] Removing intermediate container 685562953a72 [2020-08-18T04:16:51.629Z] ---> 0a32c0949472 [2020-08-18T04:16:51.629Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T04:16:53.542Z] ---> Running in 9574cf62fddd [2020-08-18T04:16:54.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T04:16:55.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T04:16:55.461Z] ---> e3228a766342 [2020-08-18T04:16:55.461Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-18T04:16:56.861Z] Removing intermediate container 9574cf62fddd [2020-08-18T04:16:56.861Z] ---> dc43d1c02caf [2020-08-18T04:16:56.861Z] [2020-08-18T04:16:57.121Z] Successfully built dc43d1c02caf [2020-08-18T04:16:57.121Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-18T04:16:58.510Z]  Building docker-security-proxy-setup-go ... done  ---> 9c522ffdd5b8 [2020-08-18T04:16:58.510Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T04:16:59.902Z] ---> 3115790664b1 [2020-08-18T04:16:59.902Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T04:17:00.474Z] ---> 029e57a383d2 [2020-08-18T04:17:00.474Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T04:17:00.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T04:17:03.024Z] ---> b186c0285773 [2020-08-18T04:17:03.024Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T04:17:03.024Z] ---> 19551c8f7ec8 [2020-08-18T04:17:03.024Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T04:17:03.024Z] ---> Running in 6eab240ed2df [2020-08-18T04:17:03.288Z] ---> 620250884ec8 [2020-08-18T04:17:03.288Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T04:17:03.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T04:17:03.812Z] ---> 9a9d217bf45b [2020-08-18T04:17:03.812Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T04:17:04.076Z] ---> a9e430642c20 [2020-08-18T04:17:04.076Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T04:17:04.076Z] ---> Running in 5973a0ae5bde [2020-08-18T04:17:05.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T04:17:05.478Z] Removing intermediate container 5973a0ae5bde [2020-08-18T04:17:05.478Z] ---> 80bd880b6431 [2020-08-18T04:17:05.478Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T04:17:05.750Z] ---> Running in 6ccf37e74466 [2020-08-18T04:17:05.750Z] Removing intermediate container 6ccf37e74466 [2020-08-18T04:17:05.750Z] ---> 885d67de601b [2020-08-18T04:17:05.750Z] Step 24/26 : LABEL arch=x86_64 [2020-08-18T04:17:06.018Z] ---> Running in d89c72d09c25 [2020-08-18T04:17:06.293Z] Removing intermediate container d89c72d09c25 [2020-08-18T04:17:06.293Z] ---> 50c02dcb9312 [2020-08-18T04:17:06.293Z] Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:17:06.293Z] ---> Running in a99ba52fdbf2 [2020-08-18T04:17:06.561Z] Removing intermediate container a99ba52fdbf2 [2020-08-18T04:17:06.561Z] ---> 43eff74be217 [2020-08-18T04:17:06.561Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T04:17:06.561Z] ---> Running in 18c98fbf1c2c [2020-08-18T04:17:06.965Z] Removing intermediate container 18c98fbf1c2c [2020-08-18T04:17:06.965Z] ---> 99e3a19966e0 [2020-08-18T04:17:06.965Z] [2020-08-18T04:17:06.965Z] Successfully built 99e3a19966e0 [2020-08-18T04:17:06.965Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-18T04:17:09.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T04:17:14.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T04:17:15.165Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6eab240ed2df [2020-08-18T04:17:15.165Z] ---> a51453377cb1 [2020-08-18T04:17:15.165Z] [2020-08-18T04:17:15.165Z] Step 9/29 : FROM alpine:latest [2020-08-18T04:17:15.165Z] ---> a24bb4013296 [2020-08-18T04:17:15.165Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-18T04:17:15.165Z] ---> Running in 741a9e81c77b [2020-08-18T04:17:15.165Z] Removing intermediate container 741a9e81c77b [2020-08-18T04:17:15.165Z] ---> 0ba73b092b75 [2020-08-18T04:17:15.165Z] Step 11/29 : USER root [2020-08-18T04:17:15.165Z] ---> Running in a0503e0c4723 [2020-08-18T04:17:15.165Z] Removing intermediate container a0503e0c4723 [2020-08-18T04:17:15.165Z] ---> c57157046fac [2020-08-18T04:17:15.165Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T04:17:15.165Z] ---> Running in 07419dc73234 [2020-08-18T04:17:15.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-18T04:17:15.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-18T04:17:15.949Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:17:15.949Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:17:15.949Z] OK: 12746 distinct packages available [2020-08-18T04:17:15.949Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T04:17:15.949Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T04:17:15.949Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:17:15.949Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T04:17:16.209Z] OK: 6 MiB in 16 packages [2020-08-18T04:17:17.596Z] Removing intermediate container 07419dc73234 [2020-08-18T04:17:17.596Z] ---> 4ab32b811eb2 [2020-08-18T04:17:17.596Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T04:17:17.596Z] ---> Running in 2af021db1883 [2020-08-18T04:17:17.596Z] Removing intermediate container 2af021db1883 [2020-08-18T04:17:17.596Z] ---> b782356e9204 [2020-08-18T04:17:17.596Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T04:17:17.596Z] ---> Running in 2e1f1f5aba95 [2020-08-18T04:17:17.857Z] Removing intermediate container 2e1f1f5aba95 [2020-08-18T04:17:17.857Z] ---> ccb57216a45c [2020-08-18T04:17:17.857Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T04:17:17.857Z] ---> Running in b03c877ea374 [2020-08-18T04:17:18.803Z] Removing intermediate container b03c877ea374 [2020-08-18T04:17:18.803Z] ---> 8337c0c45c50 [2020-08-18T04:17:18.803Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T04:17:19.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T04:17:19.374Z] ---> b7eaf759da91 [2020-08-18T04:17:19.374Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T04:17:19.634Z] ---> 63bbc5a05572 [2020-08-18T04:17:19.634Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T04:17:19.895Z] ---> dddb4aaae655 [2020-08-18T04:17:19.895Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T04:17:20.155Z] ---> c7a9fb036da0 [2020-08-18T04:17:20.155Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T04:17:20.423Z] ---> 911748ec6a34 [2020-08-18T04:17:20.423Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T04:17:20.423Z] ---> Running in 650d81deac56 [2020-08-18T04:17:21.368Z] Removing intermediate container 650d81deac56 [2020-08-18T04:17:21.368Z] ---> babf6ab97bc3 [2020-08-18T04:17:21.368Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T04:17:21.368Z] ---> f5894fd80ef5 [2020-08-18T04:17:21.368Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T04:17:21.636Z] ---> Running in c85247eeda2e [2020-08-18T04:17:22.222Z] Removing intermediate container c85247eeda2e [2020-08-18T04:17:22.222Z] ---> e45f27595f1a [2020-08-18T04:17:22.222Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T04:17:22.483Z] ---> Running in b3a8f304b7d6 [2020-08-18T04:17:23.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T04:17:23.427Z] Removing intermediate container b3a8f304b7d6 [2020-08-18T04:17:23.427Z] ---> 8f8f57b39beb [2020-08-18T04:17:23.427Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T04:17:23.427Z] ---> Running in c89ebfbd1b3f [2020-08-18T04:17:23.687Z] Removing intermediate container c89ebfbd1b3f [2020-08-18T04:17:23.687Z] ---> 18f57fb75cfa [2020-08-18T04:17:23.687Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T04:17:23.687Z] ---> Running in f607eacdcfcf [2020-08-18T04:17:23.947Z] Removing intermediate container f607eacdcfcf [2020-08-18T04:17:23.947Z] ---> 7c48e2925c55 [2020-08-18T04:17:23.947Z] Step 27/29 : LABEL arch=x86_64 [2020-08-18T04:17:23.947Z] ---> Running in f27a46ef27ca [2020-08-18T04:17:24.207Z] Removing intermediate container f27a46ef27ca [2020-08-18T04:17:24.207Z] ---> 9930c12cfb95 [2020-08-18T04:17:24.207Z] Step 28/29 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:17:24.207Z] ---> Running in fa305760d009 [2020-08-18T04:17:24.207Z] Removing intermediate container fa305760d009 [2020-08-18T04:17:24.207Z] ---> fcdf0d108249 [2020-08-18T04:17:24.207Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T04:17:24.468Z] ---> Running in ad1fd34c2a09 [2020-08-18T04:17:24.468Z] Removing intermediate container ad1fd34c2a09 [2020-08-18T04:17:24.468Z] ---> 12f008ff7116 [2020-08-18T04:17:24.468Z] [2020-08-18T04:17:24.728Z] Successfully built 12f008ff7116 [2020-08-18T04:17:24.728Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-18T04:17:25.016Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-08-18T04:17:25.061Z] $ docker stop --time=1 2c595bef62608093a807f28b6b03ee7a0585626dc737e17f14c771804f707f29 [2020-08-18T04:17:26.856Z] $ docker rm -f 2c595bef62608093a807f28b6b03ee7a0585626dc737e17f14c771804f707f29 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-08-18T04:17:27.143Z] $ docker stop --time=1 92d2dce237ccceebd6c1461738dc198f0e5e63130ff9cf28f04e4bc8ae25988b [2020-08-18T04:17:27.395Z] + docker images [2020-08-18T04:17:27.395Z] + grep docker [2020-08-18T04:17:27.968Z] docker-security-secrets-setup-go latest 12f008ff7116 3 seconds ago 25.1MB [2020-08-18T04:17:27.968Z] docker-security-secretstore-setup-go latest 99e3a19966e0 21 seconds ago 33.9MB [2020-08-18T04:17:27.968Z] docker-security-proxy-setup-go latest dc43d1c02caf 32 seconds ago 16.4MB [2020-08-18T04:17:27.968Z] docker-core-command-go latest 62373280d228 41 seconds ago 13MB [2020-08-18T04:17:27.968Z] docker-support-logging-go latest f583e0fa1d58 50 seconds ago 11.8MB [2020-08-18T04:17:27.968Z] docker-sys-mgmt-agent-go latest bd077bde185e About a minute ago 284MB [2020-08-18T04:17:27.968Z] docker-core-data-go latest f50f0af57678 2 minutes ago 24.5MB [2020-08-18T04:17:27.968Z] docker-support-notifications-go latest 520a037ec386 3 minutes ago 14.5MB [2020-08-18T04:17:27.968Z] docker-core-metadata-go latest b36850c02eb9 3 minutes ago 14.4MB [2020-08-18T04:17:27.968Z] docker-support-scheduler-go latest b8819a5e2a06 3 minutes ago 13.1MB [2020-08-18T04:17:27.968Z] docker latest 81f5749c9058 7 weeks ago 211MB [2020-08-18T04:17:29.664Z] $ docker rm -f 92d2dce237ccceebd6c1461738dc198f0e5e63130ff9cf28f04e4bc8ae25988b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-18T04:17:31.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T04:17:31.482Z] [2020-08-18T04:17:31.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:17:32.127Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T04:17:32.402Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-18T04:17:32.402Z] 29e5d40040c1: Pulling fs layer [2020-08-18T04:17:32.402Z] 1ce36da41761: Pulling fs layer [2020-08-18T04:17:32.402Z] 25b303627fd3: Pulling fs layer [2020-08-18T04:17:32.402Z] 29e5d40040c1: Verifying Checksum [2020-08-18T04:17:32.402Z] 29e5d40040c1: Download complete [2020-08-18T04:17:33.000Z] 1ce36da41761: Verifying Checksum [2020-08-18T04:17:33.000Z] 1ce36da41761: Download complete [2020-08-18T04:17:33.000Z] 29e5d40040c1: Pull complete [2020-08-18T04:17:34.434Z] 1ce36da41761: Pull complete [2020-08-18T04:17:34.434Z] 25b303627fd3: Verifying Checksum [2020-08-18T04:17:34.434Z] 25b303627fd3: Download complete [2020-08-18T04:17:44.565Z] 25b303627fd3: Pull complete [2020-08-18T04:17:44.565Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-18T04:17:44.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T04:17:44.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-18T04:17:44.804Z] prd-ubuntu18.04-docker-arm64-4c-16g-357 does not seem to be running inside a container [2020-08-18T04:17:44.887Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-18T04:17:48.354Z] $ docker top f893a111bab3e057ebbc342c9e11dcd129c79176436854a5260c20fb5eafba8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T04:17:49.725Z] + docker-compose build --help [2020-08-18T04:17:49.726Z] + grep parallel [2020-08-18T04:17:53.116Z] --parallel Build images in parallel. [Pipeline] } [2020-08-18T04:17:53.136Z] $ docker stop --time=1 f893a111bab3e057ebbc342c9e11dcd129c79176436854a5260c20fb5eafba8d [2020-08-18T04:17:55.034Z] $ docker rm -f f893a111bab3e057ebbc342c9e11dcd129c79176436854a5260c20fb5eafba8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:17:55.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-18T04:17:55.808Z] . [Pipeline] withDockerContainer [2020-08-18T04:17:56.069Z] prd-ubuntu18.04-docker-arm64-4c-16g-357 does not seem to be running inside a container [2020-08-18T04:17:56.147Z] $ 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/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-18T04:17:57.437Z] $ docker top 5a80cb27ebde3db18e06ae981aabfcf7033715d8b427dafad06fbfb87f0b87ed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-18T04:17:58.419Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-18T04:18:02.695Z] Building docker-core-command-go ... [2020-08-18T04:18:02.695Z] Building docker-core-data-go ... [2020-08-18T04:18:02.695Z] Building docker-core-metadata-go ... [2020-08-18T04:18:02.695Z] Building docker-security-proxy-setup-go ... [2020-08-18T04:18:02.695Z] Building docker-security-secrets-setup-go ... [2020-08-18T04:18:02.695Z] Building docker-security-secretstore-setup-go ... [2020-08-18T04:18:02.695Z] Building docker-support-logging-go ... [2020-08-18T04:18:02.695Z] Building docker-support-notifications-go ... [2020-08-18T04:18:02.695Z] Building docker-support-scheduler-go ... [2020-08-18T04:18:02.695Z] Building docker-sys-mgmt-agent-go ... [2020-08-18T04:18:02.695Z] Building docker-core-metadata-go [2020-08-18T04:18:02.695Z] Building docker-support-logging-go [2020-08-18T04:18:02.695Z] Building docker-sys-mgmt-agent-go [2020-08-18T04:18:02.695Z] Building docker-core-data-go [2020-08-18T04:18:02.695Z] Building docker-security-secrets-setup-go [2020-08-18T04:19:54.470Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:19:54.470Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:19:54.470Z] ---> 5f28b216f2e9 [2020-08-18T04:19:54.470Z] Step 3/22 : WORKDIR /edgex-go [2020-08-18T04:19:54.470Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:19:54.470Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:19:54.470Z] ---> 5f28b216f2e9 [2020-08-18T04:19:54.470Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T04:19:54.470Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:19:54.470Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:19:54.470Z] ---> 5f28b216f2e9 [2020-08-18T04:19:54.470Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T04:19:54.470Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:19:54.470Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-18T04:19:54.470Z] ---> 5f28b216f2e9 [2020-08-18T04:19:54.470Z] Step 3/29 : WORKDIR /edgex-go [2020-08-18T04:19:54.470Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:19:54.470Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:19:54.470Z] ---> 5f28b216f2e9 [2020-08-18T04:19:54.470Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T04:19:54.470Z] ---> Running in cf146a0791d3 [2020-08-18T04:19:54.470Z] ---> Running in 2eff2de7297c [2020-08-18T04:19:54.470Z] ---> Running in de767ec7974a [2020-08-18T04:19:54.470Z] ---> Running in 43840a915c07 [2020-08-18T04:19:54.470Z] ---> Running in a23fca622192 [2020-08-18T04:19:54.470Z] Removing intermediate container 2eff2de7297c [2020-08-18T04:19:54.470Z] ---> db480f4f6bff [2020-08-18T04:19:54.470Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:19:54.470Z] Removing intermediate container a23fca622192 [2020-08-18T04:19:54.470Z] ---> 20ddfbe73a1d [2020-08-18T04:19:54.470Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:19:54.470Z] Removing intermediate container 43840a915c07 [2020-08-18T04:19:54.470Z] ---> 6e641c104b9f [2020-08-18T04:19:54.470Z] Step 4/29 : RUN apk update && apk add make git [2020-08-18T04:19:54.470Z] Removing intermediate container cf146a0791d3 [2020-08-18T04:19:54.470Z] ---> 9e7092b43da8 [2020-08-18T04:19:54.470Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:19:54.470Z] Removing intermediate container de767ec7974a [2020-08-18T04:19:54.470Z] ---> 944d9d24e885 [2020-08-18T04:19:54.470Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:19:54.470Z] ---> Running in 9a8e8bedbc13 [2020-08-18T04:19:54.470Z] ---> Running in bb2c7ec76c04 [2020-08-18T04:19:54.470Z] ---> Running in 17dc99093ac8 [2020-08-18T04:19:54.470Z] ---> Running in d48296a632c2 [2020-08-18T04:19:54.470Z] ---> Running in 4d0dd9398169 [2020-08-18T04:19:55.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:19:56.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:19:56.923Z] Removing intermediate container bb2c7ec76c04 [2020-08-18T04:19:56.923Z] ---> 21011c917d58 [2020-08-18T04:19:56.923Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-18T04:19:57.526Z] ---> Running in 288d30a65d41 [2020-08-18T04:19:57.814Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:19:57.814Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:19:57.814Z] OK: 12617 distinct packages available [2020-08-18T04:19:57.814Z] Removing intermediate container 9a8e8bedbc13 [2020-08-18T04:19:57.814Z] ---> 21fbffddd6a5 [2020-08-18T04:19:57.814Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T04:19:58.106Z] Removing intermediate container 4d0dd9398169 [2020-08-18T04:19:58.106Z] ---> f4a9182fa099 [2020-08-18T04:19:58.106Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-18T04:19:58.106Z] ---> Running in 3041fcba4da4 [2020-08-18T04:19:58.377Z] ---> Running in 444064dc28f6 [2020-08-18T04:19:58.655Z] Removing intermediate container d48296a632c2 [2020-08-18T04:19:58.655Z] ---> 6f572657d4f1 [2020-08-18T04:19:58.655Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-18T04:19:58.655Z] OK: 217 MiB in 51 packages [2020-08-18T04:19:58.929Z] ---> Running in 0b4628fb0f77 [2020-08-18T04:19:59.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:00.519Z] Removing intermediate container 17dc99093ac8 [2020-08-18T04:20:00.519Z] ---> 20a4f2010bcd [2020-08-18T04:20:00.519Z] Step 5/29 : COPY go.mod . [2020-08-18T04:20:00.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:00.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:00.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:01.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:01.346Z] ---> c4e95264e63b [2020-08-18T04:20:01.346Z] Step 6/29 : RUN go mod download [2020-08-18T04:20:01.626Z] ---> Running in b4b99adc2f6b [2020-08-18T04:20:01.626Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:20:01.626Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:20:01.626Z] OK: 12617 distinct packages available [2020-08-18T04:20:01.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:01.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:02.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:20:02.506Z] OK: 217 MiB in 51 packages [2020-08-18T04:20:02.506Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:20:02.506Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:20:02.506Z] OK: 12617 distinct packages available [2020-08-18T04:20:02.506Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:20:02.506Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:20:02.506Z] OK: 12617 distinct packages available [2020-08-18T04:20:03.109Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:20:03.109Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:20:03.109Z] OK: 12617 distinct packages available [2020-08-18T04:20:03.383Z] OK: 217 MiB in 51 packages [2020-08-18T04:20:03.659Z] OK: 217 MiB in 51 packages [2020-08-18T04:20:04.263Z] OK: 217 MiB in 51 packages [2020-08-18T04:20:04.263Z] Removing intermediate container 288d30a65d41 [2020-08-18T04:20:04.263Z] ---> d46668b687a0 [2020-08-18T04:20:04.263Z] Step 6/26 : COPY go.mod . [2020-08-18T04:20:04.542Z] OK: 217 MiB in 51 packages [2020-08-18T04:20:05.153Z] Removing intermediate container 3041fcba4da4 [2020-08-18T04:20:05.153Z] ---> 9a2f9f284a94 [2020-08-18T04:20:05.153Z] Step 6/21 : COPY go.mod . [2020-08-18T04:20:05.433Z] ---> d24c2baf6865 [2020-08-18T04:20:05.433Z] Step 7/26 : RUN go mod download [2020-08-18T04:20:05.711Z] ---> Running in 23a1bd26ba6c [2020-08-18T04:20:05.990Z] Removing intermediate container 0b4628fb0f77 [2020-08-18T04:20:05.990Z] ---> 97fd59ab028d [2020-08-18T04:20:05.990Z] Step 6/22 : COPY go.mod . [2020-08-18T04:20:06.262Z] Removing intermediate container b4b99adc2f6b [2020-08-18T04:20:06.262Z] ---> c83175b8193b [2020-08-18T04:20:06.262Z] Step 7/29 : COPY . . [2020-08-18T04:20:07.238Z] ---> c75e239c4e8f [2020-08-18T04:20:07.238Z] Step 7/21 : RUN go mod download [2020-08-18T04:20:07.238Z] Removing intermediate container 444064dc28f6 [2020-08-18T04:20:07.239Z] ---> 1d4e296d641b [2020-08-18T04:20:07.239Z] Step 6/21 : COPY go.mod . [2020-08-18T04:20:07.239Z] ---> b242130e624f [2020-08-18T04:20:07.239Z] Step 7/22 : RUN go mod download [2020-08-18T04:20:07.239Z] ---> Running in ba99ad99c60a [2020-08-18T04:20:07.524Z] ---> Running in 1aec4427dd83 [2020-08-18T04:20:08.973Z] ---> cb7bb53c96dc [2020-08-18T04:20:08.973Z] Step 7/21 : RUN go mod download [2020-08-18T04:20:09.248Z] ---> Running in a780bc758594 [2020-08-18T04:20:10.691Z] Removing intermediate container 23a1bd26ba6c [2020-08-18T04:20:10.691Z] ---> 27b23480e5ba [2020-08-18T04:20:10.691Z] Step 8/26 : COPY . . [2020-08-18T04:20:12.662Z] Removing intermediate container ba99ad99c60a [2020-08-18T04:20:12.662Z] ---> 098d8d3025fd [2020-08-18T04:20:12.662Z] Step 8/21 : COPY . . [2020-08-18T04:20:12.945Z] Removing intermediate container 1aec4427dd83 [2020-08-18T04:20:12.945Z] ---> e72274516da7 [2020-08-18T04:20:12.945Z] Step 8/22 : COPY . . [2020-08-18T04:20:14.926Z] Removing intermediate container a780bc758594 [2020-08-18T04:20:14.926Z] ---> 377e4364e0d3 [2020-08-18T04:20:14.926Z] Step 8/21 : COPY . . [2020-08-18T04:20:41.730Z] ---> 704d21de840e [2020-08-18T04:20:41.730Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-18T04:20:41.730Z] ---> c2bf889996ca [2020-08-18T04:20:41.730Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-18T04:20:41.730Z] ---> 3780f0c3aa5e [2020-08-18T04:20:41.730Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-18T04:20:41.730Z] ---> Running in 1029cec382ed [2020-08-18T04:20:41.730Z] ---> 7e62f142371f [2020-08-18T04:20:41.730Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-18T04:20:41.730Z] ---> 52034982839e [2020-08-18T04:20:41.730Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-18T04:20:41.730Z] ---> Running in aa2d0299b9ff [2020-08-18T04:20:41.730Z] ---> Running in 8dcba8c1a449 [2020-08-18T04:20:41.730Z] ---> Running in 3869c7e2c3e5 [2020-08-18T04:20:41.730Z] ---> Running in cdb613d24c08 [2020-08-18T04:20:43.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-18T04:20:43.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-18T04:20:43.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-18T04:20:44.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-18T04:20:44.552Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-08-18T04:22:06.366Z] Removing intermediate container 1029cec382ed [2020-08-18T04:22:06.366Z] ---> 52927f9809e2 [2020-08-18T04:22:06.366Z] [2020-08-18T04:22:06.366Z] Step 9/29 : FROM alpine:latest [2020-08-18T04:22:06.366Z] latest: Pulling from library/alpine [2020-08-18T04:22:06.366Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-18T04:22:06.366Z] Status: Downloaded newer image for alpine:latest [2020-08-18T04:22:06.367Z] ---> 62ee0e9f8440 [2020-08-18T04:22:06.367Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-18T04:22:06.367Z] ---> Running in b9c5d1cb8c55 [2020-08-18T04:22:06.367Z] Removing intermediate container b9c5d1cb8c55 [2020-08-18T04:22:06.367Z] ---> c1ec7828707a [2020-08-18T04:22:06.367Z] Step 11/29 : USER root [2020-08-18T04:22:06.367Z] ---> Running in 2ccdc98e7e1a [2020-08-18T04:22:06.979Z] Removing intermediate container 2ccdc98e7e1a [2020-08-18T04:22:06.979Z] ---> a861f62d8f79 [2020-08-18T04:22:06.979Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-18T04:22:07.256Z] ---> Running in 84a95b3393c7 [2020-08-18T04:22:09.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:22:09.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:22:10.853Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:22:10.853Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:22:10.853Z] OK: 12617 distinct packages available [2020-08-18T04:22:11.454Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-18T04:22:11.730Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-18T04:22:11.730Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:22:11.730Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T04:22:12.005Z] OK: 6 MiB in 16 packages [2020-08-18T04:22:15.600Z] Removing intermediate container 84a95b3393c7 [2020-08-18T04:22:15.600Z] ---> 822ce2753044 [2020-08-18T04:22:15.600Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-18T04:22:15.600Z] ---> Running in 3b278828fc56 [2020-08-18T04:22:17.652Z] Removing intermediate container 3b278828fc56 [2020-08-18T04:22:17.652Z] ---> 6095d2e593fb [2020-08-18T04:22:17.652Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-18T04:22:17.652Z] ---> Running in 9a40cf40d2d0 [2020-08-18T04:22:19.105Z] Removing intermediate container 9a40cf40d2d0 [2020-08-18T04:22:19.105Z] ---> 0785172b1185 [2020-08-18T04:22:19.105Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-18T04:22:19.709Z] ---> Running in 285dc0db0134 [2020-08-18T04:22:19.986Z] Removing intermediate container cdb613d24c08 [2020-08-18T04:22:19.986Z] ---> 88ab8c1898b4 [2020-08-18T04:22:19.986Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-18T04:22:20.585Z] ---> Running in add0f6fdefab [2020-08-18T04:22:23.213Z] Removing intermediate container 8dcba8c1a449 [2020-08-18T04:22:23.213Z] ---> 53505b134954 [2020-08-18T04:22:23.213Z] [2020-08-18T04:22:23.213Z] Step 10/21 : FROM scratch [2020-08-18T04:22:23.213Z] ---> [2020-08-18T04:22:23.213Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T04:22:23.213Z] ---> Running in 198b60b87e52 [2020-08-18T04:22:23.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-18T04:22:23.820Z] Removing intermediate container 198b60b87e52 [2020-08-18T04:22:23.820Z] ---> cf61c20b1dcf [2020-08-18T04:22:23.820Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-18T04:22:24.091Z] ---> Running in 548933b933ad [2020-08-18T04:22:24.699Z] Removing intermediate container 548933b933ad [2020-08-18T04:22:24.699Z] ---> 62f6f3c1015f [2020-08-18T04:22:24.699Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T04:22:24.974Z] Removing intermediate container 285dc0db0134 [2020-08-18T04:22:24.974Z] ---> 22dd77ce4d79 [2020-08-18T04:22:24.974Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-18T04:22:24.974Z] ---> Running in bf4851f92bbf [2020-08-18T04:22:25.967Z] Removing intermediate container bf4851f92bbf [2020-08-18T04:22:25.967Z] ---> f13347259ac2 [2020-08-18T04:22:25.967Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-18T04:22:27.412Z] ---> 027de3e09a11 [2020-08-18T04:22:27.412Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-18T04:22:27.412Z] ---> 84315f8646b3 [2020-08-18T04:22:27.412Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-18T04:22:28.399Z] ---> eae49bb5201e [2020-08-18T04:22:28.399Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-18T04:22:28.399Z] ---> 64084ebb1f7d [2020-08-18T04:22:28.399Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-18T04:22:30.407Z] ---> df9aa25fe9d2 [2020-08-18T04:22:30.407Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-18T04:22:30.682Z] Removing intermediate container add0f6fdefab [2020-08-18T04:22:30.682Z] ---> 6e371588875f [2020-08-18T04:22:30.682Z] [2020-08-18T04:22:30.682Z] Step 11/26 : FROM docker:latest [2020-08-18T04:22:30.682Z] ---> ce9d55ae87f1 [2020-08-18T04:22:30.682Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-18T04:22:30.962Z] ---> Running in 7b2051d84707 [2020-08-18T04:22:31.245Z] ---> d3521e14090f [2020-08-18T04:22:31.245Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-18T04:22:31.847Z] ---> e78d7d148138 [2020-08-18T04:22:31.847Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-18T04:22:33.298Z] ---> 23a2f4173a3e [2020-08-18T04:22:33.298Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:22:33.298Z] ---> Running in f38682b579ba [2020-08-18T04:22:33.582Z] ---> a552c51cb3dd [2020-08-18T04:22:33.582Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-18T04:22:33.859Z] ---> Running in 2a5db4bc3d49 [2020-08-18T04:22:34.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:22:34.136Z] Removing intermediate container f38682b579ba [2020-08-18T04:22:34.136Z] ---> a67a459b60a9 [2020-08-18T04:22:34.136Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T04:22:34.422Z] ---> Running in 4fecd52dccbd [2020-08-18T04:22:34.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:22:35.023Z] (1/2) Installing readline (8.0.4-r0) [2020-08-18T04:22:35.024Z] (2/2) Installing bash (5.0.17-r0) [2020-08-18T04:22:35.024Z] Executing bash-5.0.17-r0.post-install [2020-08-18T04:22:35.024Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:22:35.024Z] OK: 12 MiB in 22 packages [2020-08-18T04:22:35.301Z] Removing intermediate container 4fecd52dccbd [2020-08-18T04:22:35.301Z] ---> 9784282b42b3 [2020-08-18T04:22:35.301Z] Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:22:35.578Z] ---> Running in 1f13ca713f8c [2020-08-18T04:22:36.563Z] Removing intermediate container 1f13ca713f8c [2020-08-18T04:22:36.563Z] ---> 7b856d80bf60 [2020-08-18T04:22:36.563Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T04:22:36.856Z] ---> Running in b6c522672e90 [2020-08-18T04:22:37.137Z] Removing intermediate container 7b2051d84707 [2020-08-18T04:22:37.137Z] ---> 59161fb944cf [2020-08-18T04:22:37.137Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-18T04:22:37.415Z] ---> Running in 46b380a7dac1 [2020-08-18T04:22:37.688Z] Removing intermediate container b6c522672e90 [2020-08-18T04:22:37.688Z] ---> 424b72b27abf [2020-08-18T04:22:37.688Z] [2020-08-18T04:22:37.972Z] Removing intermediate container 2a5db4bc3d49 [2020-08-18T04:22:37.972Z] ---> de4e0422534f [2020-08-18T04:22:37.972Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T04:22:38.572Z] Successfully built 424b72b27abf [2020-08-18T04:22:38.572Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-18T04:22:38.572Z] Building docker-security-secretstore-setup-go [2020-08-18T04:22:39.573Z]  Building docker-support-logging-go ... done  ---> 970d86cdbf59 [2020-08-18T04:22:39.573Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T04:22:39.857Z] ---> Running in 14934ae51880 [2020-08-18T04:22:43.279Z] Removing intermediate container 46b380a7dac1 [2020-08-18T04:22:43.279Z] ---> 0a96051107c3 [2020-08-18T04:22:43.279Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-18T04:22:44.721Z] ---> Running in 9138708eb193 [2020-08-18T04:22:45.720Z] Removing intermediate container aa2d0299b9ff [2020-08-18T04:22:45.720Z] ---> 2fff6e9289dc [2020-08-18T04:22:45.720Z] [2020-08-18T04:22:45.720Z] Step 10/21 : FROM scratch [2020-08-18T04:22:45.720Z] ---> [2020-08-18T04:22:45.720Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:22:45.720Z] Removing intermediate container 14934ae51880 [2020-08-18T04:22:45.720Z] ---> 3530116d3e78 [2020-08-18T04:22:45.720Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-18T04:22:45.720Z] Removing intermediate container 9138708eb193 [2020-08-18T04:22:45.720Z] ---> 32d60f87b9b8 [2020-08-18T04:22:45.720Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-18T04:22:45.995Z] ---> Running in debcb8bcf6b7 [2020-08-18T04:22:46.267Z] ---> Running in a8e17234a7f9 [2020-08-18T04:22:46.546Z] ---> Running in 5622771de41b [2020-08-18T04:22:46.546Z] Removing intermediate container debcb8bcf6b7 [2020-08-18T04:22:46.546Z] ---> 16d323caa5cb [2020-08-18T04:22:46.546Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-18T04:22:46.834Z] ---> Running in c1be3c109055 [2020-08-18T04:22:47.429Z] Removing intermediate container 5622771de41b [2020-08-18T04:22:47.429Z] ---> 3d9a13e8b578 [2020-08-18T04:22:47.429Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-18T04:22:47.429Z] Removing intermediate container c1be3c109055 [2020-08-18T04:22:47.429Z] ---> ecbdd4dfa007 [2020-08-18T04:22:47.429Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T04:22:47.706Z] ---> Running in 7e5d212c3730 [2020-08-18T04:22:47.706Z] ---> Running in 85eec184bf65 [2020-08-18T04:22:48.315Z] Removing intermediate container 85eec184bf65 [2020-08-18T04:22:48.315Z] ---> e511d610b70f [2020-08-18T04:22:48.315Z] Step 14/21 : WORKDIR / [2020-08-18T04:22:48.315Z] Removing intermediate container 7e5d212c3730 [2020-08-18T04:22:48.315Z] ---> 6b5376cddcc2 [2020-08-18T04:22:48.587Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-18T04:22:48.875Z] ---> Running in e1413444b4f4 [2020-08-18T04:22:50.871Z] Removing intermediate container e1413444b4f4 [2020-08-18T04:22:50.871Z] ---> f8885070d9c1 [2020-08-18T04:22:50.871Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-18T04:22:50.871Z] ---> af0d6ad52d92 [2020-08-18T04:22:50.871Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-18T04:22:51.153Z] Removing intermediate container a8e17234a7f9 [2020-08-18T04:22:51.153Z] ---> f4ec13e5f512 [2020-08-18T04:22:51.153Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T04:22:52.141Z] ---> Running in c2663bbd33bc [2020-08-18T04:22:52.417Z] ---> c31358923880 [2020-08-18T04:22:52.417Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-18T04:22:52.417Z] ---> 5cd326e7043a [2020-08-18T04:22:52.417Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-18T04:22:53.018Z] Removing intermediate container c2663bbd33bc [2020-08-18T04:22:53.018Z] ---> 5e784cb5654b [2020-08-18T04:22:53.018Z] Step 26/29 : CMD [ "generate" ] [2020-08-18T04:22:53.625Z] ---> Running in 280670fbd9e5 [2020-08-18T04:22:54.609Z] ---> 2655e3cffb09 [2020-08-18T04:22:54.609Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-18T04:22:54.884Z] ---> d20c0d625fc7 [2020-08-18T04:22:54.884Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-18T04:22:54.884Z] Removing intermediate container 280670fbd9e5 [2020-08-18T04:22:54.884Z] ---> b91daff354a2 [2020-08-18T04:22:54.884Z] Step 27/29 : LABEL arch=arm64 [2020-08-18T04:22:54.884Z] ---> Running in ab3c2dc9d619 [2020-08-18T04:22:55.171Z] ---> Running in 7c4a5e1d31c1 [2020-08-18T04:22:56.634Z] Removing intermediate container 7c4a5e1d31c1 [2020-08-18T04:22:56.634Z] ---> b1f4563ca7b8 [2020-08-18T04:22:56.635Z] Step 28/29 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:22:57.241Z] ---> 60d10c00a4a7 [2020-08-18T04:22:57.241Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:22:57.241Z] ---> Running in 8a80f8d2b502 [2020-08-18T04:22:57.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:22:57.523Z] ---> Running in 4322902a0ad9 [2020-08-18T04:22:57.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:22:58.076Z] Removing intermediate container 8a80f8d2b502 [2020-08-18T04:22:58.077Z] ---> ace547596048 [2020-08-18T04:22:58.077Z] Step 29/29 : LABEL version=0.0.0 [2020-08-18T04:22:58.365Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-18T04:22:58.365Z] (2/33) Installing expat (2.2.9-r1) [2020-08-18T04:22:58.365Z] (3/33) Installing libffi (3.3-r2) [2020-08-18T04:22:58.365Z] (4/33) Installing gdbm (1.13-r1) [2020-08-18T04:22:58.365Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-18T04:22:58.365Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-18T04:22:58.365Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-18T04:22:58.992Z] ---> Running in 6c16c66e4f89 [2020-08-18T04:22:58.992Z] Removing intermediate container 4322902a0ad9 [2020-08-18T04:22:58.992Z] ---> 49e46568db38 [2020-08-18T04:22:58.992Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T04:23:00.451Z] ---> Running in 0eb6c6ca980b [2020-08-18T04:23:00.451Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-18T04:23:00.451Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-18T04:23:00.451Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-18T04:23:00.451Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-18T04:23:00.451Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-18T04:23:00.451Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-18T04:23:00.451Z] Removing intermediate container 6c16c66e4f89 [2020-08-18T04:23:00.451Z] ---> 55da43598dd6 [2020-08-18T04:23:00.451Z] [2020-08-18T04:23:00.725Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-18T04:23:00.725Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-18T04:23:00.725Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-18T04:23:00.725Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-18T04:23:00.725Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-18T04:23:00.725Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-18T04:23:00.725Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-18T04:23:00.725Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-18T04:23:01.001Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-18T04:23:01.001Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-18T04:23:01.001Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-18T04:23:01.001Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-18T04:23:01.001Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-18T04:23:01.001Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-18T04:23:01.001Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-18T04:23:01.001Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-18T04:23:01.001Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-18T04:23:01.001Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-18T04:23:01.001Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-18T04:23:01.001Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-18T04:23:01.281Z] Removing intermediate container 0eb6c6ca980b [2020-08-18T04:23:01.281Z] ---> d2e8a3124e90 [2020-08-18T04:23:01.281Z] Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:23:01.281Z] Successfully built 55da43598dd6 [2020-08-18T04:23:01.281Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-18T04:23:01.281Z] Building docker-core-command-go [2020-08-18T04:23:01.281Z]  Building docker-security-secrets-setup-go ... done Executing busybox-1.31.1-r16.trigger [2020-08-18T04:23:01.281Z] OK: 71 MiB in 55 packages [2020-08-18T04:23:01.884Z] ---> Running in 98e5a1e28645 [2020-08-18T04:23:02.481Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:23:02.481Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:23:02.481Z] ---> 5f28b216f2e9 [2020-08-18T04:23:02.481Z] Step 3/26 : WORKDIR /edgex-go [2020-08-18T04:23:02.481Z] ---> Using cache [2020-08-18T04:23:02.481Z] ---> 9e7092b43da8 [2020-08-18T04:23:02.481Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:23:02.481Z] ---> Using cache [2020-08-18T04:23:02.481Z] ---> f4a9182fa099 [2020-08-18T04:23:02.481Z] Step 5/26 : RUN apk update && apk add make git [2020-08-18T04:23:03.078Z] ---> Running in e6c7e5f00ce8 [2020-08-18T04:23:03.078Z] Removing intermediate container 98e5a1e28645 [2020-08-18T04:23:03.078Z] ---> 844d11a6414e [2020-08-18T04:23:03.078Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T04:23:03.351Z] Removing intermediate container 3869c7e2c3e5 [2020-08-18T04:23:03.351Z] ---> d8585946bd0e [2020-08-18T04:23:03.351Z] [2020-08-18T04:23:03.351Z] Step 10/22 : FROM alpine [2020-08-18T04:23:03.351Z] ---> 62ee0e9f8440 [2020-08-18T04:23:03.351Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:23:04.789Z] ---> Running in f052d52fd50e [2020-08-18T04:23:04.790Z] ---> Running in 6caef5f7be1c [2020-08-18T04:23:06.223Z] Removing intermediate container 6caef5f7be1c [2020-08-18T04:23:06.223Z] ---> c2528081f1d4 [2020-08-18T04:23:06.223Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-18T04:23:06.822Z] Removing intermediate container f052d52fd50e [2020-08-18T04:23:06.822Z] ---> feacb80926cb [2020-08-18T04:23:06.822Z] [2020-08-18T04:23:07.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:23:07.096Z] ---> Running in 62f771c0bb83 [2020-08-18T04:23:07.383Z] Successfully built feacb80926cb [2020-08-18T04:23:07.383Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-18T04:23:07.383Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-08-18T04:23:07.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:23:07.977Z] Removing intermediate container 62f771c0bb83 [2020-08-18T04:23:07.977Z] ---> 605e4eee6ff1 [2020-08-18T04:23:07.977Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-18T04:23:08.252Z] ---> Running in 5b47d734aa21 [2020-08-18T04:23:08.534Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:23:08.534Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:23:08.534Z] OK: 12617 distinct packages available [2020-08-18T04:23:08.820Z] Removing intermediate container ab3c2dc9d619 [2020-08-18T04:23:08.820Z] ---> 891a3febd7cc [2020-08-18T04:23:08.820Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-18T04:23:09.437Z] OK: 217 MiB in 51 packages [2020-08-18T04:23:09.711Z] Removing intermediate container 5b47d734aa21 [2020-08-18T04:23:09.711Z] ---> ef76140c6fa2 [2020-08-18T04:23:09.711Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:23:10.313Z] ---> Running in f610411b5d88 [2020-08-18T04:23:10.313Z] ---> Running in 1b88815d38cd [2020-08-18T04:23:11.776Z] Removing intermediate container e6c7e5f00ce8 [2020-08-18T04:23:11.776Z] ---> 749ed75b3882 [2020-08-18T04:23:11.776Z] Step 6/26 : COPY go.mod . [2020-08-18T04:23:13.747Z] ---> fae8c8f4a438 [2020-08-18T04:23:13.747Z] Step 7/26 : RUN go mod download [2020-08-18T04:23:14.030Z] ---> Running in 283633eaf2eb [2020-08-18T04:23:16.665Z] Removing intermediate container 1b88815d38cd [2020-08-18T04:23:16.665Z] ---> 61808c984a1a [2020-08-18T04:23:16.665Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-18T04:23:17.266Z] ---> Running in ac8e21422267 [2020-08-18T04:23:17.542Z] Collecting docker-compose==1.23.2 [2020-08-18T04:23:17.542Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-18T04:23:18.529Z] Collecting jsonschema<3,>=2.5.1 [2020-08-18T04:23:18.827Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-18T04:23:20.273Z] Collecting PyYAML<4,>=3.10 [2020-08-18T04:23:20.273Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-18T04:23:20.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:23:20.549Z] Removing intermediate container 283633eaf2eb [2020-08-18T04:23:20.549Z] ---> dbfd2ae8d549 [2020-08-18T04:23:20.549Z] Step 8/26 : COPY . . [2020-08-18T04:23:20.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:23:21.433Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-18T04:23:21.433Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-18T04:23:21.710Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-18T04:23:21.710Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-18T04:23:21.984Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-18T04:23:21.984Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:23:21.984Z] OK: 8 MiB in 19 packages [2020-08-18T04:23:24.636Z] Collecting texttable<0.10,>=0.9.0 [2020-08-18T04:23:24.636Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-18T04:23:25.657Z] Removing intermediate container ac8e21422267 [2020-08-18T04:23:25.657Z] ---> b9564ea95eb5 [2020-08-18T04:23:25.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-18T04:23:26.647Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-18T04:23:26.647Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-18T04:23:27.251Z] ---> 547424adf5ff [2020-08-18T04:23:27.251Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-18T04:23:28.696Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-18T04:23:28.697Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-18T04:23:29.302Z] Collecting docker<4.0,>=3.6.0 [2020-08-18T04:23:29.302Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-18T04:23:30.751Z] Collecting docopt<0.7,>=0.6.1 [2020-08-18T04:23:30.751Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-18T04:23:30.751Z] ---> 03bb1a951a8f [2020-08-18T04:23:30.751Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-18T04:23:32.199Z] ---> f5b633f17b9a [2020-08-18T04:23:32.199Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:23:32.802Z] ---> Running in 81ff794ca0b6 [2020-08-18T04:23:32.802Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-18T04:23:33.076Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-18T04:23:33.076Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-18T04:23:33.748Z] Removing intermediate container 81ff794ca0b6 [2020-08-18T04:23:33.748Z] ---> 5bc28cd9236b [2020-08-18T04:23:33.748Z] Step 20/22 : LABEL arch=arm64 [2020-08-18T04:23:34.023Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:23:34.023Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:23:34.023Z] ---> 5f28b216f2e9 [2020-08-18T04:23:34.023Z] Step 3/21 : WORKDIR /edgex-go [2020-08-18T04:23:34.023Z] ---> Using cache [2020-08-18T04:23:34.023Z] ---> 9e7092b43da8 [2020-08-18T04:23:34.023Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:23:34.023Z] ---> Using cache [2020-08-18T04:23:34.023Z] ---> f4a9182fa099 [2020-08-18T04:23:34.023Z] Step 5/21 : RUN apk update && apk add make git [2020-08-18T04:23:34.023Z] ---> Using cache [2020-08-18T04:23:34.023Z] ---> 749ed75b3882 [2020-08-18T04:23:34.023Z] Step 6/21 : COPY go.mod . [2020-08-18T04:23:34.023Z] ---> Using cache [2020-08-18T04:23:34.023Z] ---> fae8c8f4a438 [2020-08-18T04:23:34.023Z] Step 7/21 : RUN go mod download [2020-08-18T04:23:34.023Z] ---> Using cache [2020-08-18T04:23:34.023Z] ---> dbfd2ae8d549 [2020-08-18T04:23:34.023Z] Step 8/21 : COPY . . [2020-08-18T04:23:34.311Z] ---> Running in db4d6a72a416 [2020-08-18T04:23:34.947Z] Removing intermediate container db4d6a72a416 [2020-08-18T04:23:34.947Z] ---> 2d7e02d19ad5 [2020-08-18T04:23:34.947Z] Step 21/22 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:23:35.555Z] Collecting cached-property<2,>=1.2.0 [2020-08-18T04:23:35.555Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-18T04:23:35.838Z] ---> Running in c03bc556cecc [2020-08-18T04:23:36.120Z] Collecting idna<2.8,>=2.5 [2020-08-18T04:23:36.120Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-18T04:23:36.730Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-18T04:23:36.730Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-18T04:23:37.010Z] Removing intermediate container c03bc556cecc [2020-08-18T04:23:37.011Z] ---> 41c4ff95787c [2020-08-18T04:23:37.011Z] Step 22/22 : LABEL version=0.0.0 [2020-08-18T04:23:37.296Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-08-18T04:23:37.296Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-08-18T04:23:37.591Z] Collecting docker-pycreds>=0.4.0 [2020-08-18T04:23:37.591Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-18T04:23:37.591Z] ---> Running in bc3ecf4843ce [2020-08-18T04:23:37.875Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-18T04:23:37.875Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-18T04:23:37.875Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-18T04:23:37.875Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-18T04:23:38.898Z] Installing collected packages: jsonschema, PyYAML, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, cached-property, docker-compose [2020-08-18T04:23:38.898Z] Removing intermediate container bc3ecf4843ce [2020-08-18T04:23:38.898Z] ---> 0b6bb39d5bf9 [2020-08-18T04:23:38.898Z] [2020-08-18T04:23:39.179Z] Running setup.py install for PyYAML: started [2020-08-18T04:23:39.794Z] Successfully built 0b6bb39d5bf9 [2020-08-18T04:23:39.794Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-18T04:23:39.794Z] Building docker-security-proxy-setup-go [2020-08-18T04:23:41.810Z]  Building docker-core-data-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2020-08-18T04:23:41.810Z] Running setup.py install for texttable: started [2020-08-18T04:23:42.429Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:23:42.429Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:23:42.429Z] ---> 5f28b216f2e9 [2020-08-18T04:23:42.429Z] Step 3/23 : WORKDIR /edgex-go [2020-08-18T04:23:42.429Z] ---> Using cache [2020-08-18T04:23:42.429Z] ---> 9e7092b43da8 [2020-08-18T04:23:42.429Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:23:42.429Z] ---> Using cache [2020-08-18T04:23:42.429Z] ---> f4a9182fa099 [2020-08-18T04:23:42.429Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-18T04:23:43.885Z] Running setup.py install for texttable: finished with status 'done' [2020-08-18T04:23:45.343Z] Attempting uninstall: idna [2020-08-18T04:23:45.343Z] Found existing installation: idna 2.9 [2020-08-18T04:23:45.343Z] Uninstalling idna-2.9: [2020-08-18T04:23:45.343Z] Successfully uninstalled idna-2.9 [2020-08-18T04:23:46.355Z] Attempting uninstall: urllib3 [2020-08-18T04:23:46.355Z] Found existing installation: urllib3 1.25.9 [2020-08-18T04:23:46.355Z] Uninstalling urllib3-1.25.9: [2020-08-18T04:23:46.636Z] Successfully uninstalled urllib3-1.25.9 [2020-08-18T04:23:47.250Z] ---> Running in b68a9f57f163 [2020-08-18T04:23:47.250Z] Attempting uninstall: requests [2020-08-18T04:23:47.250Z] Found existing installation: requests 2.23.0 [2020-08-18T04:23:47.250Z] Uninstalling requests-2.23.0: [2020-08-18T04:23:47.528Z] Successfully uninstalled requests-2.23.0 [2020-08-18T04:23:48.547Z] ---> 6977551ac401 [2020-08-18T04:23:48.547Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-08-18T04:23:49.177Z] Running setup.py install for docopt: started [2020-08-18T04:23:49.177Z] ---> Running in 5eb357d3ff92 [2020-08-18T04:23:49.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:23:50.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:23:51.418Z] Running setup.py install for docopt: finished with status 'done' [2020-08-18T04:23:51.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-18T04:23:51.704Z] Running setup.py install for dockerpty: started [2020-08-18T04:23:51.704Z] v3.12.0-253-g9028084776 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:23:51.704Z] v3.12.0-250-g44b98a579a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:23:51.704Z] OK: 12617 distinct packages available [2020-08-18T04:23:52.700Z] OK: 217 MiB in 51 packages [2020-08-18T04:23:54.177Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-18T04:23:56.831Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-08-18T04:23:57.116Z] Removing intermediate container b68a9f57f163 [2020-08-18T04:23:57.116Z] ---> 0993e56e66ae [2020-08-18T04:23:57.116Z] Step 6/23 : COPY go.mod . [2020-08-18T04:23:59.774Z] ---> 0c3b07425539 [2020-08-18T04:23:59.774Z] Step 7/23 : RUN go mod download [2020-08-18T04:24:00.393Z] ---> Running in 38cad95ec711 [2020-08-18T04:24:05.875Z] Removing intermediate container f610411b5d88 [2020-08-18T04:24:05.875Z] ---> 76319a1eed5c [2020-08-18T04:24:05.875Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-18T04:24:05.875Z] ---> Running in 438ea044a177 [2020-08-18T04:24:06.157Z] Removing intermediate container 38cad95ec711 [2020-08-18T04:24:06.157Z] ---> 4a6b95f6a72b [2020-08-18T04:24:06.157Z] Step 8/23 : COPY . . [2020-08-18T04:24:07.150Z] ---> f6c555479aff [2020-08-18T04:24:07.150Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-18T04:24:07.754Z] ---> Running in 41af75d2fcca [2020-08-18T04:24:08.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:24:08.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:24:09.262Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T04:24:09.262Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-18T04:24:09.262Z] (3/3) Installing curl (7.69.1-r0) [2020-08-18T04:24:09.262Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:24:09.262Z] OK: 71 MiB in 58 packages [2020-08-18T04:24:10.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-08-18T04:24:12.271Z] Removing intermediate container 438ea044a177 [2020-08-18T04:24:12.271Z] ---> 1ed53a1373c4 [2020-08-18T04:24:12.271Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:24:12.271Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:24:12.271Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:24:12.271Z] ---> 5f28b216f2e9 [2020-08-18T04:24:12.271Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T04:24:12.271Z] ---> Using cache [2020-08-18T04:24:12.271Z] ---> 9e7092b43da8 [2020-08-18T04:24:12.271Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:24:12.271Z] ---> Using cache [2020-08-18T04:24:12.271Z] ---> f4a9182fa099 [2020-08-18T04:24:12.271Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T04:24:12.271Z] ---> Using cache [2020-08-18T04:24:12.271Z] ---> 749ed75b3882 [2020-08-18T04:24:12.271Z] Step 6/20 : COPY go.mod . [2020-08-18T04:24:12.271Z] ---> Using cache [2020-08-18T04:24:12.271Z] ---> fae8c8f4a438 [2020-08-18T04:24:12.271Z] Step 7/20 : RUN go mod download [2020-08-18T04:24:12.271Z] ---> Using cache [2020-08-18T04:24:12.271Z] ---> dbfd2ae8d549 [2020-08-18T04:24:12.271Z] Step 8/20 : COPY . . [2020-08-18T04:24:12.271Z] ---> Using cache [2020-08-18T04:24:12.271Z] ---> f6c555479aff [2020-08-18T04:24:12.271Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-18T04:24:12.560Z] ---> Running in c834747c437c [2020-08-18T04:24:12.560Z] ---> Running in 3aa3b1100b49 [2020-08-18T04:24:14.023Z] Removing intermediate container c834747c437c [2020-08-18T04:24:14.023Z] ---> ff24833347ba [2020-08-18T04:24:14.023Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T04:24:14.304Z] ---> Running in bd6cb258cc13 [2020-08-18T04:24:14.969Z] Removing intermediate container bd6cb258cc13 [2020-08-18T04:24:14.969Z] ---> ef4116b609cd [2020-08-18T04:24:14.969Z] Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:24:15.334Z] ---> Running in 47c0d92c0771 [2020-08-18T04:24:15.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-18T04:24:16.792Z] Removing intermediate container 47c0d92c0771 [2020-08-18T04:24:16.792Z] ---> e76d88c05c2e [2020-08-18T04:24:16.792Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T04:24:16.792Z] ---> Running in adc6bfde2cdb [2020-08-18T04:24:18.324Z] Removing intermediate container adc6bfde2cdb [2020-08-18T04:24:18.324Z] ---> fa489891ff99 [2020-08-18T04:24:18.324Z] [2020-08-18T04:24:19.334Z] Successfully built fa489891ff99 [2020-08-18T04:24:19.631Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-18T04:24:19.631Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-08-18T04:24:38.003Z] ---> 25def6146d04 [2020-08-18T04:24:38.003Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-18T04:24:38.003Z] ---> Running in f12fa166ea12 [2020-08-18T04:24:38.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-18T04:24:56.953Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-18T04:24:56.953Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-18T04:24:56.953Z] ---> 5f28b216f2e9 [2020-08-18T04:24:56.953Z] Step 3/20 : WORKDIR /edgex-go [2020-08-18T04:24:56.953Z] ---> Using cache [2020-08-18T04:24:56.953Z] ---> 9e7092b43da8 [2020-08-18T04:24:56.953Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-18T04:24:56.953Z] ---> Using cache [2020-08-18T04:24:56.953Z] ---> f4a9182fa099 [2020-08-18T04:24:56.953Z] Step 5/20 : RUN apk update && apk add make git [2020-08-18T04:24:56.953Z] ---> Using cache [2020-08-18T04:24:56.953Z] ---> 749ed75b3882 [2020-08-18T04:24:56.953Z] Step 6/20 : COPY go.mod . [2020-08-18T04:24:56.953Z] ---> Using cache [2020-08-18T04:24:56.953Z] ---> fae8c8f4a438 [2020-08-18T04:24:56.953Z] Step 7/20 : RUN go mod download [2020-08-18T04:24:56.953Z] ---> Using cache [2020-08-18T04:24:56.953Z] ---> dbfd2ae8d549 [2020-08-18T04:24:56.953Z] Step 8/20 : COPY . . [2020-08-18T04:24:56.953Z] ---> Using cache [2020-08-18T04:24:56.953Z] ---> f6c555479aff [2020-08-18T04:24:56.953Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-18T04:24:57.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-18T04:24:57.851Z] ---> Running in 974652e2210c [2020-08-18T04:25:00.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-18T04:25:12.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-18T04:25:25.369Z] Removing intermediate container 5eb357d3ff92 [2020-08-18T04:25:25.369Z] ---> 0ce73a73229e [2020-08-18T04:25:25.369Z] [2020-08-18T04:25:25.369Z] Step 10/26 : FROM alpine:3.10 [2020-08-18T04:25:25.648Z] 3.10: Pulling from library/alpine [2020-08-18T04:25:27.143Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-18T04:25:27.143Z] Status: Downloaded newer image for alpine:3.10 [2020-08-18T04:25:27.143Z] ---> 536a684cf733 [2020-08-18T04:25:27.143Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-18T04:25:27.423Z] ---> Running in 338463c90061 [2020-08-18T04:25:30.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:25:30.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:25:31.269Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-18T04:25:31.269Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-18T04:25:31.269Z] OK: 10167 distinct packages available [2020-08-18T04:25:31.871Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-18T04:25:31.871Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-18T04:25:31.871Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-18T04:25:32.144Z] (4/5) Installing curl (7.66.0-r0) [2020-08-18T04:25:32.144Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-18T04:25:32.144Z] Executing busybox-1.30.1-r3.trigger [2020-08-18T04:25:32.145Z] Executing ca-certificates-20191127-r2.trigger [2020-08-18T04:25:32.420Z] OK: 7 MiB in 19 packages [2020-08-18T04:25:35.069Z] Removing intermediate container 338463c90061 [2020-08-18T04:25:35.069Z] ---> 82cd275f47bd [2020-08-18T04:25:35.069Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T04:25:35.345Z] ---> Running in 02bd146d3d49 [2020-08-18T04:25:35.950Z] Removing intermediate container 02bd146d3d49 [2020-08-18T04:25:35.950Z] ---> 26ae613979f0 [2020-08-18T04:25:35.950Z] Step 13/26 : WORKDIR / [2020-08-18T04:25:35.950Z] ---> Running in 12d0ed501c34 [2020-08-18T04:25:36.933Z] Removing intermediate container 12d0ed501c34 [2020-08-18T04:25:36.933Z] ---> b936dcd9f053 [2020-08-18T04:25:36.933Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-08-18T04:25:37.929Z] ---> 56c94cbce5b6 [2020-08-18T04:25:37.929Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-18T04:25:39.383Z] ---> d3f7fbe8b681 [2020-08-18T04:25:39.383Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-18T04:25:41.375Z] ---> 776fd4a5504c [2020-08-18T04:25:41.375Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-18T04:25:41.659Z] Removing intermediate container 3aa3b1100b49 [2020-08-18T04:25:41.659Z] ---> ce61532d73d1 [2020-08-18T04:25:41.659Z] [2020-08-18T04:25:41.659Z] Step 10/20 : FROM alpine [2020-08-18T04:25:41.659Z] ---> 62ee0e9f8440 [2020-08-18T04:25:41.659Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-18T04:25:41.936Z] ---> Running in 75c0b9cca52a [2020-08-18T04:25:42.563Z] ---> 3b9af8e34a4a [2020-08-18T04:25:42.563Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-18T04:25:44.562Z] ---> bfc2e86698ad [2020-08-18T04:25:44.562Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-18T04:25:44.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-18T04:25:45.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-18T04:25:46.151Z] v3.12.0-253-g9028084776 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-18T04:25:46.151Z] v3.12.0-250-g44b98a579a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-18T04:25:46.151Z] OK: 12617 distinct packages available [2020-08-18T04:25:46.151Z] ---> f007c6f7d94f [2020-08-18T04:25:46.151Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-18T04:25:47.146Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-18T04:25:47.146Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-18T04:25:47.146Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-18T04:25:47.146Z] (4/4) Installing curl (7.69.1-r0) [2020-08-18T04:25:47.146Z] Executing busybox-1.31.1-r16.trigger [2020-08-18T04:25:47.146Z] Executing ca-certificates-20191127-r4.trigger [2020-08-18T04:25:47.753Z] OK: 7 MiB in 18 packages [2020-08-18T04:25:47.753Z] ---> 00049ee143f9 [2020-08-18T04:25:47.753Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-18T04:25:49.202Z] ---> c1097f8e1727 [2020-08-18T04:25:49.202Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-18T04:25:49.202Z] ---> Running in c110abaa4d83 [2020-08-18T04:25:50.660Z] Removing intermediate container 75c0b9cca52a [2020-08-18T04:25:50.660Z] ---> 3d7597e3dcbf [2020-08-18T04:25:50.660Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-18T04:25:50.660Z] ---> Running in 00856c0f02a2 [2020-08-18T04:25:51.651Z] Removing intermediate container 00856c0f02a2 [2020-08-18T04:25:51.651Z] ---> a68d023ca0c4 [2020-08-18T04:25:51.651Z] Step 13/20 : WORKDIR /edgex [2020-08-18T04:25:51.651Z] ---> Running in 5e787d9992a0 [2020-08-18T04:25:52.255Z] Removing intermediate container 5e787d9992a0 [2020-08-18T04:25:52.255Z] ---> 428048eed98b [2020-08-18T04:25:52.255Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-18T04:25:53.699Z] ---> 3b0005b04e07 [2020-08-18T04:25:53.699Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-18T04:25:53.977Z] Removing intermediate container c110abaa4d83 [2020-08-18T04:25:53.977Z] ---> a85728df0a8d [2020-08-18T04:25:53.977Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-18T04:25:54.259Z] ---> Running in 7edbf90ffdc8 [2020-08-18T04:25:55.267Z] Removing intermediate container 7edbf90ffdc8 [2020-08-18T04:25:55.267Z] ---> f4742cf5c99a [2020-08-18T04:25:55.267Z] Step 24/26 : LABEL arch=arm64 [2020-08-18T04:25:55.267Z] ---> Running in a04f23639d1a [2020-08-18T04:25:55.546Z] ---> 76852e57c75d [2020-08-18T04:25:55.546Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-18T04:25:55.546Z] ---> Running in 43abf0a0c7a9 [2020-08-18T04:25:56.149Z] Removing intermediate container a04f23639d1a [2020-08-18T04:25:56.149Z] ---> cc4cf5233d49 [2020-08-18T04:25:56.149Z] Step 25/26 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:25:56.422Z] Removing intermediate container 43abf0a0c7a9 [2020-08-18T04:25:56.422Z] ---> 29d9a8ebb694 [2020-08-18T04:25:56.422Z] Step 17/20 : CMD ["--init=true"] [2020-08-18T04:25:56.422Z] ---> Running in 505d8e282dfb [2020-08-18T04:25:56.698Z] ---> Running in d8d5991410e4 [2020-08-18T04:25:57.301Z] Removing intermediate container 505d8e282dfb [2020-08-18T04:25:57.301Z] ---> 76e8462468a6 [2020-08-18T04:25:57.301Z] Step 26/26 : LABEL version=0.0.0 [2020-08-18T04:25:57.580Z] Removing intermediate container d8d5991410e4 [2020-08-18T04:25:57.580Z] ---> 93f73785fe2c [2020-08-18T04:25:57.580Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T04:25:57.580Z] ---> Running in f8729c356fc5 [2020-08-18T04:25:57.866Z] ---> Running in d9f389d3ae15 [2020-08-18T04:25:58.471Z] Removing intermediate container f8729c356fc5 [2020-08-18T04:25:58.471Z] ---> ce368ab570fb [2020-08-18T04:25:58.471Z] [2020-08-18T04:25:58.748Z] Removing intermediate container d9f389d3ae15 [2020-08-18T04:25:58.748Z] ---> 592dec6ba56a [2020-08-18T04:25:58.748Z] Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:25:59.025Z] ---> Running in 69e2200df8f8 [2020-08-18T04:25:59.301Z] Successfully built ce368ab570fb [2020-08-18T04:25:59.301Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-18T04:25:59.907Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 69e2200df8f8 [2020-08-18T04:25:59.907Z] ---> 94922250b756 [2020-08-18T04:25:59.907Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T04:25:59.907Z] ---> Running in 94dd4631b6bb [2020-08-18T04:26:00.897Z] Removing intermediate container 94dd4631b6bb [2020-08-18T04:26:00.897Z] ---> 04f2124f51e1 [2020-08-18T04:26:00.897Z] [2020-08-18T04:26:01.176Z] Successfully built 04f2124f51e1 [2020-08-18T04:26:01.451Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-18T04:26:06.882Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 41af75d2fcca [2020-08-18T04:26:06.882Z] ---> 5c6c6c8a2a05 [2020-08-18T04:26:06.882Z] [2020-08-18T04:26:06.882Z] Step 10/21 : FROM scratch [2020-08-18T04:26:06.882Z] ---> [2020-08-18T04:26:06.882Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-18T04:26:06.882Z] ---> Using cache [2020-08-18T04:26:06.882Z] ---> 16d323caa5cb [2020-08-18T04:26:06.882Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-18T04:26:07.155Z] ---> Running in b6dc6f117712 [2020-08-18T04:26:07.769Z] Removing intermediate container b6dc6f117712 [2020-08-18T04:26:07.769Z] ---> 429a13538588 [2020-08-18T04:26:07.769Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-18T04:26:08.048Z] ---> Running in 2a59ac34fc64 [2020-08-18T04:26:09.039Z] Removing intermediate container 2a59ac34fc64 [2020-08-18T04:26:09.039Z] ---> 71a064b3abc8 [2020-08-18T04:26:09.039Z] Step 14/21 : WORKDIR / [2020-08-18T04:26:09.039Z] ---> Running in 4da25b481ef0 [2020-08-18T04:26:09.638Z] Removing intermediate container 4da25b481ef0 [2020-08-18T04:26:09.638Z] ---> e2fa6a1cfdac [2020-08-18T04:26:09.638Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-18T04:26:10.624Z] ---> 0163b42824cc [2020-08-18T04:26:10.624Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-18T04:26:12.611Z] ---> da6497a4dc36 [2020-08-18T04:26:12.611Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-18T04:26:13.591Z] ---> 9dc531899df9 [2020-08-18T04:26:13.591Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:26:13.863Z] ---> Running in a6cfa30610a6 [2020-08-18T04:26:14.461Z] Removing intermediate container a6cfa30610a6 [2020-08-18T04:26:14.461Z] ---> 8b0fe3827189 [2020-08-18T04:26:14.461Z] Step 19/21 : LABEL arch=arm64 [2020-08-18T04:26:14.736Z] ---> Running in 90dc1df7c74c [2020-08-18T04:26:15.733Z] Removing intermediate container 90dc1df7c74c [2020-08-18T04:26:15.733Z] ---> b2776c4cafbf [2020-08-18T04:26:15.733Z] Step 20/21 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:26:16.015Z] ---> Running in 98013e9e6ad3 [2020-08-18T04:26:16.645Z] Removing intermediate container 98013e9e6ad3 [2020-08-18T04:26:16.645Z] ---> 132f2461a274 [2020-08-18T04:26:16.645Z] Step 21/21 : LABEL version=0.0.0 [2020-08-18T04:26:16.923Z] ---> Running in 540f59a0ced4 [2020-08-18T04:26:17.523Z] Removing intermediate container 540f59a0ced4 [2020-08-18T04:26:17.523Z] ---> 4ea964c2d9d7 [2020-08-18T04:26:17.523Z] [2020-08-18T04:26:18.126Z] Successfully built 4ea964c2d9d7 [2020-08-18T04:26:18.126Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-18T04:26:20.124Z]  Building docker-core-command-go ... done Removing intermediate container f12fa166ea12 [2020-08-18T04:26:20.124Z] ---> 6ea8a27615f3 [2020-08-18T04:26:20.124Z] [2020-08-18T04:26:20.124Z] Step 10/23 : FROM scratch [2020-08-18T04:26:20.124Z] ---> [2020-08-18T04:26:20.124Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-18T04:26:20.124Z] ---> Using cache [2020-08-18T04:26:20.124Z] ---> cf61c20b1dcf [2020-08-18T04:26:20.124Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-18T04:26:20.124Z] ---> Running in c8078cf792f1 [2020-08-18T04:26:20.720Z] Removing intermediate container c8078cf792f1 [2020-08-18T04:26:20.720Z] ---> 88f3a64c3371 [2020-08-18T04:26:20.720Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-18T04:26:20.996Z] ---> Running in b1087e8b3358 [2020-08-18T04:26:21.592Z] Removing intermediate container b1087e8b3358 [2020-08-18T04:26:21.592Z] ---> e22a3991e9e8 [2020-08-18T04:26:21.592Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-18T04:26:22.571Z] ---> c7a1477ba33e [2020-08-18T04:26:22.571Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-18T04:26:24.016Z] ---> 7498a1a49bde [2020-08-18T04:26:24.016Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-18T04:26:24.998Z] Removing intermediate container 974652e2210c [2020-08-18T04:26:24.998Z] ---> c98c9f6e6285 [2020-08-18T04:26:24.998Z] [2020-08-18T04:26:24.999Z] Step 10/20 : FROM scratch [2020-08-18T04:26:24.999Z] ---> [2020-08-18T04:26:24.999Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 6571d6cc4239 [2020-08-18T04:26:24.999Z] [2020-08-18T04:26:24.999Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-18T04:26:25.273Z] ---> Using cache [2020-08-18T04:26:25.274Z] ---> 16d323caa5cb [2020-08-18T04:26:25.274Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-18T04:26:25.551Z] ---> Running in 0eb826461450 [2020-08-18T04:26:25.822Z] ---> 3eafa3f1c479 [2020-08-18T04:26:25.822Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-18T04:26:26.096Z] Removing intermediate container 0eb826461450 [2020-08-18T04:26:26.096Z] ---> 45de00101566 [2020-08-18T04:26:26.096Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-18T04:26:26.096Z] ---> Running in b5791071ffe2 [2020-08-18T04:26:27.079Z] Removing intermediate container b5791071ffe2 [2020-08-18T04:26:27.079Z] ---> 694e9e0a0a2f [2020-08-18T04:26:27.079Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-18T04:26:27.353Z] ---> 69390cc1e6e8 [2020-08-18T04:26:27.353Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-18T04:26:27.630Z] ---> ae18bcf28f22 [2020-08-18T04:26:27.630Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-18T04:26:28.246Z] ---> 93c723c2d19e [2020-08-18T04:26:28.246Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:26:28.520Z] ---> Running in 801db64df36b [2020-08-18T04:26:29.124Z] ---> 2466a51fbd61 [2020-08-18T04:26:29.124Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-18T04:26:29.124Z] Removing intermediate container 801db64df36b [2020-08-18T04:26:29.124Z] ---> fc97a4b70bb0 [2020-08-18T04:26:29.124Z] Step 21/23 : LABEL arch=arm64 [2020-08-18T04:26:29.124Z] ---> Running in cb48283741ee [2020-08-18T04:26:29.726Z] Removing intermediate container cb48283741ee [2020-08-18T04:26:29.726Z] ---> f91a3da94ef1 [2020-08-18T04:26:29.726Z] Step 22/23 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:26:29.996Z] ---> 60aa3445b9e9 [2020-08-18T04:26:29.996Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-18T04:26:29.996Z] ---> Running in ab71c81809f7 [2020-08-18T04:26:30.268Z] ---> Running in c6d2fe35c041 [2020-08-18T04:26:30.547Z] Removing intermediate container ab71c81809f7 [2020-08-18T04:26:30.547Z] ---> 21acc5108716 [2020-08-18T04:26:30.547Z] Step 23/23 : LABEL version=0.0.0 [2020-08-18T04:26:30.547Z] Removing intermediate container c6d2fe35c041 [2020-08-18T04:26:30.547Z] ---> 94f1f00000e0 [2020-08-18T04:26:30.547Z] Step 18/20 : LABEL arch=arm64 [2020-08-18T04:26:30.827Z] ---> Running in c7e254215ac4 [2020-08-18T04:26:30.827Z] ---> Running in bed753b32433 [2020-08-18T04:26:31.427Z] Removing intermediate container c7e254215ac4 [2020-08-18T04:26:31.427Z] ---> 6fb91be8a1bd [2020-08-18T04:26:31.427Z] [2020-08-18T04:26:31.427Z] Removing intermediate container bed753b32433 [2020-08-18T04:26:31.427Z] ---> 42ee3c90f999 [2020-08-18T04:26:31.427Z] Step 19/20 : LABEL git_sha=d353d776f67e3e761ddbbc19f7c32ace1c448f20 [2020-08-18T04:26:31.703Z] ---> Running in db1b529c9481 [2020-08-18T04:26:31.703Z] Successfully built 6fb91be8a1bd [2020-08-18T04:26:31.703Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-18T04:26:32.294Z]  Building docker-support-notifications-go ... done Removing intermediate container db1b529c9481 [2020-08-18T04:26:32.294Z] ---> f278dc522757 [2020-08-18T04:26:32.294Z] Step 20/20 : LABEL version=0.0.0 [2020-08-18T04:26:32.294Z] ---> Running in 09785de4d453 [2020-08-18T04:26:32.888Z] Removing intermediate container 09785de4d453 [2020-08-18T04:26:32.888Z] ---> 921392760ba7 [2020-08-18T04:26:32.889Z] [2020-08-18T04:26:33.480Z] Successfully built 921392760ba7 [2020-08-18T04:26:33.480Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-18T04:26:33.495Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-08-18T04:26:33.501Z] $ docker stop --time=1 5a80cb27ebde3db18e06ae981aabfcf7033715d8b427dafad06fbfb87f0b87ed [2020-08-18T04:26:35.494Z] $ docker rm -f 5a80cb27ebde3db18e06ae981aabfcf7033715d8b427dafad06fbfb87f0b87ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-18T04:26:36.120Z] + docker images [2020-08-18T04:26:36.120Z] + grep docker [2020-08-18T04:26:36.407Z] docker-support-scheduler-go-arm64 latest 921392760ba7 4 seconds ago 12.6MB [2020-08-18T04:26:36.407Z] docker-support-notifications-go-arm64 latest 6fb91be8a1bd 6 seconds ago 13.9MB [2020-08-18T04:26:36.407Z] docker-core-command-go-arm64 latest 4ea964c2d9d7 19 seconds ago 12.4MB [2020-08-18T04:26:36.407Z] docker-security-proxy-setup-go-arm64 latest 04f2124f51e1 36 seconds ago 15.8MB [2020-08-18T04:26:36.407Z] docker-security-secretstore-setup-go-arm64 latest ce368ab570fb 38 seconds ago 32.6MB [2020-08-18T04:26:36.407Z] docker-sys-mgmt-agent-go-arm64 latest fa489891ff99 2 minutes ago 266MB [2020-08-18T04:26:36.407Z] docker-core-data-go-arm64 latest 0b6bb39d5bf9 2 minutes ago 23.3MB [2020-08-18T04:26:36.407Z] docker-core-metadata-go-arm64 latest feacb80926cb 3 minutes ago 13.8MB [2020-08-18T04:26:36.407Z] docker-security-secrets-setup-go-arm64 latest 55da43598dd6 3 minutes ago 24.2MB [2020-08-18T04:26:36.407Z] docker-support-logging-go-arm64 latest 424b72b27abf 3 minutes ago 11.4MB [2020-08-18T04:26:36.407Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-18T04:26:38.105Z] provisioning config files... [2020-08-18T04:26:38.128Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/37@tmp/config990398275188209571tmp [Pipeline] { [Pipeline] sh [2020-08-18T04:26:38.562Z] + curl -s https://codecov.io/bash [2020-08-18T04:26:38.562Z] + bash -s - -t @/w/workspace/edgex-go/37@tmp/config990398275188209571tmp [Pipeline] } [2020-08-18T04:26:39.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-18T04:26:40.582Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T04:26:41.455Z] ---> package-listing.sh [2020-08-18T04:26:41.455Z] ++ facter osfamily [2020-08-18T04:26:41.455Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-18T04:26:41.455Z] + OS_FAMILY=redhat [2020-08-18T04:26:41.455Z] + workspace=/w/workspace/edgex-go/37 [2020-08-18T04:26:41.455Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-18T04:26:41.455Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-18T04:26:41.455Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-18T04:26:41.455Z] + PACKAGES=/tmp/packages_start.txt [2020-08-18T04:26:41.455Z] + '[' /w/workspace/edgex-go/37 ']' [2020-08-18T04:26:41.455Z] + PACKAGES=/tmp/packages_end.txt [2020-08-18T04:26:41.455Z] + case "${OS_FAMILY}" in [2020-08-18T04:26:41.455Z] + rpm -qa [2020-08-18T04:26:41.455Z] + sort [2020-08-18T04:26:45.674Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-18T04:26:45.674Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-18T04:26:45.674Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-18T04:26:45.674Z] + '[' /w/workspace/edgex-go/37 ']' [2020-08-18T04:26:45.674Z] + mkdir -p /w/workspace/edgex-go/37/archives/ [2020-08-18T04:26:45.674Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/37/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:26:46.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T04:26:46.439Z] [2020-08-18T04:26:46.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-18T04:26:46.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T04:26:46.772Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-18T04:26:46.772Z] c9b1b535fdd9: Pulling fs layer [2020-08-18T04:26:46.772Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-18T04:26:46.772Z] 756a868c4378: Pulling fs layer [2020-08-18T04:26:46.772Z] 444b2fc9a129: Pulling fs layer [2020-08-18T04:26:46.772Z] ea15f1150254: Pulling fs layer [2020-08-18T04:26:46.772Z] 41b27a9f41bf: Pulling fs layer [2020-08-18T04:26:46.772Z] 28c525ee5125: Pulling fs layer [2020-08-18T04:26:46.772Z] 094b1ea09ed8: Pulling fs layer [2020-08-18T04:26:46.772Z] 138eaada9080: Pulling fs layer [2020-08-18T04:26:46.772Z] 0622d0fa9048: Pulling fs layer [2020-08-18T04:26:46.772Z] 444b2fc9a129: Waiting [2020-08-18T04:26:46.772Z] ea15f1150254: Waiting [2020-08-18T04:26:46.772Z] 41b27a9f41bf: Waiting [2020-08-18T04:26:46.772Z] 28c525ee5125: Waiting [2020-08-18T04:26:46.772Z] 094b1ea09ed8: Waiting [2020-08-18T04:26:46.772Z] 138eaada9080: Waiting [2020-08-18T04:26:46.772Z] 0622d0fa9048: Waiting [2020-08-18T04:26:46.772Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-18T04:26:46.772Z] 2cc5ad85d9ab: Download complete [2020-08-18T04:26:46.772Z] 444b2fc9a129: Verifying Checksum [2020-08-18T04:26:46.772Z] 444b2fc9a129: Download complete [2020-08-18T04:26:46.772Z] c9b1b535fdd9: Verifying Checksum [2020-08-18T04:26:46.772Z] c9b1b535fdd9: Download complete [2020-08-18T04:26:46.772Z] ea15f1150254: Verifying Checksum [2020-08-18T04:26:46.772Z] ea15f1150254: Download complete [2020-08-18T04:26:47.039Z] 28c525ee5125: Verifying Checksum [2020-08-18T04:26:47.039Z] 28c525ee5125: Download complete [2020-08-18T04:26:47.039Z] 756a868c4378: Verifying Checksum [2020-08-18T04:26:47.039Z] 756a868c4378: Download complete [2020-08-18T04:26:47.309Z] c9b1b535fdd9: Pull complete [2020-08-18T04:26:47.309Z] 138eaada9080: Verifying Checksum [2020-08-18T04:26:47.309Z] 138eaada9080: Download complete [2020-08-18T04:26:47.309Z] 0622d0fa9048: Verifying Checksum [2020-08-18T04:26:47.309Z] 0622d0fa9048: Download complete [2020-08-18T04:26:47.309Z] 094b1ea09ed8: Verifying Checksum [2020-08-18T04:26:47.309Z] 094b1ea09ed8: Download complete [2020-08-18T04:26:47.571Z] 2cc5ad85d9ab: Pull complete [2020-08-18T04:26:47.838Z] 41b27a9f41bf: Verifying Checksum [2020-08-18T04:26:47.838Z] 41b27a9f41bf: Download complete [2020-08-18T04:26:48.781Z] 756a868c4378: Pull complete [2020-08-18T04:26:49.041Z] 444b2fc9a129: Pull complete [2020-08-18T04:26:49.304Z] ea15f1150254: Pull complete [2020-08-18T04:26:55.901Z] 41b27a9f41bf: Pull complete [2020-08-18T04:26:55.901Z] 28c525ee5125: Pull complete [2020-08-18T04:26:58.451Z] 094b1ea09ed8: Pull complete [2020-08-18T04:26:58.451Z] 138eaada9080: Pull complete [2020-08-18T04:26:58.451Z] 0622d0fa9048: Pull complete [2020-08-18T04:26:58.451Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-18T04:26:58.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-18T04:26:58.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-18T04:26:58.593Z] prd-centos7-docker-4c-2g-356 does not seem to be running inside a container [2020-08-18T04:26:58.637Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/37 -v /w/workspace/edgex-go/37:/w/workspace/edgex-go/37:rw,z -v /w/workspace/edgex-go/37@tmp:/w/workspace/edgex-go/37@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-lftools-log-publisher:alpine cat [2020-08-18T04:27:03.321Z] $ docker top d3e7915e5becfb29a67f92975d5eda5e97c6e8d0320ac5518e73c95ba67b1233 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-18T04:27:03.637Z] provisioning config files... [2020-08-18T04:27:03.654Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/37@tmp/config4297644611291193947tmp [Pipeline] { [Pipeline] echo [2020-08-18T04:27:03.714Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T04:27:04.009Z] ---> create-netrc.sh [Pipeline] echo [2020-08-18T04:27:04.017Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-18T04:27:04.311Z] ---> logs-deploy.sh [2020-08-18T04:27:04.311Z] + ARCHIVE_ARTIFACTS= [2020-08-18T04:27:04.311Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-18T04:27:04.311Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-18T04:27:04.311Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-18T04:27:04.311Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/37 [2020-08-18T04:27:04.311Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/37/ [2020-08-18T04:27:04.311Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/37 /w/workspace/edgex-go/37 [2020-08-18T04:27:05.253Z] Archives upload complete. [2020-08-18T04:27:05.513Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2610/37 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2610/37/