Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch master at b15589ad757bd96941d0737b641a3301667c5cfd rather than 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 Obtained Jenkinsfile from b15589ad757bd96941d0737b641a3301667c5cfd 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify 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: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-677 in /w/workspace/edgexfoundry_edgex-go_PR-2631 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 Merge succeeded, producing 337f9c9334aa68376c57d380d859ce4079be9a03 Checking out Revision 337f9c9334aa68376c57d380d859ce4079be9a03 (PR-2631) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2631/head:refs/remotes/origin/PR-2631 # 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/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 337f9c9334aa68376c57d380d859ce4079be9a03 # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" > git rev-list --no-walk 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T04:29:35.522Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T04:29:35.753Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T04:29:35.836Z] ========================================================= [2020-07-23T04:29:35.836Z] EdgeX Global Pipelines Version Info [2020-07-23T04:29:35.836Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:29:37.715Z] ------------------- [2020-07-23T04:29:37.716Z] stable info: [2020-07-23T04:29:37.716Z] ------------------- [2020-07-23T04:29:37.716Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T04:29:37.716Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:29:37.716Z] Message: update stable to v1.0.103 [2020-07-23T04:29:38.287Z] ------------------- [2020-07-23T04:29:38.287Z] experimental info: [2020-07-23T04:29:38.287Z] ------------------- [2020-07-23T04:29:38.287Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T04:29:38.287Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:29:38.288Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-23T04:29:39.924Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/core-command/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/core-data/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-23T04:29:39.924Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:29:39.924Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:29:39.924Z] ++ cut -d/ -f2 [2020-07-23T04:29:39.924Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-23T04:29:39.999Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:29:40.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:29:41.208Z] [2020-07-23T04:29:41.208Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:29:41.620Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:29:41.620Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T04:29:41.620Z] 31603596830f: Pulling fs layer [2020-07-23T04:29:41.620Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T04:29:41.620Z] 6ca5941a6612: Pulling fs layer [2020-07-23T04:29:41.620Z] ecc8261a40a4: Pulling fs layer [2020-07-23T04:29:41.620Z] ecc8261a40a4: Waiting [2020-07-23T04:29:41.620Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T04:29:41.620Z] 2a8b12db71e7: Download complete [2020-07-23T04:29:41.882Z] 31603596830f: Verifying Checksum [2020-07-23T04:29:41.882Z] 31603596830f: Download complete [2020-07-23T04:29:41.882Z] ecc8261a40a4: Verifying Checksum [2020-07-23T04:29:41.882Z] ecc8261a40a4: Download complete [2020-07-23T04:29:41.882Z] 6ca5941a6612: Verifying Checksum [2020-07-23T04:29:41.882Z] 6ca5941a6612: Download complete [2020-07-23T04:29:42.147Z] 31603596830f: Pull complete [2020-07-23T04:29:42.147Z] 2a8b12db71e7: Pull complete [2020-07-23T04:29:43.535Z] 6ca5941a6612: Pull complete [2020-07-23T04:29:43.795Z] ecc8261a40a4: Pull complete [2020-07-23T04:29:43.795Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T04:29:43.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:29:43.795Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T04:29:43.887Z] prd-centos7-docker-4c-2g-677 does not seem to be running inside a container [2020-07-23T04:29:43.925Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-07-23T04:29:45.813Z] $ docker top 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T04:29:46.060Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:29:46.060Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:29:46.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:29:46.273Z] $ docker exec 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent [2020-07-23T04:29:46.434Z] SSH_AUTH_SOCK=/tmp/ssh-c2oT51mJjnoq/agent.11 [2020-07-23T04:29:46.434Z] SSH_AGENT_PID=16 [2020-07-23T04:29:46.444Z] Running ssh-add (command line suppressed) [2020-07-23T04:29:46.559Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_1225739577033044430.key (/w/workspace/edgex-go/9@tmp/private_key_1225739577033044430.key) [2020-07-23T04:29:46.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:29:46.935Z] + git describe --exact-match --tags HEAD [2020-07-23T04:29:46.935Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T04:29:47.004Z] $ docker exec --env ******** --env ******** 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent -k [2020-07-23T04:29:47.130Z] unset SSH_AUTH_SOCK; [2020-07-23T04:29:47.131Z] unset SSH_AGENT_PID; [2020-07-23T04:29:47.131Z] echo Agent pid 16 killed; [2020-07-23T04:29:47.170Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T04:29:47.245Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T04:29:47.245Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T04:29:47.327Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:29:47.327Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:29:47.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:29:47.495Z] $ docker exec 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent [2020-07-23T04:29:47.671Z] SSH_AUTH_SOCK=/tmp/ssh-1ENv9sKOLxR5/agent.46 [2020-07-23T04:29:47.671Z] SSH_AGENT_PID=51 [2020-07-23T04:29:47.678Z] Running ssh-add (command line suppressed) [2020-07-23T04:29:47.795Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_8987021603607636820.key (/w/workspace/edgex-go/9@tmp/private_key_8987021603607636820.key) [2020-07-23T04:29:47.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:29:48.177Z] + git semver init [2020-07-23T04:29:48.177Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T04:29:48.177Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2020-07-23T04:29:48.177Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2020-07-23T04:29:48.177Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T04:29:48.177Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T04:29:48.177Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T04:29:48.177Z] # $SEMVER_BRANCH = PR-2631 [2020-07-23T04:29:48.177Z] # $SEMVER_TEMP = /tmp/semver-143109100 [2020-07-23T04:29:48.177Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-23T04:30:10.166Z] # '/tmp/semver-143109100' -> '/w/workspace/edgex-go/9/.semver' [2020-07-23T04:30:10.166Z] # -> Force: false [2020-07-23T04:30:10.166Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2020-07-23T04:30:10.173Z] $ docker exec --env ******** --env ******** 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b ssh-agent -k [2020-07-23T04:30:10.359Z] unset SSH_AUTH_SOCK; [2020-07-23T04:30:10.360Z] unset SSH_AGENT_PID; [2020-07-23T04:30:10.360Z] echo Agent pid 51 killed; [2020-07-23T04:30:10.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T04:30:10.901Z] + git semver [Pipeline] } [2020-07-23T04:30:10.911Z] $ docker stop --time=1 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b [2020-07-23T04:30:12.410Z] $ docker rm -f 45f3e7572288e9ceccdf45621eaff31f866ef3eacb29226a27dd921698c7173b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T04:30:26.359Z] Stashed 23 file(s) [Pipeline] echo [2020-07-23T04:30:26.361Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-07-23T04:30:26.811Z] ========================================================= [2020-07-23T04:30:26.811Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-23T04:30:26.811Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:30:27.148Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-23T04:30:30.471Z] Sending build context to Docker daemon 323.2MB [2020-07-23T04:30:30.471Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:30:30.471Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:30:30.471Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-23T04:30:30.471Z] df20fa9351a1: Pulling fs layer [2020-07-23T04:30:30.471Z] ed8968b2872e: Pulling fs layer [2020-07-23T04:30:30.471Z] a92cc7c5fd73: Pulling fs layer [2020-07-23T04:30:30.471Z] 2dd03ba5bac4: Pulling fs layer [2020-07-23T04:30:30.471Z] 1e091d79d1de: Pulling fs layer [2020-07-23T04:30:30.471Z] 481702a1767f: Pulling fs layer [2020-07-23T04:30:30.471Z] f64a6f60c768: Pulling fs layer [2020-07-23T04:30:30.471Z] e78d2573fc39: Pulling fs layer [2020-07-23T04:30:30.471Z] e876d2f968b6: Pulling fs layer [2020-07-23T04:30:30.471Z] ce8a83651883: Pulling fs layer [2020-07-23T04:30:30.471Z] 07967f4d0e4b: Pulling fs layer [2020-07-23T04:30:30.471Z] 2dd03ba5bac4: Waiting [2020-07-23T04:30:30.471Z] 1e091d79d1de: Waiting [2020-07-23T04:30:30.471Z] 481702a1767f: Waiting [2020-07-23T04:30:30.471Z] f64a6f60c768: Waiting [2020-07-23T04:30:30.471Z] e78d2573fc39: Waiting [2020-07-23T04:30:30.471Z] e876d2f968b6: Waiting [2020-07-23T04:30:30.471Z] ce8a83651883: Waiting [2020-07-23T04:30:30.471Z] 07967f4d0e4b: Waiting [2020-07-23T04:30:30.471Z] a92cc7c5fd73: Verifying Checksum [2020-07-23T04:30:30.471Z] a92cc7c5fd73: Download complete [2020-07-23T04:30:30.471Z] ed8968b2872e: Verifying Checksum [2020-07-23T04:30:30.471Z] ed8968b2872e: Download complete [2020-07-23T04:30:30.471Z] 1e091d79d1de: Download complete [2020-07-23T04:30:30.741Z] 481702a1767f: Verifying Checksum [2020-07-23T04:30:30.741Z] 481702a1767f: Download complete [2020-07-23T04:30:30.741Z] df20fa9351a1: Verifying Checksum [2020-07-23T04:30:31.018Z] df20fa9351a1: Pull complete [2020-07-23T04:30:31.604Z] ed8968b2872e: Pull complete [2020-07-23T04:30:31.604Z] a92cc7c5fd73: Pull complete [2020-07-23T04:30:31.873Z] f64a6f60c768: Verifying Checksum [2020-07-23T04:30:31.873Z] f64a6f60c768: Download complete [2020-07-23T04:30:31.873Z] e876d2f968b6: Verifying Checksum [2020-07-23T04:30:31.873Z] e876d2f968b6: Download complete [2020-07-23T04:30:32.451Z] ce8a83651883: Verifying Checksum [2020-07-23T04:30:32.451Z] ce8a83651883: Download complete [2020-07-23T04:30:32.451Z] e78d2573fc39: Verifying Checksum [2020-07-23T04:30:32.451Z] e78d2573fc39: Download complete [2020-07-23T04:30:32.451Z] 2dd03ba5bac4: Verifying Checksum [2020-07-23T04:30:32.451Z] 2dd03ba5bac4: Download complete [2020-07-23T04:30:32.451Z] 07967f4d0e4b: Verifying Checksum [2020-07-23T04:30:37.762Z] 2dd03ba5bac4: Pull complete [2020-07-23T04:30:38.023Z] 1e091d79d1de: Pull complete [2020-07-23T04:30:38.023Z] 481702a1767f: Pull complete [2020-07-23T04:30:41.611Z] Still waiting to schedule task [2020-07-23T04:30:41.611Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-23T04:30:46.185Z] f64a6f60c768: Pull complete [2020-07-23T04:30:48.123Z] e78d2573fc39: Pull complete [2020-07-23T04:30:48.385Z] e876d2f968b6: Pull complete [2020-07-23T04:30:49.336Z] ce8a83651883: Pull complete [2020-07-23T04:30:49.336Z] 07967f4d0e4b: Pull complete [2020-07-23T04:30:49.597Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-23T04:30:49.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-23T04:30:49.597Z] ---> 5d7c900382c6 [2020-07-23T04:30:49.597Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-23T04:30:50.981Z] ---> Running in 3418d120a46b [2020-07-23T04:30:51.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:30:52.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:30:53.080Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:30:53.080Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:30:53.341Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:30:53.341Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:31:11.466Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:31:11.466Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:31:11.466Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:31:11.466Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:31:11.466Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:31:11.466Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:31:11.466Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:31:11.466Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:31:11.466Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:31:11.466Z] OK: 233 MiB in 51 packages [2020-07-23T04:31:14.787Z] Removing intermediate container 3418d120a46b [2020-07-23T04:31:14.787Z] ---> 7474b2488758 [2020-07-23T04:31:14.787Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:31:14.787Z] ---> Running in b9699f3a0811 [2020-07-23T04:31:14.787Z] Removing intermediate container b9699f3a0811 [2020-07-23T04:31:14.787Z] ---> e65718c90ea0 [2020-07-23T04:31:14.787Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:31:15.051Z] latest: Pulling from library/docker [2020-07-23T04:31:15.051Z] df20fa9351a1: Already exists [2020-07-23T04:31:15.051Z] 25ad7478873d: Pulling fs layer [2020-07-23T04:31:15.051Z] 4684f6177b5d: Pulling fs layer [2020-07-23T04:31:15.051Z] 46e300cec669: Pulling fs layer [2020-07-23T04:31:15.051Z] 63038576ad94: Pulling fs layer [2020-07-23T04:31:15.051Z] 0fdb76c4706c: Pulling fs layer [2020-07-23T04:31:15.051Z] cb7edeffdfd5: Pulling fs layer [2020-07-23T04:31:15.051Z] 63038576ad94: Waiting [2020-07-23T04:31:15.051Z] 0fdb76c4706c: Waiting [2020-07-23T04:31:15.051Z] cb7edeffdfd5: Waiting [2020-07-23T04:31:15.317Z] 4684f6177b5d: Verifying Checksum [2020-07-23T04:31:15.317Z] 4684f6177b5d: Download complete [2020-07-23T04:31:15.317Z] 25ad7478873d: Verifying Checksum [2020-07-23T04:31:15.317Z] 25ad7478873d: Download complete [2020-07-23T04:31:15.317Z] 63038576ad94: Verifying Checksum [2020-07-23T04:31:15.317Z] 63038576ad94: Download complete [2020-07-23T04:31:15.317Z] 0fdb76c4706c: Verifying Checksum [2020-07-23T04:31:15.317Z] 0fdb76c4706c: Download complete [2020-07-23T04:31:15.589Z] cb7edeffdfd5: Verifying Checksum [2020-07-23T04:31:15.589Z] cb7edeffdfd5: Download complete [2020-07-23T04:31:15.589Z] 25ad7478873d: Pull complete [2020-07-23T04:31:15.589Z] 4684f6177b5d: Pull complete [2020-07-23T04:31:16.170Z] 46e300cec669: Verifying Checksum [2020-07-23T04:31:16.170Z] 46e300cec669: Download complete [2020-07-23T04:31:18.087Z] 46e300cec669: Pull complete [2020-07-23T04:31:18.349Z] 63038576ad94: Pull complete [2020-07-23T04:31:18.349Z] 0fdb76c4706c: Pull complete [2020-07-23T04:31:18.612Z] cb7edeffdfd5: Pull complete [2020-07-23T04:31:18.612Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:31:18.612Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:31:20.537Z] ---> 103309a92d19 [2020-07-23T04:31:20.537Z] Step 6/7 : COPY go.mod . [2020-07-23T04:31:20.537Z] ---> f529042f6a82 [2020-07-23T04:31:20.537Z] Step 7/7 : RUN go mod download [2020-07-23T04:31:20.537Z] ---> Running in 8ee2adf49488 [2020-07-23T04:31:22.548Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:31:22.548Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:31:22.548Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:31:22.548Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:31:22.808Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:31:22.808Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:31:22.808Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:31:22.808Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:31:22.808Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:31:22.808Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:31:22.808Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:31:22.808Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:31:22.808Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:31:22.808Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:31:23.069Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:31:23.069Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:31:23.069Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:31:23.069Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:31:23.069Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:31:23.069Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:31:23.069Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:31:23.069Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:31:23.069Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:31:23.329Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:31:23.329Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:31:23.329Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:31:23.329Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:31:23.329Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:31:23.329Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:31:23.329Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:31:23.329Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:31:23.329Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:31:23.329Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:31:23.330Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:31:23.330Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:31:23.591Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:31:23.852Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:31:23.852Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:31:23.852Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:31:23.852Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:31:23.852Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:31:23.852Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:31:23.852Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:31:23.852Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:31:23.852Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:31:23.852Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:31:23.852Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:31:23.852Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:31:23.852Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:31:24.117Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:31:24.117Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:31:24.117Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:31:24.117Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:31:24.117Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:31:24.380Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:31:24.380Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:31:24.380Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:31:24.380Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:31:24.380Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:31:24.380Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:31:24.380Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:31:24.380Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:31:24.380Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:31:24.380Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:31:24.380Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:31:24.380Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:31:24.380Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:31:24.641Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:31:24.641Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:31:24.641Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:31:24.641Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:31:24.641Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:31:24.641Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:31:24.642Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:31:24.642Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:31:24.642Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:31:39.630Z] Removing intermediate container 8ee2adf49488 [2020-07-23T04:31:39.630Z] ---> 41436662df1c [2020-07-23T04:31:39.630Z] Successfully built 41436662df1c [2020-07-23T04:31:39.630Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:31:40.210Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-23T04:31:40.210Z] . [Pipeline] withDockerContainer [2020-07-23T04:31:40.320Z] prd-centos7-docker-4c-2g-677 does not seem to be running inside a container [2020-07-23T04:31:40.375Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-07-23T04:31:41.224Z] $ docker top 33932e977c9349eb76a804b2b881a22f8d7ab09fba3f2f8dd0c6f81429906ea6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:31:41.715Z] + go version [2020-07-23T04:31:41.715Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-23T04:31:41.726Z] ========================================================= [2020-07-23T04:31:41.726Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:31:41.726Z] ========================================================= [Pipeline] sh [2020-07-23T04:31:42.012Z] + make test raml_verify [2020-07-23T04:31:42.012Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:31:43.933Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:31:54.053Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:31:59.442Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:31:59.442Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:32:00.023Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:32:00.305Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:32:00.581Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:32:00.581Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:32:00.581Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:32:07.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.017s coverage: 46.6% of statements [2020-07-23T04:32:07.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:32:07.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:32:07.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:32:07.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:32:07.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:32:08.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.078s coverage: 27.4% of statements [2020-07-23T04:32:08.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:32:08.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:32:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:32:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:32:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:32:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:32:08.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-07-23T04:32:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:32:08.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-07-23T04:32:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:32:10.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.071s coverage: 29.3% of statements [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:32:10.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.039s coverage: 100.0% of statements [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:32:10.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-07-23T04:32:10.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:32:10.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.016s coverage: 89.8% of statements [2020-07-23T04:32:10.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:32:11.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:32:11.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:32:11.346Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:32:11.346Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2020-07-23T04:32:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.053s coverage: 63.5% of statements [2020-07-23T04:32:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:32:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:32:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.007s coverage: 100.0% of statements [2020-07-23T04:32:13.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements [2020-07-23T04:32:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:32:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:32:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:32:13.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.708s coverage: 86.3% of statements [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.382s coverage: 72.2% of statements [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.179s coverage: 72.1% of statements [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.009s coverage: 48.4% of statements [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.014s coverage: 28.8% of statements [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.013s coverage: 96.8% of statements [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:32:21.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 26.9% of statements [2020-07-23T04:32:21.555Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.096s coverage: 84.1% of statements [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.008s coverage: 43.1% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.027s coverage: 100.0% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.080s coverage: 46.1% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.063s coverage: 100.0% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:32:21.556Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2020-07-23T04:32:21.556Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:32:22.012Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-685 in /w/workspace/edgexfoundry_edgex-go_PR-2631 [Pipeline] { [Pipeline] ws [2020-07-23T04:32:22.050Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:32:24.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:32:24.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-07-23T04:32:24.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-07-23T04:32:24.718Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements [2020-07-23T04:32:24.979Z] GO111MODULE=on go vet ./... [2020-07-23T04:32:27.337Z] using credential edgex-jenkins-ssh [2020-07-23T04:32:27.399Z] Cloning the remote Git repository [2020-07-23T04:32:27.399Z] Cloning with configured refspecs honoured and without tags [2020-07-23T04:32:27.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:32:27.578Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2020-07-23T04:32:27.650Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:32:27.652Z] > git --version # timeout=10 [2020-07-23T04:32:27.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:32:27.750Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:32:31.626Z] gofmt -l . [2020-07-23T04:32:31.626Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:32:32.198Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:32:32.772Z] ./bin/test-attribution-txt.sh [2020-07-23T04:32:34.158Z] docker run --rm --privileged \ [2020-07-23T04:32:34.158Z] -v /w/workspace/edgex-go/9:/raml-verification -w /raml-verification \ [2020-07-23T04:32:34.158Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-23T04:32:34.158Z] /scripts/raml-verify.sh [2020-07-23T04:32:34.424Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-23T04:32:34.424Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:32:34.424Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-23T04:32:34.424Z] bd07af9ed1a4: Pulling fs layer [2020-07-23T04:32:34.424Z] 3556ccf180b2: Pulling fs layer [2020-07-23T04:32:34.424Z] 089d4748da74: Pulling fs layer [2020-07-23T04:32:34.424Z] c6eb57c77bc5: Pulling fs layer [2020-07-23T04:32:34.424Z] 0364d5097239: Pulling fs layer [2020-07-23T04:32:34.424Z] 089d4748da74: Waiting [2020-07-23T04:32:34.424Z] c6eb57c77bc5: Waiting [2020-07-23T04:32:34.424Z] 0364d5097239: Waiting [2020-07-23T04:32:34.688Z] 3556ccf180b2: Verifying Checksum [2020-07-23T04:32:34.688Z] 3556ccf180b2: Download complete [2020-07-23T04:32:34.688Z] cbdbe7a5bc2a: Download complete [2020-07-23T04:32:34.688Z] 089d4748da74: Verifying Checksum [2020-07-23T04:32:34.688Z] 089d4748da74: Download complete [2020-07-23T04:32:34.688Z] 0364d5097239: Verifying Checksum [2020-07-23T04:32:34.688Z] 0364d5097239: Download complete [2020-07-23T04:32:34.688Z] c6eb57c77bc5: Verifying Checksum [2020-07-23T04:32:34.688Z] c6eb57c77bc5: Download complete [2020-07-23T04:32:34.956Z] bd07af9ed1a4: Verifying Checksum [2020-07-23T04:32:34.956Z] bd07af9ed1a4: Download complete [2020-07-23T04:32:34.956Z] cbdbe7a5bc2a: Pull complete [2020-07-23T04:32:36.885Z] bd07af9ed1a4: Pull complete [2020-07-23T04:32:38.282Z] 3556ccf180b2: Pull complete [2020-07-23T04:32:38.282Z] 089d4748da74: Pull complete [2020-07-23T04:32:39.682Z] c6eb57c77bc5: Pull complete [2020-07-23T04:32:40.295Z] 0364d5097239: Pull complete [2020-07-23T04:32:40.295Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-23T04:32:40.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-23T04:32:46.972Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:32:46.972Z] OK [2020-07-23T04:32:46.972Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:32:47.668Z] Fetching without tags [2020-07-23T04:32:47.913Z] OK [2020-07-23T04:32:47.914Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:32:48.286Z] Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 [2020-07-23T04:32:47.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:32:47.581Z] > git config --add remote.origin.fetch +refs/pull/2631/head:refs/remotes/origin/PR-2631 # timeout=10 [2020-07-23T04:32:47.604Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:32:47.635Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:32:47.682Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:32:47.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:32:47.698Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2631/head:refs/remotes/origin/PR-2631 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:32:48.317Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:32:48.345Z] > git checkout -f 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # timeout=10 [2020-07-23T04:32:49.115Z] Merge succeeded, producing 0a610d87eceaebb74b8b33b9613b5d4336e3ff5b [2020-07-23T04:32:49.116Z] Checking out Revision 0a610d87eceaebb74b8b33b9613b5d4336e3ff5b (PR-2631) [2020-07-23T04:32:49.827Z] OK [2020-07-23T04:32:49.827Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:32:50.399Z] OK [2020-07-23T04:32:50.400Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:32:48.671Z] > git remote # timeout=10 [2020-07-23T04:32:48.700Z] > git config --get remote.origin.url # timeout=10 [2020-07-23T04:32:48.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:32:48.725Z] > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [2020-07-23T04:32:49.085Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-23T04:32:49.120Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:32:49.149Z] > git checkout -f 0a610d87eceaebb74b8b33b9613b5d4336e3ff5b # timeout=10 [2020-07-23T04:32:51.787Z] OK [2020-07-23T04:32:51.787Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:32:52.729Z] OK [2020-07-23T04:32:52.729Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:32:53.301Z] OK [2020-07-23T04:32:53.393Z] Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" [2020-07-23T04:32:53.398Z] > git rev-list --no-walk 0cec6d0e9497e2829ae9c6be0ee2173817ecccb3 # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2020-07-23T04:32:53.871Z] + ls -al . [2020-07-23T04:32:53.872Z] total 556 [2020-07-23T04:32:53.872Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:32 . [2020-07-23T04:32:53.872Z] drwxr-xr-x 4 root root 28 Jul 23 04:31 .. [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:29 .dockerignore [2020-07-23T04:32:53.872Z] drwxrwxr-x 8 1001 1001 179 Jul 23 04:29 .git [2020-07-23T04:32:53.872Z] drwxrwxr-x 3 1001 1001 60 Jul 23 04:29 .github [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:29 .gitignore [2020-07-23T04:32:53.872Z] drwx------ 3 1001 1001 47 Jul 23 04:30 .semver [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:29 .sonarcloud.properties [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:29 CONTRIBUTING.md [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:29 Dockerfile.build [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:29 Jenkinsfile [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:29 LICENSE [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:29 Makefile [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:29 README.md [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:29 SECURITY.md [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:30 VERSION [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:29 ZMQWindows.md [2020-07-23T04:32:53.872Z] drwxrwxr-x 4 1001 1001 33 Jul 23 04:29 api [2020-07-23T04:32:53.872Z] drwxrwxr-x 2 1001 1001 117 Jul 23 04:29 bin [2020-07-23T04:32:53.872Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:29 cmd [2020-07-23T04:32:53.872Z] -rw-r--r-- 1 root root 456067 Jul 23 04:32 coverage.out [2020-07-23T04:32:53.872Z] -rw-r--r-- 1 root root 1019 Jul 23 04:32 go.mod [2020-07-23T04:32:53.872Z] -rw-r--r-- 1 root root 18146 Jul 23 04:32 go.sum [2020-07-23T04:32:53.872Z] drwxrwxr-x 8 1001 1001 127 Jul 23 04:29 internal [2020-07-23T04:32:53.872Z] drwxrwxr-x 4 1001 1001 71 Jul 23 04:29 snap [2020-07-23T04:32:53.872Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:29 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-23T04:32:54.185Z] + '[' -e coverage.out ] [2020-07-23T04:32:54.185Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:32:54.322Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:32:54.620Z] + make build [2020-07-23T04:32:54.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:33:01.268Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:33:05.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:33:06.470Z] 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 [Pipeline] echo [2020-07-23T04:33:06.479Z] ========================================================= [2020-07-23T04:33:06.479Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-23T04:33:06.479Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:33:07.321Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-23T04:33:07.856Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:33:09.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:33:10.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:33:11.659Z] Sending build context to Docker daemon 323.2MB [2020-07-23T04:33:11.659Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:33:11.659Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:33:11.659Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-23T04:33:11.659Z] b538f80385f9: Pulling fs layer [2020-07-23T04:33:11.659Z] 74f711af9a0d: Pulling fs layer [2020-07-23T04:33:11.659Z] 99f96fe45779: Pulling fs layer [2020-07-23T04:33:11.659Z] fd7a069fd194: Pulling fs layer [2020-07-23T04:33:11.659Z] 66aa3694b03b: Pulling fs layer [2020-07-23T04:33:11.659Z] 170f70906a0f: Pulling fs layer [2020-07-23T04:33:11.659Z] ad7c5574e4b9: Pulling fs layer [2020-07-23T04:33:11.659Z] e772456be8f7: Pulling fs layer [2020-07-23T04:33:11.659Z] c890913d741a: Pulling fs layer [2020-07-23T04:33:11.659Z] 2480fcc9aa5a: Pulling fs layer [2020-07-23T04:33:11.659Z] 09adf4765672: Pulling fs layer [2020-07-23T04:33:11.659Z] fd7a069fd194: Waiting [2020-07-23T04:33:11.659Z] 66aa3694b03b: Waiting [2020-07-23T04:33:11.659Z] 170f70906a0f: Waiting [2020-07-23T04:33:11.659Z] ad7c5574e4b9: Waiting [2020-07-23T04:33:11.659Z] e772456be8f7: Waiting [2020-07-23T04:33:11.659Z] c890913d741a: Waiting [2020-07-23T04:33:11.659Z] 2480fcc9aa5a: Waiting [2020-07-23T04:33:11.659Z] 09adf4765672: Waiting [2020-07-23T04:33:11.659Z] 99f96fe45779: Verifying Checksum [2020-07-23T04:33:11.659Z] 99f96fe45779: Download complete [2020-07-23T04:33:11.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:33:11.934Z] 74f711af9a0d: Verifying Checksum [2020-07-23T04:33:11.934Z] 74f711af9a0d: Download complete [2020-07-23T04:33:11.934Z] 66aa3694b03b: Verifying Checksum [2020-07-23T04:33:11.934Z] 66aa3694b03b: Download complete [2020-07-23T04:33:11.934Z] 170f70906a0f: Verifying Checksum [2020-07-23T04:33:11.934Z] 170f70906a0f: Download complete [2020-07-23T04:33:11.934Z] b538f80385f9: Download complete [2020-07-23T04:33:12.533Z] b538f80385f9: Pull complete [2020-07-23T04:33:13.140Z] 74f711af9a0d: Pull complete [2020-07-23T04:33:13.417Z] 99f96fe45779: Pull complete [2020-07-23T04:33:13.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:33:14.857Z] ad7c5574e4b9: Verifying Checksum [2020-07-23T04:33:14.857Z] ad7c5574e4b9: Download complete [2020-07-23T04:33:14.857Z] c890913d741a: Verifying Checksum [2020-07-23T04:33:14.857Z] c890913d741a: Download complete [2020-07-23T04:33:15.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:33:16.307Z] 2480fcc9aa5a: Verifying Checksum [2020-07-23T04:33:16.307Z] 2480fcc9aa5a: Download complete [2020-07-23T04:33:16.307Z] 09adf4765672: Download complete [2020-07-23T04:33:16.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:33:16.910Z] e772456be8f7: Verifying Checksum [2020-07-23T04:33:16.910Z] e772456be8f7: Download complete [2020-07-23T04:33:17.511Z] fd7a069fd194: Verifying Checksum [2020-07-23T04:33:17.511Z] fd7a069fd194: Download complete [2020-07-23T04:33:18.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:33:19.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-23T04:33:20.751Z] $ docker stop --time=1 33932e977c9349eb76a804b2b881a22f8d7ab09fba3f2f8dd0c6f81429906ea6 [2020-07-23T04:33:22.465Z] $ docker rm -f 33932e977c9349eb76a804b2b881a22f8d7ab09fba3f2f8dd0c6f81429906ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:33:25.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:33:25.476Z] [2020-07-23T04:33:25.476Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:33:25.822Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:33:25.822Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-23T04:33:25.822Z] cbdbe7a5bc2a: Already exists [2020-07-23T04:33:25.822Z] ca9280d653b3: Pulling fs layer [2020-07-23T04:33:25.822Z] 7e9c9ca2126c: Pulling fs layer [2020-07-23T04:33:26.091Z] ca9280d653b3: Verifying Checksum [2020-07-23T04:33:26.091Z] ca9280d653b3: Download complete [2020-07-23T04:33:27.062Z] 7e9c9ca2126c: Download complete [2020-07-23T04:33:27.333Z] ca9280d653b3: Pull complete [2020-07-23T04:33:29.961Z] fd7a069fd194: Pull complete [2020-07-23T04:33:29.961Z] 66aa3694b03b: Pull complete [2020-07-23T04:33:29.961Z] 170f70906a0f: Pull complete [2020-07-23T04:33:33.364Z] ad7c5574e4b9: Pull complete [2020-07-23T04:33:33.949Z] 7e9c9ca2126c: Pull complete [2020-07-23T04:33:33.949Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-23T04:33:33.949Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:33:33.949Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-23T04:33:34.146Z] prd-centos7-docker-4c-2g-677 does not seem to be running inside a container [2020-07-23T04:33:34.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-23T04:33:37.749Z] $ docker top b2aa55b2f3d5562b3e77ef821022ac6465b301e41b480ce65f19b289f6f8e655 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:33:38.244Z] + docker-compose build --help [2020-07-23T04:33:38.244Z] + grep parallel [2020-07-23T04:33:38.779Z] e772456be8f7: Pull complete [2020-07-23T04:33:38.779Z] c890913d741a: Pull complete [2020-07-23T04:33:39.189Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:33:39.461Z] $ docker stop --time=1 b2aa55b2f3d5562b3e77ef821022ac6465b301e41b480ce65f19b289f6f8e655 [2020-07-23T04:33:40.797Z] 2480fcc9aa5a: Pull complete [2020-07-23T04:33:40.815Z] $ docker rm -f b2aa55b2f3d5562b3e77ef821022ac6465b301e41b480ce65f19b289f6f8e655 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-07-23T04:33:41.071Z] 09adf4765672: Pull complete [2020-07-23T04:33:41.071Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:33:41.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-23T04:33:41.345Z] ---> 2248a725d1cf [2020-07-23T04:33:41.346Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-23T04:33:41.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:33:41.395Z] . [Pipeline] withDockerContainer [2020-07-23T04:33:41.487Z] prd-centos7-docker-4c-2g-677 does not seem to be running inside a container [2020-07-23T04:33:41.530Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-07-23T04:33:42.229Z] $ docker top a88238e9eae13a6378fbbe416183e543c03699b27d8292f947ac5085433b17ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:33:42.717Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:33:43.661Z] Building docker-core-command-go ... [2020-07-23T04:33:43.661Z] Building docker-core-data-go ... [2020-07-23T04:33:43.661Z] Building docker-core-metadata-go ... [2020-07-23T04:33:43.661Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:33:43.661Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:33:43.661Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:33:43.661Z] Building docker-support-logging-go ... [2020-07-23T04:33:43.661Z] Building docker-support-notifications-go ... [2020-07-23T04:33:43.661Z] Building docker-support-scheduler-go ... [2020-07-23T04:33:43.661Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:33:43.661Z] Building docker-core-command-go [2020-07-23T04:33:43.661Z] Building docker-security-secretstore-setup-go [2020-07-23T04:33:43.661Z] Building docker-sys-mgmt-agent-go [2020-07-23T04:33:43.661Z] Building docker-support-notifications-go [2020-07-23T04:33:43.661Z] Building docker-support-scheduler-go [2020-07-23T04:33:48.078Z] ---> Running in c97680bc1cb1 [2020-07-23T04:33:48.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:33:49.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:33:50.244Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:33:50.517Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:33:50.517Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:33:50.517Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:33:52.522Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:33:52.522Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:33:52.522Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:33:52.794Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:33:52.794Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:33:52.794Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:33:53.065Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:33:53.065Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:33:53.338Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:33:53.338Z] OK: 217 MiB in 51 packages [2020-07-23T04:33:57.642Z] Removing intermediate container c97680bc1cb1 [2020-07-23T04:33:57.642Z] ---> 47da69a7665b [2020-07-23T04:33:57.642Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:33:57.642Z] ---> Running in 07ea4b86833e [2020-07-23T04:33:58.232Z] Removing intermediate container 07ea4b86833e [2020-07-23T04:33:58.232Z] ---> c607db9a3a66 [2020-07-23T04:33:58.232Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:33:58.500Z] latest: Pulling from library/docker [2020-07-23T04:33:58.500Z] b538f80385f9: Already exists [2020-07-23T04:33:58.500Z] 259a493cd78d: Pulling fs layer [2020-07-23T04:33:58.500Z] b8e66b5100f5: Pulling fs layer [2020-07-23T04:33:58.500Z] 39dc9c94d07c: Pulling fs layer [2020-07-23T04:33:58.500Z] 551b823b3b82: Pulling fs layer [2020-07-23T04:33:58.500Z] 3c52a74df98c: Pulling fs layer [2020-07-23T04:33:58.500Z] 6c9b121b6998: Pulling fs layer [2020-07-23T04:33:58.500Z] 551b823b3b82: Waiting [2020-07-23T04:33:58.500Z] 6c9b121b6998: Waiting [2020-07-23T04:33:58.500Z] 3c52a74df98c: Waiting [2020-07-23T04:33:58.771Z] b8e66b5100f5: Verifying Checksum [2020-07-23T04:33:58.771Z] 259a493cd78d: Verifying Checksum [2020-07-23T04:33:58.771Z] 551b823b3b82: Verifying Checksum [2020-07-23T04:33:58.771Z] 551b823b3b82: Download complete [2020-07-23T04:33:59.044Z] 3c52a74df98c: Verifying Checksum [2020-07-23T04:33:59.044Z] 3c52a74df98c: Download complete [2020-07-23T04:33:59.044Z] 6c9b121b6998: Verifying Checksum [2020-07-23T04:33:59.044Z] 6c9b121b6998: Download complete [2020-07-23T04:33:59.316Z] 259a493cd78d: Pull complete [2020-07-23T04:33:59.917Z] b8e66b5100f5: Pull complete [2020-07-23T04:33:59.917Z] 39dc9c94d07c: Verifying Checksum [2020-07-23T04:33:59.917Z] 39dc9c94d07c: Download complete [2020-07-23T04:34:03.299Z] 39dc9c94d07c: Pull complete [2020-07-23T04:34:03.299Z] 551b823b3b82: Pull complete [2020-07-23T04:34:03.299Z] 3c52a74df98c: Pull complete [2020-07-23T04:34:03.572Z] 6c9b121b6998: Pull complete [2020-07-23T04:34:03.845Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:34:03.845Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:34:07.262Z] ---> 8a5ec6c84772 [2020-07-23T04:34:07.262Z] Step 6/7 : COPY go.mod . [2020-07-23T04:34:08.272Z] ---> 2412e07eb3a4 [2020-07-23T04:34:08.272Z] Step 7/7 : RUN go mod download [2020-07-23T04:34:08.272Z] ---> Running in 586c8a4f382e [2020-07-23T04:34:11.707Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:34:11.707Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:34:11.707Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:34:11.707Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:34:11.707Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:34:11.707Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:34:11.707Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:34:11.707Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:34:11.707Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:34:11.707Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:34:11.707Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:34:11.707Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:34:11.707Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:34:11.707Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:34:11.707Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:34:11.707Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:34:11.707Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:34:11.707Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:34:11.984Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:34:11.984Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:34:11.984Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:34:11.984Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:34:11.984Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:34:11.984Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:34:11.984Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:34:11.984Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:34:12.260Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:34:12.260Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:34:12.260Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:34:12.260Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:34:12.260Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:34:12.260Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:34:12.544Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:34:12.544Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:34:12.544Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:34:12.816Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:34:12.816Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:34:12.816Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:34:12.816Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:34:12.816Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:34:12.816Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:34:12.816Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:34:12.816Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:34:12.816Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:34:12.816Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:34:12.816Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:34:12.816Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:34:13.088Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:34:13.088Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:34:13.088Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:34:13.088Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:34:13.088Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:34:13.088Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:34:13.088Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:34:13.088Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:34:13.088Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:34:13.088Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:34:13.088Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:34:13.088Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:34:13.361Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:34:13.361Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:34:13.361Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:34:13.361Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:34:13.361Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:34:13.361Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:34:13.361Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:34:13.361Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:34:13.361Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:34:13.361Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:34:13.361Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:34:13.636Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:34:13.636Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:34:13.636Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:34:13.636Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:34:13.636Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:34:13.636Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:34:13.636Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:34:15.859Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:34:15.859Z] [2020-07-23T04:34:15.859Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:34:15.859Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:34:15.859Z] ---> 41436662df1c [2020-07-23T04:34:15.859Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:34:15.859Z] ---> 41436662df1c [2020-07-23T04:34:15.859Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:34:15.859Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:34:15.859Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:34:15.859Z] ---> 41436662df1c [2020-07-23T04:34:15.859Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:34:15.859Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:34:15.859Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:34:15.859Z] ---> 41436662df1c [2020-07-23T04:34:15.859Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:34:15.859Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:34:15.859Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:34:15.859Z] ---> 41436662df1c [2020-07-23T04:34:15.859Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:34:15.859Z] ---> Running in c543fa94efd7 [2020-07-23T04:34:15.859Z] ---> Running in 265f13e3657f [2020-07-23T04:34:15.859Z] ---> Running in 7e9fbc0bcf40 [2020-07-23T04:34:15.859Z] ---> Running in 0544e06da4af [2020-07-23T04:34:15.859Z] ---> Running in fb994e63d77c [2020-07-23T04:34:15.859Z] Removing intermediate container 0544e06da4af [2020-07-23T04:34:15.859Z] ---> ac947625a80e [2020-07-23T04:34:15.859Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:34:15.859Z] Removing intermediate container 7e9fbc0bcf40 [2020-07-23T04:34:15.859Z] ---> d87bc0f4cfbd [2020-07-23T04:34:15.859Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:34:15.859Z] Removing intermediate container c543fa94efd7 [2020-07-23T04:34:15.859Z] ---> 1ba9edaed7df [2020-07-23T04:34:15.859Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:34:15.859Z] Removing intermediate container fb994e63d77c [2020-07-23T04:34:15.859Z] ---> 52b569c0456a [2020-07-23T04:34:15.859Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:34:15.859Z] Removing intermediate container 265f13e3657f [2020-07-23T04:34:15.859Z] ---> 1b525b326492 [2020-07-23T04:34:15.859Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:34:15.859Z] ---> Running in 872a007e67d2 [2020-07-23T04:34:15.859Z] ---> Running in 72323a7c724b [2020-07-23T04:34:15.859Z] ---> Running in 2688ac5dd35f [2020-07-23T04:34:15.859Z] ---> Running in 00fbf24972fd [2020-07-23T04:34:15.859Z] ---> Running in 3f94b1f7a500 [2020-07-23T04:34:15.859Z] Removing intermediate container 872a007e67d2 [2020-07-23T04:34:15.859Z] ---> 029b8b719839 [2020-07-23T04:34:15.859Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:34:15.859Z] ---> Running in d376abef8e40 [2020-07-23T04:34:15.859Z] Removing intermediate container 72323a7c724b [2020-07-23T04:34:15.859Z] ---> d49736bd31b4 [2020-07-23T04:34:15.859Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:34:16.121Z] ---> Running in a67cfe009b01 [2020-07-23T04:34:16.121Z] Removing intermediate container 00fbf24972fd [2020-07-23T04:34:16.121Z] ---> 9f1fece65f4f [2020-07-23T04:34:16.121Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:34:16.383Z] Removing intermediate container 2688ac5dd35f [2020-07-23T04:34:16.383Z] ---> 131de7a4422f [2020-07-23T04:34:16.383Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:34:16.383Z] Removing intermediate container 3f94b1f7a500 [2020-07-23T04:34:16.383Z] ---> 59ecfc7a5a21 [2020-07-23T04:34:16.383Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:34:16.644Z] ---> Running in 8357d47e3f35 [2020-07-23T04:34:16.644Z] ---> Running in 6c63e5d28fcd [2020-07-23T04:34:16.644Z] ---> Running in 9a29afb609ee [2020-07-23T04:34:16.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:16.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.694Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:34:17.694Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:34:17.694Z] OK: 12749 distinct packages available [2020-07-23T04:34:17.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:17.955Z] OK: 233 MiB in 51 packages [2020-07-23T04:34:17.955Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:34:17.955Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:34:17.955Z] OK: 12749 distinct packages available [2020-07-23T04:34:18.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:18.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:34:18.219Z] OK: 233 MiB in 51 packages [2020-07-23T04:34:18.490Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:34:18.490Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:34:18.491Z] OK: 12749 distinct packages available [2020-07-23T04:34:18.491Z] Removing intermediate container d376abef8e40 [2020-07-23T04:34:18.491Z] ---> 80f3198921b0 [2020-07-23T04:34:18.491Z] Step 6/20 : COPY go.mod . [2020-07-23T04:34:18.760Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:34:18.760Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:34:18.760Z] OK: 12749 distinct packages available [2020-07-23T04:34:18.760Z] OK: 233 MiB in 51 packages [2020-07-23T04:34:18.760Z] Removing intermediate container a67cfe009b01 [2020-07-23T04:34:18.760Z] ---> d0a4b0370f1d [2020-07-23T04:34:18.760Z] Step 6/26 : COPY go.mod . [2020-07-23T04:34:18.760Z] ---> 2a82f6144d53 [2020-07-23T04:34:18.760Z] Step 7/20 : RUN go mod download [2020-07-23T04:34:19.027Z] ---> Running in 72f52676100a [2020-07-23T04:34:19.027Z] OK: 233 MiB in 51 packages [2020-07-23T04:34:19.027Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:34:19.027Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:34:19.027Z] OK: 12749 distinct packages available [2020-07-23T04:34:19.027Z] ---> 59c70c599bfb [2020-07-23T04:34:19.027Z] Step 7/26 : RUN go mod download [2020-07-23T04:34:19.305Z] OK: 233 MiB in 51 packages [2020-07-23T04:34:19.305Z] ---> Running in b41b2f92109a [2020-07-23T04:34:19.581Z] Removing intermediate container 6c63e5d28fcd [2020-07-23T04:34:19.581Z] ---> 1817f0b0a720 [2020-07-23T04:34:19.581Z] Step 6/21 : COPY go.mod . [2020-07-23T04:34:19.843Z] Removing intermediate container 9a29afb609ee [2020-07-23T04:34:19.843Z] ---> 9bed8f35b942 [2020-07-23T04:34:19.843Z] Step 6/23 : COPY go.mod . [2020-07-23T04:34:20.104Z] ---> fad8303eca02 [2020-07-23T04:34:20.104Z] Step 7/21 : RUN go mod download [2020-07-23T04:34:20.104Z] ---> Running in f50d93dfcbdd [2020-07-23T04:34:20.369Z] ---> 26e25118ec32 [2020-07-23T04:34:20.369Z] Step 7/23 : RUN go mod download [2020-07-23T04:34:20.369Z] Removing intermediate container 8357d47e3f35 [2020-07-23T04:34:20.369Z] ---> 79809b52266b [2020-07-23T04:34:20.369Z] Step 6/26 : COPY go.mod . [2020-07-23T04:34:20.640Z] ---> Running in f4b82767ec2e [2020-07-23T04:34:20.900Z] ---> 0ed327c56ffd [2020-07-23T04:34:20.900Z] Step 7/26 : RUN go mod download [2020-07-23T04:34:20.900Z] ---> Running in 2dcff28b3bef [2020-07-23T04:34:21.489Z] Removing intermediate container 72f52676100a [2020-07-23T04:34:21.489Z] ---> 57bb0ab15d01 [2020-07-23T04:34:21.489Z] Step 8/20 : COPY . . [2020-07-23T04:34:21.489Z] Removing intermediate container b41b2f92109a [2020-07-23T04:34:21.489Z] ---> 392600b32b81 [2020-07-23T04:34:21.489Z] Step 8/26 : COPY . . [2020-07-23T04:34:25.735Z] Removing intermediate container f50d93dfcbdd [2020-07-23T04:34:25.735Z] ---> f5e38393af5c [2020-07-23T04:34:25.735Z] Step 8/21 : COPY . . [2020-07-23T04:34:25.735Z] Removing intermediate container f4b82767ec2e [2020-07-23T04:34:25.735Z] ---> 8e2ebc0f30c1 [2020-07-23T04:34:25.735Z] Step 8/23 : COPY . . [2020-07-23T04:34:31.930Z] Removing intermediate container 586c8a4f382e [2020-07-23T04:34:31.930Z] ---> 5acf6929791a [2020-07-23T04:34:31.930Z] Successfully built 5acf6929791a [2020-07-23T04:34:31.930Z] 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-07-23T04:34:32.394Z] Removing intermediate container 2dcff28b3bef [2020-07-23T04:34:32.394Z] ---> 3a91f2c17fec [2020-07-23T04:34:32.394Z] Step 8/26 : COPY . . [2020-07-23T04:34:32.573Z] + docker inspect -f . ci-base-image-arm64 [2020-07-23T04:34:32.573Z] . [Pipeline] withDockerContainer [2020-07-23T04:34:32.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-685 does not seem to be running inside a container [2020-07-23T04:34:32.929Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-23T04:34:34.301Z] $ docker top 122b5ab748b8cf4cc2eb0a5aa178605f62f01f6280f02db8dffaff52e82a5b6e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:34:35.328Z] + go version [2020-07-23T04:34:35.328Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-23T04:34:35.348Z] ========================================================= [2020-07-23T04:34:35.348Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:34:35.348Z] ========================================================= [Pipeline] sh [2020-07-23T04:34:36.000Z] + make test raml_verify [2020-07-23T04:34:36.000Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:34:38.763Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:34:59.068Z] ---> f41553ac1a1e [2020-07-23T04:34:59.068Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:34:59.068Z] ---> dba21537e58c [2020-07-23T04:34:59.068Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:34:59.639Z] ---> 17a90e04a895 [2020-07-23T04:34:59.639Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:34:59.639Z] ---> 40e7f00f5931 [2020-07-23T04:34:59.639Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:34:59.908Z] ---> Running in 66958d55985a [2020-07-23T04:34:59.908Z] ---> Running in 0288e0bc7742 [2020-07-23T04:34:59.908Z] ---> Running in 184d323e0034 [2020-07-23T04:34:59.908Z] ---> Running in 0c344ba2d12c [2020-07-23T04:34:59.908Z] ---> 06e25d5ff329 [2020-07-23T04:34:59.908Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-23T04:35:00.171Z] ---> Running in bc4fb5b490b3 [2020-07-23T04:35:01.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:35:01.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:35:01.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:35:01.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:35:01.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:35:11.262Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:35:26.371Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.039s [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:35:26.371Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:35:26.970Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:35:27.943Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:35:27.943Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:35:27.943Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:35:28.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:35:33.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-23T04:35:37.023Z] Removing intermediate container 66958d55985a [2020-07-23T04:35:37.023Z] ---> 3b3096c2d10e [2020-07-23T04:35:37.023Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:35:37.023Z] ---> Running in 4772aa071015 [2020-07-23T04:35:38.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:35:38.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-07-23T04:35:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:35:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:35:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:35:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:35:38.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:35:44.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.4% of statements [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:35:44.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:35:44.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2020-07-23T04:35:44.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:35:46.212Z] Removing intermediate container 184d323e0034 [2020-07-23T04:35:46.212Z] ---> 4fa14a47e477 [2020-07-23T04:35:46.212Z] [2020-07-23T04:35:46.212Z] Step 10/20 : FROM scratch [2020-07-23T04:35:46.212Z] ---> [2020-07-23T04:35:46.212Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:35:46.212Z] Removing intermediate container 0288e0bc7742 [2020-07-23T04:35:46.212Z] ---> 11b1685fac1c [2020-07-23T04:35:46.212Z] [2020-07-23T04:35:46.212Z] Step 10/21 : FROM scratch [2020-07-23T04:35:46.212Z] ---> [2020-07-23T04:35:46.212Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:35:46.212Z] Removing intermediate container bc4fb5b490b3 [2020-07-23T04:35:46.212Z] ---> 03cfdfbf60d7 [2020-07-23T04:35:46.212Z] [2020-07-23T04:35:46.212Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:35:46.212Z] Removing intermediate container 0c344ba2d12c [2020-07-23T04:35:46.212Z] ---> bbc7bf1f52af [2020-07-23T04:35:46.212Z] [2020-07-23T04:35:46.212Z] Step 10/23 : FROM scratch [2020-07-23T04:35:46.212Z] ---> [2020-07-23T04:35:46.212Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:35:46.212Z] ---> Running in 21bfa689233f [2020-07-23T04:35:46.212Z] ---> Running in 5446ccd415c9 [2020-07-23T04:35:46.212Z] ---> Running in ca2dfcf8dbcd [2020-07-23T04:35:46.212Z] 3.10: Pulling from library/alpine [2020-07-23T04:35:46.825Z] Removing intermediate container ca2dfcf8dbcd [2020-07-23T04:35:46.825Z] ---> 3617c80f73e2 [2020-07-23T04:35:46.825Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:35:46.825Z] Removing intermediate container 21bfa689233f [2020-07-23T04:35:46.825Z] ---> 92458b1098b1 [2020-07-23T04:35:46.825Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:35:46.825Z] Removing intermediate container 5446ccd415c9 [2020-07-23T04:35:46.825Z] ---> e420f7eb34da [2020-07-23T04:35:46.825Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:35:46.825Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:35:46.825Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:35:46.825Z] ---> be4e4bea2c2e [2020-07-23T04:35:46.825Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:35:46.825Z] Removing intermediate container 4772aa071015 [2020-07-23T04:35:46.825Z] ---> 1879afbe5deb [2020-07-23T04:35:46.825Z] [2020-07-23T04:35:46.825Z] Step 11/26 : FROM docker:latest [2020-07-23T04:35:46.825Z] ---> 81f5749c9058 [2020-07-23T04:35:46.825Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:35:47.092Z] ---> Running in 30291b008907 [2020-07-23T04:35:47.092Z] ---> Running in 56c0cb5eac55 [2020-07-23T04:35:47.092Z] ---> Running in 5fbf5d342ace [2020-07-23T04:35:47.092Z] ---> Running in 58b2c6979215 [2020-07-23T04:35:47.092Z] ---> Running in 857f6c86fa41 [2020-07-23T04:35:47.358Z] Removing intermediate container 5fbf5d342ace [2020-07-23T04:35:47.358Z] ---> 4a20dcd93202 [2020-07-23T04:35:47.358Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:35:47.619Z] Removing intermediate container 56c0cb5eac55 [2020-07-23T04:35:47.619Z] ---> ee1f975f6dc7 [2020-07-23T04:35:47.619Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:35:47.619Z] Removing intermediate container 30291b008907 [2020-07-23T04:35:47.619Z] ---> 2bdb8dc4c839 [2020-07-23T04:35:47.619Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:35:47.619Z] ---> Running in ed2ed3fd7500 [2020-07-23T04:35:47.880Z] ---> Running in 2f28148a2419 [2020-07-23T04:35:47.880Z] ---> Running in e3c2347ebf40 [2020-07-23T04:35:48.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.251s coverage: 29.3% of statements [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:35:48.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.044s coverage: 100.0% of statements [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:35:48.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:35:48.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 89.8% of statements [2020-07-23T04:35:48.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:35:48.450Z] Removing intermediate container ed2ed3fd7500 [2020-07-23T04:35:48.450Z] ---> f5766378cbc2 [2020-07-23T04:35:48.450Z] Step 14/21 : WORKDIR / [2020-07-23T04:35:48.724Z] ---> Running in bd3845c2cb01 [2020-07-23T04:35:48.724Z] Removing intermediate container 2f28148a2419 [2020-07-23T04:35:48.724Z] ---> 413e2c21438b [2020-07-23T04:35:48.724Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:35:48.724Z] Removing intermediate container e3c2347ebf40 [2020-07-23T04:35:48.724Z] ---> ec1d7576dcc6 [2020-07-23T04:35:48.724Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:35:48.993Z] Removing intermediate container bd3845c2cb01 [2020-07-23T04:35:48.993Z] ---> 27a1776a7285 [2020-07-23T04:35:48.993Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:35:48.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:49.260Z] ---> 214d905c7761 [2020-07-23T04:35:49.260Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:35:49.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:49.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:49.260Z] ---> 6f431229bcc3 [2020-07-23T04:35:49.260Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:35:49.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:49.260Z] ---> cbe171af95e9 [2020-07-23T04:35:49.260Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:35:49.260Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:35:49.260Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:35:49.260Z] OK: 10346 distinct packages available [2020-07-23T04:35:49.527Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:35:49.527Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:35:49.527Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:35:49.527Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:35:49.527Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:35:49.527Z] OK: 12 MiB in 22 packages [2020-07-23T04:35:49.527Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:35:49.527Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:35:49.527Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:35:49.527Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:35:49.527Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:35:49.527Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:35:49.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:35:49.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.113s coverage: 100.0% of statements [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:35:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:35:49.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:35:49.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.022s coverage: 58.8% of statements [2020-07-23T04:35:49.795Z] OK: 7 MiB in 19 packages [2020-07-23T04:35:50.377Z] ---> 7ddd7b1fbafd [2020-07-23T04:35:50.377Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:35:50.377Z] ---> 84219e1615ce [2020-07-23T04:35:50.377Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:35:50.377Z] ---> c602175ee99e [2020-07-23T04:35:50.377Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:35:51.322Z] ---> c98c977a0976 [2020-07-23T04:35:51.322Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:35:51.583Z] Removing intermediate container 857f6c86fa41 [2020-07-23T04:35:51.583Z] ---> 6b773ea3ce81 [2020-07-23T04:35:51.583Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:35:51.583Z] ---> Running in a744fd0f1f5b [2020-07-23T04:35:51.583Z] ---> 9506454fc7d6 [2020-07-23T04:35:51.583Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:35:51.583Z] ---> acb92085a297 [2020-07-23T04:35:51.583Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:35:51.583Z] Removing intermediate container 58b2c6979215 [2020-07-23T04:35:51.583Z] ---> fa5765fe5e07 [2020-07-23T04:35:51.583Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:35:51.849Z] ---> Running in 14f3094597f8 [2020-07-23T04:35:51.849Z] ---> Running in 1f4397bf43d2 [2020-07-23T04:35:51.849Z] ---> Running in ead09ec71984 [2020-07-23T04:35:52.115Z] Removing intermediate container a744fd0f1f5b [2020-07-23T04:35:52.115Z] ---> 81d81bffe589 [2020-07-23T04:35:52.115Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:35:52.115Z] Removing intermediate container 14f3094597f8 [2020-07-23T04:35:52.115Z] ---> e7ee47db8e24 [2020-07-23T04:35:52.115Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:35:52.115Z] ---> 18b5097e99c8 [2020-07-23T04:35:52.115Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:35:52.389Z] ---> Running in ad152d2735ab [2020-07-23T04:35:52.389Z] Removing intermediate container ead09ec71984 [2020-07-23T04:35:52.389Z] ---> 37cd3bb6d84d [2020-07-23T04:35:52.389Z] Step 13/26 : WORKDIR / [2020-07-23T04:35:52.389Z] ---> Running in 37af6c7a490b [2020-07-23T04:35:52.389Z] ---> Running in 230862f61a5d [2020-07-23T04:35:52.658Z] Removing intermediate container ad152d2735ab [2020-07-23T04:35:52.658Z] ---> 48f092b54a9f [2020-07-23T04:35:52.658Z] Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:35:52.658Z] Removing intermediate container 37af6c7a490b [2020-07-23T04:35:52.658Z] ---> fb5c224a6eef [2020-07-23T04:35:52.658Z] Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:35:52.658Z] ---> Running in a4c4bf77b236 [2020-07-23T04:35:52.926Z] Removing intermediate container 230862f61a5d [2020-07-23T04:35:52.926Z] ---> 5661cc5bc721 [2020-07-23T04:35:52.926Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-23T04:35:52.926Z] ---> Running in e69ebd1f63d5 [2020-07-23T04:35:53.187Z] ---> 2598d5fbb201 [2020-07-23T04:35:53.187Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:35:53.187Z] Removing intermediate container a4c4bf77b236 [2020-07-23T04:35:53.187Z] ---> 62ac5b02425f [2020-07-23T04:35:53.187Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:35:53.450Z] Removing intermediate container e69ebd1f63d5 [2020-07-23T04:35:53.450Z] ---> a28aa541c48a [2020-07-23T04:35:53.451Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:35:53.451Z] ---> 73209219c65d [2020-07-23T04:35:53.451Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-23T04:35:53.451Z] ---> Running in 654fc1ac3b71 [2020-07-23T04:35:53.451Z] ---> Running in 1eb5b077062a [2020-07-23T04:35:53.716Z] Removing intermediate container 1f4397bf43d2 [2020-07-23T04:35:53.716Z] ---> 6a973fd0b387 [2020-07-23T04:35:53.716Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:35:53.716Z] ---> a4aa7d97dcab [2020-07-23T04:35:53.716Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:35:53.716Z] ---> Running in 1993e23b3252 [2020-07-23T04:35:53.716Z] ---> Running in 26eb1ac9c78d [2020-07-23T04:35:53.977Z] Removing intermediate container 654fc1ac3b71 [2020-07-23T04:35:53.977Z] ---> aa6c69bc1b10 [2020-07-23T04:35:53.977Z] [2020-07-23T04:35:53.977Z] ---> fd9b4ee7ff21 [2020-07-23T04:35:53.977Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:35:53.977Z] Removing intermediate container 1eb5b077062a [2020-07-23T04:35:53.977Z] ---> 0927e80b4ef1 [2020-07-23T04:35:53.977Z] [2020-07-23T04:35:53.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements [2020-07-23T04:35:53.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:35:53.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:35:53.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements [2020-07-23T04:35:53.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements [2020-07-23T04:35:53.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:35:53.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:35:53.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:35:53.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:35:54.237Z] Successfully built aa6c69bc1b10 [2020-07-23T04:35:54.237Z] Successfully built 0927e80b4ef1 [2020-07-23T04:35:54.499Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-23T04:35:54.499Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-07-23T04:35:54.499Z] Removing intermediate container 26eb1ac9c78d [2020-07-23T04:35:54.499Z] ---> 7dea26fa8a2e [2020-07-23T04:35:54.499Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:35:54.499Z] Successfully tagged docker-core-command-go:latest [2020-07-23T04:35:54.499Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-07-23T04:35:54.499Z] Removing intermediate container 1993e23b3252 [2020-07-23T04:35:54.499Z] ---> f845f8a1d106 [2020-07-23T04:35:54.499Z] Step 21/23 : LABEL arch=x86_64 [2020-07-23T04:35:54.762Z] ---> 33303811c56c [2020-07-23T04:35:54.762Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:35:54.762Z] ---> Running in 8ecdeb664c5b [2020-07-23T04:35:54.762Z] ---> Running in 73a44c93b72f [2020-07-23T04:35:54.762Z] Removing intermediate container 8ecdeb664c5b [2020-07-23T04:35:54.762Z] ---> c0b2fce5c814 [2020-07-23T04:35:54.762Z] Step 22/23 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:35:55.026Z] Removing intermediate container 73a44c93b72f [2020-07-23T04:35:55.026Z] ---> 646b7e1c1314 [2020-07-23T04:35:55.026Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:35:55.026Z] ---> Running in 2645195a651f [2020-07-23T04:35:55.026Z] ---> 6db8bf8e2183 [2020-07-23T04:35:55.026Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:35:55.293Z] ---> Running in 23b557778255 [2020-07-23T04:35:55.560Z] Removing intermediate container 2645195a651f [2020-07-23T04:35:55.560Z] ---> 4a8ad270912a [2020-07-23T04:35:55.560Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:35:55.823Z] Removing intermediate container 23b557778255 [2020-07-23T04:35:55.823Z] ---> 864637164ee2 [2020-07-23T04:35:55.823Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:35:55.823Z] ---> Running in 441ec2334647 [2020-07-23T04:35:56.766Z] ---> 4bc300a17c76 [2020-07-23T04:35:56.766Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:36:02.072Z] Removing intermediate container 441ec2334647 [2020-07-23T04:36:02.072Z] ---> 7f4792de3300 [2020-07-23T04:36:02.072Z] [2020-07-23T04:36:02.339Z] Successfully built 7f4792de3300 [2020-07-23T04:36:02.339Z] ---> 4d1f55ab73a7 [2020-07-23T04:36:02.339Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:36:02.339Z] ---> e56284ea55e7 [2020-07-23T04:36:02.339Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:36:02.339Z] Successfully tagged docker-support-notifications-go:latest [2020-07-23T04:36:02.339Z] Building docker-security-proxy-setup-go [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.526s coverage: 86.3% of statements [2020-07-23T04:36:04.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.131s coverage: 72.2% of statements [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.412s coverage: 72.1% of statements [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.039s coverage: 48.4% of statements [2020-07-23T04:36:04.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:36:04.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:36:04.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-07-23T04:36:04.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:36:04.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.053s coverage: 96.8% of statements [2020-07-23T04:36:04.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:36:06.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 26.9% of statements [2020-07-23T04:36:06.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:36:06.779Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:36:06.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.361s coverage: 84.1% of statements [2020-07-23T04:36:06.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2020-07-23T04:36:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.080s coverage: 43.1% of statements [2020-07-23T04:36:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:36:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:36:10.170Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.054s coverage: 100.0% of statements [2020-07-23T04:36:10.170Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:36:10.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.055s coverage: 83.8% of statements [2020-07-23T04:36:10.447Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:36:12.393Z]  Building docker-support-notifications-go ... done  ---> cc4007eeb2be [2020-07-23T04:36:12.393Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:36:12.393Z] ---> 030b3d460c16 [2020-07-23T04:36:12.393Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:36:12.659Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:36:12.659Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:36:12.929Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:36:12.929Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:36:13.191Z] ---> 41436662df1c [2020-07-23T04:36:13.191Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:36:13.191Z] ---> 41436662df1c [2020-07-23T04:36:13.191Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:36:13.191Z] ---> Using cache [2020-07-23T04:36:13.191Z] ---> 1b525b326492 [2020-07-23T04:36:13.191Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:36:13.191Z] ---> Using cache [2020-07-23T04:36:13.191Z] ---> 1b525b326492 [2020-07-23T04:36:13.191Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:36:13.191Z] ---> Using cache [2020-07-23T04:36:13.191Z] ---> 59ecfc7a5a21 [2020-07-23T04:36:13.191Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:36:13.191Z] ---> Using cache [2020-07-23T04:36:13.191Z] ---> 59ecfc7a5a21 [2020-07-23T04:36:13.191Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:36:14.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 46.1% of statements [2020-07-23T04:36:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:36:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:36:14.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-07-23T04:36:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:36:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:36:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:36:14.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-07-23T04:36:14.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:36:15.113Z] ---> f4d74c6d03c8 [2020-07-23T04:36:15.113Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:36:16.061Z] ---> a14f04c44dbb [2020-07-23T04:36:16.061Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:36:16.746Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2020-07-23T04:36:16.746Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:36:17.026Z] ---> Running in bba1d64ee794 [2020-07-23T04:36:17.026Z] ---> Running in 3d76c1a9eb73 [2020-07-23T04:36:17.026Z] ---> Running in 8e6a21d5bd36 [2020-07-23T04:36:17.026Z] ---> Running in 9195e0c475af [2020-07-23T04:36:19.606Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:36:19.606Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:36:19.606Z] ---> 41436662df1c [2020-07-23T04:36:19.606Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:36:19.606Z] ---> Using cache [2020-07-23T04:36:19.606Z] ---> 1b525b326492 [2020-07-23T04:36:19.606Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:36:19.606Z] ---> Using cache [2020-07-23T04:36:19.606Z] ---> 59ecfc7a5a21 [2020-07-23T04:36:19.606Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:36:19.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:19.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:19.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:19.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:19.868Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:36:19.868Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:36:19.868Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:36:19.868Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:36:19.868Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:36:19.868Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:36:19.868Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:36:20.130Z] ---> Running in e507ac21bdcf [2020-07-23T04:36:20.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:20.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:21.014Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:21.014Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:21.014Z] OK: 12749 distinct packages available [2020-07-23T04:36:21.014Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:36:21.014Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:36:21.014Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:36:21.014Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:36:21.014Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:36:21.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.308s coverage: 29.1% of statements [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:36:21.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:36:21.055Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:36:21.055Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-07-23T04:36:21.055Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:36:21.276Z] OK: 233 MiB in 51 packages [2020-07-23T04:36:21.276Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:21.276Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:21.276Z] OK: 12749 distinct packages available [2020-07-23T04:36:21.540Z] OK: 233 MiB in 51 packages [2020-07-23T04:36:21.540Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:36:21.540Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:36:22.489Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-07-23T04:36:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:36:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:36:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:36:22.489Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:36:23.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:23.462Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:36:23.462Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:36:23.462Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:36:23.462Z] Removing intermediate container 8e6a21d5bd36 [2020-07-23T04:36:23.462Z] ---> db5555488357 [2020-07-23T04:36:23.462Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:36:23.462Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:36:23.462Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:36:23.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2020-07-23T04:36:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:36:23.926Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:36:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-07-23T04:36:23.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-07-23T04:36:23.983Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:36:23.983Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:36:23.983Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:36:24.245Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:36:24.523Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:36:24.523Z] ---> Running in 09ca52a80b4b [2020-07-23T04:36:24.523Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:36:24.523Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:36:24.523Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:36:24.523Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:36:24.523Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:36:24.523Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:36:24.793Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:24.793Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:24.793Z] OK: 12749 distinct packages available [2020-07-23T04:36:24.793Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:36:24.793Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:36:24.793Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:36:24.793Z] OK: 233 MiB in 51 packages [2020-07-23T04:36:25.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.024s coverage: 100.0% of statements [2020-07-23T04:36:25.735Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:36:25.735Z] OK: 71 MiB in 55 packages [2020-07-23T04:36:25.735Z] Removing intermediate container 09ca52a80b4b [2020-07-23T04:36:25.735Z] ---> 6abb3d0d9585 [2020-07-23T04:36:25.735Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:36:26.006Z] Removing intermediate container 3d76c1a9eb73 [2020-07-23T04:36:26.006Z] ---> bfd00d08bb6e [2020-07-23T04:36:26.006Z] Step 6/22 : COPY go.mod . [2020-07-23T04:36:26.006Z] Removing intermediate container bba1d64ee794 [2020-07-23T04:36:26.006Z] ---> 9971d74d99b8 [2020-07-23T04:36:26.006Z] Step 6/21 : COPY go.mod . [2020-07-23T04:36:26.006Z] ---> Running in 6daacedcfd20 [2020-07-23T04:36:26.322Z] GO111MODULE=on go vet ./... [2020-07-23T04:36:26.598Z] ---> 7087739a68a4 [2020-07-23T04:36:26.598Z] Step 7/22 : RUN go mod download [2020-07-23T04:36:26.598Z] Removing intermediate container e507ac21bdcf [2020-07-23T04:36:26.598Z] ---> c8daa82088c0 [2020-07-23T04:36:26.598Z] Step 6/20 : COPY go.mod . [2020-07-23T04:36:26.598Z] Removing intermediate container 6daacedcfd20 [2020-07-23T04:36:26.598Z] ---> 26bf35c39e54 [2020-07-23T04:36:26.598Z] Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:36:26.598Z] ---> f3309a0a3c72 [2020-07-23T04:36:26.598Z] Step 7/21 : RUN go mod download [2020-07-23T04:36:27.987Z] ---> Running in add820143bce [2020-07-23T04:36:29.915Z] ---> Running in 098726057a32 [2020-07-23T04:36:29.915Z] ---> Running in f470c8a49573 [2020-07-23T04:36:30.856Z] ---> 6b22c1ff95a3 [2020-07-23T04:36:30.856Z] Step 7/20 : RUN go mod download [2020-07-23T04:36:31.120Z] ---> Running in 61ed14e717ac [2020-07-23T04:36:31.387Z] Removing intermediate container 098726057a32 [2020-07-23T04:36:31.387Z] ---> 5cac3aec12fc [2020-07-23T04:36:31.387Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:36:31.387Z] Removing intermediate container 9195e0c475af [2020-07-23T04:36:31.387Z] ---> ceadd1e70e9e [2020-07-23T04:36:31.387Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:36:31.650Z] ---> Running in 9fe1fc5c8070 [2020-07-23T04:36:31.650Z] ---> Running in 8eca9f6a4fbd [2020-07-23T04:36:31.916Z] Removing intermediate container 9fe1fc5c8070 [2020-07-23T04:36:31.916Z] ---> aabe98de3947 [2020-07-23T04:36:31.916Z] [2020-07-23T04:36:31.916Z] Successfully built aabe98de3947 [2020-07-23T04:36:32.190Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-23T04:36:32.190Z] Building docker-support-logging-go [2020-07-23T04:36:36.645Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-23T04:36:36.645Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:36:36.915Z] Removing intermediate container add820143bce [2020-07-23T04:36:36.915Z] ---> c96df2b22b42 [2020-07-23T04:36:36.915Z] Step 8/22 : COPY . . [2020-07-23T04:36:36.915Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:36:36.915Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:36:36.915Z] Removing intermediate container 61ed14e717ac [2020-07-23T04:36:36.915Z] ---> 20d2bcd78229 [2020-07-23T04:36:36.915Z] Step 8/20 : COPY . . [2020-07-23T04:36:36.915Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:36:36.915Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:36:36.915Z] Removing intermediate container f470c8a49573 [2020-07-23T04:36:36.915Z] ---> e6a031fd0746 [2020-07-23T04:36:36.915Z] Step 8/21 : COPY . . [2020-07-23T04:36:37.872Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-23T04:36:38.451Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:36:38.451Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:36:43.817Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:36:43.817Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:36:44.080Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:36:44.080Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:36:44.626Z] gofmt -l . [2020-07-23T04:36:45.216Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:36:47.413Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:36:47.414Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:36:47.864Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:36:48.015Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:36:48.015Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:36:48.479Z] ./bin/test-attribution-txt.sh [2020-07-23T04:36:50.014Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:36:50.014Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:36:50.605Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:36:50.605Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:36:50.880Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:36:50.880Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:36:50.880Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-23T04:36:50.880Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:36:50.880Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:36:51.147Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-23T04:36:51.147Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:36:51.147Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:36:51.147Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:36:51.147Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:36:51.147Z] ---> 41436662df1c [2020-07-23T04:36:51.147Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:36:51.147Z] ---> Using cache [2020-07-23T04:36:51.147Z] ---> 1b525b326492 [2020-07-23T04:36:51.147Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:36:51.147Z] ---> Using cache [2020-07-23T04:36:51.147Z] ---> 59ecfc7a5a21 [2020-07-23T04:36:51.147Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:36:51.147Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:36:51.147Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:36:51.147Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:36:51.147Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:36:51.722Z] Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, texttable, cached-property, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2020-07-23T04:36:51.907Z] docker run --rm --privileged \ [2020-07-23T04:36:51.908Z] -v /w/workspace/edgex-go/9:/raml-verification -w /raml-verification \ [2020-07-23T04:36:51.908Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-23T04:36:51.908Z] /scripts/raml-verify.sh [2020-07-23T04:36:51.908Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-23T04:36:51.908Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:36:51.908Z] 29e5d40040c1: Pulling fs layer [2020-07-23T04:36:51.908Z] 8c46fbeab2c7: Pulling fs layer [2020-07-23T04:36:51.908Z] 8ba552a4e5fe: Pulling fs layer [2020-07-23T04:36:51.908Z] 1fb62381901b: Pulling fs layer [2020-07-23T04:36:51.908Z] 147fb30a95d9: Pulling fs layer [2020-07-23T04:36:51.908Z] 3ccc99ad11dc: Pulling fs layer [2020-07-23T04:36:51.908Z] 1fb62381901b: Waiting [2020-07-23T04:36:51.908Z] 147fb30a95d9: Waiting [2020-07-23T04:36:51.908Z] 3ccc99ad11dc: Waiting [2020-07-23T04:36:51.908Z] 29e5d40040c1: Verifying Checksum [2020-07-23T04:36:51.908Z] 29e5d40040c1: Download complete [2020-07-23T04:36:51.908Z] 8ba552a4e5fe: Verifying Checksum [2020-07-23T04:36:51.908Z] 8ba552a4e5fe: Download complete [2020-07-23T04:36:51.908Z] 1fb62381901b: Verifying Checksum [2020-07-23T04:36:51.908Z] 1fb62381901b: Download complete [2020-07-23T04:36:51.908Z] 3ccc99ad11dc: Verifying Checksum [2020-07-23T04:36:51.908Z] 3ccc99ad11dc: Download complete [2020-07-23T04:36:51.908Z] 147fb30a95d9: Verifying Checksum [2020-07-23T04:36:51.908Z] 147fb30a95d9: Download complete [2020-07-23T04:36:52.506Z] 29e5d40040c1: Pull complete [2020-07-23T04:36:52.506Z] 8c46fbeab2c7: Verifying Checksum [2020-07-23T04:36:52.506Z] 8c46fbeab2c7: Download complete [2020-07-23T04:36:53.658Z] Running setup.py install for docopt: started [2020-07-23T04:36:54.630Z] ---> Running in 595e08432831 [2020-07-23T04:36:56.927Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:36:56.927Z] Running setup.py install for PyYAML: started [2020-07-23T04:36:57.676Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:36:57.677Z] Running setup.py install for texttable: started [2020-07-23T04:36:57.905Z] 8c46fbeab2c7: Pull complete [2020-07-23T04:36:57.905Z] 8ba552a4e5fe: Pull complete [2020-07-23T04:36:57.905Z] 1fb62381901b: Pull complete [2020-07-23T04:36:58.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:58.991Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:36:58.991Z] Running setup.py install for dockerpty: started [2020-07-23T04:36:59.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:59.843Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:36:59.843Z] Attempting uninstall: urllib3 [2020-07-23T04:36:59.843Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:36:59.843Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:37:01.807Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:37:02.202Z] 147fb30a95d9: Pull complete [2020-07-23T04:37:02.384Z] Attempting uninstall: idna [2020-07-23T04:37:02.384Z] Found existing installation: idna 2.9 [2020-07-23T04:37:02.384Z] Uninstalling idna-2.9: [2020-07-23T04:37:02.476Z] 3ccc99ad11dc: Pull complete [2020-07-23T04:37:02.476Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-23T04:37:02.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-23T04:37:02.657Z] Successfully uninstalled idna-2.9 [2020-07-23T04:37:03.253Z] Attempting uninstall: requests [2020-07-23T04:37:03.253Z] Found existing installation: requests 2.23.0 [2020-07-23T04:37:03.253Z] Uninstalling requests-2.23.0: [2020-07-23T04:37:03.253Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:37:04.216Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:04.216Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:04.216Z] OK: 12749 distinct packages available [2020-07-23T04:37:04.488Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:04.758Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:05.330Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-23T04:37:05.851Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:37:07.257Z] Removing intermediate container 595e08432831 [2020-07-23T04:37:07.257Z] ---> bbc5c167963b [2020-07-23T04:37:07.257Z] Step 6/21 : COPY go.mod . [2020-07-23T04:37:07.257Z] ---> efcb2c30da2c [2020-07-23T04:37:07.257Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:37:07.257Z] ---> 4e3a8730bf95 [2020-07-23T04:37:07.257Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:37:07.257Z] ---> 81e4941bd25e [2020-07-23T04:37:07.257Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:37:07.257Z] ---> Running in b4e13e3fcfb1 [2020-07-23T04:37:07.257Z] ---> Running in 16f8fdb04143 [2020-07-23T04:37:07.523Z] ---> Running in 2b390655e0bd [2020-07-23T04:37:07.523Z] ---> 09e27aeadf2b [2020-07-23T04:37:07.523Z] Step 7/21 : RUN go mod download [2020-07-23T04:37:07.799Z] ---> Running in 7a5f32232b2d [2020-07-23T04:37:08.372Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:37:08.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:37:08.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:37:09.223Z] OK [2020-07-23T04:37:09.223Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:37:10.358Z] Removing intermediate container 8eca9f6a4fbd [2020-07-23T04:37:10.358Z] ---> 501b51a75ef8 [2020-07-23T04:37:10.358Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:37:10.946Z] ---> Running in 837df870fcb2 [2020-07-23T04:37:11.217Z] Removing intermediate container 7a5f32232b2d [2020-07-23T04:37:11.217Z] ---> a07605ca70b8 [2020-07-23T04:37:11.217Z] Step 8/21 : COPY . . [2020-07-23T04:37:12.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:12.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:13.232Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:37:13.232Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:37:13.232Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:37:13.232Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:13.819Z] OK: 72 MiB in 58 packages [2020-07-23T04:37:17.474Z] OK [2020-07-23T04:37:17.474Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:37:20.476Z] Removing intermediate container 837df870fcb2 [2020-07-23T04:37:20.476Z] ---> 82771819f912 [2020-07-23T04:37:20.476Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:37:20.856Z] OK [2020-07-23T04:37:20.856Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:37:21.911Z] ---> Running in 7a244493db38 [2020-07-23T04:37:23.877Z] Removing intermediate container 7a244493db38 [2020-07-23T04:37:23.877Z] ---> 0278820cb578 [2020-07-23T04:37:23.877Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:37:23.877Z] ---> Running in d54b2396ca4c [2020-07-23T04:37:24.232Z] OK [2020-07-23T04:37:24.233Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:37:24.503Z] Removing intermediate container d54b2396ca4c [2020-07-23T04:37:24.503Z] ---> 98c9baf5772f [2020-07-23T04:37:24.503Z] Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:37:24.503Z] ---> Running in 0d8486ae4cf7 [2020-07-23T04:37:25.105Z] Removing intermediate container 0d8486ae4cf7 [2020-07-23T04:37:25.105Z] ---> af3c8aad5a61 [2020-07-23T04:37:25.105Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:37:25.374Z] ---> Running in 2b8e426b29f2 [2020-07-23T04:37:25.974Z] Removing intermediate container 2b8e426b29f2 [2020-07-23T04:37:25.974Z] ---> d597a5163df7 [2020-07-23T04:37:25.974Z] [2020-07-23T04:37:26.252Z] Successfully built d597a5163df7 [2020-07-23T04:37:26.252Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-23T04:37:26.252Z] Building docker-security-secrets-setup-go [2020-07-23T04:37:29.617Z] OK [2020-07-23T04:37:29.617Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:37:34.992Z] OK [2020-07-23T04:37:34.992Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:37:36.353Z]  Building docker-sys-mgmt-agent-go ... done  ---> c3a3d121e092 [2020-07-23T04:37:36.353Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:37:36.947Z] ---> Running in 3bf47a4f78ca [2020-07-23T04:37:36.963Z] OK [Pipeline] sh [2020-07-23T04:37:38.209Z] + ls -al . [2020-07-23T04:37:38.209Z] total 588 [2020-07-23T04:37:38.209Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:36 . [2020-07-23T04:37:38.209Z] drwxr-xr-x 4 root root 4096 Jul 23 04:34 .. [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:32 .dockerignore [2020-07-23T04:37:38.209Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:32 .git [2020-07-23T04:37:38.209Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:32 .github [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:32 .gitignore [2020-07-23T04:37:38.209Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:33 .semver [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:32 .sonarcloud.properties [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:32 CONTRIBUTING.md [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:32 Dockerfile.build [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:32 Jenkinsfile [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:32 LICENSE [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:32 Makefile [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:32 README.md [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:32 SECURITY.md [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:30 VERSION [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:32 ZMQWindows.md [2020-07-23T04:37:38.209Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:32 api [2020-07-23T04:37:38.209Z] drwxrwxr-x 2 1001 1001 4096 Jul 23 04:32 bin [2020-07-23T04:37:38.209Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:32 cmd [2020-07-23T04:37:38.209Z] -rw-r--r-- 1 root root 456067 Jul 23 04:36 coverage.out [2020-07-23T04:37:38.209Z] -rw-r--r-- 1 root root 1019 Jul 23 04:36 go.mod [2020-07-23T04:37:38.209Z] -rw-r--r-- 1 root root 18146 Jul 23 04:36 go.sum [2020-07-23T04:37:38.209Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:32 internal [2020-07-23T04:37:38.209Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:32 snap [2020-07-23T04:37:38.209Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:32 version.go [Pipeline] sh [2020-07-23T04:37:38.864Z] + '[' -e coverage.out ] [2020-07-23T04:37:38.864Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:37:38.882Z] Warning: overwriting stash ‘coverage-report’ [2020-07-23T04:37:40.018Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:37:40.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:37:40.756Z] + make build [2020-07-23T04:37:40.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:37:48.652Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:48.652Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:37:48.652Z] ---> 41436662df1c [2020-07-23T04:37:48.652Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:37:48.652Z] ---> Using cache [2020-07-23T04:37:48.652Z] ---> 1b525b326492 [2020-07-23T04:37:48.652Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:37:48.927Z] ---> Running in 6b518e8fdcf7 [2020-07-23T04:37:49.200Z] Removing intermediate container 2b390655e0bd [2020-07-23T04:37:49.200Z] ---> 50b8398f785d [2020-07-23T04:37:49.200Z] [2020-07-23T04:37:49.200Z] Step 10/20 : FROM alpine [2020-07-23T04:37:49.463Z] latest: Pulling from library/alpine [2020-07-23T04:37:49.744Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:37:49.744Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:37:49.744Z] ---> a24bb4013296 [2020-07-23T04:37:49.744Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:37:50.026Z] ---> Running in efbebfc7095f [2020-07-23T04:37:51.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:51.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:51.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:51.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:51.818Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:51.818Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:51.818Z] OK: 12749 distinct packages available [2020-07-23T04:37:52.095Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:37:52.095Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:37:52.095Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:37:52.365Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:37:52.365Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:37:52.365Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:52.365Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:52.365Z] OK: 12749 distinct packages available [2020-07-23T04:37:52.365Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:37:52.365Z] OK: 7 MiB in 18 packages [2020-07-23T04:37:52.642Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:54.597Z] Removing intermediate container 16f8fdb04143 [2020-07-23T04:37:54.597Z] ---> ab325b7c4022 [2020-07-23T04:37:54.597Z] [2020-07-23T04:37:54.597Z] Step 10/21 : FROM scratch [2020-07-23T04:37:54.597Z] ---> [2020-07-23T04:37:54.597Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:37:54.897Z] ---> Using cache [2020-07-23T04:37:54.897Z] ---> 92458b1098b1 [2020-07-23T04:37:54.897Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:37:56.315Z] ---> Running in dc55a4e3df86 [2020-07-23T04:37:57.259Z] Removing intermediate container 6b518e8fdcf7 [2020-07-23T04:37:57.259Z] ---> 9bd79f0bb840 [2020-07-23T04:37:57.259Z] Step 5/29 : COPY go.mod . [2020-07-23T04:37:57.259Z] Removing intermediate container efbebfc7095f [2020-07-23T04:37:57.259Z] ---> ee2e4744529b [2020-07-23T04:37:57.259Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:37:57.568Z] Removing intermediate container dc55a4e3df86 [2020-07-23T04:37:57.568Z] ---> 4db96b1bf713 [2020-07-23T04:37:57.568Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:37:58.140Z] ---> Running in 9ef37978aba5 [2020-07-23T04:37:58.401Z] Removing intermediate container b4e13e3fcfb1 [2020-07-23T04:37:58.401Z] ---> b4472c83e6db [2020-07-23T04:37:58.401Z] [2020-07-23T04:37:58.401Z] Step 10/22 : FROM alpine [2020-07-23T04:37:58.986Z] ---> a24bb4013296 [2020-07-23T04:37:58.986Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:37:58.986Z] ---> Running in 2df8ebc0b75c [2020-07-23T04:37:58.986Z] ---> 0fec515f3c08 [2020-07-23T04:37:58.986Z] Step 6/29 : RUN go mod download [2020-07-23T04:37:58.986Z] ---> Running in dc87b2ee7c08 [2020-07-23T04:37:58.986Z] Removing intermediate container 9ef37978aba5 [2020-07-23T04:37:58.986Z] ---> bc367a687f6f [2020-07-23T04:37:58.986Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:37:59.250Z] ---> Running in 5c6767920930 [2020-07-23T04:37:59.250Z] Removing intermediate container 2df8ebc0b75c [2020-07-23T04:37:59.250Z] ---> 1529e93152f3 [2020-07-23T04:37:59.250Z] Step 14/21 : WORKDIR / [2020-07-23T04:37:59.250Z] ---> Running in 0d7ca17d94fb [2020-07-23T04:37:59.511Z] ---> Running in dd3a45e4add2 [2020-07-23T04:37:59.511Z] Removing intermediate container dc87b2ee7c08 [2020-07-23T04:37:59.511Z] ---> ba5150bec21e [2020-07-23T04:37:59.511Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:37:59.511Z] ---> Running in a6de18e50c4c [2020-07-23T04:37:59.777Z] Removing intermediate container 0d7ca17d94fb [2020-07-23T04:37:59.777Z] ---> 15e272d4ba4a [2020-07-23T04:37:59.777Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:37:59.777Z] Removing intermediate container dd3a45e4add2 [2020-07-23T04:37:59.777Z] ---> 7e0cc879ef95 [2020-07-23T04:37:59.777Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:37:59.777Z] Removing intermediate container a6de18e50c4c [2020-07-23T04:37:59.777Z] ---> 93b5d1a2a0f1 [2020-07-23T04:37:59.777Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:38:00.039Z] ---> Running in e4fe382c5839 [2020-07-23T04:38:00.039Z] ---> 24f17b11bca7 [2020-07-23T04:38:00.039Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:38:00.316Z] Removing intermediate container e4fe382c5839 [2020-07-23T04:38:00.316Z] ---> 2507e7170f44 [2020-07-23T04:38:00.316Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:00.316Z] ---> 47c25126b1fb [2020-07-23T04:38:00.316Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:38:01.713Z] ---> Running in 3e4ec6764569 [2020-07-23T04:38:01.973Z] ---> 43334eb28674 [2020-07-23T04:38:01.973Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:38:01.973Z] ---> 7ee16ae39d87 [2020-07-23T04:38:01.973Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:02.404Z] ---> Running in 6e516896813b [2020-07-23T04:38:02.404Z] Removing intermediate container 5c6767920930 [2020-07-23T04:38:02.404Z] ---> 9e2f47c6bbdf [2020-07-23T04:38:02.404Z] Step 7/29 : COPY . . [2020-07-23T04:38:02.738Z] ---> ee4a910808c0 [2020-07-23T04:38:02.738Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:02.738Z] Removing intermediate container 6e516896813b [2020-07-23T04:38:02.738Z] ---> a96e123c6827 [2020-07-23T04:38:02.738Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:38:03.030Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:38:03.368Z] ---> Running in 183490ccf537 [2020-07-23T04:38:03.368Z] ---> Running in fa61864de787 [2020-07-23T04:38:11.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:38:11.537Z] Removing intermediate container fa61864de787 [2020-07-23T04:38:11.537Z] ---> 795287a1f646 [2020-07-23T04:38:11.537Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:38:12.117Z] Removing intermediate container 183490ccf537 [2020-07-23T04:38:12.117Z] ---> ab411939576a [2020-07-23T04:38:12.117Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:38:12.117Z] Removing intermediate container 3bf47a4f78ca [2020-07-23T04:38:12.117Z] ---> b8be1ac2d33e [2020-07-23T04:38:12.117Z] [2020-07-23T04:38:12.117Z] Step 10/21 : FROM scratch [2020-07-23T04:38:12.117Z] ---> [2020-07-23T04:38:12.117Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:38:12.382Z] ---> Running in fd28d0520a5f [2020-07-23T04:38:13.771Z] ---> Using cache [2020-07-23T04:38:13.771Z] ---> 3617c80f73e2 [2020-07-23T04:38:13.771Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:38:15.168Z] ---> Running in 8b02ec921dd7 [2020-07-23T04:38:16.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:38:17.719Z] Removing intermediate container 3e4ec6764569 [2020-07-23T04:38:17.719Z] ---> 7ba24e69aa2e [2020-07-23T04:38:17.719Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:38:17.719Z] ---> Running in 295f9e85b74c [2020-07-23T04:38:18.292Z] Removing intermediate container fd28d0520a5f [2020-07-23T04:38:18.292Z] ---> b205254b22f3 [2020-07-23T04:38:18.292Z] Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:38:18.867Z] ---> Running in 4b8f10426ca6 [2020-07-23T04:38:18.867Z] Removing intermediate container 8b02ec921dd7 [2020-07-23T04:38:18.867Z] ---> 4bbf36bb9211 [2020-07-23T04:38:18.867Z] Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:38:18.867Z] Removing intermediate container 295f9e85b74c [2020-07-23T04:38:18.867Z] ---> 2f3a4a498f44 [2020-07-23T04:38:18.867Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:38:18.867Z] ---> Running in b1820bcbcf74 [2020-07-23T04:38:20.255Z] ---> Running in 047917c45e73 [2020-07-23T04:38:20.255Z] ---> Running in ca821719acd8 [2020-07-23T04:38:20.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:38:21.201Z] Removing intermediate container b1820bcbcf74 [2020-07-23T04:38:21.202Z] ---> 067dc2cb8f5e [2020-07-23T04:38:21.202Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:38:21.202Z] Removing intermediate container 047917c45e73 [2020-07-23T04:38:21.202Z] ---> d8fad8b2de04 [2020-07-23T04:38:21.202Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:38:22.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:22.408Z] ---> Running in 18556133fdaf [2020-07-23T04:38:22.408Z] ---> Running in fdb5e355ea12 [2020-07-23T04:38:22.408Z] Removing intermediate container ca821719acd8 [2020-07-23T04:38:22.408Z] ---> 2533bc26e494 [2020-07-23T04:38:22.408Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:38:22.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:22.679Z] ---> 802c90b68df5 [2020-07-23T04:38:22.679Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:38:22.950Z] Removing intermediate container fdb5e355ea12 [2020-07-23T04:38:22.950Z] ---> a1235f0a842c [2020-07-23T04:38:22.950Z] [2020-07-23T04:38:22.950Z] Removing intermediate container 18556133fdaf [2020-07-23T04:38:22.950Z] ---> 01e8733bda1e [2020-07-23T04:38:22.950Z] [2020-07-23T04:38:22.950Z] ---> Running in d0492a1264ab [2020-07-23T04:38:22.950Z] Successfully built a1235f0a842c [2020-07-23T04:38:22.950Z] ---> 4712dfc7d2ae [2020-07-23T04:38:22.950Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:38:22.950Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:38:22.950Z] Successfully built 01e8733bda1e [2020-07-23T04:38:22.950Z] Successfully tagged docker-core-metadata-go:latest [2020-07-23T04:38:23.214Z]  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2020-07-23T04:38:23.214Z]  Building docker-security-proxy-setup-go ... done (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:38:23.214Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:38:23.214Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:38:23.476Z] ---> adbabe4ff2d2 [2020-07-23T04:38:23.476Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:38:23.476Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:38:23.476Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:38:23.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:38:23.476Z] OK: 8 MiB in 19 packages [2020-07-23T04:38:24.052Z] ---> 272dc350843a [2020-07-23T04:38:24.052Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:24.321Z] Removing intermediate container 4b8f10426ca6 [2020-07-23T04:38:24.321Z] ---> 348eba0629fb [2020-07-23T04:38:24.321Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:38:24.321Z] ---> dfc64dac5c5b [2020-07-23T04:38:24.321Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:24.586Z] ---> Running in 627618926aff [2020-07-23T04:38:24.586Z] ---> fd3b71d04fb3 [2020-07-23T04:38:24.586Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:38:24.852Z] Removing intermediate container 627618926aff [2020-07-23T04:38:24.852Z] ---> 48c6668bb30e [2020-07-23T04:38:24.852Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:38:25.118Z] ---> Running in 8a185fd0c8e7 [2020-07-23T04:38:25.384Z] Removing intermediate container 8a185fd0c8e7 [2020-07-23T04:38:25.384Z] ---> d42eb00907f5 [2020-07-23T04:38:25.384Z] Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:38:25.384Z] ---> Running in 5be1b574b98a [2020-07-23T04:38:25.671Z] ---> 6d55e65a64a9 [2020-07-23T04:38:25.671Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:25.948Z] Removing intermediate container 5be1b574b98a [2020-07-23T04:38:25.948Z] ---> 3af297bcbcd6 [2020-07-23T04:38:25.948Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:38:25.948Z] ---> Running in c279ef221c17 [2020-07-23T04:38:25.948Z] ---> a487533d7577 [2020-07-23T04:38:25.948Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:26.217Z] ---> Running in c962c311c3f2 [2020-07-23T04:38:26.217Z] Removing intermediate container c279ef221c17 [2020-07-23T04:38:26.217Z] ---> d8b4a8a7264f [2020-07-23T04:38:26.217Z] [2020-07-23T04:38:26.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:38:26.484Z] Successfully built d8b4a8a7264f [2020-07-23T04:38:26.484Z] Successfully tagged docker-support-logging-go:latest [2020-07-23T04:38:26.484Z] Removing intermediate container c962c311c3f2 [2020-07-23T04:38:26.484Z] ---> 8e26cf479d4a [2020-07-23T04:38:26.484Z] Step 20/22 : LABEL arch=x86_64 [2020-07-23T04:38:27.438Z]  Building docker-support-logging-go ... done  ---> Running in b28d2a8dfd8f [2020-07-23T04:38:27.710Z] Removing intermediate container b28d2a8dfd8f [2020-07-23T04:38:27.710Z] ---> 0621b4c314e2 [2020-07-23T04:38:27.710Z] Step 21/22 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:38:27.710Z] ---> Running in 236626b6c0d0 [2020-07-23T04:38:27.983Z] Removing intermediate container 236626b6c0d0 [2020-07-23T04:38:27.983Z] ---> 9e23ee496422 [2020-07-23T04:38:27.983Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:38:27.983Z] ---> Running in 524aaa84582e [2020-07-23T04:38:28.257Z] Removing intermediate container 524aaa84582e [2020-07-23T04:38:28.258Z] ---> 40e7992572c7 [2020-07-23T04:38:28.258Z] [2020-07-23T04:38:28.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:38:28.540Z] Successfully built 40e7992572c7 [2020-07-23T04:38:28.540Z] Successfully tagged docker-core-data-go:latest [2020-07-23T04:38:32.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:38:35.170Z]  Building docker-core-data-go ... done Removing intermediate container d0492a1264ab [2020-07-23T04:38:35.170Z] ---> f6cd72d89fcd [2020-07-23T04:38:35.170Z] [2020-07-23T04:38:35.170Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:38:35.170Z] ---> a24bb4013296 [2020-07-23T04:38:35.170Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-23T04:38:35.170Z] ---> Running in 2b66847f467e [2020-07-23T04:38:35.170Z] Removing intermediate container 2b66847f467e [2020-07-23T04:38:35.170Z] ---> 5825b638d63c [2020-07-23T04:38:35.170Z] Step 11/29 : USER root [2020-07-23T04:38:35.170Z] ---> Running in a3f0ba3ede1b [2020-07-23T04:38:35.170Z] Removing intermediate container a3f0ba3ede1b [2020-07-23T04:38:35.170Z] ---> f2becad199a7 [2020-07-23T04:38:35.170Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:38:35.170Z] ---> Running in 620ef49ae712 [2020-07-23T04:38:35.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:35.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:35.431Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:35.431Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:35.431Z] OK: 12749 distinct packages available [2020-07-23T04:38:35.691Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:38:35.691Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:38:35.691Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:38:35.691Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:38:35.691Z] OK: 6 MiB in 16 packages [2020-07-23T04:38:37.074Z] Removing intermediate container 620ef49ae712 [2020-07-23T04:38:37.074Z] ---> 41e2cd45ba72 [2020-07-23T04:38:37.074Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:38:37.074Z] ---> Running in fd577dd22657 [2020-07-23T04:38:37.074Z] Removing intermediate container fd577dd22657 [2020-07-23T04:38:37.074Z] ---> a49729958796 [2020-07-23T04:38:37.074Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:38:37.074Z] ---> Running in 16bad76ccf60 [2020-07-23T04:38:37.335Z] Removing intermediate container 16bad76ccf60 [2020-07-23T04:38:37.335Z] ---> e65729ddbb17 [2020-07-23T04:38:37.335Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:38:37.600Z] ---> Running in f753e0c918d8 [2020-07-23T04:38:37.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:38:38.173Z] Removing intermediate container f753e0c918d8 [2020-07-23T04:38:38.173Z] ---> 57408a506ad1 [2020-07-23T04:38:38.173Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:38:38.747Z] ---> d0b5fc404f5e [2020-07-23T04:38:38.747Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:38:39.009Z] ---> a0cd728da673 [2020-07-23T04:38:39.009Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:38:39.270Z] ---> a37153da53a2 [2020-07-23T04:38:39.270Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:38:39.530Z] ---> 29525b2f7676 [2020-07-23T04:38:39.530Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:38:39.791Z] ---> 0b37e19b2752 [2020-07-23T04:38:39.791Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:38:39.791Z] ---> Running in a2e38df28648 [2020-07-23T04:38:40.732Z] Removing intermediate container a2e38df28648 [2020-07-23T04:38:40.732Z] ---> 93ca971e93b9 [2020-07-23T04:38:40.732Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:38:40.993Z] ---> 28afc336a113 [2020-07-23T04:38:40.993Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:38:40.993Z] ---> Running in 54fb8084dd32 [2020-07-23T04:38:41.959Z] Removing intermediate container 54fb8084dd32 [2020-07-23T04:38:41.959Z] ---> 3200ef90497c [2020-07-23T04:38:41.959Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:38:41.959Z] ---> Running in 29e74cfd13b6 [2020-07-23T04:38:42.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:38:43.443Z] Removing intermediate container 29e74cfd13b6 [2020-07-23T04:38:43.444Z] ---> bcc752bd459e [2020-07-23T04:38:43.444Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:38:43.444Z] ---> Running in 00777ebc571d [2020-07-23T04:38:43.444Z] Removing intermediate container 00777ebc571d [2020-07-23T04:38:43.444Z] ---> e3acfad7331c [2020-07-23T04:38:43.444Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:38:43.444Z] ---> Running in d45f4b519b9c [2020-07-23T04:38:43.444Z] Removing intermediate container d45f4b519b9c [2020-07-23T04:38:43.444Z] ---> 73e57b705bb6 [2020-07-23T04:38:43.444Z] Step 27/29 : LABEL arch=x86_64 [2020-07-23T04:38:43.444Z] ---> Running in 480860bb6d4c [2020-07-23T04:38:44.389Z] Removing intermediate container 480860bb6d4c [2020-07-23T04:38:44.389Z] ---> c665c0a3a063 [2020-07-23T04:38:44.389Z] Step 28/29 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:38:44.389Z] ---> Running in b5b1ee20f4ac [2020-07-23T04:38:44.389Z] Removing intermediate container b5b1ee20f4ac [2020-07-23T04:38:44.389Z] ---> 524ca8aa6ec3 [2020-07-23T04:38:44.389Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:38:44.389Z] ---> Running in f8469cc0c7fd [2020-07-23T04:38:44.650Z] Removing intermediate container f8469cc0c7fd [2020-07-23T04:38:44.650Z] ---> dc8e58653641 [2020-07-23T04:38:44.650Z] [2020-07-23T04:38:44.650Z] Successfully built dc8e58653641 [2020-07-23T04:38:44.650Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-23T04:38:45.245Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-23T04:38:45.290Z] $ docker stop --time=1 a88238e9eae13a6378fbbe416183e543c03699b27d8292f947ac5085433b17ec [2020-07-23T04:38:46.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:38:47.173Z] $ docker rm -f a88238e9eae13a6378fbbe416183e543c03699b27d8292f947ac5085433b17ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:38:47.743Z] + docker images [2020-07-23T04:38:47.743Z] + grep docker [2020-07-23T04:38:48.008Z] docker-security-secrets-setup-go latest dc8e58653641 3 seconds ago 25.1MB [2020-07-23T04:38:48.008Z] docker-core-data-go latest 40e7992572c7 19 seconds ago 23.8MB [2020-07-23T04:38:48.008Z] docker-support-logging-go latest d8b4a8a7264f 21 seconds ago 11.8MB [2020-07-23T04:38:48.008Z] docker-security-proxy-setup-go latest 01e8733bda1e 25 seconds ago 16.4MB [2020-07-23T04:38:48.008Z] docker-core-metadata-go latest a1235f0a842c 25 seconds ago 14.4MB [2020-07-23T04:38:48.008Z] docker-sys-mgmt-agent-go latest d597a5163df7 About a minute ago 284MB [2020-07-23T04:38:48.008Z] docker-security-secretstore-setup-go latest aabe98de3947 2 minutes ago 33.9MB [2020-07-23T04:38:48.008Z] docker-support-notifications-go latest 7f4792de3300 2 minutes ago 14.4MB [2020-07-23T04:38:48.008Z] docker-support-scheduler-go latest aa6c69bc1b10 2 minutes ago 13.1MB [2020-07-23T04:38:48.008Z] docker-core-command-go latest 0927e80b4ef1 2 minutes ago 13MB [2020-07-23T04:38:48.008Z] docker latest 81f5749c9058 3 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-23T04:38:50.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:38:55.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-07-23T04:38:57.778Z] $ docker stop --time=1 122b5ab748b8cf4cc2eb0a5aa178605f62f01f6280f02db8dffaff52e82a5b6e [2020-07-23T04:39:00.152Z] $ docker rm -f 122b5ab748b8cf4cc2eb0a5aa178605f62f01f6280f02db8dffaff52e82a5b6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:39:01.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:39:01.917Z] [2020-07-23T04:39:01.917Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:39:02.300Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:39:02.300Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-23T04:39:02.300Z] 29e5d40040c1: Already exists [2020-07-23T04:39:02.573Z] 1ce36da41761: Pulling fs layer [2020-07-23T04:39:02.573Z] 25b303627fd3: Pulling fs layer [2020-07-23T04:39:03.165Z] 1ce36da41761: Verifying Checksum [2020-07-23T04:39:03.165Z] 1ce36da41761: Download complete [2020-07-23T04:39:04.594Z] 1ce36da41761: Pull complete [2020-07-23T04:39:04.594Z] 25b303627fd3: Download complete [2020-07-23T04:39:14.745Z] 25b303627fd3: Pull complete [2020-07-23T04:39:14.745Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-23T04:39:14.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:39:14.745Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-23T04:39:15.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-685 does not seem to be running inside a container [2020-07-23T04:39:15.103Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-23T04:39:19.062Z] $ docker top 638db22fd42a712f28d2472e149510f28fb3cbeab8fc775da4cdc926ba49508e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:39:20.498Z] + docker-compose build --help [2020-07-23T04:39:20.499Z] + grep parallel [2020-07-23T04:39:24.773Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:39:24.785Z] $ docker stop --time=1 638db22fd42a712f28d2472e149510f28fb3cbeab8fc775da4cdc926ba49508e [2020-07-23T04:39:26.728Z] $ docker rm -f 638db22fd42a712f28d2472e149510f28fb3cbeab8fc775da4cdc926ba49508e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:39:27.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:39:27.538Z] . [Pipeline] withDockerContainer [2020-07-23T04:39:27.810Z] prd-ubuntu18.04-docker-arm64-4c-16g-685 does not seem to be running inside a container [2020-07-23T04:39:27.876Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-23T04:39:29.332Z] $ docker top 45c1b9e4dd1a498df7c9b4ecc4761810cd5eab68a88afa9e17592dfb86e35566 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:39:30.346Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:39:34.623Z] Building docker-core-command-go ... [2020-07-23T04:39:34.623Z] Building docker-core-data-go ... [2020-07-23T04:39:34.623Z] Building docker-core-metadata-go ... [2020-07-23T04:39:34.623Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:39:34.623Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:39:34.623Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:39:34.623Z] Building docker-support-logging-go ... [2020-07-23T04:39:34.623Z] Building docker-support-notifications-go ... [2020-07-23T04:39:34.623Z] Building docker-support-scheduler-go ... [2020-07-23T04:39:34.623Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:39:34.623Z] Building docker-core-command-go [2020-07-23T04:39:34.623Z] Building docker-security-secretstore-setup-go [2020-07-23T04:39:34.623Z] Building docker-support-notifications-go [2020-07-23T04:39:34.623Z] Building docker-core-data-go [2020-07-23T04:39:34.623Z] Building docker-support-scheduler-go [2020-07-23T04:41:26.391Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:26.391Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:26.391Z] ---> 5acf6929791a [2020-07-23T04:41:26.391Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:41:26.391Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:26.391Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:26.391Z] ---> 5acf6929791a [2020-07-23T04:41:26.391Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:41:26.391Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:26.391Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:26.391Z] ---> 5acf6929791a [2020-07-23T04:41:26.391Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:41:26.391Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:26.391Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:26.391Z] ---> 5acf6929791a [2020-07-23T04:41:26.391Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:41:26.391Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:41:26.391Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:41:26.391Z] ---> 5acf6929791a [2020-07-23T04:41:26.391Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:41:26.391Z] ---> Running in b2ab0d842b4a [2020-07-23T04:41:26.391Z] ---> Running in c8d79ffaf996 [2020-07-23T04:41:26.391Z] ---> Running in f20fc56a6471 [2020-07-23T04:41:26.391Z] ---> Running in 36afdb798765 [2020-07-23T04:41:26.391Z] ---> Running in 064e05c06dd0 [2020-07-23T04:41:26.391Z] Removing intermediate container 064e05c06dd0 [2020-07-23T04:41:26.391Z] ---> c9ce557632c5 [2020-07-23T04:41:26.391Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:26.391Z] Removing intermediate container c8d79ffaf996 [2020-07-23T04:41:26.391Z] ---> 5ab2de275466 [2020-07-23T04:41:26.391Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:26.391Z] ---> Running in 56b7bee3325d [2020-07-23T04:41:26.391Z] Removing intermediate container 36afdb798765 [2020-07-23T04:41:26.391Z] ---> 2b467084520a [2020-07-23T04:41:26.391Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:26.391Z] Removing intermediate container b2ab0d842b4a [2020-07-23T04:41:26.391Z] ---> a04efc569159 [2020-07-23T04:41:26.391Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:26.391Z] Removing intermediate container f20fc56a6471 [2020-07-23T04:41:26.391Z] ---> ae414912a55e [2020-07-23T04:41:26.391Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:41:26.391Z] ---> Running in a00c46ae92b2 [2020-07-23T04:41:26.391Z] ---> Running in 5838c06dac79 [2020-07-23T04:41:26.391Z] ---> Running in 632a860a50b3 [2020-07-23T04:41:26.391Z] ---> Running in 3659f4cef7ea [2020-07-23T04:41:26.391Z] Removing intermediate container 56b7bee3325d [2020-07-23T04:41:26.391Z] ---> ac09860a661c [2020-07-23T04:41:26.391Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:41:26.391Z] ---> Running in e60e15becc65 [2020-07-23T04:41:26.391Z] Removing intermediate container a00c46ae92b2 [2020-07-23T04:41:26.391Z] ---> 541813ffcc3f [2020-07-23T04:41:26.391Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:41:26.391Z] Removing intermediate container 632a860a50b3 [2020-07-23T04:41:26.391Z] ---> 14be01a618a4 [2020-07-23T04:41:26.391Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:41:26.391Z] ---> Running in 36ba1429d74f [2020-07-23T04:41:26.391Z] ---> Running in 6dbdc3c74d11 [2020-07-23T04:41:26.391Z] Removing intermediate container 5838c06dac79 [2020-07-23T04:41:26.391Z] ---> ed3c66256a2f [2020-07-23T04:41:26.391Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:41:26.391Z] Removing intermediate container 3659f4cef7ea [2020-07-23T04:41:26.391Z] ---> a1803e09af6b [2020-07-23T04:41:26.391Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:41:26.391Z] ---> Running in 024ed7c48dec [2020-07-23T04:41:26.391Z] ---> Running in e30ad1d4b078 [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:41:26.391Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:26.391Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:26.391Z] OK: 12620 distinct packages available [2020-07-23T04:41:26.662Z] OK: 217 MiB in 51 packages [2020-07-23T04:41:26.662Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:26.662Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:26.662Z] OK: 12620 distinct packages available [2020-07-23T04:41:26.662Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:26.662Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:26.662Z] OK: 12620 distinct packages available [2020-07-23T04:41:26.941Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:26.941Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:26.941Z] OK: 12620 distinct packages available [2020-07-23T04:41:26.941Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:41:26.941Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:41:26.941Z] OK: 12620 distinct packages available [2020-07-23T04:41:27.926Z] OK: 217 MiB in 51 packages [2020-07-23T04:41:27.926Z] OK: 217 MiB in 51 packages [2020-07-23T04:41:27.926Z] OK: 217 MiB in 51 packages [2020-07-23T04:41:27.926Z] OK: 217 MiB in 51 packages [2020-07-23T04:41:28.920Z] Removing intermediate container e60e15becc65 [2020-07-23T04:41:28.920Z] ---> 8b4f09b4f91e [2020-07-23T04:41:28.920Z] Step 6/21 : COPY go.mod . [2020-07-23T04:41:29.529Z] Removing intermediate container e30ad1d4b078 [2020-07-23T04:41:29.529Z] ---> eb434ca73995 [2020-07-23T04:41:29.529Z] Step 6/23 : COPY go.mod . [2020-07-23T04:41:29.802Z] Removing intermediate container 024ed7c48dec [2020-07-23T04:41:29.802Z] ---> 6ca0c055ee57 [2020-07-23T04:41:29.802Z] Step 6/20 : COPY go.mod . [2020-07-23T04:41:30.078Z] ---> 4208b8f90db2 [2020-07-23T04:41:30.078Z] Step 7/21 : RUN go mod download [2020-07-23T04:41:30.078Z] Removing intermediate container 6dbdc3c74d11 [2020-07-23T04:41:30.078Z] ---> 1e6d96fa7810 [2020-07-23T04:41:30.078Z] Step 6/22 : COPY go.mod . [2020-07-23T04:41:30.078Z] Removing intermediate container 36ba1429d74f [2020-07-23T04:41:30.078Z] ---> f5ba3c12c110 [2020-07-23T04:41:30.078Z] Step 6/26 : COPY go.mod . [2020-07-23T04:41:30.353Z] ---> Running in 0d55eadafda6 [2020-07-23T04:41:30.627Z] ---> 861eb12f9a97 [2020-07-23T04:41:30.627Z] Step 7/23 : RUN go mod download [2020-07-23T04:41:30.903Z] ---> Running in d4c076eec8c1 [2020-07-23T04:41:31.176Z] ---> 3f2e2e3df66c [2020-07-23T04:41:31.176Z] Step 7/20 : RUN go mod download [2020-07-23T04:41:31.452Z] ---> 85d786e69f86 [2020-07-23T04:41:31.452Z] Step 7/26 : RUN go mod download [2020-07-23T04:41:31.452Z] ---> 42c8cb585a17 [2020-07-23T04:41:31.452Z] ---> Running in a7e7de5d208c [2020-07-23T04:41:31.452Z] Step 7/22 : RUN go mod download [2020-07-23T04:41:31.723Z] ---> Running in 1227ff4b399e [2020-07-23T04:41:31.723Z] ---> Running in 416208dbfbd1 [2020-07-23T04:41:35.143Z] Removing intermediate container 0d55eadafda6 [2020-07-23T04:41:35.143Z] ---> 9add5f09f83d [2020-07-23T04:41:35.143Z] Step 8/21 : COPY . . [2020-07-23T04:41:36.131Z] Removing intermediate container d4c076eec8c1 [2020-07-23T04:41:36.131Z] ---> 9443d5eedb57 [2020-07-23T04:41:36.131Z] Step 8/23 : COPY . . [2020-07-23T04:41:39.532Z] Removing intermediate container a7e7de5d208c [2020-07-23T04:41:39.532Z] ---> 5f0ae11fc412 [2020-07-23T04:41:39.532Z] Step 8/20 : COPY . . [2020-07-23T04:41:41.518Z] Removing intermediate container 1227ff4b399e [2020-07-23T04:41:41.518Z] ---> c44db333a0ea [2020-07-23T04:41:41.518Z] Step 8/26 : COPY . . [2020-07-23T04:41:42.960Z] Removing intermediate container 416208dbfbd1 [2020-07-23T04:41:42.960Z] ---> 565dd711e605 [2020-07-23T04:41:42.960Z] Step 8/22 : COPY . . [2020-07-23T04:42:09.758Z] ---> 5e59d149f2d4 [2020-07-23T04:42:09.758Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:42:09.758Z] ---> 94d7d071d167 [2020-07-23T04:42:09.758Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:42:09.758Z] ---> 654ceca71034 [2020-07-23T04:42:09.758Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:42:09.758Z] ---> 682188bda1eb [2020-07-23T04:42:09.758Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-23T04:42:09.758Z] ---> 74cf720dc95b [2020-07-23T04:42:09.758Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:42:09.758Z] ---> Running in a8b97bbb0fbd [2020-07-23T04:42:09.758Z] ---> Running in e22dd8991885 [2020-07-23T04:42:09.758Z] ---> Running in 316596f3abbc [2020-07-23T04:42:09.758Z] ---> Running in d8ec8fa5bd26 [2020-07-23T04:42:09.758Z] ---> Running in 7da16358f454 [2020-07-23T04:42:11.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-23T04:42:12.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-07-23T04:42:12.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:42:12.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-23T04:42:12.581Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:43:49.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-23T04:43:52.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-23T04:44:07.942Z] Removing intermediate container d8ec8fa5bd26 [2020-07-23T04:44:07.942Z] ---> 5b7dac4daf18 [2020-07-23T04:44:07.942Z] [2020-07-23T04:44:07.942Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:44:07.942Z] 3.10: Pulling from library/alpine [2020-07-23T04:44:09.930Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:44:09.930Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:44:09.930Z] ---> 536a684cf733 [2020-07-23T04:44:09.930Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:44:10.522Z] ---> Running in 5633dd7455a0 [2020-07-23T04:44:13.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:44:13.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:44:14.193Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:44:14.193Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:44:14.193Z] OK: 10167 distinct packages available [2020-07-23T04:44:14.790Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:44:14.790Z] Removing intermediate container e22dd8991885 [2020-07-23T04:44:14.790Z] ---> 3cfbaad22be3 [2020-07-23T04:44:14.790Z] [2020-07-23T04:44:14.790Z] Step 10/21 : FROM scratch [2020-07-23T04:44:14.790Z] ---> [2020-07-23T04:44:14.790Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:44:15.066Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:44:15.066Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:44:15.066Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:44:15.066Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:44:15.066Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:44:15.066Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:44:15.353Z] OK: 7 MiB in 19 packages [2020-07-23T04:44:15.353Z] ---> Running in e7bcaddc4149 [2020-07-23T04:44:16.341Z] Removing intermediate container e7bcaddc4149 [2020-07-23T04:44:16.341Z] ---> 5293628810c9 [2020-07-23T04:44:16.341Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:44:16.610Z] ---> Running in 9734e28a9b39 [2020-07-23T04:44:17.213Z] Removing intermediate container a8b97bbb0fbd [2020-07-23T04:44:17.213Z] ---> 6c8c97015bcf [2020-07-23T04:44:17.213Z] [2020-07-23T04:44:17.213Z] Step 10/20 : FROM scratch [2020-07-23T04:44:17.213Z] ---> [2020-07-23T04:44:17.213Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:44:17.486Z] Removing intermediate container 316596f3abbc [2020-07-23T04:44:17.486Z] ---> a3bb5a1eedf9 [2020-07-23T04:44:17.486Z] [2020-07-23T04:44:17.486Z] Step 10/23 : FROM scratch [2020-07-23T04:44:17.486Z] ---> [2020-07-23T04:44:17.486Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:44:17.486Z] Removing intermediate container 9734e28a9b39 [2020-07-23T04:44:17.486Z] ---> 662939aa7aa8 [2020-07-23T04:44:17.486Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:44:17.486Z] ---> Using cache [2020-07-23T04:44:17.486Z] ---> 5293628810c9 [2020-07-23T04:44:17.486Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:44:17.767Z] ---> Running in d7d958d46aa1 [2020-07-23T04:44:17.767Z] ---> Running in d8abf193fcf2 [2020-07-23T04:44:17.767Z] ---> Running in 4b81cc6b8f79 [2020-07-23T04:44:18.042Z] Removing intermediate container 5633dd7455a0 [2020-07-23T04:44:18.042Z] ---> 1e6c0c2bed36 [2020-07-23T04:44:18.042Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:44:18.316Z] ---> Running in a5091c64aece [2020-07-23T04:44:18.588Z] Removing intermediate container d7d958d46aa1 [2020-07-23T04:44:18.588Z] ---> 0d7926afebf8 [2020-07-23T04:44:18.588Z] Step 14/21 : WORKDIR / [2020-07-23T04:44:18.588Z] Removing intermediate container 4b81cc6b8f79 [2020-07-23T04:44:18.588Z] ---> 3a06d0e19031 [2020-07-23T04:44:18.588Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:44:18.588Z] Removing intermediate container d8abf193fcf2 [2020-07-23T04:44:18.588Z] ---> efec9a8adaa1 [2020-07-23T04:44:18.588Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:44:18.861Z] ---> Running in 4ebc77576ce4 [2020-07-23T04:44:18.861Z] ---> Running in 1856ae8be498 [2020-07-23T04:44:18.861Z] ---> Running in 753da140c767 [2020-07-23T04:44:18.861Z] Removing intermediate container a5091c64aece [2020-07-23T04:44:18.861Z] ---> 2467d0741963 [2020-07-23T04:44:18.861Z] Step 13/26 : WORKDIR / [2020-07-23T04:44:19.136Z] ---> Running in e7fa6ff4fcab [2020-07-23T04:44:19.420Z] Removing intermediate container 753da140c767 [2020-07-23T04:44:19.420Z] ---> aa067d8299cc [2020-07-23T04:44:19.420Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:44:19.697Z] Removing intermediate container 4ebc77576ce4 [2020-07-23T04:44:19.697Z] ---> 267657e9c20e [2020-07-23T04:44:19.697Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:44:19.697Z] Removing intermediate container 1856ae8be498 [2020-07-23T04:44:19.697Z] ---> 014954c0f006 [2020-07-23T04:44:19.697Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:44:19.697Z] ---> Running in 022a37d2d362 [2020-07-23T04:44:19.974Z] Removing intermediate container e7fa6ff4fcab [2020-07-23T04:44:19.974Z] ---> c9694bccb2fd [2020-07-23T04:44:19.974Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-07-23T04:44:20.583Z] Removing intermediate container 022a37d2d362 [2020-07-23T04:44:20.583Z] ---> a8b84ab217ec [2020-07-23T04:44:20.583Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:44:20.583Z] ---> ddd155cd2bab [2020-07-23T04:44:20.583Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:44:20.864Z] ---> a7faa651fc5a [2020-07-23T04:44:20.864Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:44:21.459Z] ---> 09be996d8a8c [2020-07-23T04:44:21.459Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-07-23T04:44:22.437Z] ---> 3c4f9844ec52 [2020-07-23T04:44:22.437Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:44:23.030Z] ---> 4a354de80d0e [2020-07-23T04:44:23.030Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:23.030Z] ---> 13e71637dcc6 [2020-07-23T04:44:23.030Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:23.305Z] ---> 63ce83fbdf7a [2020-07-23T04:44:23.305Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:23.578Z] ---> d4babc8d71cb [2020-07-23T04:44:23.578Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:44:24.174Z] ---> 749ea1611a5a [2020-07-23T04:44:24.174Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:24.174Z] ---> Running in 7cd371e423f1 [2020-07-23T04:44:24.453Z] ---> ff74d5d1cb02 [2020-07-23T04:44:24.453Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:44:24.453Z] ---> 7644c0cf691d [2020-07-23T04:44:24.724Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:24.996Z] Removing intermediate container 7cd371e423f1 [2020-07-23T04:44:24.996Z] ---> ac24d6eb4a73 [2020-07-23T04:44:24.996Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:44:24.996Z] ---> Running in d566904e9d3b [2020-07-23T04:44:25.274Z] ---> Running in 6956a47894af [2020-07-23T04:44:25.552Z] ---> 33dde4777512 [2020-07-23T04:44:25.552Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:44:25.822Z] Removing intermediate container d566904e9d3b [2020-07-23T04:44:25.822Z] ---> 98b916aaa6df [2020-07-23T04:44:25.822Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:44:25.822Z] ---> ec9cf344d7f7 [2020-07-23T04:44:25.822Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:44:25.822Z] ---> Running in 83d6d5537191 [2020-07-23T04:44:26.102Z] Removing intermediate container 6956a47894af [2020-07-23T04:44:26.102Z] ---> 39d6b59c8c26 [2020-07-23T04:44:26.102Z] Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:44:26.706Z] ---> Running in e81511342134 [2020-07-23T04:44:26.706Z] Removing intermediate container 83d6d5537191 [2020-07-23T04:44:26.706Z] ---> 968da4004f58 [2020-07-23T04:44:26.706Z] Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:44:26.979Z] ---> 7788117c8c06 [2020-07-23T04:44:26.979Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:44:26.979Z] ---> Running in 6044a259ab62 [2020-07-23T04:44:27.253Z] Removing intermediate container e81511342134 [2020-07-23T04:44:27.253Z] ---> 90f65888768c [2020-07-23T04:44:27.253Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:44:27.848Z] ---> 95f2b4bfa8d1 [2020-07-23T04:44:27.848Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:44:28.120Z] ---> Running in 52316f299634 [2020-07-23T04:44:28.394Z] Removing intermediate container 6044a259ab62 [2020-07-23T04:44:28.394Z] ---> f32c288ea781 [2020-07-23T04:44:28.394Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:44:28.989Z] ---> 513e591dc67e [2020-07-23T04:44:28.989Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:28.989Z] ---> Running in ce8197175416 [2020-07-23T04:44:29.265Z] Removing intermediate container 52316f299634 [2020-07-23T04:44:29.265Z] ---> fed0c8573d2a [2020-07-23T04:44:29.265Z] [2020-07-23T04:44:29.866Z] ---> 7a3c2d1398ab [2020-07-23T04:44:29.866Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:44:29.866Z] Successfully built fed0c8573d2a [2020-07-23T04:44:30.135Z] Removing intermediate container ce8197175416 [2020-07-23T04:44:30.135Z] ---> c602ad9115a1 [2020-07-23T04:44:30.135Z] [2020-07-23T04:44:30.135Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-23T04:44:30.135Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-07-23T04:44:30.135Z] ---> 264006154645 [2020-07-23T04:44:30.135Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:44:30.417Z] Removing intermediate container 7da16358f454 [2020-07-23T04:44:30.417Z] ---> 7c620a9a861b [2020-07-23T04:44:30.417Z] [2020-07-23T04:44:30.417Z] Step 10/22 : FROM alpine [2020-07-23T04:44:30.691Z] ---> Running in b0ad8fa78587 [2020-07-23T04:44:30.691Z] latest: Pulling from library/alpine [2020-07-23T04:44:30.691Z] Successfully built c602ad9115a1 [2020-07-23T04:44:30.691Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-23T04:44:30.691Z] Building docker-security-proxy-setup-go [2020-07-23T04:44:31.284Z]  Building docker-core-command-go ... done Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:44:31.284Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:44:31.284Z] ---> 62ee0e9f8440 [2020-07-23T04:44:31.284Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:44:31.284Z] Removing intermediate container b0ad8fa78587 [2020-07-23T04:44:31.284Z] ---> 57f9996026c5 [2020-07-23T04:44:31.284Z] Step 21/23 : LABEL arch=arm64 [2020-07-23T04:44:31.284Z] ---> 9ae7abaef36e [2020-07-23T04:44:31.557Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:44:31.557Z] ---> Running in 64373727ef9e [2020-07-23T04:44:31.557Z] ---> Running in ff5156d40df8 [2020-07-23T04:44:32.531Z] Removing intermediate container ff5156d40df8 [2020-07-23T04:44:32.531Z] ---> 7e8d1b7d96ca [2020-07-23T04:44:32.531Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:44:32.531Z] Removing intermediate container 64373727ef9e [2020-07-23T04:44:32.531Z] ---> 3502d650661f [2020-07-23T04:44:32.531Z] Step 22/23 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:44:35.177Z] ---> 5de3aed70cde [2020-07-23T04:44:35.177Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:44:35.448Z] ---> Running in 4bf6c4d21d1c [2020-07-23T04:44:35.448Z] ---> Running in 99c08bba6a52 [2020-07-23T04:44:36.427Z] ---> Running in ce1cffbce596 [2020-07-23T04:44:37.406Z] Removing intermediate container 99c08bba6a52 [2020-07-23T04:44:37.406Z] ---> 5a88baa9265b [2020-07-23T04:44:37.406Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:44:37.406Z] Removing intermediate container 4bf6c4d21d1c [2020-07-23T04:44:37.406Z] ---> 54de9e20f3fe [2020-07-23T04:44:37.406Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:44:38.848Z] ---> Running in 5092aa3da3cf [2020-07-23T04:44:38.849Z] ---> Running in 67b1aa9b6b67 [2020-07-23T04:44:40.278Z] Removing intermediate container 5092aa3da3cf [2020-07-23T04:44:40.278Z] ---> f1acd2571b75 [2020-07-23T04:44:40.278Z] [2020-07-23T04:44:40.867Z] Removing intermediate container 67b1aa9b6b67 [2020-07-23T04:44:40.867Z] ---> 48444598bcbd [2020-07-23T04:44:40.867Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:44:40.867Z] Successfully built f1acd2571b75 [2020-07-23T04:44:40.867Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-23T04:44:40.867Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-23T04:44:41.140Z] ---> Running in 97424c64f274 [2020-07-23T04:44:42.117Z] Removing intermediate container ce1cffbce596 [2020-07-23T04:44:42.117Z] ---> b5108481a386 [2020-07-23T04:44:42.117Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:44:42.390Z] ---> Running in 76dca9f36b74 [2020-07-23T04:44:43.369Z] Removing intermediate container 76dca9f36b74 [2020-07-23T04:44:43.369Z] ---> 4167ff588c5c [2020-07-23T04:44:43.369Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:44:43.642Z] ---> Running in 22484b8a866e [2020-07-23T04:44:44.622Z] Removing intermediate container 22484b8a866e [2020-07-23T04:44:44.622Z] ---> 3a593288d0e5 [2020-07-23T04:44:44.622Z] Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:44:44.892Z] Removing intermediate container 97424c64f274 [2020-07-23T04:44:44.892Z] ---> 3c4ec5537c09 [2020-07-23T04:44:44.892Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:44:45.165Z] ---> Running in 5db69e3e3229 [2020-07-23T04:44:45.165Z] ---> Running in 769c2f2d8ccc [2020-07-23T04:44:45.773Z] Removing intermediate container 5db69e3e3229 [2020-07-23T04:44:45.773Z] ---> 0aa493c41951 [2020-07-23T04:44:45.773Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:44:46.367Z] ---> Running in daee45f2e65d [2020-07-23T04:44:47.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:44:47.642Z] Removing intermediate container daee45f2e65d [2020-07-23T04:44:47.642Z] ---> 501c98cf780e [2020-07-23T04:44:47.642Z] [2020-07-23T04:44:47.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:44:48.201Z] Successfully built 501c98cf780e [2020-07-23T04:44:48.201Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-23T04:44:48.201Z] Building docker-core-metadata-go [2020-07-23T04:44:48.795Z]  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:44:48.795Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:44:48.795Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:44:49.069Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:44:49.339Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:44:49.339Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:44:49.339Z] OK: 8 MiB in 19 packages [2020-07-23T04:44:52.726Z] Removing intermediate container 769c2f2d8ccc [2020-07-23T04:44:52.726Z] ---> f9ff3b8f8a5d [2020-07-23T04:44:52.726Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:44:55.348Z] ---> e1e74cb024e1 [2020-07-23T04:44:55.348Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:44:57.971Z] ---> ec92b7abe79e [2020-07-23T04:44:57.971Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:44:59.949Z] ---> f137b509176d [2020-07-23T04:44:59.949Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:45:00.227Z] ---> Running in f82e4fabb7d1 [2020-07-23T04:45:01.242Z] Removing intermediate container f82e4fabb7d1 [2020-07-23T04:45:01.242Z] ---> 2b4bfc8b204e [2020-07-23T04:45:01.242Z] Step 20/22 : LABEL arch=arm64 [2020-07-23T04:45:01.841Z] ---> Running in 211887f482c4 [2020-07-23T04:45:02.821Z] Removing intermediate container 211887f482c4 [2020-07-23T04:45:02.821Z] ---> 9a3e7aa4e603 [2020-07-23T04:45:02.821Z] Step 21/22 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:45:02.821Z] ---> Running in 8fa2eea78291 [2020-07-23T04:45:03.805Z] Removing intermediate container 8fa2eea78291 [2020-07-23T04:45:03.805Z] ---> 42b8b2073bb5 [2020-07-23T04:45:03.805Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:45:04.405Z] ---> Running in 781457afa253 [2020-07-23T04:45:05.394Z] Removing intermediate container 781457afa253 [2020-07-23T04:45:05.394Z] ---> 461cc07c8718 [2020-07-23T04:45:05.394Z] [2020-07-23T04:45:05.989Z] Successfully built 461cc07c8718 [2020-07-23T04:45:05.989Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-23T04:45:05.990Z] Building docker-support-logging-go [2020-07-23T04:45:44.947Z]  Building docker-core-data-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:44.947Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:45:44.947Z] ---> 5acf6929791a [2020-07-23T04:45:44.947Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:45:44.947Z] ---> Using cache [2020-07-23T04:45:44.947Z] ---> ae414912a55e [2020-07-23T04:45:44.947Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:45:44.947Z] ---> Running in b9847022b6d6 [2020-07-23T04:45:44.947Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:45:44.947Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:45:44.947Z] ---> 5acf6929791a [2020-07-23T04:45:44.947Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:45:44.947Z] ---> Using cache [2020-07-23T04:45:44.947Z] ---> ae414912a55e [2020-07-23T04:45:44.947Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:45:44.947Z] ---> Using cache [2020-07-23T04:45:44.947Z] ---> a1803e09af6b [2020-07-23T04:45:44.947Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:45:44.947Z] ---> Running in 2cd988f8eee2 [2020-07-23T04:45:47.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:47.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:48.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:48.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:45:49.186Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:49.186Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:49.186Z] OK: 12620 distinct packages available [2020-07-23T04:45:49.186Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:45:49.186Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:45:49.186Z] OK: 12620 distinct packages available [2020-07-23T04:45:50.180Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:50.180Z] OK: 217 MiB in 51 packages [2020-07-23T04:45:54.494Z] Removing intermediate container 2cd988f8eee2 [2020-07-23T04:45:54.494Z] ---> 35140e9450e7 [2020-07-23T04:45:54.494Z] Step 6/20 : COPY go.mod . [2020-07-23T04:45:54.767Z] Removing intermediate container b9847022b6d6 [2020-07-23T04:45:54.767Z] ---> 02f1e58e65b0 [2020-07-23T04:45:54.767Z] Step 5/29 : COPY go.mod . [2020-07-23T04:45:56.206Z] ---> 3e45261063aa [2020-07-23T04:45:56.206Z] Step 7/20 : RUN go mod download [2020-07-23T04:45:56.206Z] ---> 8c0304b0660b [2020-07-23T04:45:56.206Z] Step 6/29 : RUN go mod download [2020-07-23T04:45:56.206Z] ---> Running in f2557967777f [2020-07-23T04:45:56.483Z] ---> Running in eaf0f352c574 [2020-07-23T04:46:00.820Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:00.820Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:00.820Z] ---> 5acf6929791a [2020-07-23T04:46:00.820Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:46:00.820Z] ---> Using cache [2020-07-23T04:46:00.820Z] ---> ae414912a55e [2020-07-23T04:46:00.820Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:00.820Z] ---> Using cache [2020-07-23T04:46:00.820Z] ---> a1803e09af6b [2020-07-23T04:46:00.820Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:46:01.800Z] ---> Running in 02064c16d764 [2020-07-23T04:46:02.775Z] Removing intermediate container eaf0f352c574 [2020-07-23T04:46:02.775Z] ---> 14daaed597c6 [2020-07-23T04:46:02.775Z] Step 7/29 : COPY . . [2020-07-23T04:46:02.775Z] Removing intermediate container f2557967777f [2020-07-23T04:46:02.775Z] ---> ad6696dac321 [2020-07-23T04:46:02.775Z] Step 8/20 : COPY . . [2020-07-23T04:46:03.051Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:03.051Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:03.051Z] ---> 5acf6929791a [2020-07-23T04:46:03.051Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:46:03.051Z] ---> Using cache [2020-07-23T04:46:03.051Z] ---> ae414912a55e [2020-07-23T04:46:03.051Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:03.051Z] ---> Using cache [2020-07-23T04:46:03.051Z] ---> a1803e09af6b [2020-07-23T04:46:03.051Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:46:03.051Z] ---> Using cache [2020-07-23T04:46:03.051Z] ---> 35140e9450e7 [2020-07-23T04:46:03.051Z] Step 6/21 : COPY go.mod . [2020-07-23T04:46:03.051Z] ---> Using cache [2020-07-23T04:46:03.051Z] ---> 3e45261063aa [2020-07-23T04:46:03.051Z] Step 7/21 : RUN go mod download [2020-07-23T04:46:03.051Z] ---> Using cache [2020-07-23T04:46:03.051Z] ---> ad6696dac321 [2020-07-23T04:46:03.051Z] Step 8/21 : COPY . . [2020-07-23T04:46:04.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:05.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:06.009Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:06.009Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:06.009Z] OK: 12620 distinct packages available [2020-07-23T04:46:07.008Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:09.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:09.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:09.097Z] ---> 5acf6929791a [2020-07-23T04:46:09.097Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:46:09.097Z] ---> Using cache [2020-07-23T04:46:09.097Z] ---> ae414912a55e [2020-07-23T04:46:09.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:09.097Z] ---> Using cache [2020-07-23T04:46:09.097Z] ---> a1803e09af6b [2020-07-23T04:46:09.097Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:46:19.255Z] ---> Running in 966be679cce1 [2020-07-23T04:46:19.532Z] Removing intermediate container 02064c16d764 [2020-07-23T04:46:19.532Z] ---> 04bb305cddb0 [2020-07-23T04:46:19.532Z] Step 6/26 : COPY go.mod . [2020-07-23T04:46:21.559Z] ---> 00fb63ed0873 [2020-07-23T04:46:21.559Z] Step 7/26 : RUN go mod download [2020-07-23T04:46:22.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:22.155Z] ---> Running in fac47d7af32d [2020-07-23T04:46:22.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:23.733Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:23.733Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:23.733Z] OK: 12620 distinct packages available [2020-07-23T04:46:24.723Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:25.715Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:28.341Z] Removing intermediate container fac47d7af32d [2020-07-23T04:46:28.341Z] ---> 7255c9dc3f00 [2020-07-23T04:46:28.341Z] Step 8/26 : COPY . . [2020-07-23T04:46:28.341Z] ---> 7d1e632e2d95 [2020-07-23T04:46:28.341Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:46:28.341Z] ---> 7a9a295ab631 [2020-07-23T04:46:28.341Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:46:28.341Z] Removing intermediate container 966be679cce1 [2020-07-23T04:46:28.341Z] ---> e5d3ef504351 [2020-07-23T04:46:28.341Z] Step 6/21 : COPY go.mod . [2020-07-23T04:46:28.341Z] ---> Running in 807a34156314 [2020-07-23T04:46:28.614Z] ---> Running in fb38fa457085 [2020-07-23T04:46:28.891Z] ---> 7302e16703d0 [2020-07-23T04:46:28.891Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:46:29.890Z] ---> Running in 3a279d48b7ed [2020-07-23T04:46:30.175Z] ---> 627fd01cb046 [2020-07-23T04:46:30.175Z] Step 7/21 : RUN go mod download [2020-07-23T04:46:30.778Z] ---> Running in 89c2782df2c5 [2020-07-23T04:46:31.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-23T04:46:31.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-23T04:46:32.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-23T04:46:41.012Z] Removing intermediate container 89c2782df2c5 [2020-07-23T04:46:41.012Z] ---> 8ebfb723b2d4 [2020-07-23T04:46:41.012Z] Step 8/21 : COPY . . [2020-07-23T04:47:07.849Z] ---> 4adaa394d227 [2020-07-23T04:47:07.849Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:47:07.849Z] ---> Running in 22f102151ef0 [2020-07-23T04:47:07.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-23T04:47:12.181Z] ---> bfff8c2556f3 [2020-07-23T04:47:12.181Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:47:12.181Z] ---> Running in 66d55c556638 [2020-07-23T04:47:14.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-23T04:48:11.340Z] Removing intermediate container fb38fa457085 [2020-07-23T04:48:11.340Z] ---> 04ada009748b [2020-07-23T04:48:11.340Z] [2020-07-23T04:48:11.340Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:48:11.340Z] ---> 62ee0e9f8440 [2020-07-23T04:48:11.340Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-23T04:48:11.340Z] ---> Running in 39a910998687 [2020-07-23T04:48:11.340Z] Removing intermediate container 39a910998687 [2020-07-23T04:48:11.340Z] ---> 25c6a6d26216 [2020-07-23T04:48:11.340Z] Step 11/29 : USER root [2020-07-23T04:48:11.340Z] ---> Running in adb0d6f6ab4c [2020-07-23T04:48:11.340Z] Removing intermediate container adb0d6f6ab4c [2020-07-23T04:48:11.340Z] ---> e649fa7f2bb4 [2020-07-23T04:48:11.340Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:48:11.340Z] ---> Running in c5172a980f39 [2020-07-23T04:48:11.340Z] Removing intermediate container 3a279d48b7ed [2020-07-23T04:48:11.340Z] ---> 54fb3d57a30c [2020-07-23T04:48:11.340Z] [2020-07-23T04:48:11.340Z] Step 10/20 : FROM alpine [2020-07-23T04:48:11.340Z] ---> 62ee0e9f8440 [2020-07-23T04:48:11.340Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:48:11.340Z] ---> Running in 16dc7ae9a1dc [2020-07-23T04:48:11.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:11.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:11.340Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:11.340Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:11.340Z] OK: 12620 distinct packages available [2020-07-23T04:48:11.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:11.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:11.340Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:48:11.340Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:48:11.340Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:11.340Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:48:11.340Z] OK: 6 MiB in 16 packages [2020-07-23T04:48:11.340Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:11.340Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:11.340Z] OK: 12620 distinct packages available [2020-07-23T04:48:12.788Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:48:12.788Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:48:12.788Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:48:12.788Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:48:12.788Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:12.788Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:48:13.392Z] OK: 7 MiB in 18 packages [2020-07-23T04:48:13.673Z] Removing intermediate container c5172a980f39 [2020-07-23T04:48:13.673Z] ---> e17fc8e0f86d [2020-07-23T04:48:13.673Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:48:13.956Z] ---> Running in 52e579be59f6 [2020-07-23T04:48:14.962Z] Removing intermediate container 52e579be59f6 [2020-07-23T04:48:14.962Z] ---> 5a87be15212d [2020-07-23T04:48:14.962Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:48:15.242Z] ---> Running in 8af8e4fd75bc [2020-07-23T04:48:16.235Z] Removing intermediate container 16dc7ae9a1dc [2020-07-23T04:48:16.235Z] ---> 3ab56cd49330 [2020-07-23T04:48:16.235Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:48:16.235Z] Removing intermediate container 8af8e4fd75bc [2020-07-23T04:48:16.235Z] ---> 967ce66ea6bd [2020-07-23T04:48:16.235Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:48:16.508Z] ---> Running in e4a8a6a7bb32 [2020-07-23T04:48:16.508Z] ---> Running in 3c5d08d20045 [2020-07-23T04:48:17.493Z] Removing intermediate container e4a8a6a7bb32 [2020-07-23T04:48:17.493Z] ---> 324c9b62f367 [2020-07-23T04:48:17.493Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:48:17.493Z] ---> Running in 39f9a7f97b8c [2020-07-23T04:48:18.476Z] Removing intermediate container 39f9a7f97b8c [2020-07-23T04:48:18.476Z] ---> 8fe82c1f0078 [2020-07-23T04:48:18.476Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:48:19.462Z] ---> 58687cbdebd4 [2020-07-23T04:48:19.462Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:48:21.458Z] Removing intermediate container 3c5d08d20045 [2020-07-23T04:48:21.458Z] ---> 72e04d22306c [2020-07-23T04:48:21.458Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:48:21.746Z] ---> 3e8811990f77 [2020-07-23T04:48:21.746Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:48:22.026Z] ---> Running in d2cb4e4ba07a [2020-07-23T04:48:23.009Z] Removing intermediate container d2cb4e4ba07a [2020-07-23T04:48:23.009Z] ---> e53ffbab02e5 [2020-07-23T04:48:23.009Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:48:23.293Z] ---> Running in 8b028574e0c0 [2020-07-23T04:48:23.568Z] ---> 5e80e14b4424 [2020-07-23T04:48:23.568Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:48:24.172Z] Removing intermediate container 8b028574e0c0 [2020-07-23T04:48:24.172Z] ---> 052bb362f368 [2020-07-23T04:48:24.172Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:48:24.455Z] ---> Running in 725ced3fdaa1 [2020-07-23T04:48:25.058Z] ---> e1770671dd39 [2020-07-23T04:48:25.058Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:48:25.337Z] Removing intermediate container 725ced3fdaa1 [2020-07-23T04:48:25.337Z] ---> e5ec2974e4ad [2020-07-23T04:48:25.337Z] Step 19/20 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:48:25.611Z] ---> Running in 0cd9fa0289d0 [2020-07-23T04:48:26.600Z] Removing intermediate container 0cd9fa0289d0 [2020-07-23T04:48:26.600Z] ---> 665682a4074c [2020-07-23T04:48:26.600Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:48:26.600Z] ---> 02a16bea15c9 [2020-07-23T04:48:26.600Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:48:26.875Z] ---> Running in 5de103e3600c [2020-07-23T04:48:27.866Z] Removing intermediate container 5de103e3600c [2020-07-23T04:48:27.866Z] ---> 906ceb80587b [2020-07-23T04:48:27.866Z] [2020-07-23T04:48:28.143Z] ---> b45cb7b9066e [2020-07-23T04:48:28.143Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:48:28.747Z] Successfully built 906ceb80587b [2020-07-23T04:48:28.747Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-23T04:48:29.356Z]  Building docker-security-proxy-setup-go ... done  ---> 8f97404c2d34 [2020-07-23T04:48:29.357Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:48:29.357Z] ---> Running in 2a33a780cc4f [2020-07-23T04:48:33.696Z] Removing intermediate container 2a33a780cc4f [2020-07-23T04:48:33.697Z] ---> b23a698514ee [2020-07-23T04:48:33.697Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:48:34.706Z] ---> 0b65d8cd16f3 [2020-07-23T04:48:34.706Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:48:34.706Z] ---> Running in 6e957fa83b46 [2020-07-23T04:48:39.030Z] Removing intermediate container 6e957fa83b46 [2020-07-23T04:48:39.030Z] ---> ddc196fa9f6f [2020-07-23T04:48:39.030Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:48:39.304Z] ---> Running in d2a7f8e4a134 [2020-07-23T04:48:43.619Z] Removing intermediate container d2a7f8e4a134 [2020-07-23T04:48:43.619Z] ---> f5b511b93b78 [2020-07-23T04:48:43.619Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:48:43.901Z] ---> Running in 1df2491191ca [2020-07-23T04:48:44.889Z] Removing intermediate container 1df2491191ca [2020-07-23T04:48:44.889Z] ---> 66b6981a808c [2020-07-23T04:48:44.889Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:48:44.889Z] ---> Running in 462d506aac0a [2020-07-23T04:48:45.876Z] Removing intermediate container 462d506aac0a [2020-07-23T04:48:45.876Z] ---> 1bf95ad9fe59 [2020-07-23T04:48:45.876Z] Step 27/29 : LABEL arch=arm64 [2020-07-23T04:48:46.150Z] ---> Running in 43ab99e9617c [2020-07-23T04:48:47.133Z] Removing intermediate container 43ab99e9617c [2020-07-23T04:48:47.133Z] ---> 41fd7ee3ec4e [2020-07-23T04:48:47.133Z] Step 28/29 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:48:47.409Z] ---> Running in 034a96f36737 [2020-07-23T04:48:48.003Z] Removing intermediate container 22f102151ef0 [2020-07-23T04:48:48.003Z] ---> 4981f91f4c72 [2020-07-23T04:48:48.003Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:48:48.279Z] Removing intermediate container 034a96f36737 [2020-07-23T04:48:48.279Z] ---> ffdb548eed73 [2020-07-23T04:48:48.279Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:48:48.552Z] ---> Running in 495a0116c135 [2020-07-23T04:48:48.823Z] ---> Running in e5156c3959d9 [2020-07-23T04:48:49.095Z] Removing intermediate container 807a34156314 [2020-07-23T04:48:49.095Z] ---> 2126df74b5bb [2020-07-23T04:48:49.095Z] [2020-07-23T04:48:49.095Z] Step 10/21 : FROM scratch [2020-07-23T04:48:49.095Z] ---> [2020-07-23T04:48:49.095Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:48:49.367Z] ---> Using cache [2020-07-23T04:48:49.367Z] ---> 5293628810c9 [2020-07-23T04:48:49.367Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:48:49.641Z] ---> Running in af9937c098bb [2020-07-23T04:48:49.641Z] Removing intermediate container e5156c3959d9 [2020-07-23T04:48:49.641Z] ---> e988edf11e20 [2020-07-23T04:48:49.641Z] [2020-07-23T04:48:50.240Z] Successfully built e988edf11e20 [2020-07-23T04:48:50.240Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-23T04:48:50.240Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container af9937c098bb [2020-07-23T04:48:50.240Z] ---> 3e11c16075d8 [2020-07-23T04:48:50.240Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:48:50.517Z] ---> Running in 81b7a7f4ac6d [2020-07-23T04:48:50.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-23T04:48:51.378Z] Removing intermediate container 81b7a7f4ac6d [2020-07-23T04:48:51.378Z] ---> d060879cdb1d [2020-07-23T04:48:51.378Z] Step 14/21 : WORKDIR / [2020-07-23T04:48:51.378Z] ---> Running in f5071ef83a29 [2020-07-23T04:48:51.651Z] Removing intermediate container 66d55c556638 [2020-07-23T04:48:51.651Z] ---> cf07b4914416 [2020-07-23T04:48:51.651Z] [2020-07-23T04:48:51.651Z] Step 10/21 : FROM scratch [2020-07-23T04:48:51.651Z] ---> [2020-07-23T04:48:51.651Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:48:51.924Z] ---> Using cache [2020-07-23T04:48:51.924Z] ---> 3a06d0e19031 [2020-07-23T04:48:51.924Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:48:51.924Z] ---> Running in dda881f91fb1 [2020-07-23T04:48:51.924Z] Removing intermediate container f5071ef83a29 [2020-07-23T04:48:51.924Z] ---> b5f8be6cc7f1 [2020-07-23T04:48:51.924Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:48:52.518Z] Removing intermediate container dda881f91fb1 [2020-07-23T04:48:52.518Z] ---> a38f788226ef [2020-07-23T04:48:52.518Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:48:52.518Z] ---> Running in 7efef28c4762 [2020-07-23T04:48:52.789Z] ---> fb5c09990815 [2020-07-23T04:48:52.789Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:48:53.059Z] Removing intermediate container 7efef28c4762 [2020-07-23T04:48:53.059Z] ---> 28b263952b5b [2020-07-23T04:48:53.059Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:48:54.040Z] ---> 505f012a4573 [2020-07-23T04:48:54.040Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:48:54.040Z] Removing intermediate container 495a0116c135 [2020-07-23T04:48:54.040Z] ---> 56f1fb7f7397 [2020-07-23T04:48:54.040Z] [2020-07-23T04:48:54.040Z] Step 11/26 : FROM docker:latest [2020-07-23T04:48:54.040Z] ---> ce9d55ae87f1 [2020-07-23T04:48:54.040Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:48:54.312Z] ---> 563986d7b58b [2020-07-23T04:48:54.312Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:54.312Z] ---> Running in 58a60a456f4b [2020-07-23T04:48:54.910Z] ---> 27309ceb5222 [2020-07-23T04:48:54.910Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:48:55.180Z] ---> 603cf7c8865d [2020-07-23T04:48:55.180Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:48:55.458Z] ---> Running in a34ee87061a8 [2020-07-23T04:48:56.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:56.053Z] Removing intermediate container a34ee87061a8 [2020-07-23T04:48:56.053Z] ---> af05a3c60d94 [2020-07-23T04:48:56.053Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:48:56.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:56.326Z] ---> 83ad06f2068e [2020-07-23T04:48:56.326Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:48:56.326Z] ---> Running in 8b766357332e [2020-07-23T04:48:56.922Z] Removing intermediate container 8b766357332e [2020-07-23T04:48:56.922Z] ---> e5c81d8e196b [2020-07-23T04:48:56.922Z] Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:48:56.922Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:48:56.922Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:48:56.922Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:48:56.922Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:48:56.922Z] OK: 12 MiB in 22 packages [2020-07-23T04:48:56.922Z] ---> Running in 29ba27427428 [2020-07-23T04:48:57.206Z] ---> bac52ef8ee61 [2020-07-23T04:48:57.206Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:48:57.475Z] ---> Running in 307db0887f87 [2020-07-23T04:48:57.475Z] Removing intermediate container 29ba27427428 [2020-07-23T04:48:57.475Z] ---> ee7d58f632ee [2020-07-23T04:48:57.475Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:48:57.748Z] ---> Running in dc0312f01834 [2020-07-23T04:48:58.019Z] Removing intermediate container 307db0887f87 [2020-07-23T04:48:58.019Z] ---> 9901a9ad3a17 [2020-07-23T04:48:58.019Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:48:58.290Z] ---> Running in 39030a0a474d [2020-07-23T04:48:58.290Z] Removing intermediate container dc0312f01834 [2020-07-23T04:48:58.290Z] ---> 22867adf820e [2020-07-23T04:48:58.290Z] [2020-07-23T04:48:58.290Z] Removing intermediate container 58a60a456f4b [2020-07-23T04:48:58.290Z] ---> a9731628ca71 [2020-07-23T04:48:58.290Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:48:58.883Z] ---> Running in 6c528a8cb957 [2020-07-23T04:48:58.883Z] Successfully built 22867adf820e [2020-07-23T04:48:58.883Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-23T04:48:58.883Z]  Building docker-core-metadata-go ... done Removing intermediate container 39030a0a474d [2020-07-23T04:48:58.883Z] ---> ddf81ec571ba [2020-07-23T04:48:58.883Z] Step 20/21 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:48:59.166Z] ---> Running in d844ca5f4fe7 [2020-07-23T04:48:59.761Z] Removing intermediate container d844ca5f4fe7 [2020-07-23T04:48:59.761Z] ---> 10faf74be241 [2020-07-23T04:48:59.761Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:48:59.761Z] ---> Running in d01dcef480d2 [2020-07-23T04:49:00.354Z] Removing intermediate container d01dcef480d2 [2020-07-23T04:49:00.354Z] ---> 69dd8fb35d62 [2020-07-23T04:49:00.354Z] [2020-07-23T04:49:00.951Z] Successfully built 69dd8fb35d62 [2020-07-23T04:49:00.951Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-23T04:49:01.224Z]  Building docker-support-logging-go ... done Removing intermediate container 6c528a8cb957 [2020-07-23T04:49:01.224Z] ---> de08b6aa6636 [2020-07-23T04:49:01.224Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:49:01.494Z] ---> Running in 20e2268af7a9 [2020-07-23T04:49:01.762Z] Removing intermediate container 20e2268af7a9 [2020-07-23T04:49:01.762Z] ---> 52f3ed48a3a9 [2020-07-23T04:49:01.762Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:49:02.033Z] ---> Running in 4a0c8e67209c [2020-07-23T04:49:02.303Z] Removing intermediate container 4a0c8e67209c [2020-07-23T04:49:02.303Z] ---> ac661256cdee [2020-07-23T04:49:02.303Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:49:02.574Z] ---> Running in f63a5bead5f1 [2020-07-23T04:49:02.842Z] Removing intermediate container f63a5bead5f1 [2020-07-23T04:49:02.842Z] ---> d0f71d099f3a [2020-07-23T04:49:02.842Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:49:04.266Z] ---> fb45dd16dd42 [2020-07-23T04:49:04.266Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:04.857Z] ---> f9f3bdac1acb [2020-07-23T04:49:04.857Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:49:05.828Z] ---> a5d9181aee05 [2020-07-23T04:49:05.828Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:49:05.828Z] ---> Running in b7f31e8284d8 [2020-07-23T04:49:07.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:07.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:08.123Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:49:08.123Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:49:08.123Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:49:08.123Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:49:08.123Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:49:08.123Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:49:08.123Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:49:10.084Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:49:10.084Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:49:10.084Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:49:10.084Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:49:10.084Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:49:10.084Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:49:10.084Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:49:10.084Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:49:10.084Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:49:10.084Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:49:10.354Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:49:10.354Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:49:10.354Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:49:10.354Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:49:10.354Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:49:10.354Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:49:10.354Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:49:10.354Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:49:10.354Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:49:10.354Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:49:10.354Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:49:10.354Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:49:10.354Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:49:10.354Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:49:10.624Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:49:10.624Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:49:10.624Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:49:10.624Z] OK: 71 MiB in 55 packages [2020-07-23T04:49:17.310Z] Removing intermediate container b7f31e8284d8 [2020-07-23T04:49:17.310Z] ---> b7efd25586a3 [2020-07-23T04:49:17.310Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:49:17.581Z] ---> Running in 91d1abd64786 [2020-07-23T04:49:24.277Z] Collecting docker-compose==1.23.2 [2020-07-23T04:49:24.277Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:49:24.277Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:49:24.277Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:49:26.879Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:49:26.879Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:49:27.470Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:49:27.470Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:49:27.470Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-07-23T04:49:28.061Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:49:28.332Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:49:29.303Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:49:29.303Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:49:31.907Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:49:31.907Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:49:34.509Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:49:34.509Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:49:35.483Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:49:35.483Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:49:40.851Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:49:40.851Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:49:41.137Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:49:41.137Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:49:41.744Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:49:41.744Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:49:42.747Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:49:42.747Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:49:43.021Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-07-23T04:49:43.021Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-07-23T04:49:43.021Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:49:43.021Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:49:43.021Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:49:43.021Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:49:44.465Z] Installing collected packages: texttable, websocket-client, cached-property, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose [2020-07-23T04:49:44.465Z] Running setup.py install for texttable: started [2020-07-23T04:49:47.070Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:49:47.339Z] Attempting uninstall: idna [2020-07-23T04:49:47.339Z] Found existing installation: idna 2.9 [2020-07-23T04:49:47.339Z] Uninstalling idna-2.9: [2020-07-23T04:49:47.610Z] Successfully uninstalled idna-2.9 [2020-07-23T04:49:48.201Z] Attempting uninstall: urllib3 [2020-07-23T04:49:48.201Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:49:48.201Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:49:48.471Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:49:49.441Z] Attempting uninstall: requests [2020-07-23T04:49:49.441Z] Found existing installation: requests 2.23.0 [2020-07-23T04:49:49.441Z] Uninstalling requests-2.23.0: [2020-07-23T04:49:49.441Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:49:50.862Z] Running setup.py install for dockerpty: started [2020-07-23T04:49:53.509Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:49:53.509Z] Running setup.py install for docopt: started [2020-07-23T04:49:56.111Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:49:56.111Z] Running setup.py install for PyYAML: started [2020-07-23T04:49:59.473Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:50:00.063Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-07-23T04:50:04.346Z] Removing intermediate container 91d1abd64786 [2020-07-23T04:50:04.346Z] ---> f8921d95fdf7 [2020-07-23T04:50:04.346Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:50:04.346Z] ---> Running in cdd102c5f12e [2020-07-23T04:50:05.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:06.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:06.628Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:50:06.628Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:50:06.628Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:50:06.899Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:50:06.899Z] OK: 71 MiB in 58 packages [2020-07-23T04:50:08.320Z] Removing intermediate container cdd102c5f12e [2020-07-23T04:50:08.320Z] ---> d27031c9d8ae [2020-07-23T04:50:08.320Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:50:08.320Z] ---> Running in 1fbd07a15d6f [2020-07-23T04:50:08.591Z] Removing intermediate container 1fbd07a15d6f [2020-07-23T04:50:08.591Z] ---> 5cb92d209bc3 [2020-07-23T04:50:08.591Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:50:08.862Z] ---> Running in 6ffbd5929878 [2020-07-23T04:50:09.131Z] Removing intermediate container 6ffbd5929878 [2020-07-23T04:50:09.131Z] ---> 3e1ca03d9201 [2020-07-23T04:50:09.131Z] Step 25/26 : LABEL git_sha=337f9c9334aa68376c57d380d859ce4079be9a03 [2020-07-23T04:50:09.402Z] ---> Running in 8f8ad3b7260e [2020-07-23T04:50:09.991Z] Removing intermediate container 8f8ad3b7260e [2020-07-23T04:50:09.991Z] ---> c3ac2b4a67c2 [2020-07-23T04:50:09.991Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:50:09.991Z] ---> Running in e4f2f7271f45 [2020-07-23T04:50:10.579Z] Removing intermediate container e4f2f7271f45 [2020-07-23T04:50:10.579Z] ---> 9ca033021bd9 [2020-07-23T04:50:10.579Z] [2020-07-23T04:50:11.167Z] Successfully built 9ca033021bd9 [2020-07-23T04:50:11.167Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-23T04:50:11.451Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-23T04:50:11.440Z] $ docker stop --time=1 45c1b9e4dd1a498df7c9b4ecc4761810cd5eab68a88afa9e17592dfb86e35566 [2020-07-23T04:50:13.384Z] $ docker rm -f 45c1b9e4dd1a498df7c9b4ecc4761810cd5eab68a88afa9e17592dfb86e35566 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:50:14.092Z] + grep docker [2020-07-23T04:50:14.092Z] + docker images [2020-07-23T04:50:14.362Z] docker-sys-mgmt-agent-go-arm64 latest 9ca033021bd9 4 seconds ago 266MB [2020-07-23T04:50:14.362Z] docker-support-logging-go-arm64 latest 69dd8fb35d62 About a minute ago 11.4MB [2020-07-23T04:50:14.362Z] docker-core-metadata-go-arm64 latest 22867adf820e About a minute ago 13.8MB [2020-07-23T04:50:14.362Z] docker-security-secrets-setup-go-arm64 latest e988edf11e20 About a minute ago 24.2MB [2020-07-23T04:50:14.362Z] docker-security-proxy-setup-go-arm64 latest 906ceb80587b About a minute ago 15.8MB [2020-07-23T04:50:14.362Z] docker-core-data-go-arm64 latest 461cc07c8718 5 minutes ago 22.6MB [2020-07-23T04:50:14.362Z] docker-security-secretstore-setup-go-arm64 latest 501c98cf780e 5 minutes ago 32.6MB [2020-07-23T04:50:14.362Z] docker-support-notifications-go-arm64 latest f1acd2571b75 5 minutes ago 13.9MB [2020-07-23T04:50:14.362Z] docker-core-command-go-arm64 latest c602ad9115a1 5 minutes ago 12.4MB [2020-07-23T04:50:14.362Z] docker-support-scheduler-go-arm64 latest fed0c8573d2a 5 minutes ago 12.6MB [2020-07-23T04:50:14.363Z] docker latest ce9d55ae87f1 3 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-23T04:50:16.023Z] provisioning config files... [2020-07-23T04:50:16.052Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config6910100816084896689tmp [Pipeline] { [Pipeline] sh [2020-07-23T04:50:16.413Z] + curl -s https://codecov.io/bash [2020-07-23T04:50:16.413Z] + bash -s - -t @/w/workspace/edgex-go/9@tmp/config6910100816084896689tmp [Pipeline] } [2020-07-23T04:52:38.103Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:52:39.371Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:52:40.242Z] ---> package-listing.sh [2020-07-23T04:52:40.242Z] ++ facter osfamily [2020-07-23T04:52:40.242Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T04:52:40.242Z] + OS_FAMILY=redhat [2020-07-23T04:52:40.242Z] + workspace=/w/workspace/edgex-go/9 [2020-07-23T04:52:40.242Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T04:52:40.242Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T04:52:40.242Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T04:52:40.242Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T04:52:40.242Z] + '[' /w/workspace/edgex-go/9 ']' [2020-07-23T04:52:40.243Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T04:52:40.243Z] + case "${OS_FAMILY}" in [2020-07-23T04:52:40.243Z] + rpm -qa [2020-07-23T04:52:40.243Z] + sort [2020-07-23T04:52:44.450Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T04:52:44.450Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T04:52:44.450Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T04:52:44.450Z] + '[' /w/workspace/edgex-go/9 ']' [2020-07-23T04:52:44.450Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2020-07-23T04:52:44.450Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:52:44.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:52:44.829Z] [2020-07-23T04:52:44.829Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:52:45.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:52:45.181Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T04:52:45.181Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T04:52:45.181Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T04:52:45.181Z] 756a868c4378: Pulling fs layer [2020-07-23T04:52:45.181Z] 444b2fc9a129: Pulling fs layer [2020-07-23T04:52:45.181Z] ea15f1150254: Pulling fs layer [2020-07-23T04:52:45.181Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T04:52:45.181Z] 28c525ee5125: Pulling fs layer [2020-07-23T04:52:45.181Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T04:52:45.181Z] 138eaada9080: Pulling fs layer [2020-07-23T04:52:45.181Z] 0622d0fa9048: Pulling fs layer [2020-07-23T04:52:45.181Z] 444b2fc9a129: Waiting [2020-07-23T04:52:45.181Z] ea15f1150254: Waiting [2020-07-23T04:52:45.181Z] 41b27a9f41bf: Waiting [2020-07-23T04:52:45.181Z] 28c525ee5125: Waiting [2020-07-23T04:52:45.181Z] 094b1ea09ed8: Waiting [2020-07-23T04:52:45.181Z] 138eaada9080: Waiting [2020-07-23T04:52:45.181Z] 0622d0fa9048: Waiting [2020-07-23T04:52:45.181Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-23T04:52:45.181Z] 2cc5ad85d9ab: Download complete [2020-07-23T04:52:45.181Z] 444b2fc9a129: Verifying Checksum [2020-07-23T04:52:45.181Z] 444b2fc9a129: Download complete [2020-07-23T04:52:45.181Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T04:52:45.181Z] c9b1b535fdd9: Download complete [2020-07-23T04:52:45.181Z] ea15f1150254: Verifying Checksum [2020-07-23T04:52:45.181Z] ea15f1150254: Download complete [2020-07-23T04:52:45.181Z] 28c525ee5125: Verifying Checksum [2020-07-23T04:52:45.181Z] 28c525ee5125: Download complete [2020-07-23T04:52:45.453Z] 756a868c4378: Verifying Checksum [2020-07-23T04:52:45.453Z] 756a868c4378: Download complete [2020-07-23T04:52:45.723Z] 138eaada9080: Verifying Checksum [2020-07-23T04:52:45.723Z] 138eaada9080: Download complete [2020-07-23T04:52:45.723Z] 0622d0fa9048: Verifying Checksum [2020-07-23T04:52:45.723Z] 0622d0fa9048: Download complete [2020-07-23T04:52:45.723Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T04:52:45.723Z] 094b1ea09ed8: Download complete [2020-07-23T04:52:45.723Z] c9b1b535fdd9: Pull complete [2020-07-23T04:52:45.988Z] 2cc5ad85d9ab: Pull complete [2020-07-23T04:52:46.255Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T04:52:46.255Z] 41b27a9f41bf: Download complete [2020-07-23T04:52:48.170Z] 756a868c4378: Pull complete [2020-07-23T04:52:48.170Z] 444b2fc9a129: Pull complete [2020-07-23T04:52:48.170Z] ea15f1150254: Pull complete [2020-07-23T04:52:54.772Z] 41b27a9f41bf: Pull complete [2020-07-23T04:52:54.772Z] 28c525ee5125: Pull complete [2020-07-23T04:52:56.169Z] 094b1ea09ed8: Pull complete [2020-07-23T04:52:56.431Z] 138eaada9080: Pull complete [2020-07-23T04:52:58.347Z] 0622d0fa9048: Pull complete [2020-07-23T04:52:58.347Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T04:52:58.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:52:58.347Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T04:52:58.557Z] prd-centos7-docker-4c-2g-677 does not seem to be running inside a container [2020-07-23T04:52:58.610Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-07-23T04:53:02.839Z] $ docker top 6c8cb2fd6d41b44d6c096fda9983c6bdd01105ee4706535ee5f3fba827b9be00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T04:53:03.135Z] provisioning config files... [2020-07-23T04:53:03.148Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config706461350287589381tmp [Pipeline] { [Pipeline] echo [2020-07-23T04:53:03.204Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:03.500Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T04:53:03.509Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:53:03.813Z] ---> logs-deploy.sh [2020-07-23T04:53:03.813Z] + ARCHIVE_ARTIFACTS= [2020-07-23T04:53:03.813Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T04:53:03.813Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T04:53:03.813Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T04:53:03.813Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2631/9 [2020-07-23T04:53:03.813Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2631/9/ [2020-07-23T04:53:03.813Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2631/9 /w/workspace/edgex-go/9 [2020-07-23T04:53:04.755Z] Archives upload complete. [2020-07-23T04:53:05.015Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2631/9 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2631/9/