Pull request #2653 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 4ad4f2ebb9d50f1d02d824b39880a11beac78709+aed4594c0c67a41538adeca107413fb688e317f4 (1d882f785dd6fbf02db6aec1e68fe879606d1b5f) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4975 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 4ad4f2ebb9d50f1d02d824b39880a11beac78709 Merge succeeded, producing d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 Checking out Revision d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 (PR-2653) > git config core.sparsecheckout # timeout=10 > git checkout -f 4ad4f2ebb9d50f1d02d824b39880a11beac78709 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 # timeout=10 Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-12T04:01:41.975Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-12T04:01:42.184Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-12T04:01:42.270Z] ========================================================= [2020-08-12T04:01:42.270Z] EdgeX Global Pipelines Version Info [2020-08-12T04:01:42.270Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-12T04:01:45.230Z] ------------------- [2020-08-12T04:01:45.230Z] stable info: [2020-08-12T04:01:45.230Z] ------------------- [2020-08-12T04:01:45.230Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-12T04:01:45.230Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-12T04:01:45.230Z] Message: update stable to v1.0.106 [2020-08-12T04:01:48.539Z] ------------------- [2020-08-12T04:01:48.539Z] experimental info: [2020-08-12T04:01:48.539Z] ------------------- [2020-08-12T04:01:48.539Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-12T04:01:48.539Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-12T04:01:48.539Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-12T04:01:49.974Z] ++ 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-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/core-command/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/core-data/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.974Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-12T04:01:49.974Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.974Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-12T04:01:49.974Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.975Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-12T04:01:49.975Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.975Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-12T04:01:49.975Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.975Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-12T04:01:49.975Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-12T04:01:49.975Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-12T04:01:49.975Z] ++ cut -d/ -f2 [2020-08-12T04:01:49.975Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-12T04:01:50.034Z] 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-12T04:01:50.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T04:01:50.943Z] [2020-08-12T04:01:50.943Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:01:51.292Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T04:01:51.292Z] latest: Pulling from edgex-devops/git-semver [2020-08-12T04:01:51.292Z] 31603596830f: Pulling fs layer [2020-08-12T04:01:51.292Z] 2a8b12db71e7: Pulling fs layer [2020-08-12T04:01:51.292Z] 6ca5941a6612: Pulling fs layer [2020-08-12T04:01:51.292Z] ecc8261a40a4: Pulling fs layer [2020-08-12T04:01:51.292Z] ecc8261a40a4: Waiting [2020-08-12T04:01:51.292Z] 2a8b12db71e7: Download complete [2020-08-12T04:01:51.292Z] 31603596830f: Verifying Checksum [2020-08-12T04:01:51.292Z] 31603596830f: Download complete [2020-08-12T04:01:51.554Z] ecc8261a40a4: Verifying Checksum [2020-08-12T04:01:51.554Z] ecc8261a40a4: Download complete [2020-08-12T04:01:51.554Z] 6ca5941a6612: Verifying Checksum [2020-08-12T04:01:51.814Z] 31603596830f: Pull complete [2020-08-12T04:01:51.814Z] 2a8b12db71e7: Pull complete [2020-08-12T04:01:52.759Z] 6ca5941a6612: Pull complete [2020-08-12T04:01:52.759Z] ecc8261a40a4: Pull complete [2020-08-12T04:01:52.759Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-12T04:01:52.759Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T04:01:52.759Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-12T04:01:52.853Z] prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container [2020-08-12T04:01:52.898Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:01:55.337Z] $ docker top aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T04:01:55.581Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T04:01:55.581Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T04:01:55.783Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T04:01:55.785Z] $ docker exec aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent [2020-08-12T04:01:55.948Z] SSH_AUTH_SOCK=/tmp/ssh-H91C8JOnh2CM/agent.12 [2020-08-12T04:01:55.948Z] SSH_AGENT_PID=17 [2020-08-12T04:01:55.958Z] Running ssh-add (command line suppressed) [2020-08-12T04:01:56.085Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7057840083980767393.key (/w/workspace/edgex-go/5@tmp/private_key_7057840083980767393.key) [2020-08-12T04:01:56.135Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T04:01:56.454Z] + git describe --exact-match --tags HEAD [2020-08-12T04:01:56.454Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-12T04:01:56.475Z] $ docker exec --env ******** --env ******** aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent -k [2020-08-12T04:01:56.619Z] unset SSH_AUTH_SOCK; [2020-08-12T04:01:56.619Z] unset SSH_AGENT_PID; [2020-08-12T04:01:56.619Z] echo Agent pid 17 killed; [2020-08-12T04:01:56.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-12T04:01:56.734Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-12T04:01:56.734Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-12T04:01:56.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T04:01:56.822Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T04:01:56.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T04:01:56.979Z] $ docker exec aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent [2020-08-12T04:01:57.140Z] SSH_AUTH_SOCK=/tmp/ssh-OnLa9JH4tMKR/agent.45 [2020-08-12T04:01:57.140Z] SSH_AGENT_PID=50 [2020-08-12T04:01:57.146Z] Running ssh-add (command line suppressed) [2020-08-12T04:01:57.258Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2902858923730656094.key (/w/workspace/edgex-go/5@tmp/private_key_2902858923730656094.key) [2020-08-12T04:01:57.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T04:01:57.627Z] + git semver init [2020-08-12T04:01:57.627Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T04:01:57.627Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-08-12T04:01:57.627Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-08-12T04:01:57.627Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T04:01:57.627Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T04:01:57.627Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T04:01:57.627Z] # $SEMVER_BRANCH = PR-2653 [2020-08-12T04:01:57.627Z] # $SEMVER_TEMP = /tmp/semver-920510039 [2020-08-12T04:01:57.627Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-12T04:02:15.844Z] # '/tmp/semver-920510039' -> '/w/workspace/edgex-go/5/.semver' [2020-08-12T04:02:15.844Z] # -> Force: false [2020-08-12T04:02:15.844Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-08-12T04:02:15.855Z] $ docker exec --env ******** --env ******** aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 ssh-agent -k [2020-08-12T04:02:16.050Z] unset SSH_AUTH_SOCK; [2020-08-12T04:02:16.051Z] unset SSH_AGENT_PID; [2020-08-12T04:02:16.051Z] echo Agent pid 50 killed; [2020-08-12T04:02:16.120Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T04:02:16.600Z] + git semver [Pipeline] } [2020-08-12T04:02:16.615Z] $ docker stop --time=1 aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 [2020-08-12T04:02:18.231Z] $ docker rm -f aae5c48d5f931ecc7f5671a6937aaa96cb0d19817391b3268c04688cab97fb75 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-12T04:02:30.937Z] Stashed 31 file(s) [Pipeline] echo [2020-08-12T04:02:30.939Z] [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-12T04:02:31.315Z] ========================================================= [2020-08-12T04:02:31.315Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-12T04:02:31.315Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:02:31.640Z] + 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-12T04:02:34.194Z] Sending build context to Docker daemon 323MB [2020-08-12T04:02:34.194Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T04:02:34.194Z] Step 2/7 : FROM ${BASE} [2020-08-12T04:02:34.458Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-12T04:02:34.458Z] df20fa9351a1: Pulling fs layer [2020-08-12T04:02:34.458Z] ed8968b2872e: Pulling fs layer [2020-08-12T04:02:34.458Z] a92cc7c5fd73: Pulling fs layer [2020-08-12T04:02:34.458Z] 2dd03ba5bac4: Pulling fs layer [2020-08-12T04:02:34.458Z] 1e091d79d1de: Pulling fs layer [2020-08-12T04:02:34.458Z] 481702a1767f: Pulling fs layer [2020-08-12T04:02:34.458Z] f64a6f60c768: Pulling fs layer [2020-08-12T04:02:34.458Z] e78d2573fc39: Pulling fs layer [2020-08-12T04:02:34.458Z] e876d2f968b6: Pulling fs layer [2020-08-12T04:02:34.458Z] 2dd03ba5bac4: Waiting [2020-08-12T04:02:34.458Z] ce8a83651883: Pulling fs layer [2020-08-12T04:02:34.458Z] 1e091d79d1de: Waiting [2020-08-12T04:02:34.458Z] 07967f4d0e4b: Pulling fs layer [2020-08-12T04:02:34.458Z] 481702a1767f: Waiting [2020-08-12T04:02:34.458Z] f64a6f60c768: Waiting [2020-08-12T04:02:34.458Z] e78d2573fc39: Waiting [2020-08-12T04:02:34.458Z] e876d2f968b6: Waiting [2020-08-12T04:02:34.458Z] ce8a83651883: Waiting [2020-08-12T04:02:34.458Z] 07967f4d0e4b: Waiting [2020-08-12T04:02:34.458Z] a92cc7c5fd73: Verifying Checksum [2020-08-12T04:02:34.458Z] a92cc7c5fd73: Download complete [2020-08-12T04:02:34.458Z] ed8968b2872e: Download complete [2020-08-12T04:02:34.458Z] 1e091d79d1de: Download complete [2020-08-12T04:02:34.458Z] 481702a1767f: Verifying Checksum [2020-08-12T04:02:34.458Z] 481702a1767f: Download complete [2020-08-12T04:02:34.458Z] df20fa9351a1: Verifying Checksum [2020-08-12T04:02:34.458Z] df20fa9351a1: Download complete [2020-08-12T04:02:34.721Z] df20fa9351a1: Pull complete [2020-08-12T04:02:35.698Z] f64a6f60c768: Verifying Checksum [2020-08-12T04:02:35.698Z] f64a6f60c768: Download complete [2020-08-12T04:02:35.698Z] e876d2f968b6: Verifying Checksum [2020-08-12T04:02:35.698Z] e876d2f968b6: Download complete [2020-08-12T04:02:35.698Z] ed8968b2872e: Pull complete [2020-08-12T04:02:35.964Z] a92cc7c5fd73: Pull complete [2020-08-12T04:02:35.964Z] 2dd03ba5bac4: Verifying Checksum [2020-08-12T04:02:35.964Z] 2dd03ba5bac4: Download complete [2020-08-12T04:02:35.964Z] e78d2573fc39: Verifying Checksum [2020-08-12T04:02:35.964Z] e78d2573fc39: Download complete [2020-08-12T04:02:36.229Z] 07967f4d0e4b: Verifying Checksum [2020-08-12T04:02:36.229Z] 07967f4d0e4b: Download complete [2020-08-12T04:02:36.229Z] ce8a83651883: Verifying Checksum [2020-08-12T04:02:36.229Z] ce8a83651883: Download complete [2020-08-12T04:02:41.545Z] 2dd03ba5bac4: Pull complete [2020-08-12T04:02:41.545Z] 1e091d79d1de: Pull complete [2020-08-12T04:02:41.545Z] 481702a1767f: Pull complete [2020-08-12T04:02:46.156Z] Still waiting to schedule task [2020-08-12T04:02:46.156Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-12T04:02:46.855Z] f64a6f60c768: Pull complete [2020-08-12T04:02:49.418Z] e78d2573fc39: Pull complete [2020-08-12T04:02:49.418Z] e876d2f968b6: Pull complete [2020-08-12T04:02:50.381Z] ce8a83651883: Pull complete [2020-08-12T04:02:50.381Z] 07967f4d0e4b: Pull complete [2020-08-12T04:02:50.381Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-12T04:02:50.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-12T04:02:50.381Z] ---> 5d7c900382c6 [2020-08-12T04:02:50.381Z] 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-12T04:02:51.778Z] ---> Running in d4c68e721d10 [2020-08-12T04:02:52.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:02:52.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:02:53.558Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T04:02:53.820Z] (2/12) Installing file (5.38-r0) [2020-08-12T04:02:53.820Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T04:02:54.082Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T04:03:26.209Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T04:03:26.209Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T04:03:26.209Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T04:03:26.209Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T04:03:26.209Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T04:03:26.209Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T04:03:26.209Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T04:03:26.209Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T04:03:26.209Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:03:26.209Z] OK: 233 MiB in 51 packages [2020-08-12T04:03:28.756Z] Removing intermediate container d4c68e721d10 [2020-08-12T04:03:28.756Z] ---> 04b3d42b5f97 [2020-08-12T04:03:28.756Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T04:03:28.756Z] ---> Running in aea6e0c265d7 [2020-08-12T04:03:28.756Z] Removing intermediate container aea6e0c265d7 [2020-08-12T04:03:28.756Z] ---> 986420624df4 [2020-08-12T04:03:28.756Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T04:03:29.031Z] latest: Pulling from library/docker [2020-08-12T04:03:29.031Z] df20fa9351a1: Already exists [2020-08-12T04:03:29.031Z] 25ad7478873d: Pulling fs layer [2020-08-12T04:03:29.031Z] 4684f6177b5d: Pulling fs layer [2020-08-12T04:03:29.031Z] 46e300cec669: Pulling fs layer [2020-08-12T04:03:29.031Z] 63038576ad94: Pulling fs layer [2020-08-12T04:03:29.031Z] 0fdb76c4706c: Pulling fs layer [2020-08-12T04:03:29.031Z] cb7edeffdfd5: Pulling fs layer [2020-08-12T04:03:29.031Z] 63038576ad94: Waiting [2020-08-12T04:03:29.031Z] 0fdb76c4706c: Waiting [2020-08-12T04:03:29.031Z] cb7edeffdfd5: Waiting [2020-08-12T04:03:29.311Z] 4684f6177b5d: Verifying Checksum [2020-08-12T04:03:29.311Z] 4684f6177b5d: Download complete [2020-08-12T04:03:29.311Z] 25ad7478873d: Verifying Checksum [2020-08-12T04:03:29.311Z] 25ad7478873d: Download complete [2020-08-12T04:03:29.576Z] 63038576ad94: Verifying Checksum [2020-08-12T04:03:29.576Z] 63038576ad94: Download complete [2020-08-12T04:03:29.576Z] 0fdb76c4706c: Verifying Checksum [2020-08-12T04:03:29.576Z] 0fdb76c4706c: Download complete [2020-08-12T04:03:29.576Z] 25ad7478873d: Pull complete [2020-08-12T04:03:29.839Z] 4684f6177b5d: Pull complete [2020-08-12T04:03:29.839Z] cb7edeffdfd5: Verifying Checksum [2020-08-12T04:03:29.839Z] cb7edeffdfd5: Download complete [2020-08-12T04:03:30.418Z] 46e300cec669: Verifying Checksum [2020-08-12T04:03:30.418Z] 46e300cec669: Download complete [2020-08-12T04:03:32.966Z] 46e300cec669: Pull complete [2020-08-12T04:03:32.966Z] 63038576ad94: Pull complete [2020-08-12T04:03:33.227Z] 0fdb76c4706c: Pull complete [2020-08-12T04:03:33.227Z] cb7edeffdfd5: Pull complete [2020-08-12T04:03:33.227Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T04:03:33.227Z] Status: Downloaded newer image for docker:latest [2020-08-12T04:03:35.143Z] ---> 827463fc8245 [2020-08-12T04:03:35.143Z] Step 6/7 : COPY go.mod . [2020-08-12T04:03:35.406Z] ---> 73efaaf0f16b [2020-08-12T04:03:35.406Z] Step 7/7 : RUN go mod download [2020-08-12T04:03:35.406Z] ---> Running in 401a76d91af9 [2020-08-12T04:03:37.958Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T04:03:37.958Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T04:03:37.958Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T04:03:37.958Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T04:03:37.958Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T04:03:37.958Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T04:03:37.958Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T04:03:37.958Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T04:03:37.958Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T04:03:37.958Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T04:03:37.958Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T04:03:37.958Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T04:03:37.958Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T04:03:37.958Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T04:03:37.958Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T04:03:37.958Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T04:03:37.958Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T04:03:37.958Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T04:03:37.958Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T04:03:38.219Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T04:03:38.219Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T04:03:38.219Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T04:03:38.219Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T04:03:38.219Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T04:03:38.219Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T04:03:38.219Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T04:03:38.219Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T04:03:38.219Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T04:03:38.219Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T04:03:38.219Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T04:03:38.480Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T04:03:38.480Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T04:03:38.740Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T04:03:38.740Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T04:03:38.740Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T04:03:38.740Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T04:03:38.740Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T04:03:39.000Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T04:03:39.000Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T04:03:39.000Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T04:03:39.000Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T04:03:39.000Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T04:03:39.000Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T04:03:39.000Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T04:03:39.000Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T04:03:39.000Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T04:03:39.000Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T04:03:39.000Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T04:03:39.260Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T04:03:39.260Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T04:03:39.260Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T04:03:39.260Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T04:03:39.260Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T04:03:39.260Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T04:03:39.260Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T04:03:39.260Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T04:03:39.260Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T04:03:39.260Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T04:03:39.260Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T04:03:39.260Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T04:03:39.521Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T04:03:39.522Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T04:03:39.522Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T04:03:39.522Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T04:03:39.522Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T04:03:39.522Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T04:03:39.522Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T04:03:39.522Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T04:03:39.522Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T04:03:39.522Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T04:03:39.522Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T04:03:39.785Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T04:03:39.785Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T04:03:39.785Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T04:03:39.785Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T04:03:39.785Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T04:03:39.785Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T04:03:52.053Z] Removing intermediate container 401a76d91af9 [2020-08-12T04:03:52.054Z] ---> e920cc157839 [2020-08-12T04:03:52.054Z] Successfully built e920cc157839 [2020-08-12T04:03:52.054Z] 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-12T04:03:52.681Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-12T04:03:52.682Z] . [Pipeline] withDockerContainer [2020-08-12T04:03:52.781Z] prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container [2020-08-12T04:03:52.827Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:03:53.541Z] $ docker top 82cdd8ba8c36504e6761b88f7493c350bf7f279f1ef9c32b72e63864b3fd6b88 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T04:03:54.027Z] + go version [2020-08-12T04:03:54.027Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-12T04:03:54.039Z] ========================================================= [2020-08-12T04:03:54.039Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T04:03:54.039Z] ========================================================= [Pipeline] sh [2020-08-12T04:03:54.327Z] + make test [2020-08-12T04:03:54.327Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T04:03:56.889Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T04:04:07.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T04:04:10.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T04:04:10.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T04:04:10.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T04:04:10.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T04:04:12.469Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s [2020-08-12T04:04:12.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T04:04:12.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T04:04:12.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T04:04:12.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T04:04:13.053Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T04:04:13.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T04:04:13.053Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T04:04:13.053Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T04:04:18.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements [2020-08-12T04:04:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T04:04:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T04:04:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T04:04:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T04:04:18.412Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T04:04:20.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.098s coverage: 27.3% of statements [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T04:04:20.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T04:04:20.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.011s coverage: 100.0% of statements [2020-08-12T04:04:20.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T04:04:21.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.103s coverage: 28.6% of statements [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T04:04:21.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T04:04:21.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.009s coverage: 100.0% of statements [2020-08-12T04:04:21.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T04:04:22.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.032s coverage: 89.8% of statements [2020-08-12T04:04:22.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T04:04:22.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T04:04:22.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T04:04:22.670Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T04:04:22.670Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-08-12T04:04:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements [2020-08-12T04:04:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T04:04:23.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T04:04:23.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-08-12T04:04:23.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.118s coverage: 55.9% of statements [2020-08-12T04:04:23.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T04:04:23.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T04:04:23.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T04:04:23.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.453s coverage: 86.3% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.372s coverage: 72.2% of statements [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.014s coverage: 96.8% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.040s coverage: 26.9% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.015s coverage: 100.0% of statements [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.062s coverage: 42.9% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T04:04:30.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.034s coverage: 83.8% of statements [2020-08-12T04:04:30.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T04:04:30.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 45.9% of statements [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T04:04:30.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T04:04:30.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T04:04:30.918Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements [2020-08-12T04:04:30.918Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T04:04:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T04:04:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.029s coverage: 99.0% of statements [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T04:04:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.008s coverage: 100.0% of statements [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T04:04:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.014s coverage: 0.0% of statements [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T04:04:32.898Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T04:04:32.898Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T04:04:33.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements [2020-08-12T04:04:33.478Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T04:04:33.478Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T04:04:33.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-12T04:04:34.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-12T04:04:34.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-12T04:04:34.319Z] GO111MODULE=on go vet ./... [2020-08-12T04:04:39.666Z] gofmt -l . [2020-08-12T04:04:40.237Z] [ "`gofmt -l .`" = "" ] [2020-08-12T04:04:40.808Z] ./bin/test-go-mod-tidy.sh [2020-08-12T04:04:41.384Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-12T04:04:43.075Z] + ls -al . [2020-08-12T04:04:43.075Z] total 556 [2020-08-12T04:04:43.075Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 04:04 . [2020-08-12T04:04:43.075Z] drwxr-xr-x 4 root root 28 Aug 12 04:03 .. [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 04:01 .dockerignore [2020-08-12T04:04:43.075Z] drwxrwxr-x 8 1001 1001 179 Aug 12 04:01 .git [2020-08-12T04:04:43.075Z] drwxrwxr-x 3 1001 1001 60 Aug 12 04:01 .github [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 04:01 .gitignore [2020-08-12T04:04:43.075Z] drwx------ 3 1001 1001 47 Aug 12 04:02 .semver [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 04:01 .sonarcloud.properties [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:01 CONTRIBUTING.md [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 04:01 Dockerfile.build [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 04:01 Jenkinsfile [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:01 LICENSE [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 04:01 Makefile [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 04:01 README.md [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 7111 Aug 12 04:01 SECURITY.md [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 04:02 VERSION [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:01 ZMQWindows.md [2020-08-12T04:04:43.075Z] drwxrwxr-x 2 1001 1001 117 Aug 12 04:01 bin [2020-08-12T04:04:43.075Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 04:01 cmd [2020-08-12T04:04:43.075Z] -rw-r--r-- 1 root root 455803 Aug 12 04:04 coverage.out [2020-08-12T04:04:43.075Z] -rw-r--r-- 1 root root 1019 Aug 12 04:04 go.mod [2020-08-12T04:04:43.075Z] -rw-r--r-- 1 root root 18146 Aug 12 04:04 go.sum [2020-08-12T04:04:43.075Z] drwxrwxr-x 8 1001 1001 127 Aug 12 04:01 internal [2020-08-12T04:04:43.075Z] drwxrwxr-x 4 1001 1001 26 Aug 12 04:01 openapi [2020-08-12T04:04:43.075Z] drwxrwxr-x 4 1001 1001 71 Aug 12 04:01 snap [2020-08-12T04:04:43.075Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 04:01 version.go [Pipeline] sh [2020-08-12T04:04:43.384Z] + '[' -e coverage.out ] [2020-08-12T04:04:43.384Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T04:04:43.483Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T04:04:43.895Z] + make build [2020-08-12T04:04:43.895Z] 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-12T04:04:50.996Z] 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-12T04:04:52.197Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4976 in /w/workspace/edgexfoundry_edgex-go_PR-2653 [Pipeline] { [Pipeline] ws [2020-08-12T04:04:52.241Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-08-12T04:04:52.909Z] 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-12T04:04:54.824Z] 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-12T04:04:56.215Z] 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-12T04:04:56.848Z] using credential edgex-jenkins-ssh [2020-08-12T04:04:57.001Z] Cloning the remote Git repository [2020-08-12T04:04:57.001Z] Cloning with configured refspecs honoured and without tags [2020-08-12T04:04:57.051Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-12T04:04:57.161Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-08-12T04:04:57.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T04:04:57.236Z] > git --version # timeout=10 [2020-08-12T04:04:57.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T04:04:57.296Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T04:04:58.143Z] 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-12T04:04:58.406Z] 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-12T04:05:00.953Z] 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-12T04:05:02.340Z] 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-12T04:05:03.730Z] 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-12T04:05:05.116Z] 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-12T04:05:06.509Z] 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-12T04:05:07.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-12T04:05:08.849Z] $ docker stop --time=1 82cdd8ba8c36504e6761b88f7493c350bf7f279f1ef9c32b72e63864b3fd6b88 [2020-08-12T04:05:10.423Z] $ docker rm -f 82cdd8ba8c36504e6761b88f7493c350bf7f279f1ef9c32b72e63864b3fd6b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-08-12T04:05:11.542Z] Fetching without tags [2020-08-12T04:05:12.030Z] Merging remotes/origin/master commit aed4594c0c67a41538adeca107413fb688e317f4 into PR head commit 4ad4f2ebb9d50f1d02d824b39880a11beac78709 [2020-08-12T04:05:11.471Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T04:05:11.488Z] > git config --add remote.origin.fetch +refs/pull/2653/head:refs/remotes/origin/PR-2653 # timeout=10 [2020-08-12T04:05:11.503Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T04:05:11.525Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-12T04:05:11.549Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-12T04:05:11.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T04:05:11.562Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2653/head:refs/remotes/origin/PR-2653 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T04:05:12.044Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T04:05:12.059Z] > git checkout -f 4ad4f2ebb9d50f1d02d824b39880a11beac78709 # timeout=10 [2020-08-12T04:05:12.334Z] > git remote # timeout=10 [2020-08-12T04:05:12.403Z] > git config --get remote.origin.url # timeout=10 [2020-08-12T04:05:12.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T04:05:12.443Z] > git merge aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:05:12.790Z] Merge succeeded, producing 24581270c39f784c81327d0621b84b26a8170aed [2020-08-12T04:05:12.791Z] Checking out Revision 24581270c39f784c81327d0621b84b26a8170aed (PR-2653) [2020-08-12T04:05:13.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T04:05:13.035Z] [2020-08-12T04:05:13.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:05:13.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T04:05:13.375Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-12T04:05:13.375Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-12T04:05:13.375Z] ca9280d653b3: Pulling fs layer [2020-08-12T04:05:13.375Z] 7e9c9ca2126c: Pulling fs layer [2020-08-12T04:05:13.375Z] cbdbe7a5bc2a: Download complete [2020-08-12T04:05:13.636Z] ca9280d653b3: Verifying Checksum [2020-08-12T04:05:13.636Z] ca9280d653b3: Download complete [2020-08-12T04:05:13.636Z] cbdbe7a5bc2a: Pull complete [2020-08-12T04:05:14.211Z] 7e9c9ca2126c: Download complete [2020-08-12T04:05:12.766Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-12T04:05:12.794Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T04:05:12.814Z] > git checkout -f 24581270c39f784c81327d0621b84b26a8170aed # timeout=10 [2020-08-12T04:05:14.783Z] ca9280d653b3: Pull complete [2020-08-12T04:05:17.094Z] Commit message: "Merge commit 'aed4594c0c67a41538adeca107413fb688e317f4' into HEAD" [2020-08-12T04:05:17.118Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-12T04:05:17.098Z] > git rev-list --no-walk bc4ac7f3925ebffd9ab8f3a6aa72851f2954acc2 # timeout=10 [2020-08-12T04:05:20.080Z] 7e9c9ca2126c: Pull complete [2020-08-12T04:05:20.080Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-12T04:05:20.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T04:05:20.080Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-12T04:05:20.204Z] prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container [2020-08-12T04:05:20.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:05:23.223Z] $ docker top bee38d35e2c45a00acf193cb19209572ebfdb25867c0cbbd130be1bca2cf1c76 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T04:05:23.752Z] + docker-compose build --help [2020-08-12T04:05:23.752Z] + grep parallel [2020-08-12T04:05:24.699Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T04:05:24.713Z] $ docker stop --time=1 bee38d35e2c45a00acf193cb19209572ebfdb25867c0cbbd130be1bca2cf1c76 [2020-08-12T04:05:26.089Z] $ docker rm -f bee38d35e2c45a00acf193cb19209572ebfdb25867c0cbbd130be1bca2cf1c76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:05:26.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-12T04:05:26.648Z] . [Pipeline] withDockerContainer [2020-08-12T04:05:26.740Z] prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container [2020-08-12T04:05:26.786Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:05:27.429Z] $ docker top 33c99a3d954d0fe00f59ea7fc03e37c021c8a52fb11d5e3d910a0660101fe8bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T04:05:27.933Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2020-08-12T04:05:28.798Z] ========================================================= [2020-08-12T04:05:28.798Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-12T04:05:28.798Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:05:28.878Z] Building docker-core-command-go ... [2020-08-12T04:05:28.878Z] Building docker-core-data-go ... [2020-08-12T04:05:28.878Z] Building docker-core-metadata-go ... [2020-08-12T04:05:28.878Z] Building docker-security-proxy-setup-go ... [2020-08-12T04:05:28.878Z] Building docker-security-secrets-setup-go ... [2020-08-12T04:05:28.878Z] Building docker-security-secretstore-setup-go ... [2020-08-12T04:05:28.878Z] Building docker-support-logging-go ... [2020-08-12T04:05:28.878Z] Building docker-support-notifications-go ... [2020-08-12T04:05:28.878Z] Building docker-support-scheduler-go ... [2020-08-12T04:05:28.878Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T04:05:28.878Z] Building docker-core-data-go [2020-08-12T04:05:28.878Z] Building docker-support-scheduler-go [2020-08-12T04:05:28.878Z] Building docker-security-secrets-setup-go [2020-08-12T04:05:28.878Z] Building docker-core-metadata-go [2020-08-12T04:05:28.878Z] Building docker-security-secretstore-setup-go [2020-08-12T04:05:29.653Z] + 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-12T04:05:33.982Z] Sending build context to Docker daemon 323MB [2020-08-12T04:05:33.982Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-12T04:05:33.982Z] Step 2/7 : FROM ${BASE} [2020-08-12T04:05:33.982Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-12T04:05:33.982Z] b538f80385f9: Pulling fs layer [2020-08-12T04:05:33.982Z] 74f711af9a0d: Pulling fs layer [2020-08-12T04:05:33.982Z] 99f96fe45779: Pulling fs layer [2020-08-12T04:05:33.982Z] fd7a069fd194: Pulling fs layer [2020-08-12T04:05:33.982Z] 66aa3694b03b: Pulling fs layer [2020-08-12T04:05:33.982Z] 170f70906a0f: Pulling fs layer [2020-08-12T04:05:33.982Z] ad7c5574e4b9: Pulling fs layer [2020-08-12T04:05:33.982Z] e772456be8f7: Pulling fs layer [2020-08-12T04:05:33.982Z] c890913d741a: Pulling fs layer [2020-08-12T04:05:33.982Z] 2480fcc9aa5a: Pulling fs layer [2020-08-12T04:05:33.982Z] 09adf4765672: Pulling fs layer [2020-08-12T04:05:33.982Z] fd7a069fd194: Waiting [2020-08-12T04:05:33.982Z] 66aa3694b03b: Waiting [2020-08-12T04:05:33.982Z] 170f70906a0f: Waiting [2020-08-12T04:05:33.982Z] ad7c5574e4b9: Waiting [2020-08-12T04:05:33.982Z] e772456be8f7: Waiting [2020-08-12T04:05:33.982Z] c890913d741a: Waiting [2020-08-12T04:05:33.982Z] 2480fcc9aa5a: Waiting [2020-08-12T04:05:33.982Z] 09adf4765672: Waiting [2020-08-12T04:05:33.982Z] 99f96fe45779: Verifying Checksum [2020-08-12T04:05:33.982Z] 99f96fe45779: Download complete [2020-08-12T04:05:33.982Z] 74f711af9a0d: Verifying Checksum [2020-08-12T04:05:33.982Z] 74f711af9a0d: Download complete [2020-08-12T04:05:33.982Z] 66aa3694b03b: Verifying Checksum [2020-08-12T04:05:33.982Z] 66aa3694b03b: Download complete [2020-08-12T04:05:33.982Z] 170f70906a0f: Download complete [2020-08-12T04:05:34.259Z] b538f80385f9: Verifying Checksum [2020-08-12T04:05:34.259Z] b538f80385f9: Download complete [2020-08-12T04:05:34.863Z] b538f80385f9: Pull complete [2020-08-12T04:05:35.483Z] 74f711af9a0d: Pull complete [2020-08-12T04:05:35.760Z] 99f96fe45779: Pull complete [2020-08-12T04:05:37.747Z] ad7c5574e4b9: Verifying Checksum [2020-08-12T04:05:37.747Z] ad7c5574e4b9: Download complete [2020-08-12T04:05:37.747Z] c890913d741a: Verifying Checksum [2020-08-12T04:05:37.747Z] c890913d741a: Download complete [2020-08-12T04:05:39.179Z] e772456be8f7: Verifying Checksum [2020-08-12T04:05:39.179Z] e772456be8f7: Download complete [2020-08-12T04:05:39.179Z] 2480fcc9aa5a: Verifying Checksum [2020-08-12T04:05:39.179Z] 2480fcc9aa5a: Download complete [2020-08-12T04:05:39.179Z] 09adf4765672: Download complete [2020-08-12T04:05:39.774Z] fd7a069fd194: Verifying Checksum [2020-08-12T04:05:39.774Z] fd7a069fd194: Download complete [2020-08-12T04:05:52.187Z] fd7a069fd194: Pull complete [2020-08-12T04:05:52.187Z] 66aa3694b03b: Pull complete [2020-08-12T04:05:52.187Z] 170f70906a0f: Pull complete [2020-08-12T04:05:56.498Z] ad7c5574e4b9: Pull complete [2020-08-12T04:06:00.818Z] e772456be8f7: Pull complete [2020-08-12T04:06:00.818Z] c890913d741a: Pull complete [2020-08-12T04:06:01.126Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:06:01.126Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:06:01.126Z] ---> e920cc157839 [2020-08-12T04:06:01.126Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T04:06:01.126Z] [2020-08-12T04:06:01.126Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T04:06:01.126Z] ---> e920cc157839 [2020-08-12T04:06:01.126Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T04:06:01.126Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:06:01.126Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:06:01.126Z] ---> e920cc157839 [2020-08-12T04:06:01.126Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T04:06:01.126Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:06:01.126Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:06:01.126Z] ---> e920cc157839 [2020-08-12T04:06:01.126Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T04:06:01.126Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:06:01.126Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:06:01.126Z] ---> e920cc157839 [2020-08-12T04:06:01.126Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T04:06:01.126Z] ---> Running in 0bd3e84df7b1 [2020-08-12T04:06:01.126Z] ---> Running in 579616e5df68 [2020-08-12T04:06:01.126Z] ---> Running in f7ffa738e801 [2020-08-12T04:06:01.126Z] ---> Running in 23dfd658ad3c [2020-08-12T04:06:01.126Z] ---> Running in f9e6bfd7ad97 [2020-08-12T04:06:01.126Z] Removing intermediate container 23dfd658ad3c [2020-08-12T04:06:01.126Z] ---> fbe170bebd5a [2020-08-12T04:06:01.126Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:06:01.126Z] Removing intermediate container 579616e5df68 [2020-08-12T04:06:01.126Z] ---> baaedc028a96 [2020-08-12T04:06:01.126Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:06:01.126Z] Removing intermediate container f7ffa738e801 [2020-08-12T04:06:01.126Z] ---> ee0952771a3e [2020-08-12T04:06:01.126Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:06:01.126Z] Removing intermediate container f9e6bfd7ad97 [2020-08-12T04:06:01.126Z] ---> 3e152e48f129 [2020-08-12T04:06:01.126Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:06:01.126Z] Removing intermediate container 0bd3e84df7b1 [2020-08-12T04:06:01.126Z] ---> 9290f76549f3 [2020-08-12T04:06:01.126Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T04:06:01.126Z] ---> Running in 12de97b85d22 [2020-08-12T04:06:01.126Z] ---> Running in 89aec3b30216 [2020-08-12T04:06:01.126Z] ---> Running in 8bc58f1c8106 [2020-08-12T04:06:01.126Z] ---> Running in d20a02eeb07a [2020-08-12T04:06:01.126Z] ---> Running in 52432fccb6d7 [2020-08-12T04:06:01.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:01.702Z] Removing intermediate container 12de97b85d22 [2020-08-12T04:06:01.702Z] ---> ac780d9a821d [2020-08-12T04:06:01.702Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T04:06:01.702Z] Removing intermediate container 89aec3b30216 [2020-08-12T04:06:01.702Z] ---> 42552b0c8dbd [2020-08-12T04:06:01.702Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T04:06:01.702Z] ---> Running in 93fa01ba723b [2020-08-12T04:06:01.964Z] ---> Running in 1d8ad56112f1 [2020-08-12T04:06:01.964Z] Removing intermediate container 8bc58f1c8106 [2020-08-12T04:06:01.964Z] ---> 5491c08bf101 [2020-08-12T04:06:01.964Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T04:06:01.964Z] Removing intermediate container d20a02eeb07a [2020-08-12T04:06:01.964Z] ---> 6f998f79b6e1 [2020-08-12T04:06:01.964Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T04:06:02.228Z] ---> Running in 5c694ec3612d [2020-08-12T04:06:02.228Z] ---> Running in 60e252daafd4 [2020-08-12T04:06:02.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:02.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:03.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:03.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:03.453Z] 2480fcc9aa5a: Pull complete [2020-08-12T04:06:03.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:04.061Z] 09adf4765672: Pull complete [2020-08-12T04:06:04.061Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-12T04:06:04.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-12T04:06:04.061Z] ---> 2248a725d1cf [2020-08-12T04:06:04.061Z] 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-12T04:06:04.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:04.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:05.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:05.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:06:07.055Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:06:07.055Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:06:07.056Z] OK: 12749 distinct packages available [2020-08-12T04:06:07.056Z] OK: 233 MiB in 51 packages [2020-08-12T04:06:07.628Z] Removing intermediate container 93fa01ba723b [2020-08-12T04:06:07.628Z] ---> 241467e25ac4 [2020-08-12T04:06:07.628Z] Step 6/21 : COPY go.mod . [2020-08-12T04:06:07.628Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:06:07.628Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:06:07.628Z] OK: 12749 distinct packages available [2020-08-12T04:06:07.628Z] ---> c1a89f5aaeb7 [2020-08-12T04:06:07.628Z] Step 7/21 : RUN go mod download [2020-08-12T04:06:07.890Z] ---> Running in 66e1fc26872f [2020-08-12T04:06:07.890Z] OK: 233 MiB in 51 packages [2020-08-12T04:06:08.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:06:08.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:06:08.157Z] OK: 12749 distinct packages available [2020-08-12T04:06:08.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:06:08.157Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:06:08.157Z] OK: 12749 distinct packages available [2020-08-12T04:06:08.426Z] OK: 233 MiB in 51 packages [2020-08-12T04:06:08.426Z] OK: 233 MiB in 51 packages [2020-08-12T04:06:08.688Z] Removing intermediate container 52432fccb6d7 [2020-08-12T04:06:08.688Z] ---> c7e3474051e9 [2020-08-12T04:06:08.688Z] Step 5/29 : COPY go.mod . [2020-08-12T04:06:08.949Z] ---> e976f6b2b510 [2020-08-12T04:06:08.949Z] Step 6/29 : RUN go mod download [2020-08-12T04:06:08.949Z] Removing intermediate container 5c694ec3612d [2020-08-12T04:06:08.949Z] ---> 2fa11ea1f105 [2020-08-12T04:06:08.949Z] Step 6/22 : COPY go.mod . [2020-08-12T04:06:09.212Z] Removing intermediate container 1d8ad56112f1 [2020-08-12T04:06:09.212Z] ---> c976293fa0e0 [2020-08-12T04:06:09.212Z] Step 6/20 : COPY go.mod . [2020-08-12T04:06:09.212Z] ---> Running in df743fa4ef86 [2020-08-12T04:06:09.212Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:06:09.212Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:06:09.212Z] OK: 12749 distinct packages available [2020-08-12T04:06:09.455Z] ---> Running in 6c20f78dc9a7 [2020-08-12T04:06:09.472Z] ---> 720066345633 [2020-08-12T04:06:09.472Z] Step 7/22 : RUN go mod download [2020-08-12T04:06:09.472Z] OK: 233 MiB in 51 packages [2020-08-12T04:06:09.745Z] ---> Running in afcdbc354730 [2020-08-12T04:06:09.745Z] ---> 9dea89d08fba [2020-08-12T04:06:09.745Z] Step 7/20 : RUN go mod download [2020-08-12T04:06:09.745Z] Removing intermediate container 66e1fc26872f [2020-08-12T04:06:09.745Z] ---> 06c9597e7cc2 [2020-08-12T04:06:09.745Z] Step 8/21 : COPY . . [2020-08-12T04:06:09.745Z] ---> Running in ffdd3a3842f4 [2020-08-12T04:06:10.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:06:12.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:06:13.964Z] Removing intermediate container 60e252daafd4 [2020-08-12T04:06:13.964Z] ---> 70dc5d4fa489 [2020-08-12T04:06:13.964Z] Step 6/26 : COPY go.mod . [2020-08-12T04:06:14.542Z] ---> b3608941f15e [2020-08-12T04:06:14.542Z] Step 7/26 : RUN go mod download [2020-08-12T04:06:14.910Z] (1/12) Installing libmagic (5.38-r0) [2020-08-12T04:06:15.878Z] (2/12) Installing file (5.38-r0) [2020-08-12T04:06:15.878Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-12T04:06:15.878Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-12T04:06:15.930Z] Removing intermediate container df743fa4ef86 [2020-08-12T04:06:15.930Z] ---> 9bec8f37fe94 [2020-08-12T04:06:15.930Z] Step 7/29 : COPY . . [2020-08-12T04:06:15.930Z] ---> Running in 6b2e78c536f2 [2020-08-12T04:06:18.493Z] Removing intermediate container afcdbc354730 [2020-08-12T04:06:18.493Z] ---> 63843dd03eae [2020-08-12T04:06:18.493Z] Step 8/22 : COPY . . [2020-08-12T04:06:22.716Z] Removing intermediate container ffdd3a3842f4 [2020-08-12T04:06:22.716Z] ---> f16a2e34bba1 [2020-08-12T04:06:22.716Z] Step 8/20 : COPY . . [2020-08-12T04:06:32.766Z] Removing intermediate container 6b2e78c536f2 [2020-08-12T04:06:32.766Z] ---> 2845a31e5d53 [2020-08-12T04:06:32.766Z] Step 8/26 : COPY . . [2020-08-12T04:06:45.051Z] ---> bff9d3ffc477 [2020-08-12T04:06:45.051Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T04:06:48.379Z] ---> Running in 4f2a96b95f3f [2020-08-12T04:06:51.704Z] ---> 5bdb6f163e87 [2020-08-12T04:06:51.704Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T04:06:51.704Z] ---> 5d73ea82580c [2020-08-12T04:06:51.704Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T04:06:51.704Z] ---> f89acf9798ea [2020-08-12T04:06:51.704Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T04:06:51.966Z] ---> Running in 2a27b57c81b2 [2020-08-12T04:06:52.908Z] ---> Running in 51d0c00c3efa [2020-08-12T04:06:52.908Z] ---> Running in 93105bd0f797 [2020-08-12T04:06:52.908Z] 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-12T04:06:54.333Z] 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-12T04:06:54.333Z] 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-12T04:06:54.598Z] 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-12T04:06:54.807Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-12T04:06:54.807Z] (6/12) Installing patch (2.7.6-r6) [2020-08-12T04:06:55.084Z] (7/12) Installing build-base (0.5-r2) [2020-08-12T04:06:55.084Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-12T04:06:55.354Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-12T04:06:55.354Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-12T04:06:55.624Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-12T04:06:55.903Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-12T04:06:55.904Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:06:55.904Z] OK: 217 MiB in 51 packages [2020-08-12T04:06:57.195Z] ---> e3940a86b11b [2020-08-12T04:06:57.195Z] 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-12T04:06:57.783Z] ---> Running in 60356eb428fb [2020-08-12T04:06:58.746Z] 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-12T04:07:00.237Z] Removing intermediate container 6c20f78dc9a7 [2020-08-12T04:07:00.238Z] ---> d491ca866faf [2020-08-12T04:07:00.238Z] Step 4/7 : WORKDIR /edgex-go [2020-08-12T04:07:00.238Z] ---> Running in 6cf062690fd9 [2020-08-12T04:07:00.238Z] Removing intermediate container 6cf062690fd9 [2020-08-12T04:07:00.238Z] ---> 1ac518120e57 [2020-08-12T04:07:00.238Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-12T04:07:00.829Z] latest: Pulling from library/docker [2020-08-12T04:07:00.829Z] b538f80385f9: Already exists [2020-08-12T04:07:00.829Z] 259a493cd78d: Pulling fs layer [2020-08-12T04:07:00.829Z] b8e66b5100f5: Pulling fs layer [2020-08-12T04:07:00.829Z] 39dc9c94d07c: Pulling fs layer [2020-08-12T04:07:00.829Z] 551b823b3b82: Pulling fs layer [2020-08-12T04:07:00.829Z] 3c52a74df98c: Pulling fs layer [2020-08-12T04:07:00.829Z] 6c9b121b6998: Pulling fs layer [2020-08-12T04:07:00.829Z] 6c9b121b6998: Waiting [2020-08-12T04:07:00.829Z] 3c52a74df98c: Waiting [2020-08-12T04:07:01.119Z] b8e66b5100f5: Verifying Checksum [2020-08-12T04:07:01.119Z] b8e66b5100f5: Download complete [2020-08-12T04:07:01.394Z] 551b823b3b82: Verifying Checksum [2020-08-12T04:07:01.394Z] 551b823b3b82: Download complete [2020-08-12T04:07:01.394Z] 259a493cd78d: Verifying Checksum [2020-08-12T04:07:01.394Z] 259a493cd78d: Download complete [2020-08-12T04:07:01.673Z] 3c52a74df98c: Verifying Checksum [2020-08-12T04:07:01.673Z] 3c52a74df98c: Download complete [2020-08-12T04:07:01.947Z] 6c9b121b6998: Verifying Checksum [2020-08-12T04:07:01.947Z] 6c9b121b6998: Download complete [2020-08-12T04:07:01.947Z] 259a493cd78d: Pull complete [2020-08-12T04:07:02.544Z] b8e66b5100f5: Pull complete [2020-08-12T04:07:03.143Z] 39dc9c94d07c: Download complete [2020-08-12T04:07:06.527Z] 39dc9c94d07c: Pull complete [2020-08-12T04:07:06.527Z] 551b823b3b82: Pull complete [2020-08-12T04:07:06.805Z] 3c52a74df98c: Pull complete [2020-08-12T04:07:07.402Z] 6c9b121b6998: Pull complete [2020-08-12T04:07:07.402Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-12T04:07:07.402Z] Status: Downloaded newer image for docker:latest [2020-08-12T04:07:10.786Z] ---> 2aaab1f1f62b [2020-08-12T04:07:10.786Z] Step 6/7 : COPY go.mod . [2020-08-12T04:07:11.056Z] ---> 27bce847a0f2 [2020-08-12T04:07:11.056Z] Step 7/7 : RUN go mod download [2020-08-12T04:07:11.328Z] ---> Running in 45c175a2286a [2020-08-12T04:07:14.700Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-12T04:07:14.700Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T04:07:14.700Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-12T04:07:14.700Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T04:07:14.700Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T04:07:14.700Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T04:07:14.700Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T04:07:14.700Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T04:07:14.700Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-12T04:07:14.700Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T04:07:14.700Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-12T04:07:14.700Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-12T04:07:14.700Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-12T04:07:14.700Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T04:07:14.700Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T04:07:14.700Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-12T04:07:14.700Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-12T04:07:14.700Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T04:07:14.700Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T04:07:14.700Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-12T04:07:14.700Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T04:07:14.700Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-12T04:07:14.700Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T04:07:14.700Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T04:07:14.700Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-12T04:07:14.972Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T04:07:14.972Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-12T04:07:14.972Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-12T04:07:14.972Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T04:07:14.972Z] go: finding github.com/google/uuid v1.1.0 [2020-08-12T04:07:14.972Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T04:07:14.972Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T04:07:14.972Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T04:07:14.972Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T04:07:14.972Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T04:07:14.972Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T04:07:15.242Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T04:07:15.512Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T04:07:15.512Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T04:07:15.512Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-12T04:07:15.512Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-12T04:07:15.512Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T04:07:15.512Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-12T04:07:15.512Z] go: finding github.com/kr/pty v1.1.1 [2020-08-12T04:07:15.512Z] go: finding github.com/kr/text v0.1.0 [2020-08-12T04:07:15.512Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T04:07:15.512Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T04:07:15.512Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T04:07:15.800Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T04:07:15.800Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-12T04:07:15.800Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-12T04:07:15.801Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T04:07:16.069Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-12T04:07:16.069Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T04:07:16.069Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T04:07:16.069Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T04:07:16.069Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T04:07:16.069Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-12T04:07:16.069Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-12T04:07:16.069Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T04:07:16.069Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T04:07:16.069Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T04:07:16.069Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T04:07:16.339Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T04:07:16.339Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-12T04:07:16.339Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-12T04:07:16.339Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T04:07:16.339Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-12T04:07:16.339Z] go: finding golang.org/x/text v0.3.2 [2020-08-12T04:07:16.339Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-12T04:07:16.339Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-12T04:07:16.339Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-12T04:07:16.339Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-12T04:07:16.339Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-12T04:07:16.610Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T04:07:25.482Z] Removing intermediate container 2a27b57c81b2 [2020-08-12T04:07:25.482Z] ---> 745eece2580a [2020-08-12T04:07:25.482Z] [2020-08-12T04:07:25.482Z] Step 9/29 : FROM alpine:latest [2020-08-12T04:07:25.482Z] latest: Pulling from library/alpine [2020-08-12T04:07:25.482Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T04:07:25.482Z] Status: Downloaded newer image for alpine:latest [2020-08-12T04:07:25.482Z] ---> a24bb4013296 [2020-08-12T04:07:25.482Z] 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-12T04:07:25.482Z] ---> Running in 6c3a720981be [2020-08-12T04:07:25.482Z] 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-12T04:07:25.482Z] Removing intermediate container 6c3a720981be [2020-08-12T04:07:25.482Z] ---> 0f825d1c2b79 [2020-08-12T04:07:25.482Z] Step 11/29 : USER root [2020-08-12T04:07:25.482Z] ---> Running in a585d145c175 [2020-08-12T04:07:25.482Z] Removing intermediate container a585d145c175 [2020-08-12T04:07:25.482Z] ---> 46fcfa834129 [2020-08-12T04:07:25.482Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T04:07:25.482Z] ---> Running in 34478b292848 [2020-08-12T04:07:25.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:07:25.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:07:25.482Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:07:25.482Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:07:25.482Z] OK: 12749 distinct packages available [2020-08-12T04:07:25.743Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T04:07:26.317Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T04:07:26.317Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:07:26.893Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T04:07:27.158Z] OK: 6 MiB in 16 packages [2020-08-12T04:07:29.228Z] 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-12T04:07:31.194Z] Removing intermediate container 93105bd0f797 [2020-08-12T04:07:31.194Z] ---> 9284bca159bc [2020-08-12T04:07:31.194Z] [2020-08-12T04:07:31.194Z] Step 10/20 : FROM scratch [2020-08-12T04:07:31.194Z] ---> [2020-08-12T04:07:31.194Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:07:31.456Z] Removing intermediate container 34478b292848 [2020-08-12T04:07:31.457Z] ---> 0f7f26271636 [2020-08-12T04:07:31.457Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T04:07:32.031Z] ---> Running in f39ed833bb30 [2020-08-12T04:07:32.972Z] ---> Running in d4c273948a83 [2020-08-12T04:07:33.553Z] Removing intermediate container f39ed833bb30 [2020-08-12T04:07:33.553Z] ---> 0c570e3c1916 [2020-08-12T04:07:33.553Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T04:07:33.553Z] Removing intermediate container 4f2a96b95f3f [2020-08-12T04:07:33.553Z] ---> 08cd0548679b [2020-08-12T04:07:33.553Z] [2020-08-12T04:07:33.553Z] Step 10/21 : FROM scratch [2020-08-12T04:07:33.553Z] ---> [2020-08-12T04:07:33.553Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:07:33.553Z] ---> Using cache [2020-08-12T04:07:33.553Z] ---> 0c570e3c1916 [2020-08-12T04:07:33.553Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T04:07:33.819Z] Removing intermediate container d4c273948a83 [2020-08-12T04:07:33.819Z] ---> ebead0a22eb1 [2020-08-12T04:07:33.819Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T04:07:34.079Z] ---> Running in 1ea1156e5b83 [2020-08-12T04:07:34.932Z] Removing intermediate container 45c175a2286a [2020-08-12T04:07:34.932Z] ---> 1370e0d11e24 [2020-08-12T04:07:34.932Z] Successfully built 1370e0d11e24 [2020-08-12T04:07:34.932Z] 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-12T04:07:35.580Z] + docker inspect -f . ci-base-image-arm64 [2020-08-12T04:07:35.580Z] . [Pipeline] withDockerContainer [2020-08-12T04:07:35.853Z] prd-ubuntu18.04-docker-arm64-4c-16g-4976 does not seem to be running inside a container [2020-08-12T04:07:35.930Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:07:35.991Z] ---> Running in 805ccdfb22a5 [2020-08-12T04:07:35.992Z] ---> Running in 8b84144c206d [2020-08-12T04:07:37.375Z] Removing intermediate container 1ea1156e5b83 [2020-08-12T04:07:37.375Z] ---> 0fe98227762a [2020-08-12T04:07:37.375Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T04:07:37.375Z] Removing intermediate container 8b84144c206d [2020-08-12T04:07:37.375Z] ---> 4863f7a65b70 [2020-08-12T04:07:37.375Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T04:07:37.375Z] Removing intermediate container 60356eb428fb [2020-08-12T04:07:37.375Z] ---> b7c03e711dcd [2020-08-12T04:07:37.375Z] [2020-08-12T04:07:37.375Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T04:07:37.375Z] ---> Running in a226dc73bb07 [2020-08-12T04:07:37.375Z] $ docker top 657f20beab53ded016373b3e0ca2102e965fdae4e9ea590daaf3d20ffbf9635c -eo pid,comm [2020-08-12T04:07:37.635Z] 3.10: Pulling from library/alpine [2020-08-12T04:07:37.636Z] Removing intermediate container 51d0c00c3efa [2020-08-12T04:07:37.636Z] ---> b95b2bd7ba45 [2020-08-12T04:07:37.636Z] [2020-08-12T04:07:37.636Z] Step 10/22 : FROM alpine [Pipeline] { [Pipeline] sh [2020-08-12T04:07:38.212Z] ---> a24bb4013296 [2020-08-12T04:07:38.212Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:07:38.212Z] ---> Running in f268fd43fee5 [2020-08-12T04:07:38.391Z] + go version [2020-08-12T04:07:38.391Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-12T04:07:38.409Z] ========================================================= [2020-08-12T04:07:38.409Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-12T04:07:38.409Z] ========================================================= [Pipeline] sh [2020-08-12T04:07:38.473Z] Removing intermediate container 805ccdfb22a5 [2020-08-12T04:07:38.473Z] ---> 5a32d90d8748 [2020-08-12T04:07:38.473Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T04:07:38.473Z] Removing intermediate container a226dc73bb07 [2020-08-12T04:07:38.473Z] ---> d3282dcc670b [2020-08-12T04:07:38.473Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T04:07:38.473Z] ---> Running in cab8e1122173 [2020-08-12T04:07:38.734Z] ---> Running in bd04947bd835 [2020-08-12T04:07:38.734Z] Removing intermediate container f268fd43fee5 [2020-08-12T04:07:38.734Z] ---> 2f7e572bdb31 [2020-08-12T04:07:38.734Z] Step 14/21 : WORKDIR / [2020-08-12T04:07:39.002Z] ---> Running in 5cc69d6ce710 [2020-08-12T04:07:39.002Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T04:07:39.054Z] + make test [2020-08-12T04:07:39.054Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-12T04:07:39.265Z] Removing intermediate container cab8e1122173 [2020-08-12T04:07:39.265Z] ---> e5b0e58444da [2020-08-12T04:07:39.265Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T04:07:39.265Z] ---> 4d8839cf06aa [2020-08-12T04:07:39.265Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T04:07:39.265Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T04:07:39.265Z] ---> be4e4bea2c2e [2020-08-12T04:07:39.265Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T04:07:39.529Z] ---> Running in d8d23f3f5d25 [2020-08-12T04:07:39.529Z] ---> Running in a6763d12c5fb [2020-08-12T04:07:39.529Z] Removing intermediate container 5cc69d6ce710 [2020-08-12T04:07:39.529Z] ---> a6ff2883a9d6 [2020-08-12T04:07:39.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T04:07:39.790Z] Removing intermediate container d8d23f3f5d25 [2020-08-12T04:07:39.790Z] ---> 5a9083c671da [2020-08-12T04:07:39.790Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T04:07:40.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:07:40.053Z] ---> 5ff13fd10342 [2020-08-12T04:07:40.054Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T04:07:40.054Z] ---> Running in 7d8abe2089e4 [2020-08-12T04:07:40.054Z] ---> f466d7eaa011 [2020-08-12T04:07:40.054Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T04:07:40.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:07:40.319Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T04:07:40.319Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T04:07:40.319Z] OK: 10346 distinct packages available [2020-08-12T04:07:40.319Z] Removing intermediate container 7d8abe2089e4 [2020-08-12T04:07:40.319Z] ---> 421a6e152875 [2020-08-12T04:07:40.319Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:07:40.319Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T04:07:40.579Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T04:07:40.579Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T04:07:40.579Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T04:07:40.579Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T04:07:40.579Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T04:07:40.839Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T04:07:40.839Z] OK: 7 MiB in 19 packages [2020-08-12T04:07:41.100Z] ---> Running in aca27f9ea4db [2020-08-12T04:07:41.672Z] Removing intermediate container bd04947bd835 [2020-08-12T04:07:41.672Z] ---> df755ee2c578 [2020-08-12T04:07:41.672Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T04:07:41.672Z] ---> 0674bfde914e [2020-08-12T04:07:41.672Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:07:41.725Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-12T04:07:41.934Z] ---> Running in 4ced048a8dd3 [2020-08-12T04:07:41.934Z] ---> 2fa7e40705f0 [2020-08-12T04:07:41.934Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T04:07:42.196Z] ---> a3289aecf920 [2020-08-12T04:07:42.196Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T04:07:42.469Z] Removing intermediate container 4ced048a8dd3 [2020-08-12T04:07:42.469Z] ---> 936c78b1df9b [2020-08-12T04:07:42.469Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T04:07:42.469Z] ---> c870cdfcda0c [2020-08-12T04:07:42.469Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:07:43.045Z] ---> Running in 2ce545050bd7 [2020-08-12T04:07:43.045Z] ---> 626ed7103e65 [2020-08-12T04:07:43.045Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T04:07:43.045Z] ---> Running in 4bc02a92418e [2020-08-12T04:07:43.306Z] Removing intermediate container a6763d12c5fb [2020-08-12T04:07:43.306Z] ---> d67b85116e93 [2020-08-12T04:07:43.306Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T04:07:43.566Z] ---> Running in efd58a866f5b [2020-08-12T04:07:43.566Z] Removing intermediate container 2ce545050bd7 [2020-08-12T04:07:43.566Z] ---> 475e73b2ab73 [2020-08-12T04:07:43.566Z] Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:07:43.566Z] Removing intermediate container 4bc02a92418e [2020-08-12T04:07:43.566Z] ---> 7fc3a7cd57da [2020-08-12T04:07:43.566Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T04:07:43.841Z] ---> 6969218fd0bb [2020-08-12T04:07:43.841Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T04:07:43.841Z] ---> Running in 58874c5352e5 [2020-08-12T04:07:43.841Z] ---> Running in 1eec39e26f28 [2020-08-12T04:07:44.115Z] Removing intermediate container aca27f9ea4db [2020-08-12T04:07:44.115Z] ---> 845c60a616a0 [2020-08-12T04:07:44.115Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T04:07:44.115Z] Removing intermediate container efd58a866f5b [2020-08-12T04:07:44.115Z] ---> bbeac099b62d [2020-08-12T04:07:44.115Z] Step 13/26 : WORKDIR / [2020-08-12T04:07:44.115Z] ---> Running in 05f1f73a293c [2020-08-12T04:07:44.377Z] ---> Running in 172f4b48d48b [2020-08-12T04:07:44.377Z] ---> 86f678b2907e [2020-08-12T04:07:44.377Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T04:07:44.377Z] Removing intermediate container 58874c5352e5 [2020-08-12T04:07:44.377Z] ---> 6054f3da45d7 [2020-08-12T04:07:44.377Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T04:07:44.639Z] Removing intermediate container 1eec39e26f28 [2020-08-12T04:07:44.639Z] ---> 0cdb056f2c57 [2020-08-12T04:07:44.639Z] Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:07:44.639Z] ---> Running in ffbf7e6f4640 [2020-08-12T04:07:44.910Z] ---> Running in 23e574b8b7c5 [2020-08-12T04:07:44.910Z] Removing intermediate container 172f4b48d48b [2020-08-12T04:07:44.910Z] ---> 38a1249b85c5 [2020-08-12T04:07:44.910Z] 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-12T04:07:44.910Z] ---> 59d669a6dc54 [2020-08-12T04:07:44.910Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T04:07:44.910Z] ---> Running in e4d19fc52d54 [2020-08-12T04:07:45.174Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:07:45.174Z] Removing intermediate container ffbf7e6f4640 [2020-08-12T04:07:45.174Z] ---> bfd5a3241bb0 [2020-08-12T04:07:45.174Z] [2020-08-12T04:07:45.174Z] Removing intermediate container 23e574b8b7c5 [2020-08-12T04:07:45.174Z] ---> ce8a5a12551e [2020-08-12T04:07:45.174Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T04:07:45.458Z] Successfully built bfd5a3241bb0 [2020-08-12T04:07:45.458Z] ---> Running in f120bec382bc [2020-08-12T04:07:45.458Z] ---> 04a7c70d28ca [2020-08-12T04:07:45.458Z] 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-12T04:07:45.458Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-12T04:07:45.458Z] Building docker-support-notifications-go [2020-08-12T04:07:45.721Z]  Building docker-support-scheduler-go ... done Removing intermediate container f120bec382bc [2020-08-12T04:07:45.721Z] ---> f9715b6eb9cc [2020-08-12T04:07:45.721Z] [2020-08-12T04:07:45.986Z] Successfully built f9715b6eb9cc [2020-08-12T04:07:45.986Z] Successfully tagged docker-core-metadata-go:latest [2020-08-12T04:07:45.986Z] Building docker-sys-mgmt-agent-go [2020-08-12T04:07:45.986Z]  Building docker-core-metadata-go ... done  ---> 7f7fffb76d78 [2020-08-12T04:07:45.986Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T04:07:46.564Z] ---> 854827c1663d [2020-08-12T04:07:46.564Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T04:07:46.826Z] Removing intermediate container e4d19fc52d54 [2020-08-12T04:07:46.826Z] ---> d2d26424d50d [2020-08-12T04:07:46.826Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T04:07:46.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:07:51.036Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T04:07:51.036Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T04:07:51.606Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T04:07:51.866Z] ---> 2887a89dd2f6 [2020-08-12T04:07:51.867Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T04:07:51.867Z] ---> 0d7601a13f1e [2020-08-12T04:07:51.867Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T04:07:52.130Z] ---> Running in a7b67247b3ba [2020-08-12T04:07:53.078Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T04:07:54.034Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T04:07:54.607Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:07:54.607Z] OK: 8 MiB in 19 packages [2020-08-12T04:07:54.607Z] ---> 5573e16e9f1f [2020-08-12T04:07:54.607Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T04:07:58.846Z] ---> aa339ec2dcdf [2020-08-12T04:07:58.846Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T04:07:59.805Z] Removing intermediate container 05f1f73a293c [2020-08-12T04:07:59.805Z] ---> 1504ad35d687 [2020-08-12T04:07:59.805Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T04:07:59.805Z] Removing intermediate container a7b67247b3ba [2020-08-12T04:07:59.805Z] ---> c6c764a936a3 [2020-08-12T04:07:59.805Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T04:08:01.208Z] ---> Running in 86f6767ab472 [2020-08-12T04:08:01.789Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:08:01.789Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:08:01.789Z] ---> e920cc157839 [2020-08-12T04:08:01.789Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T04:08:01.789Z] ---> Using cache [2020-08-12T04:08:01.789Z] ---> 9290f76549f3 [2020-08-12T04:08:01.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:08:03.179Z] ---> abca0a70523d [2020-08-12T04:08:03.179Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T04:08:03.179Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:08:03.179Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:08:03.179Z] ---> e920cc157839 [2020-08-12T04:08:03.179Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T04:08:03.179Z] ---> Using cache [2020-08-12T04:08:03.179Z] ---> 9290f76549f3 [2020-08-12T04:08:03.179Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:08:04.124Z] ---> 8afae830e95e [2020-08-12T04:08:04.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T04:08:04.124Z] ---> Running in 703efeaa599a [2020-08-12T04:08:04.124Z] ---> Running in 1bbb15c27e9c [2020-08-12T04:08:04.386Z] ---> 85436ca517e6 [2020-08-12T04:08:04.386Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T04:08:04.651Z] ---> Running in d8f07d7040ba [2020-08-12T04:08:04.651Z] ---> 8aa6f8bddf54 [2020-08-12T04:08:04.651Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T04:08:04.923Z] ---> bc81fe32beb5 [2020-08-12T04:08:04.923Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:08:05.203Z] ---> Running in 2675fe5b97d5 [2020-08-12T04:08:05.468Z] Removing intermediate container 2675fe5b97d5 [2020-08-12T04:08:05.468Z] ---> ecc7947aaa68 [2020-08-12T04:08:05.468Z] Step 20/22 : LABEL arch=x86_64 [2020-08-12T04:08:05.729Z] ---> Running in c4a3c26b2a45 [2020-08-12T04:08:05.729Z] Removing intermediate container 86f6767ab472 [2020-08-12T04:08:05.729Z] ---> 97b2f3866d14 [2020-08-12T04:08:05.729Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T04:08:05.990Z] ---> Running in e5b2a6988d0b [2020-08-12T04:08:06.251Z] Removing intermediate container c4a3c26b2a45 [2020-08-12T04:08:06.251Z] ---> fac3132c70c7 [2020-08-12T04:08:06.251Z] Step 21/22 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:08:06.251Z] Removing intermediate container 703efeaa599a [2020-08-12T04:08:06.251Z] ---> 1b3928b222cd [2020-08-12T04:08:06.251Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T04:08:06.251Z] ---> Running in c8cb693c60bb [2020-08-12T04:08:06.512Z] ---> Running in 946ccb4230c6 [2020-08-12T04:08:06.512Z] Removing intermediate container e5b2a6988d0b [2020-08-12T04:08:06.512Z] ---> 330b693baf00 [2020-08-12T04:08:06.512Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T04:08:06.512Z] Removing intermediate container d8f07d7040ba [2020-08-12T04:08:06.512Z] ---> 5073e7e7f566 [2020-08-12T04:08:06.512Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T04:08:06.773Z] Removing intermediate container 1bbb15c27e9c [2020-08-12T04:08:06.773Z] ---> bf242f516f5d [2020-08-12T04:08:06.773Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T04:08:06.773Z] ---> Running in 81041d1b430f [2020-08-12T04:08:06.773Z] Removing intermediate container c8cb693c60bb [2020-08-12T04:08:06.773Z] ---> da16be7d75dc [2020-08-12T04:08:06.773Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T04:08:06.773Z] ---> Running in 13ad4a4ff11b [2020-08-12T04:08:06.773Z] ---> Running in 38c91d65cf72 [2020-08-12T04:08:07.033Z] ---> Running in 4d5274f069e1 [2020-08-12T04:08:07.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:07.294Z] Removing intermediate container 81041d1b430f [2020-08-12T04:08:07.294Z] ---> ccb4f753bcbb [2020-08-12T04:08:07.294Z] Step 27/29 : LABEL arch=x86_64 [2020-08-12T04:08:07.294Z] Removing intermediate container 13ad4a4ff11b [2020-08-12T04:08:07.294Z] ---> 22c74ffec09b [2020-08-12T04:08:07.294Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T04:08:07.294Z] Removing intermediate container 4d5274f069e1 [2020-08-12T04:08:07.294Z] ---> e4b433c8d77d [2020-08-12T04:08:07.294Z] [2020-08-12T04:08:07.558Z] ---> Running in 7892abae0fca [2020-08-12T04:08:07.558Z] ---> Running in 921af80deb05 [2020-08-12T04:08:07.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:07.558Z] Successfully built e4b433c8d77d [2020-08-12T04:08:07.558Z] Successfully tagged docker-core-data-go:latest [2020-08-12T04:08:07.558Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-08-12T04:08:07.558Z] Removing intermediate container 921af80deb05 [2020-08-12T04:08:07.558Z] ---> f8b99d7fd8a8 [2020-08-12T04:08:07.558Z] Step 28/29 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:08:07.823Z] Removing intermediate container 7892abae0fca [2020-08-12T04:08:07.823Z] ---> a36348b9b9aa [2020-08-12T04:08:07.823Z] Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:08:07.823Z] ---> Running in 9f771a9059d6 [2020-08-12T04:08:07.823Z] ---> Running in 51ac790140ae [2020-08-12T04:08:08.395Z] Removing intermediate container 9f771a9059d6 [2020-08-12T04:08:08.395Z] ---> ef218bb724ae [2020-08-12T04:08:08.395Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T04:08:08.395Z] Removing intermediate container 51ac790140ae [2020-08-12T04:08:08.395Z] ---> a2f71ec771b9 [2020-08-12T04:08:08.395Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T04:08:08.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:10.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:10.614Z] ---> Running in 5f0e4ed2c245 [2020-08-12T04:08:10.877Z] ---> Running in 33cee7ba9be4 [2020-08-12T04:08:11.138Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:08:11.138Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:08:11.138Z] OK: 12749 distinct packages available [2020-08-12T04:08:11.138Z] Removing intermediate container 5f0e4ed2c245 [2020-08-12T04:08:11.138Z] ---> 7766c5893910 [2020-08-12T04:08:11.138Z] [2020-08-12T04:08:11.398Z] Removing intermediate container 33cee7ba9be4 [2020-08-12T04:08:11.398Z] ---> 92e4c192ad0f [2020-08-12T04:08:11.398Z] [2020-08-12T04:08:11.398Z] OK: 233 MiB in 51 packages [2020-08-12T04:08:11.398Z] Successfully built 7766c5893910 [2020-08-12T04:08:11.398Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-12T04:08:11.398Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-08-12T04:08:11.398Z] Successfully built 92e4c192ad0f [2020-08-12T04:08:11.398Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-12T04:08:11.398Z] Building docker-security-proxy-setup-go [2020-08-12T04:08:13.947Z]  Building docker-security-secrets-setup-go ... done v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:08:13.947Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:08:13.947Z] OK: 12749 distinct packages available [2020-08-12T04:08:13.947Z] OK: 233 MiB in 51 packages [2020-08-12T04:08:14.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-12T04:08:14.590Z] Removing intermediate container 946ccb4230c6 [2020-08-12T04:08:14.590Z] ---> 6cdcfd9d6111 [2020-08-12T04:08:14.590Z] Step 6/23 : COPY go.mod . [2020-08-12T04:08:19.912Z] ---> 0afa38f0a3a9 [2020-08-12T04:08:19.912Z] Step 7/23 : RUN go mod download [2020-08-12T04:08:20.178Z] ---> Running in aeaf40fb5c73 [2020-08-12T04:08:20.178Z] Removing intermediate container 38c91d65cf72 [2020-08-12T04:08:20.178Z] ---> 84ee033fad06 [2020-08-12T04:08:20.178Z] Step 6/26 : COPY go.mod . [2020-08-12T04:08:21.607Z] ---> c39419599740 [2020-08-12T04:08:21.607Z] Step 7/26 : RUN go mod download [2020-08-12T04:08:24.178Z] ---> Running in 3650defadbbd [2020-08-12T04:08:24.439Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:08:24.439Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:08:24.439Z] ---> e920cc157839 [2020-08-12T04:08:24.439Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T04:08:24.439Z] ---> Using cache [2020-08-12T04:08:24.439Z] ---> 9290f76549f3 [2020-08-12T04:08:24.439Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:08:24.439Z] ---> Using cache [2020-08-12T04:08:24.439Z] ---> bf242f516f5d [2020-08-12T04:08:24.439Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-12T04:08:26.817Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.038s [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-12T04:08:26.817Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-12T04:08:27.092Z] ---> Running in 9bec8f67bdf3 [2020-08-12T04:08:27.366Z] Removing intermediate container aeaf40fb5c73 [2020-08-12T04:08:27.366Z] ---> 27b84b6f3563 [2020-08-12T04:08:27.366Z] Step 8/23 : COPY . . [2020-08-12T04:08:27.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:28.796Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-12T04:08:29.397Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-12T04:08:30.001Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-12T04:08:30.001Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-12T04:08:30.001Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-12T04:08:30.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:30.803Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:08:30.803Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:08:30.803Z] ---> e920cc157839 [2020-08-12T04:08:30.803Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T04:08:30.803Z] ---> Using cache [2020-08-12T04:08:30.803Z] ---> 9290f76549f3 [2020-08-12T04:08:30.803Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:08:30.803Z] ---> Using cache [2020-08-12T04:08:30.803Z] ---> bf242f516f5d [2020-08-12T04:08:30.803Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T04:08:33.357Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:08:33.357Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:08:33.357Z] ---> e920cc157839 [2020-08-12T04:08:33.357Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T04:08:33.357Z] ---> Using cache [2020-08-12T04:08:33.357Z] ---> 9290f76549f3 [2020-08-12T04:08:33.357Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:08:33.357Z] ---> Using cache [2020-08-12T04:08:33.357Z] ---> bf242f516f5d [2020-08-12T04:08:33.357Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T04:08:33.357Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:08:33.357Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:08:33.357Z] OK: 12749 distinct packages available [2020-08-12T04:08:33.617Z] OK: 233 MiB in 51 packages [2020-08-12T04:08:33.882Z] ---> Running in f8ad9af4581d [2020-08-12T04:08:34.143Z] ---> Running in c6f6cad820bb [2020-08-12T04:08:34.720Z] Removing intermediate container 3650defadbbd [2020-08-12T04:08:34.720Z] ---> b46d35a29766 [2020-08-12T04:08:34.720Z] Step 8/26 : COPY . . [2020-08-12T04:08:36.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:38.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:39.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:40.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.069s coverage: 46.6% of statements [2020-08-12T04:08:40.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-12T04:08:40.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-12T04:08:40.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-12T04:08:40.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-12T04:08:40.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-12T04:08:42.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:08:42.570Z] Removing intermediate container 9bec8f67bdf3 [2020-08-12T04:08:42.570Z] ---> b2417187eeed [2020-08-12T04:08:42.570Z] Step 6/21 : COPY go.mod . [2020-08-12T04:08:43.519Z] ---> 684b6ab28536 [2020-08-12T04:08:43.519Z] Step 7/21 : RUN go mod download [2020-08-12T04:08:44.467Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:08:44.467Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:08:44.467Z] OK: 12749 distinct packages available [2020-08-12T04:08:44.467Z] OK: 233 MiB in 51 packages [2020-08-12T04:08:45.041Z] OK: 233 MiB in 51 packages [2020-08-12T04:08:45.302Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:08:45.302Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:08:45.302Z] OK: 12749 distinct packages available [2020-08-12T04:08:45.894Z] OK: 233 MiB in 51 packages [2020-08-12T04:08:46.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.125s coverage: 27.3% of statements [2020-08-12T04:08:46.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-12T04:08:46.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-12T04:08:46.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-08-12T04:08:46.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-12T04:08:47.815Z] ---> Running in f314eb75d011 [2020-08-12T04:08:48.778Z] ---> 7ab4425f34ce [2020-08-12T04:08:48.778Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T04:08:49.045Z] ---> Running in 26ddb2306dff [2020-08-12T04:08:49.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-12T04:08:49.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-12T04:08:49.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2020-08-12T04:08:49.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-12T04:08:50.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.077s coverage: 89.8% of statements [2020-08-12T04:08:50.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-12T04:08:50.988Z] Removing intermediate container f8ad9af4581d [2020-08-12T04:08:50.988Z] ---> a4b57a0494dd [2020-08-12T04:08:50.988Z] Step 6/21 : COPY go.mod . [2020-08-12T04:08:50.988Z] 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-12T04:08:50.988Z] Removing intermediate container c6f6cad820bb [2020-08-12T04:08:50.988Z] ---> 6c88e015c8aa [2020-08-12T04:08:50.988Z] Step 6/20 : COPY go.mod . [2020-08-12T04:08:50.989Z] ---> 9bcd099c32ec [2020-08-12T04:08:50.989Z] Step 7/21 : RUN go mod download [2020-08-12T04:08:51.252Z] ---> Running in ba2cfa90da2b [2020-08-12T04:08:51.513Z] ---> 43fa36f1df2a [2020-08-12T04:08:51.513Z] Step 7/20 : RUN go mod download [2020-08-12T04:08:52.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-12T04:08:52.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-12T04:08:52.817Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-12T04:08:52.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements [2020-08-12T04:08:52.942Z] ---> Running in 9345f620da18 [2020-08-12T04:08:53.220Z] ---> 299a707f40e9 [2020-08-12T04:08:53.220Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T04:08:53.489Z] ---> Running in ec33bc490730 [2020-08-12T04:08:53.489Z] Removing intermediate container f314eb75d011 [2020-08-12T04:08:53.489Z] ---> db0140c3f846 [2020-08-12T04:08:53.489Z] Step 8/21 : COPY . . [2020-08-12T04:08:54.482Z] 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-12T04:08:56.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements [2020-08-12T04:08:56.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-12T04:08:56.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-12T04:08:56.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2020-08-12T04:08:56.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 55.9% of statements [2020-08-12T04:08:56.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-12T04:08:56.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-12T04:08:56.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-12T04:08:56.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-12T04:09:01.120Z] Removing intermediate container ba2cfa90da2b [2020-08-12T04:09:01.120Z] ---> 72a177158fbf [2020-08-12T04:09:01.120Z] Step 8/21 : COPY . . [2020-08-12T04:09:01.120Z] Removing intermediate container 9345f620da18 [2020-08-12T04:09:01.120Z] ---> 4d5e337c1acf [2020-08-12T04:09:01.120Z] Step 8/20 : COPY . . [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.282s coverage: 86.3% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.996s coverage: 72.2% of statements [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.378s coverage: 72.1% of statements [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.025s coverage: 48.4% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.058s coverage: 28.8% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 26.9% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.344s coverage: 84.1% of statements [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-12T04:09:14.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements [2020-08-12T04:09:14.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-12T04:09:19.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.095s coverage: 46.1% of statements [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-12T04:09:19.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-12T04:09:19.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-12T04:09:19.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.033s coverage: 100.0% of statements [2020-08-12T04:09:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-12T04:09:24.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.224s coverage: 29.1% of statements [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-12T04:09:24.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-12T04:09:24.277Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.027s coverage: 100.0% of statements [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-12T04:09:24.277Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2020-08-12T04:09:24.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-12T04:09:25.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2020-08-12T04:09:25.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-12T04:09:25.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-12T04:09:25.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-12T04:09:25.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-12T04:09:26.238Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-08-12T04:09:26.238Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-12T04:09:26.238Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-12T04:09:26.510Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2020-08-12T04:09:27.867Z] ---> ed15c94e2a59 [2020-08-12T04:09:27.867Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T04:09:27.867Z] ---> Running in f3ee742a9377 [2020-08-12T04:09:27.867Z] 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-12T04:09:27.867Z] ---> 185e12650130 [2020-08-12T04:09:27.867Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T04:09:27.867Z] ---> 1fcd6ddc8b3a [2020-08-12T04:09:27.867Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T04:09:27.867Z] ---> Running in dd470c151b35 [2020-08-12T04:09:27.867Z] ---> Running in 6366521c89b5 [2020-08-12T04:09:28.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2020-08-12T04:09:28.454Z] 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-12T04:09:28.454Z] 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-12T04:09:29.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.026s coverage: 100.0% of statements [2020-08-12T04:09:29.600Z] GO111MODULE=on go vet ./... [2020-08-12T04:09:31.774Z] Removing intermediate container ec33bc490730 [2020-08-12T04:09:31.774Z] ---> 15a5421ff548 [2020-08-12T04:09:31.774Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T04:09:32.383Z] Removing intermediate container 26ddb2306dff [2020-08-12T04:09:32.383Z] ---> a54e9e6fc846 [2020-08-12T04:09:32.383Z] [2020-08-12T04:09:32.383Z] Step 10/23 : FROM scratch [2020-08-12T04:09:32.383Z] ---> [2020-08-12T04:09:32.383Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T04:09:32.383Z] ---> Running in 0966f17e5711 [2020-08-12T04:09:33.535Z] 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-12T04:09:33.535Z] ---> Running in 01e22f822328 [2020-08-12T04:09:33.847Z] Removing intermediate container 01e22f822328 [2020-08-12T04:09:33.847Z] ---> 6977f95d149d [2020-08-12T04:09:33.847Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T04:09:33.847Z] ---> Running in 27cb07d76f62 [2020-08-12T04:09:34.113Z] Removing intermediate container 27cb07d76f62 [2020-08-12T04:09:34.113Z] ---> 8305009aa1a7 [2020-08-12T04:09:34.113Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T04:09:34.113Z] ---> Running in 3de3c28953a1 [2020-08-12T04:09:35.071Z] Removing intermediate container 3de3c28953a1 [2020-08-12T04:09:35.071Z] ---> 3d6b54b2edac [2020-08-12T04:09:35.071Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T04:09:35.672Z] ---> cc577fab256a [2020-08-12T04:09:35.672Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T04:09:37.615Z] ---> b2f552a6f6d7 [2020-08-12T04:09:37.615Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T04:09:37.615Z] Removing intermediate container 0966f17e5711 [2020-08-12T04:09:37.615Z] ---> eb4848a8e5a3 [2020-08-12T04:09:37.615Z] [2020-08-12T04:09:37.615Z] Step 11/26 : FROM docker:latest [2020-08-12T04:09:37.615Z] ---> 81f5749c9058 [2020-08-12T04:09:37.615Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T04:09:37.615Z] ---> Running in 6d6e094948e5 [2020-08-12T04:09:37.882Z] ---> c66b3e82b0f4 [2020-08-12T04:09:37.882Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T04:09:38.473Z] ---> c0634e576d37 [2020-08-12T04:09:38.473Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T04:09:38.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:09:39.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:09:39.001Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T04:09:39.001Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T04:09:39.270Z] Executing bash-5.0.17-r0.post-install [2020-08-12T04:09:39.270Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:09:39.270Z] OK: 12 MiB in 22 packages [2020-08-12T04:09:41.837Z] ---> 7064eaaa1c21 [2020-08-12T04:09:41.837Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T04:09:42.104Z] ---> c3f8f7243b06 [2020-08-12T04:09:42.104Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:09:42.378Z] ---> Running in d6e40c7573ef [2020-08-12T04:09:42.649Z] Removing intermediate container 6d6e094948e5 [2020-08-12T04:09:42.649Z] ---> 334f4736a30c [2020-08-12T04:09:42.649Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T04:09:42.918Z] ---> Running in 3622f7474335 [2020-08-12T04:09:42.918Z] Removing intermediate container d6e40c7573ef [2020-08-12T04:09:42.918Z] ---> 5dabf1c86492 [2020-08-12T04:09:42.918Z] Step 21/23 : LABEL arch=x86_64 [2020-08-12T04:09:43.505Z] ---> Running in d73e1e2bee42 [2020-08-12T04:09:44.481Z] Removing intermediate container d73e1e2bee42 [2020-08-12T04:09:44.481Z] ---> 015a60245517 [2020-08-12T04:09:44.481Z] Step 22/23 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:09:44.481Z] ---> Running in 14eb3aedd414 [2020-08-12T04:09:45.079Z] Removing intermediate container 14eb3aedd414 [2020-08-12T04:09:45.079Z] ---> f0fa5291eb10 [2020-08-12T04:09:45.079Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T04:09:45.079Z] ---> Running in cf11dd5fa112 [2020-08-12T04:09:45.353Z] Removing intermediate container 3622f7474335 [2020-08-12T04:09:45.353Z] ---> b1c6813963b7 [2020-08-12T04:09:45.353Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T04:09:45.938Z] ---> Running in 7dd9f1eb3a27 [2020-08-12T04:09:45.938Z] Removing intermediate container cf11dd5fa112 [2020-08-12T04:09:45.938Z] ---> a31dd53ec7c8 [2020-08-12T04:09:45.938Z] [2020-08-12T04:09:45.938Z] Successfully built a31dd53ec7c8 [2020-08-12T04:09:46.212Z] Successfully tagged docker-support-notifications-go:latest [2020-08-12T04:09:46.212Z] Removing intermediate container 7dd9f1eb3a27 [2020-08-12T04:09:46.212Z] ---> 0f5e67b01710 [2020-08-12T04:09:46.212Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T04:09:46.492Z]  Building docker-support-notifications-go ... done  ---> Running in 029e7bb992d5 [2020-08-12T04:09:46.764Z] Removing intermediate container 029e7bb992d5 [2020-08-12T04:09:46.764Z] ---> eb6ac7326c46 [2020-08-12T04:09:46.764Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T04:09:46.764Z] ---> Running in d751585beae1 [2020-08-12T04:09:47.042Z] Removing intermediate container d751585beae1 [2020-08-12T04:09:47.042Z] ---> 6d0a055845f8 [2020-08-12T04:09:47.042Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T04:09:47.917Z] gofmt -l . [2020-08-12T04:09:47.917Z] [ "`gofmt -l .`" = "" ] [2020-08-12T04:09:48.014Z] ---> 605087d769ff [2020-08-12T04:09:48.014Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T04:09:49.883Z] ./bin/test-go-mod-tidy.sh [2020-08-12T04:09:50.479Z] ./bin/test-attribution-txt.sh [2020-08-12T04:09:52.228Z] ---> 46d8e4f70807 [2020-08-12T04:09:52.228Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T04:09:52.228Z] Removing intermediate container 6366521c89b5 [2020-08-12T04:09:52.228Z] ---> 5bf4d787df9d [2020-08-12T04:09:52.228Z] [2020-08-12T04:09:52.228Z] Step 10/20 : FROM alpine [2020-08-12T04:09:52.228Z] ---> a24bb4013296 [2020-08-12T04:09:52.228Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T04:09:52.228Z] Removing intermediate container dd470c151b35 [2020-08-12T04:09:52.228Z] ---> 139a471f68f0 [2020-08-12T04:09:52.228Z] [2020-08-12T04:09:52.228Z] Step 10/21 : FROM scratch [2020-08-12T04:09:52.228Z] ---> [2020-08-12T04:09:52.228Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T04:09:52.228Z] ---> Using cache [2020-08-12T04:09:52.228Z] ---> 6977f95d149d [2020-08-12T04:09:52.228Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T04:09:52.228Z] ---> Running in e2aafae94077 [2020-08-12T04:09:52.228Z] ---> Running in 5560050cb206 [2020-08-12T04:09:52.228Z] ---> 00a7aad09a45 [2020-08-12T04:09:52.228Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T04:09:52.490Z] ---> Running in dcf9102c2322 [2020-08-12T04:09:53.061Z] Removing intermediate container 5560050cb206 [2020-08-12T04:09:53.061Z] ---> 818d9246be0e [2020-08-12T04:09:53.061Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T04:09:53.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:09:53.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:09:53.584Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:09:53.584Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:09:53.584Z] OK: 12749 distinct packages available [2020-08-12T04:09:53.844Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T04:09:53.844Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T04:09:53.844Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T04:09:53.844Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T04:09:53.844Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:09:53.844Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] sh [2020-08-12T04:09:54.104Z] OK: 7 MiB in 18 packages [2020-08-12T04:09:54.507Z] + ls -al . [2020-08-12T04:09:54.507Z] total 588 [2020-08-12T04:09:54.507Z] drwxrwxr-x 10 1001 1001 4096 Aug 12 04:09 . [2020-08-12T04:09:54.507Z] drwxr-xr-x 4 root root 4096 Aug 12 04:07 .. [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 11 Aug 12 04:05 .dockerignore [2020-08-12T04:09:54.507Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 04:05 .git [2020-08-12T04:09:54.507Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 04:05 .github [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 932 Aug 12 04:05 .gitignore [2020-08-12T04:09:54.507Z] drwxrwxr-x 3 1001 1001 4096 Aug 12 04:05 .semver [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 166 Aug 12 04:05 .sonarcloud.properties [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 3804 Aug 12 04:05 CONTRIBUTING.md [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 1035 Aug 12 04:05 Dockerfile.build [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 865 Aug 12 04:05 Jenkinsfile [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 10775 Aug 12 04:05 LICENSE [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 6237 Aug 12 04:05 Makefile [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 5652 Aug 12 04:05 README.md [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 7111 Aug 12 04:05 SECURITY.md [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 5 Aug 12 04:02 VERSION [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 4131 Aug 12 04:05 ZMQWindows.md [2020-08-12T04:09:54.507Z] drwxrwxr-x 2 1001 1001 4096 Aug 12 04:05 bin [2020-08-12T04:09:54.507Z] drwxrwxr-x 15 1001 1001 4096 Aug 12 04:05 cmd [2020-08-12T04:09:54.507Z] -rw-r--r-- 1 root root 455803 Aug 12 04:09 coverage.out [2020-08-12T04:09:54.507Z] -rw-r--r-- 1 root root 1019 Aug 12 04:09 go.mod [2020-08-12T04:09:54.507Z] -rw-r--r-- 1 root root 18146 Aug 12 04:09 go.sum [2020-08-12T04:09:54.507Z] drwxrwxr-x 8 1001 1001 4096 Aug 12 04:05 internal [2020-08-12T04:09:54.507Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 04:05 openapi [2020-08-12T04:09:54.507Z] drwxrwxr-x 4 1001 1001 4096 Aug 12 04:05 snap [2020-08-12T04:09:54.507Z] -rw-rw-r-- 1 1001 1001 168 Aug 12 04:05 version.go [Pipeline] sh [2020-08-12T04:09:54.675Z] ---> Running in 03ed3b817c90 [2020-08-12T04:09:55.155Z] + '[' -e coverage.out ] [2020-08-12T04:09:55.155Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-12T04:09:55.213Z] Warning: overwriting stash ‘coverage-report’ [2020-08-12T04:09:56.060Z] Removing intermediate container f3ee742a9377 [2020-08-12T04:09:56.060Z] ---> 5a79612572c6 [2020-08-12T04:09:56.060Z] [2020-08-12T04:09:56.060Z] Step 10/21 : FROM scratch [2020-08-12T04:09:56.060Z] ---> [2020-08-12T04:09:56.060Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:09:56.060Z] ---> Using cache [2020-08-12T04:09:56.060Z] ---> 0c570e3c1916 [2020-08-12T04:09:56.060Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T04:09:56.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:09:56.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:09:56.060Z] ---> Running in e251ecec41d9 [2020-08-12T04:09:56.060Z] Removing intermediate container 03ed3b817c90 [2020-08-12T04:09:56.060Z] ---> 9510a25acf67 [2020-08-12T04:09:56.060Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T04:09:56.060Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T04:09:56.060Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T04:09:56.060Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T04:09:56.060Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T04:09:56.060Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T04:09:56.060Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T04:09:56.274Z] Stashed 1 file(s) [Pipeline] sh [2020-08-12T04:09:56.322Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T04:09:56.582Z] Removing intermediate container e251ecec41d9 [2020-08-12T04:09:56.583Z] ---> 40ea514fda76 [2020-08-12T04:09:56.583Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T04:09:56.958Z] + make build [2020-08-12T04:09:56.958Z] 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-12T04:10:00.787Z] ---> b29bc2483d35 [2020-08-12T04:10:00.787Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T04:10:00.787Z] ---> Running in 89d7edc28c5b [2020-08-12T04:10:00.787Z] Removing intermediate container e2aafae94077 [2020-08-12T04:10:00.787Z] ---> 568d0b5958c9 [2020-08-12T04:10:00.787Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T04:10:01.048Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T04:10:01.048Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T04:10:01.048Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T04:10:01.048Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T04:10:01.048Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T04:10:01.048Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T04:10:01.048Z] ---> Running in 62d4d09131a4 [2020-08-12T04:10:01.048Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T04:10:01.048Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T04:10:01.625Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T04:10:01.625Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T04:10:02.197Z] Removing intermediate container 89d7edc28c5b [2020-08-12T04:10:02.197Z] ---> 275adb22946e [2020-08-12T04:10:02.197Z] Step 14/21 : WORKDIR / [2020-08-12T04:10:02.197Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T04:10:02.197Z] ---> 8a2e9448b6df [2020-08-12T04:10:02.197Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T04:10:02.197Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T04:10:02.197Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T04:10:02.459Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T04:10:02.720Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T04:10:02.720Z] ---> Running in 33ee356e22c5 [2020-08-12T04:10:02.720Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T04:10:02.720Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T04:10:02.720Z] Removing intermediate container 62d4d09131a4 [2020-08-12T04:10:02.720Z] ---> 5a3e1cf15f70 [2020-08-12T04:10:02.720Z] Step 13/20 : WORKDIR /edgex [2020-08-12T04:10:02.720Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T04:10:02.981Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T04:10:03.242Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T04:10:03.242Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T04:10:03.242Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T04:10:03.242Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T04:10:03.242Z] ---> f0ac5fce6f5a [2020-08-12T04:10:03.242Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T04:10:03.242Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T04:10:03.242Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T04:10:03.242Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T04:10:03.242Z] ---> Running in a690bf0e6145 [2020-08-12T04:10:03.815Z] Removing intermediate container 33ee356e22c5 [2020-08-12T04:10:03.815Z] ---> 8a83959f0022 [2020-08-12T04:10:03.815Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T04:10:03.815Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:10:03.815Z] OK: 71 MiB in 55 packages [2020-08-12T04:10:04.757Z] ---> cfb4a8ae0909 [2020-08-12T04:10:04.757Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:10:05.028Z] ---> 7c22fe639deb [2020-08-12T04:10:05.028Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T04:10:05.028Z] ---> Running in 552a08f4e270 [2020-08-12T04:10:05.028Z] Removing intermediate container a690bf0e6145 [2020-08-12T04:10:05.028Z] ---> ba778733b9cd [2020-08-12T04:10:05.028Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T04:10:05.295Z] Removing intermediate container 552a08f4e270 [2020-08-12T04:10:05.295Z] ---> 1a0a75d08955 [2020-08-12T04:10:05.295Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T04:10:05.560Z] ---> Running in c791b9d1fd0b [2020-08-12T04:10:07.473Z] ---> acae4922352d [2020-08-12T04:10:07.473Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T04:10:10.017Z] ---> 55faaece5265 [2020-08-12T04:10:10.017Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T04:10:10.017Z] Removing intermediate container c791b9d1fd0b [2020-08-12T04:10:10.017Z] ---> bfaeef178ad7 [2020-08-12T04:10:10.017Z] Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:10:10.017Z] ---> 757a2b89b298 [2020-08-12T04:10:10.017Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T04:10:10.280Z] ---> Running in 838a72b89604 [2020-08-12T04:10:10.280Z] ---> Running in a1529e817a66 [2020-08-12T04:10:10.280Z] Removing intermediate container dcf9102c2322 [2020-08-12T04:10:10.280Z] ---> 7b8426ef2536 [2020-08-12T04:10:10.280Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T04:10:10.280Z] ---> 56d762275e08 [2020-08-12T04:10:10.280Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:10:10.280Z] ---> Running in 372d11003db1 [2020-08-12T04:10:10.547Z] ---> Running in 8d24191a0182 [2020-08-12T04:10:10.810Z] Removing intermediate container a1529e817a66 [2020-08-12T04:10:10.810Z] ---> 2c064095d432 [2020-08-12T04:10:10.810Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T04:10:10.810Z] Removing intermediate container 838a72b89604 [2020-08-12T04:10:10.810Z] ---> 7b2cb763b674 [2020-08-12T04:10:10.810Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T04:10:11.382Z] ---> Running in 69334ec9781d [2020-08-12T04:10:11.382Z] ---> Running in a205ab1f0e5b [2020-08-12T04:10:11.382Z] Removing intermediate container 8d24191a0182 [2020-08-12T04:10:11.382Z] ---> f6a1b3e6eb4e [2020-08-12T04:10:11.382Z] Step 19/21 : LABEL arch=x86_64 [2020-08-12T04:10:11.382Z] ---> Running in 92f9373e9b29 [2020-08-12T04:10:11.644Z] Removing intermediate container 69334ec9781d [2020-08-12T04:10:11.644Z] ---> f37e66d7d6b7 [2020-08-12T04:10:11.644Z] Step 18/20 : LABEL arch=x86_64 [2020-08-12T04:10:11.644Z] Removing intermediate container a205ab1f0e5b [2020-08-12T04:10:11.644Z] ---> d0f2650e5790 [2020-08-12T04:10:11.644Z] [2020-08-12T04:10:11.644Z] Successfully built d0f2650e5790 [2020-08-12T04:10:11.644Z] Successfully tagged docker-support-logging-go:latest [2020-08-12T04:10:11.644Z]  Building docker-support-logging-go ... done  ---> Running in a8c682b1ad66 [2020-08-12T04:10:11.644Z] Removing intermediate container 92f9373e9b29 [2020-08-12T04:10:11.644Z] ---> 505f98fb393c [2020-08-12T04:10:11.644Z] Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:10:11.914Z] ---> Running in 6e44d2bdea4c [2020-08-12T04:10:11.914Z] Removing intermediate container a8c682b1ad66 [2020-08-12T04:10:11.914Z] ---> 59f8d6186c5e [2020-08-12T04:10:11.914Z] Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:10:11.914Z] ---> Running in 1c6a6b539c66 [2020-08-12T04:10:12.173Z] Removing intermediate container 6e44d2bdea4c [2020-08-12T04:10:12.173Z] ---> deed87ff062d [2020-08-12T04:10:12.173Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T04:10:12.173Z] ---> Running in 920d22945108 [2020-08-12T04:10:12.173Z] Collecting docker-compose==1.23.2 [2020-08-12T04:10:12.173Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T04:10:12.173Z] Removing intermediate container 1c6a6b539c66 [2020-08-12T04:10:12.173Z] ---> 9552715b3522 [2020-08-12T04:10:12.173Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T04:10:12.435Z] ---> Running in 2506fd7c4cfc [2020-08-12T04:10:12.435Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T04:10:12.435Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T04:10:13.379Z] Removing intermediate container 920d22945108 [2020-08-12T04:10:13.379Z] ---> 5472ca8f4c71 [2020-08-12T04:10:13.379Z] [2020-08-12T04:10:13.379Z] Successfully built 5472ca8f4c71 [2020-08-12T04:10:13.379Z] Removing intermediate container 2506fd7c4cfc [2020-08-12T04:10:13.379Z] ---> b5984a4fea62 [2020-08-12T04:10:13.379Z] [2020-08-12T04:10:13.379Z] Successfully tagged docker-core-command-go:latest [2020-08-12T04:10:13.379Z]  Building docker-core-command-go ... done Successfully built b5984a4fea62 [2020-08-12T04:10:13.379Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-12T04:10:13.380Z]  Building docker-security-proxy-setup-go ... done Collecting cached-property<2,>=1.2.0 [2020-08-12T04:10:13.380Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T04:10:13.640Z] Collecting PyYAML<4,>=3.10 [2020-08-12T04:10:13.640Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T04:10:14.583Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T04:10:14.583Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T04:10:14.583Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T04:10:14.583Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T04:10:14.843Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T04:10:14.843Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T04:10:15.104Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T04:10:15.104Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T04:10:15.254Z] 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-12T04:10:15.677Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T04:10:15.677Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T04:10:15.677Z] 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-12T04:10:15.677Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T04:10:15.677Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T04:10:16.246Z] Collecting idna<2.8,>=2.5 [2020-08-12T04:10:16.246Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T04:10:16.246Z] 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-12T04:10:16.246Z] 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-12T04:10:16.246Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T04:10:16.246Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T04:10:16.246Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T04:10:16.246Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T04:10:16.524Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T04:10:16.524Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T04:10:16.524Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T04:10:16.524Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T04:10:16.524Z] Installing collected packages: texttable, cached-property, PyYAML, idna, urllib3, requests, jsonschema, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose [2020-08-12T04:10:16.524Z] Running setup.py install for texttable: started [2020-08-12T04:10:17.102Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T04:10:17.102Z] Running setup.py install for PyYAML: started [2020-08-12T04:10:17.673Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T04:10:17.673Z] Attempting uninstall: idna [2020-08-12T04:10:17.673Z] Found existing installation: idna 2.9 [2020-08-12T04:10:17.673Z] Uninstalling idna-2.9: [2020-08-12T04:10:17.673Z] Successfully uninstalled idna-2.9 [2020-08-12T04:10:17.673Z] Attempting uninstall: urllib3 [2020-08-12T04:10:17.673Z] Found existing installation: urllib3 1.25.9 [2020-08-12T04:10:17.673Z] Uninstalling urllib3-1.25.9: [2020-08-12T04:10:17.932Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T04:10:17.932Z] Attempting uninstall: requests [2020-08-12T04:10:17.932Z] Found existing installation: requests 2.23.0 [2020-08-12T04:10:17.932Z] Uninstalling requests-2.23.0: [2020-08-12T04:10:17.932Z] Successfully uninstalled requests-2.23.0 [2020-08-12T04:10:19.846Z] Running setup.py install for docopt: started [2020-08-12T04:10:19.846Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T04:10:19.846Z] Running setup.py install for dockerpty: started [2020-08-12T04:10:20.416Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T04:10:20.676Z] 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-12T04:10:23.217Z] Removing intermediate container 372d11003db1 [2020-08-12T04:10:23.217Z] ---> 28a1068a39cb [2020-08-12T04:10:23.217Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T04:10:23.217Z] ---> Running in 383c545a4300 [2020-08-12T04:10:23.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T04:10:23.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T04:10:24.047Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T04:10:24.047Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T04:10:24.047Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T04:10:24.047Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:10:24.047Z] OK: 72 MiB in 58 packages [2020-08-12T04:10:24.618Z] Removing intermediate container 383c545a4300 [2020-08-12T04:10:24.618Z] ---> b3d85bfd4bee [2020-08-12T04:10:24.618Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:10:24.618Z] ---> Running in e0c12659f69d [2020-08-12T04:10:24.879Z] Removing intermediate container e0c12659f69d [2020-08-12T04:10:24.879Z] ---> 5d4175ca1e57 [2020-08-12T04:10:24.879Z] Step 24/26 : LABEL arch=x86_64 [2020-08-12T04:10:24.879Z] ---> Running in cdcfca1e237a [2020-08-12T04:10:25.138Z] Removing intermediate container cdcfca1e237a [2020-08-12T04:10:25.138Z] ---> 8dabab853c61 [2020-08-12T04:10:25.138Z] Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:10:25.138Z] ---> Running in c7f94c8e3c18 [2020-08-12T04:10:25.399Z] Removing intermediate container c7f94c8e3c18 [2020-08-12T04:10:25.399Z] ---> faf697dd17f4 [2020-08-12T04:10:25.399Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T04:10:25.399Z] ---> Running in f4c923865c60 [2020-08-12T04:10:25.399Z] Removing intermediate container f4c923865c60 [2020-08-12T04:10:25.399Z] ---> 02aa232ba061 [2020-08-12T04:10:25.399Z] [2020-08-12T04:10:25.659Z] Successfully built 02aa232ba061 [2020-08-12T04:10:25.659Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-12T04:10:26.617Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T04:10:26.634Z] $ docker stop --time=1 33c99a3d954d0fe00f59ea7fc03e37c021c8a52fb11d5e3d910a0660101fe8bb [2020-08-12T04:10:27.639Z] 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-12T04:10:28.294Z] $ docker rm -f 33c99a3d954d0fe00f59ea7fc03e37c021c8a52fb11d5e3d910a0660101fe8bb [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T04:10:28.827Z] + docker images [2020-08-12T04:10:28.827Z] + grep docker [2020-08-12T04:10:28.827Z] docker-sys-mgmt-agent-go latest 02aa232ba061 3 seconds ago 284MB [2020-08-12T04:10:28.827Z] docker-security-proxy-setup-go latest b5984a4fea62 15 seconds ago 16.4MB [2020-08-12T04:10:28.827Z] docker-core-command-go latest 5472ca8f4c71 16 seconds ago 13MB [2020-08-12T04:10:28.827Z] docker-support-logging-go latest d0f2650e5790 17 seconds ago 11.8MB [2020-08-12T04:10:28.827Z] docker-support-notifications-go latest a31dd53ec7c8 43 seconds ago 14.4MB [2020-08-12T04:10:28.827Z] docker-security-secrets-setup-go latest 92e4c192ad0f 2 minutes ago 25.1MB [2020-08-12T04:10:28.827Z] docker-security-secretstore-setup-go latest 7766c5893910 2 minutes ago 33.9MB [2020-08-12T04:10:28.827Z] docker-core-data-go latest e4b433c8d77d 2 minutes ago 23.8MB [2020-08-12T04:10:28.827Z] docker-core-metadata-go latest f9715b6eb9cc 2 minutes ago 14.4MB [2020-08-12T04:10:28.827Z] docker-support-scheduler-go latest bfd5a3241bb0 2 minutes ago 13.1MB [2020-08-12T04:10:28.827Z] docker latest 81f5749c9058 6 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-12T04:10:31.924Z] 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-12T04:10:37.313Z] 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-12T04:10:44.014Z] 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-12T04:10:45.445Z] 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-12T04:10:50.846Z] 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-12T04:10:56.239Z] 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-12T04:11:00.554Z] 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-12T04:11:04.856Z] 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-12T04:11:09.261Z] 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-12T04:11:12.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-08-12T04:11:17.112Z] $ docker stop --time=1 657f20beab53ded016373b3e0ca2102e965fdae4e9ea590daaf3d20ffbf9635c [2020-08-12T04:11:19.586Z] $ docker rm -f 657f20beab53ded016373b3e0ca2102e965fdae4e9ea590daaf3d20ffbf9635c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:11:21.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T04:11:21.121Z] [2020-08-12T04:11:21.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:11:21.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T04:11:21.822Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-12T04:11:21.822Z] 29e5d40040c1: Pulling fs layer [2020-08-12T04:11:21.822Z] 1ce36da41761: Pulling fs layer [2020-08-12T04:11:21.822Z] 25b303627fd3: Pulling fs layer [2020-08-12T04:11:22.100Z] 29e5d40040c1: Verifying Checksum [2020-08-12T04:11:22.100Z] 29e5d40040c1: Download complete [2020-08-12T04:11:22.377Z] 1ce36da41761: Verifying Checksum [2020-08-12T04:11:22.377Z] 1ce36da41761: Download complete [2020-08-12T04:11:22.650Z] 29e5d40040c1: Pull complete [2020-08-12T04:11:23.665Z] 1ce36da41761: Pull complete [2020-08-12T04:11:24.660Z] 25b303627fd3: Verifying Checksum [2020-08-12T04:11:24.660Z] 25b303627fd3: Download complete [2020-08-12T04:11:34.811Z] 25b303627fd3: Pull complete [2020-08-12T04:11:34.811Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-12T04:11:34.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T04:11:34.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-12T04:11:35.043Z] prd-ubuntu18.04-docker-arm64-4c-16g-4976 does not seem to be running inside a container [2020-08-12T04:11:35.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:11:38.520Z] $ docker top 0dc54a4b4c57dc73a5bc66806e508e8cb1d58136d9c939ecdcc9634cc09e3f13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T04:11:39.987Z] + grep parallel [2020-08-12T04:11:39.987Z] + docker-compose build --help [2020-08-12T04:11:43.350Z] --parallel Build images in parallel. [Pipeline] } [2020-08-12T04:11:43.627Z] $ docker stop --time=1 0dc54a4b4c57dc73a5bc66806e508e8cb1d58136d9c939ecdcc9634cc09e3f13 [2020-08-12T04:11:45.591Z] $ docker rm -f 0dc54a4b4c57dc73a5bc66806e508e8cb1d58136d9c939ecdcc9634cc09e3f13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:11:46.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-12T04:11:46.381Z] . [Pipeline] withDockerContainer [2020-08-12T04:11:46.620Z] prd-ubuntu18.04-docker-arm64-4c-16g-4976 does not seem to be running inside a container [2020-08-12T04:11:46.685Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:11:48.027Z] $ docker top ea327caefbe44a708a9f8b87f73f84ae809d0857645ed16a0223bfc336c2da67 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T04:11:49.048Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-12T04:11:53.330Z] Building docker-core-command-go ... [2020-08-12T04:11:53.330Z] Building docker-core-data-go ... [2020-08-12T04:11:53.330Z] Building docker-core-metadata-go ... [2020-08-12T04:11:53.330Z] Building docker-security-proxy-setup-go ... [2020-08-12T04:11:53.330Z] Building docker-security-secrets-setup-go ... [2020-08-12T04:11:53.330Z] Building docker-security-secretstore-setup-go ... [2020-08-12T04:11:53.330Z] Building docker-support-logging-go ... [2020-08-12T04:11:53.330Z] Building docker-support-notifications-go ... [2020-08-12T04:11:53.330Z] Building docker-support-scheduler-go ... [2020-08-12T04:11:53.330Z] Building docker-sys-mgmt-agent-go ... [2020-08-12T04:11:53.330Z] Building docker-security-secretstore-setup-go [2020-08-12T04:11:53.330Z] Building docker-security-secrets-setup-go [2020-08-12T04:11:53.330Z] Building docker-core-metadata-go [2020-08-12T04:11:53.330Z] Building docker-security-proxy-setup-go [2020-08-12T04:11:53.330Z] Building docker-support-notifications-go [2020-08-12T04:13:45.121Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:13:45.121Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:13:45.121Z] ---> 1370e0d11e24 [2020-08-12T04:13:45.121Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T04:13:45.121Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:13:45.121Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:13:45.121Z] ---> 1370e0d11e24 [2020-08-12T04:13:45.121Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T04:13:45.121Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:13:45.121Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-12T04:13:45.121Z] ---> 1370e0d11e24 [2020-08-12T04:13:45.121Z] Step 3/29 : WORKDIR /edgex-go [2020-08-12T04:13:45.121Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:13:45.121Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:13:45.121Z] ---> 1370e0d11e24 [2020-08-12T04:13:45.121Z] Step 3/23 : WORKDIR /edgex-go [2020-08-12T04:13:45.121Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:13:45.121Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:13:45.121Z] ---> 1370e0d11e24 [2020-08-12T04:13:45.121Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T04:13:47.092Z] ---> Running in 62726eed37d5 [2020-08-12T04:13:47.092Z] ---> Running in 89692a84e0e5 [2020-08-12T04:13:47.092Z] ---> Running in 32362ca33801 [2020-08-12T04:13:47.092Z] ---> Running in 1081a56d06d7 [2020-08-12T04:13:47.092Z] ---> Running in 4a341d53abf4 [2020-08-12T04:13:47.365Z] Removing intermediate container 62726eed37d5 [2020-08-12T04:13:47.365Z] ---> e7c3085e5659 [2020-08-12T04:13:47.365Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:13:47.365Z] Removing intermediate container 1081a56d06d7 [2020-08-12T04:13:47.365Z] ---> 226e32ff9305 [2020-08-12T04:13:47.365Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:13:47.635Z] Removing intermediate container 89692a84e0e5 [2020-08-12T04:13:47.635Z] ---> 6fa7ad0e9ebf [2020-08-12T04:13:47.635Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:13:47.635Z] Removing intermediate container 4a341d53abf4 [2020-08-12T04:13:47.635Z] ---> bce495ede896 [2020-08-12T04:13:47.635Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:13:47.635Z] Removing intermediate container 32362ca33801 [2020-08-12T04:13:47.635Z] ---> 0a326c8bf394 [2020-08-12T04:13:47.635Z] Step 4/29 : RUN apk update && apk add make git [2020-08-12T04:13:47.635Z] ---> Running in 072831c78d68 [2020-08-12T04:13:47.906Z] ---> Running in 5b03928ae1ea [2020-08-12T04:13:47.906Z] ---> Running in f2d9d485c03a [2020-08-12T04:13:47.906Z] ---> Running in 058f9209af0e [2020-08-12T04:13:47.907Z] ---> Running in 67c0f9831460 [2020-08-12T04:13:51.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:51.586Z] Removing intermediate container 072831c78d68 [2020-08-12T04:13:51.586Z] ---> 16f25c05d6bb [2020-08-12T04:13:51.586Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T04:13:51.855Z] ---> Running in 9029b6f77deb [2020-08-12T04:13:52.129Z] Removing intermediate container f2d9d485c03a [2020-08-12T04:13:52.129Z] ---> a5fbdcaa1b8a [2020-08-12T04:13:52.129Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T04:13:52.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:52.401Z] ---> Running in a4c7ce42c085 [2020-08-12T04:13:52.675Z] Removing intermediate container 058f9209af0e [2020-08-12T04:13:52.675Z] ---> 2ea4fe9a3ba9 [2020-08-12T04:13:52.675Z] Step 5/26 : RUN apk update && apk add make git [2020-08-12T04:13:52.675Z] Removing intermediate container 5b03928ae1ea [2020-08-12T04:13:52.675Z] ---> 2f22d9bffe3f [2020-08-12T04:13:52.675Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-12T04:13:52.948Z] ---> Running in 805319d7fb20 [2020-08-12T04:13:52.948Z] ---> Running in 25f997247c27 [2020-08-12T04:13:53.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:54.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:54.545Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:13:54.545Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:13:54.545Z] OK: 12620 distinct packages available [2020-08-12T04:13:55.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:55.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:55.414Z] OK: 217 MiB in 51 packages [2020-08-12T04:13:55.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:56.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:56.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:56.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:13:56.929Z] Removing intermediate container 67c0f9831460 [2020-08-12T04:13:56.929Z] ---> 420c35f59f84 [2020-08-12T04:13:56.929Z] Step 5/29 : COPY go.mod . [2020-08-12T04:13:57.546Z] ---> 84a5b6b51c4f [2020-08-12T04:13:57.546Z] Step 6/29 : RUN go mod download [2020-08-12T04:13:58.014Z] ---> Running in 1c0b4eb3d869 [2020-08-12T04:13:58.014Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:13:58.014Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:13:58.014Z] OK: 12620 distinct packages available [2020-08-12T04:13:58.309Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:13:58.309Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:13:58.309Z] OK: 12620 distinct packages available [2020-08-12T04:13:58.951Z] OK: 217 MiB in 51 packages [2020-08-12T04:13:59.226Z] OK: 217 MiB in 51 packages [2020-08-12T04:13:59.824Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:13:59.824Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:13:59.824Z] OK: 12620 distinct packages available [2020-08-12T04:14:00.107Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:14:00.107Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:14:00.107Z] OK: 12620 distinct packages available [2020-08-12T04:14:00.712Z] Removing intermediate container 805319d7fb20 [2020-08-12T04:14:00.712Z] ---> 701fda69c78c [2020-08-12T04:14:00.712Z] Step 6/23 : COPY go.mod . [2020-08-12T04:14:00.712Z] OK: 217 MiB in 51 packages [2020-08-12T04:14:00.712Z] OK: 217 MiB in 51 packages [2020-08-12T04:14:00.991Z] Removing intermediate container 9029b6f77deb [2020-08-12T04:14:00.991Z] ---> de112744ccf1 [2020-08-12T04:14:00.991Z] Step 6/20 : COPY go.mod . [2020-08-12T04:14:01.590Z] ---> ec84cdba5825 [2020-08-12T04:14:01.590Z] Step 7/23 : RUN go mod download [2020-08-12T04:14:01.876Z] ---> Running in 9594681327af [2020-08-12T04:14:02.151Z] Removing intermediate container 1c0b4eb3d869 [2020-08-12T04:14:02.151Z] ---> 2ca2c00661ec [2020-08-12T04:14:02.151Z] Step 7/29 : COPY . . [2020-08-12T04:14:02.151Z] ---> 02d26eaaa962 [2020-08-12T04:14:02.151Z] Step 7/20 : RUN go mod download [2020-08-12T04:14:02.430Z] ---> Running in 73b24f14c995 [2020-08-12T04:14:02.702Z] Removing intermediate container 25f997247c27 [2020-08-12T04:14:02.702Z] ---> 496e24fed928 [2020-08-12T04:14:02.702Z] Step 6/26 : COPY go.mod . [2020-08-12T04:14:02.702Z] Removing intermediate container a4c7ce42c085 [2020-08-12T04:14:02.702Z] ---> 200f644f0384 [2020-08-12T04:14:02.702Z] Step 6/21 : COPY go.mod . [2020-08-12T04:14:04.723Z] ---> 7f675a6ec8a0 [2020-08-12T04:14:04.723Z] Step 7/26 : RUN go mod download [2020-08-12T04:14:04.723Z] ---> dc68d9af737e [2020-08-12T04:14:04.723Z] Step 7/21 : RUN go mod download [2020-08-12T04:14:05.723Z] ---> Running in a2f9c034fdac [2020-08-12T04:14:05.723Z] ---> Running in 3bb1fb12ade6 [2020-08-12T04:14:07.718Z] Removing intermediate container 9594681327af [2020-08-12T04:14:07.718Z] ---> 787f916b63bf [2020-08-12T04:14:07.718Z] Step 8/23 : COPY . . [2020-08-12T04:14:08.710Z] Removing intermediate container 73b24f14c995 [2020-08-12T04:14:08.710Z] ---> 1fe59e246df6 [2020-08-12T04:14:08.710Z] Step 8/20 : COPY . . [2020-08-12T04:14:15.449Z] Removing intermediate container a2f9c034fdac [2020-08-12T04:14:15.449Z] ---> 17cdd779ce64 [2020-08-12T04:14:15.449Z] Step 8/21 : COPY . . [2020-08-12T04:14:15.449Z] Removing intermediate container 3bb1fb12ade6 [2020-08-12T04:14:15.449Z] ---> 1ddcfb6e1cba [2020-08-12T04:14:15.449Z] Step 8/26 : COPY . . [2020-08-12T04:14:33.813Z] ---> bad0bb425b30 [2020-08-12T04:14:33.813Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-12T04:14:35.238Z] ---> Running in f2aea1f0b3b4 [2020-08-12T04:14:35.514Z] ---> c48b68651faa [2020-08-12T04:14:35.514Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-12T04:14:35.514Z] ---> 9bf387a22e75 [2020-08-12T04:14:35.514Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-12T04:14:35.789Z] ---> Running in 99783da14dd5 [2020-08-12T04:14:35.789Z] ---> Running in 0405ae0d085d [2020-08-12T04:14:35.789Z] ---> ba99f1671593 [2020-08-12T04:14:35.789Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-12T04:14:36.062Z] ---> aa4c1dbbba62 [2020-08-12T04:14:36.062Z] 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-12T04:14:36.332Z] ---> Running in 1220ba8ee4e2 [2020-08-12T04:14:36.332Z] ---> Running in 77587d2d344a [2020-08-12T04:14:37.307Z] 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-12T04:14:38.288Z] 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-12T04:14:38.561Z] 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-12T04:14:38.838Z] 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-12T04:14:39.111Z] 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-12T04:16:00.925Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-12T04:16:00.925Z] Removing intermediate container f2aea1f0b3b4 [2020-08-12T04:16:00.925Z] ---> 9aafd7aa2069 [2020-08-12T04:16:00.925Z] [2020-08-12T04:16:00.925Z] Step 9/29 : FROM alpine:latest [2020-08-12T04:16:00.925Z] latest: Pulling from library/alpine [2020-08-12T04:16:00.925Z] Removing intermediate container 0405ae0d085d [2020-08-12T04:16:00.925Z] ---> c3dc4d77a8ac [2020-08-12T04:16:00.925Z] [2020-08-12T04:16:00.925Z] Step 10/20 : FROM alpine [2020-08-12T04:16:00.925Z] latest: Pulling from library/alpine [2020-08-12T04:16:00.925Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T04:16:00.925Z] Status: Downloaded newer image for alpine:latest [2020-08-12T04:16:00.925Z] ---> 62ee0e9f8440 [2020-08-12T04:16:00.925Z] 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-12T04:16:00.925Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-12T04:16:00.925Z] Status: Image is up to date for alpine:latest [2020-08-12T04:16:00.925Z] ---> 62ee0e9f8440 [2020-08-12T04:16:00.925Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-12T04:16:00.925Z] ---> Running in 2a0e7f0350e7 [2020-08-12T04:16:00.925Z] ---> Running in f40bb68ce556 [2020-08-12T04:16:01.201Z] Removing intermediate container 2a0e7f0350e7 [2020-08-12T04:16:01.201Z] ---> fe4e2871e9c5 [2020-08-12T04:16:01.201Z] Step 11/29 : USER root [2020-08-12T04:16:01.201Z] ---> Running in c89d07ff0174 [2020-08-12T04:16:02.221Z] Removing intermediate container c89d07ff0174 [2020-08-12T04:16:02.221Z] ---> b7d0c23c00ee [2020-08-12T04:16:02.221Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-12T04:16:02.221Z] ---> Running in b6d2fe64a5da [2020-08-12T04:16:03.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:03.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:04.112Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:16:04.112Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:16:04.112Z] OK: 12620 distinct packages available [2020-08-12T04:16:04.717Z] 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-12T04:16:04.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:04.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:05.276Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-12T04:16:05.276Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T04:16:05.276Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-12T04:16:05.276Z] (4/4) Installing curl (7.69.1-r0) [2020-08-12T04:16:05.276Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:16:05.558Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T04:16:05.839Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:16:05.839Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:16:05.839Z] OK: 12620 distinct packages available [2020-08-12T04:16:05.839Z] OK: 7 MiB in 18 packages [2020-08-12T04:16:06.842Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-12T04:16:06.842Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-12T04:16:06.842Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:16:06.842Z] Executing ca-certificates-20191127-r4.trigger [2020-08-12T04:16:07.125Z] OK: 6 MiB in 16 packages [2020-08-12T04:16:09.137Z] Removing intermediate container f40bb68ce556 [2020-08-12T04:16:09.137Z] ---> e81ceb3f3080 [2020-08-12T04:16:09.137Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T04:16:09.137Z] ---> Running in 6a51ca6d9749 [2020-08-12T04:16:10.123Z] Removing intermediate container b6d2fe64a5da [2020-08-12T04:16:10.123Z] ---> f998e1d0840e [2020-08-12T04:16:10.123Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-12T04:16:10.399Z] Removing intermediate container 6a51ca6d9749 [2020-08-12T04:16:10.399Z] ---> 77b83905ee33 [2020-08-12T04:16:10.399Z] Step 13/20 : WORKDIR /edgex [2020-08-12T04:16:10.399Z] ---> Running in d637f6d86721 [2020-08-12T04:16:10.675Z] ---> Running in b77b4a61ea00 [2020-08-12T04:16:11.282Z] Removing intermediate container d637f6d86721 [2020-08-12T04:16:11.282Z] ---> 324f418ecda3 [2020-08-12T04:16:11.282Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-12T04:16:11.557Z] Removing intermediate container b77b4a61ea00 [2020-08-12T04:16:11.557Z] ---> c3400bf74524 [2020-08-12T04:16:11.557Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-12T04:16:11.557Z] ---> Running in 394f050cf775 [2020-08-12T04:16:12.548Z] Removing intermediate container 394f050cf775 [2020-08-12T04:16:12.548Z] ---> 5791b0cdb1d4 [2020-08-12T04:16:12.548Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-12T04:16:12.828Z] ---> Running in c31132ac8523 [2020-08-12T04:16:12.828Z] ---> 52d1acc7d5ac [2020-08-12T04:16:12.828Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-12T04:16:15.578Z] ---> dc870797886d [2020-08-12T04:16:15.578Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-12T04:16:15.578Z] ---> Running in 89a87c538d59 [2020-08-12T04:16:17.767Z] Removing intermediate container 89a87c538d59 [2020-08-12T04:16:17.767Z] ---> 98109bffc550 [2020-08-12T04:16:17.767Z] Step 17/20 : CMD ["--init=true"] [2020-08-12T04:16:18.367Z] ---> Running in 1470f81c9afa [2020-08-12T04:16:18.367Z] Removing intermediate container c31132ac8523 [2020-08-12T04:16:18.367Z] ---> c77459a6c01b [2020-08-12T04:16:18.367Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-12T04:16:19.365Z] Removing intermediate container 77587d2d344a [2020-08-12T04:16:19.365Z] ---> c51cd003f73a [2020-08-12T04:16:19.365Z] [2020-08-12T04:16:19.365Z] Step 10/26 : FROM alpine:3.10 [2020-08-12T04:16:19.365Z] Removing intermediate container 1470f81c9afa [2020-08-12T04:16:19.365Z] ---> 361e546c2a40 [2020-08-12T04:16:19.365Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T04:16:19.644Z] ---> Running in 0d8ecf45a0fe [2020-08-12T04:16:19.644Z] 3.10: Pulling from library/alpine [2020-08-12T04:16:20.628Z] Removing intermediate container 0d8ecf45a0fe [2020-08-12T04:16:20.628Z] ---> 959617883591 [2020-08-12T04:16:20.628Z] Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:16:20.628Z] ---> 93e07014d113 [2020-08-12T04:16:20.628Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-12T04:16:20.901Z] ---> Running in 167b2b6819ec [2020-08-12T04:16:21.498Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-12T04:16:21.498Z] Status: Downloaded newer image for alpine:3.10 [2020-08-12T04:16:21.498Z] ---> 536a684cf733 [2020-08-12T04:16:21.498Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-12T04:16:22.097Z] ---> Running in 1730d3a1e115 [2020-08-12T04:16:22.097Z] Removing intermediate container 167b2b6819ec [2020-08-12T04:16:22.097Z] ---> a08073de718e [2020-08-12T04:16:22.097Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T04:16:22.378Z] ---> afc20c0435b9 [2020-08-12T04:16:22.378Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-12T04:16:22.378Z] ---> Running in 15ae6fa4740e [2020-08-12T04:16:23.356Z] Removing intermediate container 15ae6fa4740e [2020-08-12T04:16:23.356Z] ---> 9f41358d753c [2020-08-12T04:16:23.356Z] [2020-08-12T04:16:23.631Z] ---> c83606128020 [2020-08-12T04:16:23.631Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-12T04:16:24.230Z] Successfully built 9f41358d753c [2020-08-12T04:16:24.230Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-12T04:16:24.230Z] Building docker-support-logging-go [2020-08-12T04:16:24.840Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:25.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:25.710Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-12T04:16:25.710Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-12T04:16:25.710Z] OK: 10167 distinct packages available [2020-08-12T04:16:25.990Z] ---> 9bb0f716f418 [2020-08-12T04:16:25.990Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-12T04:16:26.265Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-12T04:16:26.265Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-12T04:16:26.265Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-12T04:16:26.265Z] (4/5) Installing curl (7.66.0-r0) [2020-08-12T04:16:26.265Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-12T04:16:26.265Z] Executing busybox-1.30.1-r3.trigger [2020-08-12T04:16:26.265Z] Executing ca-certificates-20191127-r2.trigger [2020-08-12T04:16:26.540Z] OK: 7 MiB in 19 packages [2020-08-12T04:16:27.153Z] Removing intermediate container 99783da14dd5 [2020-08-12T04:16:27.153Z] ---> 65360babf6f7 [2020-08-12T04:16:27.153Z] [2020-08-12T04:16:27.153Z] Step 10/23 : FROM scratch [2020-08-12T04:16:27.153Z] ---> [2020-08-12T04:16:27.153Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T04:16:28.607Z] ---> cab10671681c [2020-08-12T04:16:28.607Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-12T04:16:28.607Z] ---> Running in bb5ba237bb3d [2020-08-12T04:16:29.600Z] ---> Running in 0e917337f337 [2020-08-12T04:16:29.600Z] Removing intermediate container bb5ba237bb3d [2020-08-12T04:16:29.600Z] ---> a21b30a29dca [2020-08-12T04:16:29.600Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-12T04:16:30.576Z] ---> Running in 1bcb428a2703 [2020-08-12T04:16:31.169Z] Removing intermediate container 1730d3a1e115 [2020-08-12T04:16:31.169Z] ---> 7081642b2329 [2020-08-12T04:16:31.169Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-12T04:16:31.760Z] Removing intermediate container 1bcb428a2703 [2020-08-12T04:16:31.760Z] ---> e89218614f68 [2020-08-12T04:16:31.760Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-12T04:16:32.032Z] ---> Running in 64462aabe988 [2020-08-12T04:16:32.032Z] ---> Running in 269655d97cd5 [2020-08-12T04:16:33.025Z] Removing intermediate container 269655d97cd5 [2020-08-12T04:16:33.025Z] ---> 2f6d9c1ed053 [2020-08-12T04:16:33.025Z] Step 13/26 : WORKDIR / [2020-08-12T04:16:33.623Z] Removing intermediate container 64462aabe988 [2020-08-12T04:16:33.623Z] ---> 0801990a72c8 [2020-08-12T04:16:33.623Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-12T04:16:33.899Z] ---> Running in 299c21957cfd [2020-08-12T04:16:34.495Z] Removing intermediate container 1220ba8ee4e2 [2020-08-12T04:16:34.495Z] ---> 4d2c91b51f0c [2020-08-12T04:16:34.495Z] [2020-08-12T04:16:34.495Z] Step 10/21 : FROM scratch [2020-08-12T04:16:34.495Z] ---> [2020-08-12T04:16:34.495Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:16:35.090Z] ---> Running in 1f36790e855d [2020-08-12T04:16:35.365Z] ---> 84b5616ba24a [2020-08-12T04:16:35.365Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-12T04:16:35.365Z] Removing intermediate container 0e917337f337 [2020-08-12T04:16:35.365Z] ---> 791ab3320c6d [2020-08-12T04:16:35.365Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T04:16:35.648Z] Removing intermediate container 299c21957cfd [2020-08-12T04:16:35.648Z] ---> c68b4a552681 [2020-08-12T04:16:35.648Z] 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-12T04:16:35.927Z] Removing intermediate container 1f36790e855d [2020-08-12T04:16:35.927Z] ---> 7f4a2f6d494e [2020-08-12T04:16:35.927Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-12T04:16:36.520Z] ---> Running in 299c86571c1a [2020-08-12T04:16:36.797Z] ---> a0ab3c952f2a [2020-08-12T04:16:36.797Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T04:16:37.408Z] ---> 8874b97bf986 [2020-08-12T04:16:37.409Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-12T04:16:37.694Z] ---> 38f601825d97 [2020-08-12T04:16:37.694Z] 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-12T04:16:37.694Z] Removing intermediate container 299c86571c1a [2020-08-12T04:16:37.694Z] ---> 2280edea8cea [2020-08-12T04:16:37.694Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T04:16:37.694Z] ---> Running in 64daa17551c9 [2020-08-12T04:16:37.977Z] ---> Running in 10b96116d38c [2020-08-12T04:16:39.435Z] Removing intermediate container 10b96116d38c [2020-08-12T04:16:39.435Z] ---> 46776b611d64 [2020-08-12T04:16:39.435Z] Step 14/21 : WORKDIR / [2020-08-12T04:16:39.435Z] ---> d7d1e23488d7 [2020-08-12T04:16:39.435Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-12T04:16:40.039Z] ---> Running in 0ef014edf263 [2020-08-12T04:16:40.039Z] ---> 2e97ede107fc [2020-08-12T04:16:40.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-12T04:16:41.026Z] ---> 95d4ee16bd8d [2020-08-12T04:16:41.026Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-12T04:16:41.299Z] Removing intermediate container 0ef014edf263 [2020-08-12T04:16:41.299Z] ---> 182025d97148 [2020-08-12T04:16:41.299Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-12T04:16:41.573Z] ---> 3a6f18158171 [2020-08-12T04:16:41.573Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-12T04:16:42.544Z] ---> 9632671e3ace [2020-08-12T04:16:42.544Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-12T04:16:42.544Z] Removing intermediate container 64daa17551c9 [2020-08-12T04:16:42.544Z] ---> ee09222ba4e1 [2020-08-12T04:16:42.544Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-12T04:16:42.818Z] ---> a1a5a43e1947 [2020-08-12T04:16:42.818Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-12T04:16:43.421Z] ---> Running in 36f652ba635c [2020-08-12T04:16:44.417Z] ---> 7ee026155ecc [2020-08-12T04:16:44.417Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-12T04:16:44.417Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:16:44.417Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:16:44.417Z] ---> 1370e0d11e24 [2020-08-12T04:16:44.417Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T04:16:44.417Z] ---> Using cache [2020-08-12T04:16:44.417Z] ---> 0a326c8bf394 [2020-08-12T04:16:44.417Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:16:44.692Z] ---> Running in 3f7307bc60fe [2020-08-12T04:16:44.692Z] ---> 614e15246669 [2020-08-12T04:16:44.692Z] ---> 30b32601fcc2 [2020-08-12T04:16:44.692Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-12T04:16:44.692Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-12T04:16:45.695Z] ---> 53eddb615934 [2020-08-12T04:16:45.695Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:16:45.969Z] ---> Running in 9632eabb2483 [2020-08-12T04:16:45.969Z] ---> 1d99efc70923 [2020-08-12T04:16:45.969Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:16:46.564Z] ---> Running in 7a86526f5ead [2020-08-12T04:16:46.564Z] ---> 7c40374f8b38 [2020-08-12T04:16:46.564Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-12T04:16:46.564Z] Removing intermediate container 9632eabb2483 [2020-08-12T04:16:46.564Z] ---> 88cd9b370ad2 [2020-08-12T04:16:46.564Z] Step 21/23 : LABEL arch=arm64 [2020-08-12T04:16:46.839Z] ---> Running in 1e8eeed56b7b [2020-08-12T04:16:47.114Z] Removing intermediate container 7a86526f5ead [2020-08-12T04:16:47.114Z] ---> 33115dc35e86 [2020-08-12T04:16:47.114Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T04:16:47.712Z] ---> Running in f3f411bbcd7f [2020-08-12T04:16:47.987Z] Removing intermediate container 1e8eeed56b7b [2020-08-12T04:16:47.987Z] ---> 6f5f9fde4f1f [2020-08-12T04:16:47.987Z] Step 22/23 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:16:48.262Z] ---> 1e28003d4603 [2020-08-12T04:16:48.262Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-12T04:16:48.262Z] ---> Running in 64581ae82337 [2020-08-12T04:16:48.534Z] Removing intermediate container f3f411bbcd7f [2020-08-12T04:16:48.534Z] ---> 2fc5e672baa4 [2020-08-12T04:16:48.534Z] Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:16:48.534Z] Removing intermediate container 3f7307bc60fe [2020-08-12T04:16:48.534Z] ---> d2b17432043a [2020-08-12T04:16:48.534Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-12T04:16:48.534Z] Removing intermediate container 36f652ba635c [2020-08-12T04:16:48.534Z] ---> aea8dfefa0f6 [2020-08-12T04:16:48.534Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T04:16:48.807Z] ---> Running in e5944b5f6a82 [2020-08-12T04:16:48.807Z] ---> Running in 5ebaa8f8e156 [2020-08-12T04:16:48.807Z] ---> Running in 58d2382ec5a3 [2020-08-12T04:16:49.088Z] Removing intermediate container 64581ae82337 [2020-08-12T04:16:49.088Z] ---> 186d9e950746 [2020-08-12T04:16:49.088Z] Step 23/23 : LABEL version=0.0.0 [2020-08-12T04:16:49.088Z] ---> 9b1d2abf555a [2020-08-12T04:16:49.088Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-12T04:16:49.359Z] ---> Running in 6eca1fc0a1cb [2020-08-12T04:16:49.636Z] ---> Running in 4328d3465624 [2020-08-12T04:16:49.636Z] Removing intermediate container e5944b5f6a82 [2020-08-12T04:16:49.636Z] ---> c7163cef6c8b [2020-08-12T04:16:49.636Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T04:16:49.636Z] Removing intermediate container 58d2382ec5a3 [2020-08-12T04:16:49.636Z] ---> 2dc9914259d7 [2020-08-12T04:16:49.636Z] Step 26/29 : CMD [ "generate" ] [2020-08-12T04:16:49.911Z] ---> Running in d8366830a5a9 [2020-08-12T04:16:49.911Z] ---> Running in e9aa3894f58c [2020-08-12T04:16:50.183Z] Removing intermediate container 6eca1fc0a1cb [2020-08-12T04:16:50.183Z] ---> 882771c50d43 [2020-08-12T04:16:50.183Z] [2020-08-12T04:16:50.784Z] Removing intermediate container d8366830a5a9 [2020-08-12T04:16:50.784Z] ---> 5d0e29fd9abc [2020-08-12T04:16:50.784Z] [2020-08-12T04:16:50.784Z] Removing intermediate container e9aa3894f58c [2020-08-12T04:16:50.784Z] ---> 459cbab7ea45 [2020-08-12T04:16:50.784Z] Step 27/29 : LABEL arch=arm64 [2020-08-12T04:16:50.784Z] Successfully built 882771c50d43 [2020-08-12T04:16:50.784Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-12T04:16:50.784Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-08-12T04:16:51.058Z] ---> Running in 6d9b823aa08f [2020-08-12T04:16:51.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:51.334Z] Successfully built 5d0e29fd9abc [2020-08-12T04:16:51.334Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-12T04:16:51.334Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-12T04:16:51.612Z] Removing intermediate container 6d9b823aa08f [2020-08-12T04:16:51.612Z] ---> 768c4c2d6702 [2020-08-12T04:16:51.612Z] Step 28/29 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:16:51.612Z] ---> Running in 5eab03446ced [2020-08-12T04:16:52.204Z] Removing intermediate container 5eab03446ced [2020-08-12T04:16:52.204Z] ---> fb52613296a6 [2020-08-12T04:16:52.204Z] Step 29/29 : LABEL version=0.0.0 [2020-08-12T04:16:52.479Z] ---> Running in 5696bd553413 [2020-08-12T04:16:52.748Z] Removing intermediate container 4328d3465624 [2020-08-12T04:16:52.748Z] ---> d4c54ced0589 [2020-08-12T04:16:52.748Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-12T04:16:53.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:16:53.968Z] ---> Running in 721e5c05b3a2 [2020-08-12T04:16:54.258Z] Removing intermediate container 5696bd553413 [2020-08-12T04:16:54.258Z] ---> e97c9ed15888 [2020-08-12T04:16:54.258Z] [2020-08-12T04:16:54.865Z] Successfully built e97c9ed15888 [2020-08-12T04:16:55.579Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-12T04:16:55.579Z] Building docker-support-scheduler-go [2020-08-12T04:16:55.579Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 721e5c05b3a2 [2020-08-12T04:16:55.579Z] ---> ee5ad3bd1173 [2020-08-12T04:16:55.579Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T04:16:56.172Z] ---> Running in 67598de386da [2020-08-12T04:16:56.767Z] Removing intermediate container 67598de386da [2020-08-12T04:16:56.767Z] ---> f5549776f2a1 [2020-08-12T04:16:56.767Z] Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:16:57.040Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:16:57.040Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:16:57.040Z] OK: 12620 distinct packages available [2020-08-12T04:16:57.637Z] OK: 217 MiB in 51 packages [2020-08-12T04:16:58.244Z] ---> Running in ed0fa122aa49 [2020-08-12T04:16:58.244Z] OK: 217 MiB in 51 packages [2020-08-12T04:17:00.219Z] Removing intermediate container ed0fa122aa49 [2020-08-12T04:17:00.219Z] ---> 474e0a32d646 [2020-08-12T04:17:00.219Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T04:17:00.817Z] ---> Running in 49832c7e8c6c [2020-08-12T04:17:01.413Z] Removing intermediate container 5ebaa8f8e156 [2020-08-12T04:17:01.413Z] ---> 322c64bc0cc9 [2020-08-12T04:17:01.413Z] Step 6/21 : COPY go.mod . [2020-08-12T04:17:02.017Z] Removing intermediate container 49832c7e8c6c [2020-08-12T04:17:02.017Z] ---> 52865db46e91 [2020-08-12T04:17:02.017Z] [2020-08-12T04:17:02.617Z] Successfully built 52865db46e91 [2020-08-12T04:17:03.591Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-12T04:17:03.591Z] ---> c163c2fecc72 [2020-08-12T04:17:03.591Z] Step 7/21 : RUN go mod download Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-12T04:17:03.591Z] [2020-08-12T04:17:04.186Z] ---> Running in 21300831e993 [2020-08-12T04:17:09.581Z] Removing intermediate container 21300831e993 [2020-08-12T04:17:09.581Z] ---> 6f887aec3251 [2020-08-12T04:17:09.581Z] Step 8/21 : COPY . . [2020-08-12T04:17:31.753Z] ---> 84646712ab5c [2020-08-12T04:17:31.753Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-12T04:17:31.753Z] ---> Running in 22dea040e2e8 [2020-08-12T04:17:32.729Z] 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-12T04:17:59.541Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:17:59.541Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:17:59.541Z] ---> 1370e0d11e24 [2020-08-12T04:17:59.541Z] Step 3/21 : WORKDIR /edgex-go [2020-08-12T04:17:59.541Z] ---> Using cache [2020-08-12T04:17:59.541Z] ---> 0a326c8bf394 [2020-08-12T04:17:59.541Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:17:59.541Z] ---> Using cache [2020-08-12T04:17:59.541Z] ---> d2b17432043a [2020-08-12T04:17:59.541Z] Step 5/21 : RUN apk update && apk add make git [2020-08-12T04:17:59.541Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:17:59.541Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:17:59.541Z] ---> 1370e0d11e24 [2020-08-12T04:17:59.541Z] Step 3/26 : WORKDIR /edgex-go [2020-08-12T04:17:59.541Z] ---> Using cache [2020-08-12T04:17:59.541Z] ---> 0a326c8bf394 [2020-08-12T04:17:59.541Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:17:59.541Z] ---> Using cache [2020-08-12T04:17:59.541Z] ---> d2b17432043a [2020-08-12T04:17:59.541Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-12T04:17:59.541Z] ---> Running in 5a9de1ffc2fa [2020-08-12T04:17:59.541Z] ---> Running in 86304ffbf4f6 [2020-08-12T04:18:02.168Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:18:02.168Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:18:02.168Z] ---> 1370e0d11e24 [2020-08-12T04:18:02.168Z] Step 3/20 : WORKDIR /edgex-go [2020-08-12T04:18:02.168Z] ---> Using cache [2020-08-12T04:18:02.168Z] ---> 0a326c8bf394 [2020-08-12T04:18:02.168Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:18:02.168Z] ---> Using cache [2020-08-12T04:18:02.168Z] ---> d2b17432043a [2020-08-12T04:18:02.168Z] Step 5/20 : RUN apk update && apk add make git [2020-08-12T04:18:02.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:02.795Z] ---> Running in 04442ff1b0ba [2020-08-12T04:18:03.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:04.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:04.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:05.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:07.069Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:18:07.069Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:18:07.069Z] OK: 12620 distinct packages available [2020-08-12T04:18:07.345Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:18:07.345Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:18:07.345Z] OK: 12620 distinct packages available [2020-08-12T04:18:07.345Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-12T04:18:07.345Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-12T04:18:07.345Z] ---> 1370e0d11e24 [2020-08-12T04:18:07.345Z] Step 3/22 : WORKDIR /edgex-go [2020-08-12T04:18:07.345Z] ---> Using cache [2020-08-12T04:18:07.345Z] ---> 0a326c8bf394 [2020-08-12T04:18:07.345Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:18:07.345Z] ---> Using cache [2020-08-12T04:18:07.345Z] ---> d2b17432043a [2020-08-12T04:18:07.345Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-12T04:18:07.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:07.901Z] OK: 217 MiB in 51 packages [2020-08-12T04:18:08.176Z] ---> Running in 437f91dcbb7e [2020-08-12T04:18:08.176Z] OK: 217 MiB in 51 packages [2020-08-12T04:18:10.167Z] Removing intermediate container 5a9de1ffc2fa [2020-08-12T04:18:10.167Z] ---> 54e1ac7b3957 [2020-08-12T04:18:10.167Z] Step 6/26 : COPY go.mod . [2020-08-12T04:18:10.167Z] Removing intermediate container 86304ffbf4f6 [2020-08-12T04:18:10.167Z] ---> fc22e81f19a3 [2020-08-12T04:18:10.167Z] Step 6/21 : COPY go.mod . [2020-08-12T04:18:10.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:11.049Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:18:11.049Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:18:11.049Z] OK: 12620 distinct packages available [2020-08-12T04:18:11.049Z] ---> 9b483f044cda [2020-08-12T04:18:11.049Z] Step 7/26 : RUN go mod download [2020-08-12T04:18:11.049Z] ---> 201bebab850d [2020-08-12T04:18:11.049Z] Step 7/21 : RUN go mod download [2020-08-12T04:18:11.049Z] ---> Running in 223a26bfa526 [2020-08-12T04:18:11.325Z] ---> Running in c0f165d8a200 [2020-08-12T04:18:11.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:18:11.878Z] OK: 217 MiB in 51 packages [2020-08-12T04:18:13.336Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-12T04:18:13.336Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-12T04:18:13.336Z] OK: 12620 distinct packages available [2020-08-12T04:18:13.611Z] Removing intermediate container 04442ff1b0ba [2020-08-12T04:18:13.611Z] ---> 0e975758f3bd [2020-08-12T04:18:13.611Z] Step 6/20 : COPY go.mod . [2020-08-12T04:18:14.216Z] OK: 217 MiB in 51 packages [2020-08-12T04:18:14.824Z] ---> d5bbd774da49 [2020-08-12T04:18:14.824Z] Step 7/20 : RUN go mod download [2020-08-12T04:18:15.096Z] ---> Running in c032b28a8081 [2020-08-12T04:18:16.071Z] Removing intermediate container 437f91dcbb7e [2020-08-12T04:18:16.071Z] ---> 354cfef24069 [2020-08-12T04:18:16.071Z] Step 6/22 : COPY go.mod . [2020-08-12T04:18:16.343Z] Removing intermediate container c0f165d8a200 [2020-08-12T04:18:16.343Z] ---> 850dbbe3c4ba [2020-08-12T04:18:16.343Z] Step 8/21 : COPY . . [2020-08-12T04:18:16.343Z] Removing intermediate container 223a26bfa526 [2020-08-12T04:18:16.343Z] ---> 9159be52cc37 [2020-08-12T04:18:16.343Z] Step 8/26 : COPY . . [2020-08-12T04:18:16.981Z] ---> 1781b134f7ca [2020-08-12T04:18:16.981Z] Step 7/22 : RUN go mod download [2020-08-12T04:18:17.304Z] ---> Running in 8a9208bd92b2 [2020-08-12T04:18:21.670Z] Removing intermediate container 22dea040e2e8 [2020-08-12T04:18:21.670Z] ---> c8ee8236252c [2020-08-12T04:18:21.670Z] [2020-08-12T04:18:21.670Z] Step 10/21 : FROM scratch [2020-08-12T04:18:21.670Z] ---> [2020-08-12T04:18:21.670Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-12T04:18:21.670Z] Removing intermediate container c032b28a8081 [2020-08-12T04:18:21.670Z] ---> 5f3b86889c79 [2020-08-12T04:18:21.670Z] Step 8/20 : COPY . . [2020-08-12T04:18:21.670Z] ---> Using cache [2020-08-12T04:18:21.670Z] ---> a21b30a29dca [2020-08-12T04:18:21.670Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-12T04:18:21.670Z] ---> Running in d0aa5a7fd7a9 [2020-08-12T04:18:22.656Z] Removing intermediate container 8a9208bd92b2 [2020-08-12T04:18:22.656Z] ---> 04eccb9a08eb [2020-08-12T04:18:22.656Z] Step 8/22 : COPY . . [2020-08-12T04:18:22.932Z] Removing intermediate container d0aa5a7fd7a9 [2020-08-12T04:18:22.932Z] ---> 6a15ba47988f [2020-08-12T04:18:22.933Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T04:18:23.528Z] ---> Running in 1038d0f8adea [2020-08-12T04:18:24.981Z] Removing intermediate container 1038d0f8adea [2020-08-12T04:18:24.981Z] ---> 8a758ce7e9ef [2020-08-12T04:18:24.981Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-12T04:18:27.605Z] ---> de4b1cd9aa37 [2020-08-12T04:18:27.605Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-12T04:18:30.224Z] ---> 61a385630855 [2020-08-12T04:18:30.224Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-12T04:18:32.844Z] ---> 71a829a6c949 [2020-08-12T04:18:32.844Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-12T04:18:34.829Z] ---> cc49b6e0fc6b [2020-08-12T04:18:34.829Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:18:34.829Z] ---> Running in b07ab737be0b [2020-08-12T04:18:35.806Z] Removing intermediate container b07ab737be0b [2020-08-12T04:18:35.806Z] ---> 39d33083f25b [2020-08-12T04:18:35.806Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T04:18:36.087Z] ---> Running in 4618c7931906 [2020-08-12T04:18:37.077Z] Removing intermediate container 4618c7931906 [2020-08-12T04:18:37.077Z] ---> 44ed850986e2 [2020-08-12T04:18:37.077Z] Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:18:37.683Z] ---> Running in 5d8a4210dbf9 [2020-08-12T04:18:38.668Z] Removing intermediate container 5d8a4210dbf9 [2020-08-12T04:18:38.668Z] ---> 8ee111d68200 [2020-08-12T04:18:38.668Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T04:18:38.943Z] ---> Running in 20dc11258418 [2020-08-12T04:18:39.927Z] Removing intermediate container 20dc11258418 [2020-08-12T04:18:39.927Z] ---> 022dd40066c4 [2020-08-12T04:18:39.927Z] [2020-08-12T04:18:40.906Z] Successfully built 022dd40066c4 [2020-08-12T04:18:40.906Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-12T04:18:43.524Z]  Building docker-support-logging-go ... done  ---> b42ef93209c5 [2020-08-12T04:18:43.524Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-12T04:18:43.524Z] ---> 8c90768d6b4d [2020-08-12T04:18:43.524Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-12T04:18:43.801Z] ---> Running in ae8847e9da6f [2020-08-12T04:18:43.801Z] ---> Running in 377f173232f4 [2020-08-12T04:18:45.245Z] ---> fb352c8a3957 [2020-08-12T04:18:45.245Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-12T04:18:45.517Z] ---> Running in 499d1f4cb271 [2020-08-12T04:18:45.794Z] 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-12T04:18:46.392Z] 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-12T04:18:46.994Z] ---> 73248057414f [2020-08-12T04:18:46.994Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-12T04:18:47.282Z] ---> Running in 40d9af49bafb [2020-08-12T04:18:47.880Z] 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-12T04:18:49.327Z] 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-12T04:20:11.289Z] Removing intermediate container 377f173232f4 [2020-08-12T04:20:11.290Z] ---> f28bf3a8747f [2020-08-12T04:20:11.290Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-12T04:20:11.290Z] ---> Running in d56e7be84c0d [2020-08-12T04:20:11.290Z] 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-12T04:20:11.570Z] Removing intermediate container d56e7be84c0d [2020-08-12T04:20:11.570Z] ---> 0c3e4ee1851e [2020-08-12T04:20:11.570Z] [2020-08-12T04:20:11.570Z] Step 11/26 : FROM docker:latest [2020-08-12T04:20:11.570Z] ---> ce9d55ae87f1 [2020-08-12T04:20:11.570Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-12T04:20:11.862Z] ---> Running in b16652a2c1d4 [2020-08-12T04:20:15.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:20:15.293Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:20:15.915Z] (1/2) Installing readline (8.0.4-r0) [2020-08-12T04:20:15.915Z] (2/2) Installing bash (5.0.17-r0) [2020-08-12T04:20:15.915Z] Executing bash-5.0.17-r0.post-install [2020-08-12T04:20:15.915Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:20:15.915Z] OK: 12 MiB in 22 packages [2020-08-12T04:20:16.540Z] Removing intermediate container ae8847e9da6f [2020-08-12T04:20:16.540Z] ---> 2b2e4d4db8c4 [2020-08-12T04:20:16.540Z] [2020-08-12T04:20:16.541Z] Step 10/21 : FROM scratch [2020-08-12T04:20:16.541Z] ---> [2020-08-12T04:20:16.541Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:20:16.910Z] ---> Using cache [2020-08-12T04:20:16.910Z] ---> 7f4a2f6d494e [2020-08-12T04:20:16.910Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-12T04:20:17.215Z] ---> Running in 7ea8fb939664 [2020-08-12T04:20:18.243Z] Removing intermediate container b16652a2c1d4 [2020-08-12T04:20:18.243Z] ---> d9f0af9d000a [2020-08-12T04:20:18.243Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-12T04:20:18.243Z] Removing intermediate container 7ea8fb939664 [2020-08-12T04:20:18.243Z] ---> bd8eb305c5f7 [2020-08-12T04:20:18.243Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-12T04:20:18.243Z] ---> Running in 23e58ea1f6f2 [2020-08-12T04:20:18.520Z] ---> Running in 4447ce7910b3 [2020-08-12T04:20:19.128Z] Removing intermediate container 4447ce7910b3 [2020-08-12T04:20:19.128Z] ---> 786e57abe404 [2020-08-12T04:20:19.128Z] Step 14/21 : WORKDIR / [2020-08-12T04:20:19.403Z] ---> Running in 7fae72db2a4b [2020-08-12T04:20:20.407Z] Removing intermediate container 7fae72db2a4b [2020-08-12T04:20:20.407Z] ---> 0ee64c05cc20 [2020-08-12T04:20:20.407Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-12T04:20:21.014Z] Removing intermediate container 499d1f4cb271 [2020-08-12T04:20:21.014Z] ---> 6e2061816a98 [2020-08-12T04:20:21.014Z] [2020-08-12T04:20:21.014Z] Step 10/20 : FROM scratch [2020-08-12T04:20:21.014Z] ---> [2020-08-12T04:20:21.014Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:20:21.292Z] ---> Using cache [2020-08-12T04:20:21.292Z] ---> 7f4a2f6d494e [2020-08-12T04:20:21.292Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-12T04:20:21.292Z] ---> 775a4ea532ab [2020-08-12T04:20:21.292Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-12T04:20:21.292Z] ---> Running in 072fc1c37206 [2020-08-12T04:20:21.901Z] Removing intermediate container 23e58ea1f6f2 [2020-08-12T04:20:21.901Z] ---> 8504424a4dc0 [2020-08-12T04:20:21.901Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-12T04:20:22.184Z] Removing intermediate container 072fc1c37206 [2020-08-12T04:20:22.184Z] ---> dc662036d930 [2020-08-12T04:20:22.184Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-12T04:20:22.184Z] ---> Running in 70e55df81187 [2020-08-12T04:20:22.184Z] ---> Running in d093e0ca6224 [2020-08-12T04:20:22.791Z] ---> 3121fa49a545 [2020-08-12T04:20:22.791Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-12T04:20:23.081Z] Removing intermediate container d093e0ca6224 [2020-08-12T04:20:23.081Z] ---> a74d71b10097 [2020-08-12T04:20:23.081Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-12T04:20:23.081Z] Removing intermediate container 70e55df81187 [2020-08-12T04:20:23.081Z] ---> 8644d641cd91 [2020-08-12T04:20:23.081Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-12T04:20:23.360Z] ---> Running in 6279ab4a7fb9 [2020-08-12T04:20:23.643Z] ---> 60419939f215 [2020-08-12T04:20:23.643Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:20:23.933Z] ---> Running in 6e5e6c620bee [2020-08-12T04:20:23.933Z] ---> 0dacb9d6f53a [2020-08-12T04:20:23.933Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-12T04:20:23.933Z] Removing intermediate container 6279ab4a7fb9 [2020-08-12T04:20:23.933Z] ---> 23319412e27e [2020-08-12T04:20:23.933Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-12T04:20:24.226Z] ---> Running in cee2df49ffbe [2020-08-12T04:20:24.506Z] Removing intermediate container 6e5e6c620bee [2020-08-12T04:20:24.506Z] ---> 8001eafedffa [2020-08-12T04:20:24.506Z] Step 19/21 : LABEL arch=arm64 [2020-08-12T04:20:25.118Z] ---> Running in 8727026e976a [2020-08-12T04:20:25.118Z] Removing intermediate container cee2df49ffbe [2020-08-12T04:20:25.118Z] ---> 5ce2ccf2ff33 [2020-08-12T04:20:25.118Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-12T04:20:25.717Z] ---> 39e4e7126a5e [2020-08-12T04:20:25.717Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-12T04:20:25.717Z] Removing intermediate container 8727026e976a [2020-08-12T04:20:25.717Z] ---> 602d6315c2fe [2020-08-12T04:20:25.717Z] Step 20/21 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:20:25.993Z] ---> Running in e2a3568f1e59 [2020-08-12T04:20:26.598Z] Removing intermediate container e2a3568f1e59 [2020-08-12T04:20:26.598Z] ---> b36ff947fc32 [2020-08-12T04:20:26.598Z] Step 21/21 : LABEL version=0.0.0 [2020-08-12T04:20:26.871Z] ---> 077c5ec0c93d [2020-08-12T04:20:26.871Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-12T04:20:26.871Z] ---> 2b2dd157333f [2020-08-12T04:20:26.871Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:20:26.871Z] ---> Running in fc3ce8b51170 [2020-08-12T04:20:26.871Z] ---> Running in 34ad1ca29cfa [2020-08-12T04:20:27.471Z] Removing intermediate container fc3ce8b51170 [2020-08-12T04:20:27.471Z] ---> 03c4f54d442f [2020-08-12T04:20:27.471Z] [2020-08-12T04:20:27.744Z] Removing intermediate container 34ad1ca29cfa [2020-08-12T04:20:27.744Z] ---> 9830fd48a7e6 [2020-08-12T04:20:27.744Z] Step 18/20 : LABEL arch=arm64 [2020-08-12T04:20:28.019Z] Successfully built 03c4f54d442f [2020-08-12T04:20:28.019Z] ---> 1f14c06c4c16 [2020-08-12T04:20:28.019Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-12T04:20:28.020Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-12T04:20:28.020Z]  Building docker-core-command-go ... done  ---> Running in 3b86e6786695 [2020-08-12T04:20:28.620Z] Removing intermediate container 3b86e6786695 [2020-08-12T04:20:28.621Z] ---> c23ddf7dd972 [2020-08-12T04:20:28.621Z] Step 19/20 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:20:28.896Z] ---> Running in ec3f676372de [2020-08-12T04:20:29.172Z] ---> e0cf1d460c70 [2020-08-12T04:20:29.172Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-12T04:20:29.172Z] Removing intermediate container ec3f676372de [2020-08-12T04:20:29.172Z] ---> 31bf6f8493c6 [2020-08-12T04:20:29.172Z] Step 20/20 : LABEL version=0.0.0 [2020-08-12T04:20:29.447Z] ---> Running in 5752ab82459a [2020-08-12T04:20:29.447Z] ---> Running in 206a2f4a847e [2020-08-12T04:20:30.055Z] Removing intermediate container 206a2f4a847e [2020-08-12T04:20:30.055Z] ---> a010eb7ead1a [2020-08-12T04:20:30.055Z] [2020-08-12T04:20:30.656Z] Successfully built a010eb7ead1a [2020-08-12T04:20:30.656Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-12T04:20:31.251Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:20:31.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:20:31.847Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-12T04:20:31.847Z] (2/33) Installing expat (2.2.9-r1) [2020-08-12T04:20:31.847Z] (3/33) Installing libffi (3.3-r2) [2020-08-12T04:20:31.847Z] (4/33) Installing gdbm (1.13-r1) [2020-08-12T04:20:31.847Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-12T04:20:31.847Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-12T04:20:31.847Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-12T04:20:32.824Z] Removing intermediate container 40d9af49bafb [2020-08-12T04:20:32.824Z] ---> 16c206fb8cbe [2020-08-12T04:20:32.824Z] [2020-08-12T04:20:32.824Z] Step 10/22 : FROM alpine [2020-08-12T04:20:32.824Z] ---> 62ee0e9f8440 [2020-08-12T04:20:32.824Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-12T04:20:33.099Z] ---> Running in 3f83a47b98df [2020-08-12T04:20:33.694Z] Removing intermediate container 3f83a47b98df [2020-08-12T04:20:33.694Z] ---> d8eb4d2363be [2020-08-12T04:20:33.694Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-12T04:20:33.969Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-12T04:20:33.969Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-12T04:20:33.969Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-12T04:20:33.969Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-12T04:20:33.969Z] ---> Running in 1c1445dc6a2b [2020-08-12T04:20:33.969Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-12T04:20:33.969Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-12T04:20:33.969Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-12T04:20:34.241Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-12T04:20:34.241Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-12T04:20:34.241Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-12T04:20:34.241Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-12T04:20:34.241Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-12T04:20:34.241Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-12T04:20:34.241Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-12T04:20:34.241Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-12T04:20:34.241Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-12T04:20:34.241Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-12T04:20:34.241Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-12T04:20:34.241Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-12T04:20:34.513Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-12T04:20:34.513Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-12T04:20:34.513Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-12T04:20:34.513Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-12T04:20:34.513Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-12T04:20:34.513Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-12T04:20:34.513Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-12T04:20:34.513Z] Removing intermediate container 1c1445dc6a2b [2020-08-12T04:20:34.513Z] ---> c01f74ead504 [2020-08-12T04:20:34.513Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-12T04:20:34.788Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:20:34.788Z] OK: 71 MiB in 55 packages [2020-08-12T04:20:34.788Z] ---> Running in cf30b215c201 [2020-08-12T04:20:35.388Z] Removing intermediate container cf30b215c201 [2020-08-12T04:20:35.388Z] ---> b03a563de323 [2020-08-12T04:20:35.388Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T04:20:35.388Z] ---> Running in 6613ea9e15a7 [2020-08-12T04:20:38.793Z] Removing intermediate container 6613ea9e15a7 [2020-08-12T04:20:38.793Z] ---> 498399265244 [2020-08-12T04:20:38.793Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-12T04:20:38.793Z] ---> Running in 816b8b75db17 [2020-08-12T04:20:40.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:20:40.516Z] Removing intermediate container 5752ab82459a [2020-08-12T04:20:40.516Z] ---> cdf1653db739 [2020-08-12T04:20:40.788Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-12T04:20:40.788Z] ---> Running in 29a750b03da4 [2020-08-12T04:20:41.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:20:42.039Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-12T04:20:42.313Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-12T04:20:42.313Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-12T04:20:42.914Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-12T04:20:42.915Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-12T04:20:42.915Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:20:43.188Z] OK: 8 MiB in 19 packages [2020-08-12T04:20:44.628Z] Removing intermediate container 816b8b75db17 [2020-08-12T04:20:44.628Z] ---> cf64527aed97 [2020-08-12T04:20:44.628Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-12T04:20:45.224Z] ---> ef3fb75b7806 [2020-08-12T04:20:45.224Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-12T04:20:46.216Z] Collecting docker-compose==1.23.2 [2020-08-12T04:20:46.216Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-12T04:20:46.490Z] ---> c502c31cf4a4 [2020-08-12T04:20:46.490Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-12T04:20:47.469Z] Collecting jsonschema<3,>=2.5.1 [2020-08-12T04:20:47.469Z] ---> 083f9b6ed5dc [2020-08-12T04:20:47.469Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:20:47.469Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-12T04:20:47.469Z] ---> Running in 2acefa1952c1 [2020-08-12T04:20:47.746Z] Collecting docopt<0.7,>=0.6.1 [2020-08-12T04:20:47.746Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-12T04:20:47.746Z] Removing intermediate container 2acefa1952c1 [2020-08-12T04:20:47.746Z] ---> 7ed56c4e68f3 [2020-08-12T04:20:47.746Z] Step 20/22 : LABEL arch=arm64 [2020-08-12T04:20:48.021Z] ---> Running in 8fca4ba9d238 [2020-08-12T04:20:48.617Z] Removing intermediate container 8fca4ba9d238 [2020-08-12T04:20:48.617Z] ---> c68f54939a3f [2020-08-12T04:20:48.617Z] Step 21/22 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:20:48.617Z] ---> Running in 7b015256b533 [2020-08-12T04:20:49.212Z] Removing intermediate container 7b015256b533 [2020-08-12T04:20:49.212Z] ---> 873a6a211413 [2020-08-12T04:20:49.212Z] Step 22/22 : LABEL version=0.0.0 [2020-08-12T04:20:49.212Z] ---> Running in ba45dcb2abc5 [2020-08-12T04:20:49.806Z] Removing intermediate container ba45dcb2abc5 [2020-08-12T04:20:49.806Z] ---> e4833d5c69e5 [2020-08-12T04:20:49.806Z] [2020-08-12T04:20:50.082Z] Successfully built e4833d5c69e5 [2020-08-12T04:20:50.082Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-12T04:20:50.355Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2020-08-12T04:20:50.355Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-12T04:20:53.732Z] Collecting docker<4.0,>=3.6.0 [2020-08-12T04:20:53.732Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-12T04:20:55.155Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-12T04:20:55.155Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-12T04:20:55.155Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-12T04:20:55.155Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-12T04:20:57.787Z] Collecting cached-property<2,>=1.2.0 [2020-08-12T04:20:57.787Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-12T04:20:57.787Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-12T04:20:57.787Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-12T04:20:58.385Z] Collecting texttable<0.10,>=0.9.0 [2020-08-12T04:20:58.385Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-12T04:20:59.812Z] 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-12T04:21:00.083Z] Collecting docker-pycreds>=0.4.0 [2020-08-12T04:21:00.083Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-12T04:21:00.675Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-12T04:21:00.675Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-12T04:21:00.946Z] 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-12T04:21:00.946Z] Collecting idna<2.8,>=2.5 [2020-08-12T04:21:00.946Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-12T04:21:01.219Z] 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-12T04:21:01.219Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-12T04:21:01.219Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-12T04:21:01.219Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-12T04:21:01.219Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-12T04:21:01.814Z] Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, texttable, docker-compose [2020-08-12T04:21:02.406Z] Running setup.py install for docopt: started [2020-08-12T04:21:04.374Z] Running setup.py install for docopt: finished with status 'done' [2020-08-12T04:21:04.375Z] Running setup.py install for PyYAML: started [2020-08-12T04:21:06.344Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-12T04:21:06.344Z] Attempting uninstall: urllib3 [2020-08-12T04:21:06.344Z] Found existing installation: urllib3 1.25.9 [2020-08-12T04:21:06.344Z] Uninstalling urllib3-1.25.9: [2020-08-12T04:21:06.616Z] Successfully uninstalled urllib3-1.25.9 [2020-08-12T04:21:07.210Z] Attempting uninstall: idna [2020-08-12T04:21:07.210Z] Found existing installation: idna 2.9 [2020-08-12T04:21:07.210Z] Uninstalling idna-2.9: [2020-08-12T04:21:07.210Z] Successfully uninstalled idna-2.9 [2020-08-12T04:21:07.805Z] Attempting uninstall: requests [2020-08-12T04:21:08.076Z] Found existing installation: requests 2.23.0 [2020-08-12T04:21:08.076Z] Uninstalling requests-2.23.0: [2020-08-12T04:21:08.076Z] Successfully uninstalled requests-2.23.0 [2020-08-12T04:21:09.051Z] Running setup.py install for dockerpty: started [2020-08-12T04:21:11.017Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-12T04:21:11.017Z] Running setup.py install for texttable: started [2020-08-12T04:21:12.983Z] Running setup.py install for texttable: finished with status 'done' [2020-08-12T04:21:13.575Z] 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-12T04:21:16.968Z] Removing intermediate container 29a750b03da4 [2020-08-12T04:21:16.968Z] ---> ecdef1d692d1 [2020-08-12T04:21:16.968Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-12T04:21:16.968Z] ---> Running in 4669cc12cbcf [2020-08-12T04:21:18.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T04:21:18.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T04:21:19.273Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-12T04:21:19.273Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-12T04:21:19.273Z] (3/3) Installing curl (7.69.1-r0) [2020-08-12T04:21:19.273Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T04:21:19.273Z] OK: 71 MiB in 58 packages [2020-08-12T04:21:20.707Z] Removing intermediate container 4669cc12cbcf [2020-08-12T04:21:20.707Z] ---> 5d3021fae1fe [2020-08-12T04:21:20.707Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T04:21:20.707Z] ---> Running in 31fd18bd79b0 [2020-08-12T04:21:21.299Z] Removing intermediate container 31fd18bd79b0 [2020-08-12T04:21:21.299Z] ---> cbc24ddf8c19 [2020-08-12T04:21:21.299Z] Step 24/26 : LABEL arch=arm64 [2020-08-12T04:21:21.571Z] ---> Running in 7a268359f2dc [2020-08-12T04:21:21.843Z] Removing intermediate container 7a268359f2dc [2020-08-12T04:21:21.843Z] ---> 903f0b52dbe6 [2020-08-12T04:21:21.843Z] Step 25/26 : LABEL git_sha=d476280d00a5b5fb96b1a4a3fb0a51f6c0fb1cd8 [2020-08-12T04:21:22.116Z] ---> Running in b8333a011984 [2020-08-12T04:21:22.394Z] Removing intermediate container b8333a011984 [2020-08-12T04:21:22.394Z] ---> 6a4e09274278 [2020-08-12T04:21:22.394Z] Step 26/26 : LABEL version=0.0.0 [2020-08-12T04:21:22.665Z] ---> Running in 3c3e88b76dbc [2020-08-12T04:21:22.937Z] Removing intermediate container 3c3e88b76dbc [2020-08-12T04:21:22.937Z] ---> 892a86e821af [2020-08-12T04:21:22.937Z] [2020-08-12T04:21:23.530Z] Successfully built 892a86e821af [2020-08-12T04:21:23.530Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-12T04:21:23.817Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-12T04:21:23.802Z] $ docker stop --time=1 ea327caefbe44a708a9f8b87f73f84ae809d0857645ed16a0223bfc336c2da67 [2020-08-12T04:21:25.716Z] $ docker rm -f ea327caefbe44a708a9f8b87f73f84ae809d0857645ed16a0223bfc336c2da67 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T04:21:26.455Z] + docker images [2020-08-12T04:21:26.455Z] + grep docker [2020-08-12T04:21:26.723Z] docker-sys-mgmt-agent-go-arm64 latest 892a86e821af 4 seconds ago 266MB [2020-08-12T04:21:26.723Z] docker-core-data-go-arm64 latest e4833d5c69e5 37 seconds ago 22.6MB [2020-08-12T04:21:26.723Z] docker-support-scheduler-go-arm64 latest a010eb7ead1a 57 seconds ago 12.6MB [2020-08-12T04:21:26.723Z] docker-core-command-go-arm64 latest 03c4f54d442f 59 seconds ago 12.4MB [2020-08-12T04:21:26.723Z] docker-support-logging-go-arm64 latest 022dd40066c4 2 minutes ago 11.4MB [2020-08-12T04:21:26.723Z] docker-security-secretstore-setup-go-arm64 latest 52865db46e91 4 minutes ago 32.6MB [2020-08-12T04:21:26.723Z] docker-security-secrets-setup-go-arm64 latest e97c9ed15888 4 minutes ago 24.2MB [2020-08-12T04:21:26.723Z] docker-core-metadata-go-arm64 latest 5d0e29fd9abc 4 minutes ago 13.8MB [2020-08-12T04:21:26.723Z] docker-support-notifications-go-arm64 latest 882771c50d43 4 minutes ago 13.9MB [2020-08-12T04:21:26.723Z] docker-security-proxy-setup-go-arm64 latest 9f41358d753c 5 minutes ago 15.8MB [2020-08-12T04:21:26.723Z] docker latest ce9d55ae87f1 6 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-12T04:21:28.256Z] provisioning config files... [2020-08-12T04:21:28.269Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6536566444655942946tmp [Pipeline] { [Pipeline] sh [2020-08-12T04:21:28.635Z] + curl -s https://codecov.io/bash [2020-08-12T04:21:28.635Z] + bash -s - -t @/w/workspace/edgex-go/5@tmp/config6536566444655942946tmp [Pipeline] } [2020-08-12T04:21:28.904Z] 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-12T04:21:30.269Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T04:21:31.141Z] ---> package-listing.sh [2020-08-12T04:21:31.141Z] ++ facter osfamily [2020-08-12T04:21:31.141Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-12T04:21:31.141Z] + OS_FAMILY=redhat [2020-08-12T04:21:31.141Z] + workspace=/w/workspace/edgex-go/5 [2020-08-12T04:21:31.141Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-12T04:21:31.141Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-12T04:21:31.141Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-12T04:21:31.141Z] + PACKAGES=/tmp/packages_start.txt [2020-08-12T04:21:31.141Z] + '[' /w/workspace/edgex-go/5 ']' [2020-08-12T04:21:31.141Z] + PACKAGES=/tmp/packages_end.txt [2020-08-12T04:21:31.141Z] + case "${OS_FAMILY}" in [2020-08-12T04:21:31.141Z] + rpm -qa [2020-08-12T04:21:31.141Z] + sort [2020-08-12T04:21:35.376Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-12T04:21:35.376Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-12T04:21:35.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-12T04:21:35.376Z] + '[' /w/workspace/edgex-go/5 ']' [2020-08-12T04:21:35.376Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-08-12T04:21:35.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:21:36.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T04:21:36.089Z] [2020-08-12T04:21:36.089Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-12T04:21:36.429Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T04:21:36.429Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-12T04:21:36.429Z] c9b1b535fdd9: Pulling fs layer [2020-08-12T04:21:36.429Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-12T04:21:36.429Z] 756a868c4378: Pulling fs layer [2020-08-12T04:21:36.429Z] 444b2fc9a129: Pulling fs layer [2020-08-12T04:21:36.429Z] ea15f1150254: Pulling fs layer [2020-08-12T04:21:36.429Z] 41b27a9f41bf: Pulling fs layer [2020-08-12T04:21:36.429Z] 28c525ee5125: Pulling fs layer [2020-08-12T04:21:36.429Z] 094b1ea09ed8: Pulling fs layer [2020-08-12T04:21:36.429Z] 138eaada9080: Pulling fs layer [2020-08-12T04:21:36.429Z] 0622d0fa9048: Pulling fs layer [2020-08-12T04:21:36.429Z] 444b2fc9a129: Waiting [2020-08-12T04:21:36.429Z] ea15f1150254: Waiting [2020-08-12T04:21:36.429Z] 41b27a9f41bf: Waiting [2020-08-12T04:21:36.429Z] 28c525ee5125: Waiting [2020-08-12T04:21:36.429Z] 094b1ea09ed8: Waiting [2020-08-12T04:21:36.429Z] 138eaada9080: Waiting [2020-08-12T04:21:36.429Z] 0622d0fa9048: Waiting [2020-08-12T04:21:36.429Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-12T04:21:36.429Z] 2cc5ad85d9ab: Download complete [2020-08-12T04:21:36.429Z] 444b2fc9a129: Verifying Checksum [2020-08-12T04:21:36.429Z] 444b2fc9a129: Download complete [2020-08-12T04:21:36.429Z] c9b1b535fdd9: Verifying Checksum [2020-08-12T04:21:36.429Z] c9b1b535fdd9: Download complete [2020-08-12T04:21:36.429Z] ea15f1150254: Verifying Checksum [2020-08-12T04:21:36.429Z] ea15f1150254: Download complete [2020-08-12T04:21:36.708Z] 28c525ee5125: Verifying Checksum [2020-08-12T04:21:36.709Z] 28c525ee5125: Download complete [2020-08-12T04:21:36.994Z] 756a868c4378: Verifying Checksum [2020-08-12T04:21:36.994Z] 756a868c4378: Download complete [2020-08-12T04:21:36.994Z] c9b1b535fdd9: Pull complete [2020-08-12T04:21:36.994Z] 094b1ea09ed8: Verifying Checksum [2020-08-12T04:21:36.994Z] 094b1ea09ed8: Download complete [2020-08-12T04:21:36.994Z] 138eaada9080: Verifying Checksum [2020-08-12T04:21:36.994Z] 138eaada9080: Download complete [2020-08-12T04:21:36.994Z] 0622d0fa9048: Download complete [2020-08-12T04:21:37.258Z] 2cc5ad85d9ab: Pull complete [2020-08-12T04:21:37.530Z] 41b27a9f41bf: Verifying Checksum [2020-08-12T04:21:37.530Z] 41b27a9f41bf: Download complete [2020-08-12T04:21:38.935Z] 756a868c4378: Pull complete [2020-08-12T04:21:38.935Z] 444b2fc9a129: Pull complete [2020-08-12T04:21:39.506Z] ea15f1150254: Pull complete [2020-08-12T04:21:44.884Z] 41b27a9f41bf: Pull complete [2020-08-12T04:21:44.884Z] 28c525ee5125: Pull complete [2020-08-12T04:21:46.802Z] 094b1ea09ed8: Pull complete [2020-08-12T04:21:46.802Z] 138eaada9080: Pull complete [2020-08-12T04:21:46.802Z] 0622d0fa9048: Pull complete [2020-08-12T04:21:46.802Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-12T04:21:46.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T04:21:46.802Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-12T04:21:46.994Z] prd-centos7-docker-4c-2g-4975 does not seem to be running inside a container [2020-08-12T04:21:47.057Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-12T04:21:52.342Z] $ docker top 841ac33ba08242c95577b28bd4ab2cc992ac8ca37de42071f2c5e5c6000b5dd1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T04:21:52.698Z] provisioning config files... [2020-08-12T04:21:52.714Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2169647740829857785tmp [Pipeline] { [Pipeline] echo [2020-08-12T04:21:52.773Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T04:21:53.065Z] ---> create-netrc.sh [Pipeline] echo [2020-08-12T04:21:53.075Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T04:21:53.372Z] ---> logs-deploy.sh [2020-08-12T04:21:53.372Z] + ARCHIVE_ARTIFACTS= [2020-08-12T04:21:53.372Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-12T04:21:53.372Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-12T04:21:53.372Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-12T04:21:53.372Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/5 [2020-08-12T04:21:53.372Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/5/ [2020-08-12T04:21:53.372Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/5 /w/workspace/edgex-go/5 [2020-08-12T04:21:54.315Z] Archives upload complete. [2020-08-12T04:21:54.577Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2653/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2653/5/