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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 04784571c64111dd2069565982d29e4bcbbafa66 rather than 1b083308c47abcc59f156185eb6017ca93b7e3a0 Obtained Jenkinsfile from 04784571c64111dd2069565982d29e4bcbbafa66 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test 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 ‘prd-centos7-docker-4c-2g-724’ is offline Running on prd-centos7-docker-4c-2g-968 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 1b083308c47abcc59f156185eb6017ca93b7e3a0 Merge succeeded, producing 1a9573e5d7bd78a4d04c4680db13cb92b47e974a Checking out Revision 1a9573e5d7bd78a4d04c4680db13cb92b47e974a (PR-2597) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b083308c47abcc59f156185eb6017ca93b7e3a0 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a9573e5d7bd78a4d04c4680db13cb92b47e974a # timeout=10 Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-25T04:31:35.731Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-25T04:31:35.972Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-25T04:31:36.054Z] ========================================================= [2020-07-25T04:31:36.054Z] EdgeX Global Pipelines Version Info [2020-07-25T04:31:36.054Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0bf3bfb306b81ddb67a25fe7b12ee1e4b3fa59b7 # timeout=10 [2020-07-25T04:31:37.892Z] ------------------- [2020-07-25T04:31:37.892Z] stable info: [2020-07-25T04:31:37.892Z] ------------------- [2020-07-25T04:31:37.892Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-25T04:31:37.892Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:31:37.892Z] Message: update stable to v1.0.106 [2020-07-25T04:31:38.474Z] ------------------- [2020-07-25T04:31:38.474Z] experimental info: [2020-07-25T04:31:38.474Z] ------------------- [2020-07-25T04:31:38.474Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-25T04:31:38.474Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-25T04:31:38.474Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-25T04:31:40.265Z] ++ 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-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/core-command/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/core-data/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-25T04:31:40.265Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-25T04:31:40.265Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-25T04:31:40.265Z] ++ cut -d/ -f2 [2020-07-25T04:31:40.265Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-25T04:31:40.330Z] 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-25T04:31:41.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:31:41.358Z] [2020-07-25T04:31:41.358Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:31:41.711Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:31:41.711Z] latest: Pulling from edgex-devops/git-semver [2020-07-25T04:31:41.711Z] 31603596830f: Pulling fs layer [2020-07-25T04:31:41.711Z] 2a8b12db71e7: Pulling fs layer [2020-07-25T04:31:41.711Z] 6ca5941a6612: Pulling fs layer [2020-07-25T04:31:41.711Z] ecc8261a40a4: Pulling fs layer [2020-07-25T04:31:41.711Z] ecc8261a40a4: Waiting [2020-07-25T04:31:41.711Z] 2a8b12db71e7: Download complete [2020-07-25T04:31:41.711Z] 31603596830f: Verifying Checksum [2020-07-25T04:31:41.711Z] 31603596830f: Download complete [2020-07-25T04:31:41.974Z] ecc8261a40a4: Verifying Checksum [2020-07-25T04:31:41.974Z] ecc8261a40a4: Download complete [2020-07-25T04:31:41.974Z] 6ca5941a6612: Verifying Checksum [2020-07-25T04:31:41.974Z] 6ca5941a6612: Download complete [2020-07-25T04:31:42.236Z] 31603596830f: Pull complete [2020-07-25T04:31:42.502Z] 2a8b12db71e7: Pull complete [2020-07-25T04:31:43.082Z] 6ca5941a6612: Pull complete [2020-07-25T04:31:43.344Z] ecc8261a40a4: Pull complete [2020-07-25T04:31:43.344Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-25T04:31:43.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-25T04:31:43.344Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-25T04:31:43.440Z] prd-centos7-docker-4c-2g-968 does not seem to be running inside a container [2020-07-25T04:31:43.482Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-25T04:31:45.889Z] $ docker top f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-25T04:31:46.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:31:46.153Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:31:46.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:31:46.379Z] $ docker exec f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent [2020-07-25T04:31:46.551Z] SSH_AUTH_SOCK=/tmp/ssh-w01wXMpCvjj3/agent.12 [2020-07-25T04:31:46.551Z] SSH_AGENT_PID=17 [2020-07-25T04:31:46.561Z] Running ssh-add (command line suppressed) [2020-07-25T04:31:46.684Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_7198865454882226990.key (/w/workspace/edgex-go/16@tmp/private_key_7198865454882226990.key) [2020-07-25T04:31:46.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:31:47.064Z] + git describe --exact-match --tags HEAD [2020-07-25T04:31:47.064Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-25T04:31:47.082Z] $ docker exec --env ******** --env ******** f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent -k [2020-07-25T04:31:47.192Z] unset SSH_AUTH_SOCK; [2020-07-25T04:31:47.192Z] unset SSH_AGENT_PID; [2020-07-25T04:31:47.192Z] echo Agent pid 17 killed; [2020-07-25T04:31:47.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-25T04:31:47.315Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-25T04:31:47.315Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-25T04:31:47.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-25T04:31:47.404Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-25T04:31:47.567Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-25T04:31:47.568Z] $ docker exec f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent [2020-07-25T04:31:47.731Z] SSH_AUTH_SOCK=/tmp/ssh-6fBbLBSFsZ2M/agent.45 [2020-07-25T04:31:47.731Z] SSH_AGENT_PID=51 [2020-07-25T04:31:47.738Z] Running ssh-add (command line suppressed) [2020-07-25T04:31:47.854Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_404682726772405929.key (/w/workspace/edgex-go/16@tmp/private_key_404682726772405929.key) [2020-07-25T04:31:47.903Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-25T04:31:48.236Z] + git semver init [2020-07-25T04:31:48.236Z] # -> Open(): unable to determine branch for HEAD [2020-07-25T04:31:48.236Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2020-07-25T04:31:48.237Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2020-07-25T04:31:48.237Z] # $SEMVER_REMOTE_NAME = origin [2020-07-25T04:31:48.237Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-25T04:31:48.237Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-25T04:31:48.237Z] # $SEMVER_BRANCH = PR-2597 [2020-07-25T04:31:48.237Z] # $SEMVER_TEMP = /tmp/semver-571137458 [2020-07-25T04:31:48.237Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-25T04:32:10.294Z] # '/tmp/semver-571137458' -> '/w/workspace/edgex-go/16/.semver' [2020-07-25T04:32:10.294Z] # -> Force: false [2020-07-25T04:32:10.294Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2020-07-25T04:32:10.300Z] $ docker exec --env ******** --env ******** f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 ssh-agent -k [2020-07-25T04:32:10.506Z] unset SSH_AUTH_SOCK; [2020-07-25T04:32:10.507Z] unset SSH_AGENT_PID; [2020-07-25T04:32:10.507Z] echo Agent pid 51 killed; [2020-07-25T04:32:10.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-25T04:32:11.027Z] + git semver [Pipeline] } [2020-07-25T04:32:11.037Z] $ docker stop --time=1 f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 [2020-07-25T04:32:12.571Z] $ docker rm -f f155525e8e509b226f247c08230705e75e586ddaa99f2118ed221dee36bdc771 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-25T04:32:25.668Z] Stashed 25 file(s) [Pipeline] echo [2020-07-25T04:32:25.670Z] [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-25T04:32:26.059Z] ========================================================= [2020-07-25T04:32:26.059Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-25T04:32:26.059Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:32:26.384Z] + 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-25T04:32:29.706Z] Sending build context to Docker daemon 323.3MB [2020-07-25T04:32:29.707Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:32:29.707Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:32:29.707Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-25T04:32:29.707Z] df20fa9351a1: Pulling fs layer [2020-07-25T04:32:29.707Z] ed8968b2872e: Pulling fs layer [2020-07-25T04:32:29.707Z] a92cc7c5fd73: Pulling fs layer [2020-07-25T04:32:29.707Z] 2dd03ba5bac4: Pulling fs layer [2020-07-25T04:32:29.707Z] 1e091d79d1de: Pulling fs layer [2020-07-25T04:32:29.707Z] 481702a1767f: Pulling fs layer [2020-07-25T04:32:29.707Z] f64a6f60c768: Pulling fs layer [2020-07-25T04:32:29.707Z] e78d2573fc39: Pulling fs layer [2020-07-25T04:32:29.707Z] e876d2f968b6: Pulling fs layer [2020-07-25T04:32:29.707Z] ce8a83651883: Pulling fs layer [2020-07-25T04:32:29.707Z] 07967f4d0e4b: Pulling fs layer [2020-07-25T04:32:29.707Z] f64a6f60c768: Waiting [2020-07-25T04:32:29.707Z] e78d2573fc39: Waiting [2020-07-25T04:32:29.707Z] ce8a83651883: Waiting [2020-07-25T04:32:29.707Z] 07967f4d0e4b: Waiting [2020-07-25T04:32:29.707Z] e876d2f968b6: Waiting [2020-07-25T04:32:29.707Z] 1e091d79d1de: Waiting [2020-07-25T04:32:29.707Z] 2dd03ba5bac4: Waiting [2020-07-25T04:32:29.707Z] 481702a1767f: Waiting [2020-07-25T04:32:29.707Z] a92cc7c5fd73: Verifying Checksum [2020-07-25T04:32:29.707Z] a92cc7c5fd73: Download complete [2020-07-25T04:32:29.707Z] ed8968b2872e: Download complete [2020-07-25T04:32:29.707Z] 1e091d79d1de: Verifying Checksum [2020-07-25T04:32:29.707Z] 1e091d79d1de: Download complete [2020-07-25T04:32:29.707Z] 481702a1767f: Download complete [2020-07-25T04:32:29.707Z] df20fa9351a1: Verifying Checksum [2020-07-25T04:32:29.707Z] df20fa9351a1: Download complete [2020-07-25T04:32:29.707Z] df20fa9351a1: Pull complete [2020-07-25T04:32:30.639Z] ed8968b2872e: Pull complete [2020-07-25T04:32:30.639Z] a92cc7c5fd73: Pull complete [2020-07-25T04:32:30.639Z] f64a6f60c768: Verifying Checksum [2020-07-25T04:32:30.639Z] f64a6f60c768: Download complete [2020-07-25T04:32:30.639Z] e876d2f968b6: Verifying Checksum [2020-07-25T04:32:30.639Z] e876d2f968b6: Download complete [2020-07-25T04:32:30.906Z] e78d2573fc39: Verifying Checksum [2020-07-25T04:32:30.906Z] e78d2573fc39: Download complete [2020-07-25T04:32:30.906Z] 07967f4d0e4b: Verifying Checksum [2020-07-25T04:32:30.906Z] 07967f4d0e4b: Download complete [2020-07-25T04:32:31.166Z] ce8a83651883: Verifying Checksum [2020-07-25T04:32:31.166Z] ce8a83651883: Download complete [2020-07-25T04:32:31.166Z] 2dd03ba5bac4: Download complete [2020-07-25T04:32:37.803Z] 2dd03ba5bac4: Pull complete [2020-07-25T04:32:37.803Z] 1e091d79d1de: Pull complete [2020-07-25T04:32:37.803Z] 481702a1767f: Pull complete [2020-07-25T04:32:40.892Z] Still waiting to schedule task [2020-07-25T04:32:40.892Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-970’ [2020-07-25T04:32:43.115Z] f64a6f60c768: Pull complete [2020-07-25T04:32:46.432Z] e78d2573fc39: Pull complete [2020-07-25T04:32:46.432Z] e876d2f968b6: Pull complete [2020-07-25T04:32:47.822Z] ce8a83651883: Pull complete [2020-07-25T04:32:47.822Z] 07967f4d0e4b: Pull complete [2020-07-25T04:32:47.822Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-25T04:32:47.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-25T04:32:47.822Z] ---> 5d7c900382c6 [2020-07-25T04:32:47.822Z] 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-25T04:32:49.213Z] ---> Running in 874c7c8983c4 [2020-07-25T04:32:49.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:32:53.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:32:55.639Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:32:56.222Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:32:56.222Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:32:56.486Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:33:14.623Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:33:14.623Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:33:14.623Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:33:14.623Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:33:14.623Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:33:14.623Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:33:14.623Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:33:14.623Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:33:14.623Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:33:14.623Z] OK: 233 MiB in 51 packages [2020-07-25T04:33:17.185Z] Removing intermediate container 874c7c8983c4 [2020-07-25T04:33:17.185Z] ---> 0b2a5c290a22 [2020-07-25T04:33:17.185Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:33:17.185Z] ---> Running in 911206b1b46a [2020-07-25T04:33:17.445Z] Removing intermediate container 911206b1b46a [2020-07-25T04:33:17.445Z] ---> 8d5149a1ed93 [2020-07-25T04:33:17.445Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:33:17.706Z] latest: Pulling from library/docker [2020-07-25T04:33:17.706Z] df20fa9351a1: Already exists [2020-07-25T04:33:17.706Z] 25ad7478873d: Pulling fs layer [2020-07-25T04:33:17.706Z] 4684f6177b5d: Pulling fs layer [2020-07-25T04:33:17.706Z] 46e300cec669: Pulling fs layer [2020-07-25T04:33:17.706Z] 63038576ad94: Pulling fs layer [2020-07-25T04:33:17.706Z] 0fdb76c4706c: Pulling fs layer [2020-07-25T04:33:17.706Z] cb7edeffdfd5: Pulling fs layer [2020-07-25T04:33:17.706Z] 63038576ad94: Waiting [2020-07-25T04:33:17.706Z] 0fdb76c4706c: Waiting [2020-07-25T04:33:17.706Z] cb7edeffdfd5: Waiting [2020-07-25T04:33:17.968Z] 4684f6177b5d: Verifying Checksum [2020-07-25T04:33:17.968Z] 4684f6177b5d: Download complete [2020-07-25T04:33:17.968Z] 25ad7478873d: Verifying Checksum [2020-07-25T04:33:17.968Z] 25ad7478873d: Download complete [2020-07-25T04:33:17.968Z] 63038576ad94: Verifying Checksum [2020-07-25T04:33:17.968Z] 63038576ad94: Download complete [2020-07-25T04:33:17.968Z] 0fdb76c4706c: Verifying Checksum [2020-07-25T04:33:17.968Z] 0fdb76c4706c: Download complete [2020-07-25T04:33:18.230Z] cb7edeffdfd5: Verifying Checksum [2020-07-25T04:33:18.230Z] cb7edeffdfd5: Download complete [2020-07-25T04:33:18.230Z] 25ad7478873d: Pull complete [2020-07-25T04:33:18.492Z] 4684f6177b5d: Pull complete [2020-07-25T04:33:18.763Z] 46e300cec669: Verifying Checksum [2020-07-25T04:33:18.763Z] 46e300cec669: Download complete [2020-07-25T04:33:21.328Z] 46e300cec669: Pull complete [2020-07-25T04:33:21.328Z] 63038576ad94: Pull complete [2020-07-25T04:33:21.328Z] 0fdb76c4706c: Pull complete [2020-07-25T04:33:21.328Z] cb7edeffdfd5: Pull complete [2020-07-25T04:33:21.328Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:33:21.328Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:33:22.722Z] ---> fb00f6fdb2fa [2020-07-25T04:33:22.722Z] Step 6/7 : COPY go.mod . [2020-07-25T04:33:22.983Z] ---> 8fb99bcd3058 [2020-07-25T04:33:22.983Z] Step 7/7 : RUN go mod download [2020-07-25T04:33:23.246Z] ---> Running in 838d830735b0 [2020-07-25T04:33:25.162Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:33:25.162Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:33:25.423Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:33:25.423Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:33:25.423Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:33:25.423Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:33:25.423Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:33:25.423Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:33:25.423Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:33:25.423Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:33:25.423Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:33:25.423Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:33:25.423Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:33:25.684Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:33:25.684Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:33:25.684Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:33:25.684Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:33:25.684Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:33:25.684Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:33:25.684Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:33:25.684Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:33:25.684Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:33:25.684Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:33:25.684Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:33:25.945Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:33:25.945Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:33:25.945Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:33:25.945Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:33:25.945Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:33:25.945Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:33:25.945Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:33:25.945Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:33:25.945Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:33:25.945Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:33:25.945Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:33:25.945Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:33:26.205Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:33:26.206Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:33:26.466Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:33:26.466Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:33:26.466Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:33:26.466Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:33:26.466Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:33:26.466Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:33:26.466Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:33:26.466Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:33:26.466Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:33:26.466Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:33:26.466Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:33:26.730Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:33:26.730Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:33:26.730Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:33:26.730Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:33:26.730Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:33:26.990Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:33:26.990Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:33:26.990Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:33:26.990Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:33:26.990Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:33:26.990Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:33:26.990Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:33:26.990Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:33:26.990Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:33:26.990Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:33:26.990Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:33:26.990Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:33:27.250Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:33:27.251Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:33:27.251Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:33:27.251Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:33:27.251Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:33:27.251Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:33:27.251Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:33:27.251Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:33:27.251Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:33:27.251Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:33:42.314Z] Removing intermediate container 838d830735b0 [2020-07-25T04:33:42.314Z] ---> 0da6a75ad4d0 [2020-07-25T04:33:42.314Z] Successfully built 0da6a75ad4d0 [2020-07-25T04:33:42.314Z] 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-25T04:33:42.894Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-25T04:33:42.894Z] . [Pipeline] withDockerContainer [2020-07-25T04:33:42.987Z] prd-centos7-docker-4c-2g-968 does not seem to be running inside a container [2020-07-25T04:33:43.023Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-25T04:33:43.810Z] $ docker top 6f31be12bea9b4c493ada4664b08c15e9678f378f162b5e0c816a5237407cd00 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:33:44.303Z] + go version [2020-07-25T04:33:44.303Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-25T04:33:44.314Z] ========================================================= [2020-07-25T04:33:44.314Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:33:44.314Z] ========================================================= [Pipeline] sh [2020-07-25T04:33:44.604Z] + make test raml_verify [2020-07-25T04:33:44.604Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:33:47.158Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:33:55.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:34:00.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:34:00.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:34:00.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:34:00.770Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:34:03.350Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.022s [2020-07-25T04:34:03.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:34:03.350Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:34:03.350Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:34:03.350Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:34:03.617Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:34:03.884Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:34:03.884Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:34:03.884Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:34:09.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.050s coverage: 46.6% of statements [2020-07-25T04:34:09.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:34:09.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:34:09.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:34:09.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:34:09.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:34:12.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.039s coverage: 27.4% of statements [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:34:12.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:34:12.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:34:12.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 30.1% of statements [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:34:12.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.035s coverage: 100.0% of statements [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:34:12.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-07-25T04:34:12.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:34:13.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.035s coverage: 89.8% of statements [2020-07-25T04:34:13.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:34:13.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.025s coverage: 97.5% of statements [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:34:13.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:34:13.878Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:34:13.878Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.015s coverage: 58.8% of statements [2020-07-25T04:34:14.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.038s coverage: 63.5% of statements [2020-07-25T04:34:14.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:34:14.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:34:15.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements [2020-07-25T04:34:15.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements [2020-07-25T04:34:15.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:34:15.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:34:15.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:34:15.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.859s coverage: 86.3% of statements [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.259s coverage: 72.2% of statements [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.132s coverage: 72.1% of statements [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.032s coverage: 82.4% of statements [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.025s coverage: 96.8% of statements [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 26.9% of statements [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:34:19.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.079s coverage: 84.1% of statements [2020-07-25T04:34:19.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.011s coverage: 100.0% of statements [2020-07-25T04:34:20.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.020s coverage: 43.1% of statements [2020-07-25T04:34:20.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:34:20.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:34:20.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-07-25T04:34:20.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:34:20.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-07-25T04:34:20.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:34:21.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.044s coverage: 46.1% of statements [2020-07-25T04:34:21.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:34:21.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:34:21.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements [2020-07-25T04:34:21.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:34:21.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:34:21.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:34:21.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements [2020-07-25T04:34:21.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:34:22.489Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements [2020-07-25T04:34:22.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:34:24.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.077s coverage: 29.1% of statements [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:34:24.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:34:24.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.012s coverage: 100.0% of statements [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:34:24.482Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:34:24.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:34:24.482Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:34:24.754Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-07-25T04:34:24.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:34:24.754Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:34:25.019Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.022s coverage: 100.0% of statements [2020-07-25T04:34:25.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-25T04:34:25.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-25T04:34:25.801Z] GO111MODULE=on go vet ./... [2020-07-25T04:34:32.433Z] gofmt -l . [2020-07-25T04:34:33.004Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:34:33.581Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:34:34.527Z] ./bin/test-attribution-txt.sh [2020-07-25T04:34:35.916Z] docker run --rm --privileged \ [2020-07-25T04:34:35.916Z] -v /w/workspace/edgex-go/16:/raml-verification -w /raml-verification \ [2020-07-25T04:34:35.916Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-25T04:34:35.916Z] /scripts/raml-verify.sh [2020-07-25T04:34:35.916Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-25T04:34:36.182Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:34:36.182Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-25T04:34:36.182Z] bd07af9ed1a4: Pulling fs layer [2020-07-25T04:34:36.182Z] 3556ccf180b2: Pulling fs layer [2020-07-25T04:34:36.182Z] 089d4748da74: Pulling fs layer [2020-07-25T04:34:36.182Z] c6eb57c77bc5: Pulling fs layer [2020-07-25T04:34:36.182Z] 0364d5097239: Pulling fs layer [2020-07-25T04:34:36.182Z] c6eb57c77bc5: Waiting [2020-07-25T04:34:36.182Z] 0364d5097239: Waiting [2020-07-25T04:34:36.182Z] 089d4748da74: Waiting [2020-07-25T04:34:36.182Z] 3556ccf180b2: Verifying Checksum [2020-07-25T04:34:36.182Z] 3556ccf180b2: Download complete [2020-07-25T04:34:36.182Z] cbdbe7a5bc2a: Download complete [2020-07-25T04:34:36.182Z] 089d4748da74: Verifying Checksum [2020-07-25T04:34:36.182Z] 089d4748da74: Download complete [2020-07-25T04:34:36.182Z] 0364d5097239: Verifying Checksum [2020-07-25T04:34:36.182Z] 0364d5097239: Download complete [2020-07-25T04:34:36.182Z] c6eb57c77bc5: Verifying Checksum [2020-07-25T04:34:36.182Z] c6eb57c77bc5: Download complete [2020-07-25T04:34:36.444Z] bd07af9ed1a4: Verifying Checksum [2020-07-25T04:34:36.444Z] bd07af9ed1a4: Download complete [2020-07-25T04:34:36.444Z] cbdbe7a5bc2a: Pull complete [2020-07-25T04:34:38.376Z] bd07af9ed1a4: Pull complete [2020-07-25T04:34:38.642Z] 3556ccf180b2: Pull complete [2020-07-25T04:34:38.642Z] 089d4748da74: Pull complete [2020-07-25T04:34:41.216Z] c6eb57c77bc5: Pull complete [2020-07-25T04:34:41.216Z] 0364d5097239: Pull complete [2020-07-25T04:34:41.216Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-25T04:34:41.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-25T04:34:46.598Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:34:46.598Z] OK [2020-07-25T04:34:46.598Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:34:48.008Z] OK [2020-07-25T04:34:48.008Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:34:49.399Z] OK [2020-07-25T04:34:49.399Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:34:50.342Z] OK [2020-07-25T04:34:50.342Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:34:51.728Z] OK [2020-07-25T04:34:51.728Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:34:52.299Z] OK [2020-07-25T04:34:52.300Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:34:53.244Z] OK [Pipeline] sh [2020-07-25T04:34:53.809Z] + ls -al . [2020-07-25T04:34:53.809Z] total 556 [2020-07-25T04:34:53.809Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:34 . [2020-07-25T04:34:53.809Z] drwxr-xr-x 4 root root 30 Jul 25 04:33 .. [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:31 .dockerignore [2020-07-25T04:34:53.809Z] drwxrwxr-x 8 1001 1001 179 Jul 25 04:31 .git [2020-07-25T04:34:53.809Z] drwxrwxr-x 3 1001 1001 60 Jul 25 04:31 .github [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:31 .gitignore [2020-07-25T04:34:53.809Z] drwx------ 3 1001 1001 47 Jul 25 04:32 .semver [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:31 .sonarcloud.properties [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:31 CONTRIBUTING.md [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:31 Dockerfile.build [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:31 Jenkinsfile [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:31 LICENSE [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:31 Makefile [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:31 README.md [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:31 SECURITY.md [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:31 ZMQWindows.md [2020-07-25T04:34:53.809Z] drwxrwxr-x 4 1001 1001 33 Jul 25 04:31 api [2020-07-25T04:34:53.809Z] drwxrwxr-x 2 1001 1001 117 Jul 25 04:31 bin [2020-07-25T04:34:53.809Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:31 cmd [2020-07-25T04:34:53.809Z] -rw-r--r-- 1 root root 458256 Jul 25 04:34 coverage.out [2020-07-25T04:34:53.809Z] -rw-r--r-- 1 root root 1019 Jul 25 04:34 go.mod [2020-07-25T04:34:53.809Z] -rw-r--r-- 1 root root 18146 Jul 25 04:34 go.sum [2020-07-25T04:34:53.809Z] drwxrwxr-x 8 1001 1001 127 Jul 25 04:31 internal [2020-07-25T04:34:53.809Z] drwxrwxr-x 4 1001 1001 71 Jul 25 04:31 snap [2020-07-25T04:34:53.809Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:31 version.go [Pipeline] sh [2020-07-25T04:34:54.105Z] + '[' -e coverage.out ] [2020-07-25T04:34:54.105Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:34:54.268Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:34:54.576Z] + make build [2020-07-25T04:34:54.576Z] 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-25T04:34:59.948Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-976 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws [2020-07-25T04:34:59.993Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2020-07-25T04:35:01.244Z] 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-25T04:35:05.486Z] 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-25T04:35:05.946Z] using credential edgex-jenkins-ssh [2020-07-25T04:35:06.003Z] Cloning the remote Git repository [2020-07-25T04:35:06.003Z] Cloning with configured refspecs honoured and without tags [2020-07-25T04:35:06.102Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:35:06.240Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2020-07-25T04:35:06.317Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:35:06.319Z] > git --version # timeout=10 [2020-07-25T04:35:06.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:35:07.424Z] 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-25T04:35:06.437Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:35:08.820Z] 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-25T04:35:11.379Z] 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-25T04:35:11.641Z] 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-25T04:35:13.033Z] 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-25T04:35:14.978Z] 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-25T04:35:16.372Z] 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-25T04:35:17.780Z] 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-25T04:35:19.718Z] 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-25T04:35:20.667Z] 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-25T04:35:22.067Z] $ docker stop --time=1 6f31be12bea9b4c493ada4664b08c15e9678f378f162b5e0c816a5237407cd00 [2020-07-25T04:35:23.721Z] $ docker rm -f 6f31be12bea9b4c493ada4664b08c15e9678f378f162b5e0c816a5237407cd00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:35:25.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:35:25.049Z] [2020-07-25T04:35:25.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:35:25.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:35:25.389Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-25T04:35:25.389Z] cbdbe7a5bc2a: Already exists [2020-07-25T04:35:25.389Z] ca9280d653b3: Pulling fs layer [2020-07-25T04:35:25.389Z] 7e9c9ca2126c: Pulling fs layer [2020-07-25T04:35:25.710Z] ca9280d653b3: Download complete [2020-07-25T04:35:26.294Z] 7e9c9ca2126c: Download complete [2020-07-25T04:35:26.555Z] ca9280d653b3: Pull complete [2020-07-25T04:35:29.750Z] Fetching without tags [2020-07-25T04:35:30.261Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 1b083308c47abcc59f156185eb6017ca93b7e3a0 [2020-07-25T04:35:31.134Z] Merge succeeded, producing b7d633dd17fa18f35a51e2637aad76d1b204211c [2020-07-25T04:35:31.134Z] Checking out Revision b7d633dd17fa18f35a51e2637aad76d1b204211c (PR-2597) [2020-07-25T04:35:29.653Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:35:29.672Z] > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 [2020-07-25T04:35:29.696Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:35:29.729Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-25T04:35:29.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-25T04:35:29.764Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:35:29.780Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-25T04:35:30.284Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:35:30.362Z] > git checkout -f 1b083308c47abcc59f156185eb6017ca93b7e3a0 # timeout=10 [2020-07-25T04:35:30.698Z] > git remote # timeout=10 [2020-07-25T04:35:30.726Z] > git config --get remote.origin.url # timeout=10 [2020-07-25T04:35:30.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-25T04:35:30.753Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-25T04:35:31.112Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-25T04:35:31.141Z] > git config core.sparsecheckout # timeout=10 [2020-07-25T04:35:31.154Z] > git checkout -f b7d633dd17fa18f35a51e2637aad76d1b204211c # timeout=10 [2020-07-25T04:35:33.156Z] 7e9c9ca2126c: Pull complete [2020-07-25T04:35:33.728Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-25T04:35:33.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:35:33.728Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-25T04:35:33.855Z] prd-centos7-docker-4c-2g-968 does not seem to be running inside a container [2020-07-25T04:35:33.913Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-25T04:35:35.524Z] Commit message: "Merge commit '04784571c64111dd2069565982d29e4bcbbafa66' into HEAD" [2020-07-25T04:35:35.555Z] First time build. Skipping changelog. [2020-07-25T04:35:35.531Z] > git rev-list --no-walk 0bf3bfb306b81ddb67a25fe7b12ee1e4b3fa59b7 # timeout=10 [2020-07-25T04:35:36.816Z] $ docker top 9550c321f312fe69e2b93349e8d46e4fef5268bc4ae7e5393cbb3f7640521f2b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-25T04:35:37.327Z] + + grepdocker-compose parallel build [2020-07-25T04:35:37.327Z] --help [2020-07-25T04:35:38.288Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:35:38.567Z] $ docker stop --time=1 9550c321f312fe69e2b93349e8d46e4fef5268bc4ae7e5393cbb3f7640521f2b [2020-07-25T04:35:39.938Z] $ docker rm -f 9550c321f312fe69e2b93349e8d46e4fef5268bc4ae7e5393cbb3f7640521f2b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:35:40.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-25T04:35:40.609Z] . [Pipeline] withDockerContainer [2020-07-25T04:35:40.703Z] prd-centos7-docker-4c-2g-968 does not seem to be running inside a container [2020-07-25T04:35:40.744Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-25T04:35:41.480Z] $ docker top 4cb37aee9e08b562bf190c6a1a646d1f558c175275a94326354206beb4c4c893 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:35:41.980Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:35:43.374Z] Building docker-core-command-go ... [2020-07-25T04:35:43.374Z] Building docker-core-data-go ... [2020-07-25T04:35:43.374Z] Building docker-core-metadata-go ... [2020-07-25T04:35:43.374Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:35:43.374Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:35:43.374Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:35:43.374Z] Building docker-support-logging-go ... [2020-07-25T04:35:43.374Z] Building docker-support-notifications-go ... [2020-07-25T04:35:43.374Z] Building docker-support-scheduler-go ... [2020-07-25T04:35:43.374Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:35:43.374Z] Building docker-security-secrets-setup-go [2020-07-25T04:35:43.374Z] Building docker-support-logging-go [2020-07-25T04:35:43.374Z] Building docker-core-command-go [2020-07-25T04:35:43.374Z] Building docker-core-metadata-go [2020-07-25T04:35:43.374Z] Building docker-security-proxy-setup-go [Pipeline] echo [2020-07-25T04:35:49.698Z] ========================================================= [2020-07-25T04:35:49.698Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-25T04:35:49.698Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:35:50.667Z] + 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-25T04:35:55.007Z] Sending build context to Docker daemon 323.3MB [2020-07-25T04:35:55.008Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-25T04:35:55.008Z] Step 2/7 : FROM ${BASE} [2020-07-25T04:35:55.008Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-25T04:35:55.008Z] b538f80385f9: Pulling fs layer [2020-07-25T04:35:55.008Z] 74f711af9a0d: Pulling fs layer [2020-07-25T04:35:55.008Z] 99f96fe45779: Pulling fs layer [2020-07-25T04:35:55.008Z] fd7a069fd194: Pulling fs layer [2020-07-25T04:35:55.008Z] 66aa3694b03b: Pulling fs layer [2020-07-25T04:35:55.008Z] 170f70906a0f: Pulling fs layer [2020-07-25T04:35:55.008Z] ad7c5574e4b9: Pulling fs layer [2020-07-25T04:35:55.008Z] e772456be8f7: Pulling fs layer [2020-07-25T04:35:55.008Z] c890913d741a: Pulling fs layer [2020-07-25T04:35:55.008Z] 2480fcc9aa5a: Pulling fs layer [2020-07-25T04:35:55.008Z] 09adf4765672: Pulling fs layer [2020-07-25T04:35:55.008Z] 170f70906a0f: Waiting [2020-07-25T04:35:55.008Z] ad7c5574e4b9: Waiting [2020-07-25T04:35:55.008Z] e772456be8f7: Waiting [2020-07-25T04:35:55.008Z] c890913d741a: Waiting [2020-07-25T04:35:55.008Z] 2480fcc9aa5a: Waiting [2020-07-25T04:35:55.008Z] 09adf4765672: Waiting [2020-07-25T04:35:55.008Z] fd7a069fd194: Waiting [2020-07-25T04:35:55.008Z] 66aa3694b03b: Waiting [2020-07-25T04:35:55.008Z] 99f96fe45779: Verifying Checksum [2020-07-25T04:35:55.008Z] 99f96fe45779: Download complete [2020-07-25T04:35:55.293Z] 74f711af9a0d: Verifying Checksum [2020-07-25T04:35:55.293Z] 74f711af9a0d: Download complete [2020-07-25T04:35:55.293Z] 66aa3694b03b: Download complete [2020-07-25T04:35:55.293Z] 170f70906a0f: Verifying Checksum [2020-07-25T04:35:55.293Z] 170f70906a0f: Download complete [2020-07-25T04:35:55.293Z] b538f80385f9: Verifying Checksum [2020-07-25T04:35:55.293Z] b538f80385f9: Download complete [2020-07-25T04:35:56.288Z] b538f80385f9: Pull complete [2020-07-25T04:35:56.565Z] 74f711af9a0d: Pull complete [2020-07-25T04:35:57.165Z] 99f96fe45779: Pull complete [2020-07-25T04:35:58.619Z] ad7c5574e4b9: Verifying Checksum [2020-07-25T04:35:58.619Z] ad7c5574e4b9: Download complete [2020-07-25T04:35:58.619Z] c890913d741a: Verifying Checksum [2020-07-25T04:35:58.619Z] c890913d741a: Download complete [2020-07-25T04:36:00.672Z] 2480fcc9aa5a: Verifying Checksum [2020-07-25T04:36:00.672Z] 2480fcc9aa5a: Download complete [2020-07-25T04:36:00.672Z] 09adf4765672: Download complete [2020-07-25T04:36:00.672Z] e772456be8f7: Verifying Checksum [2020-07-25T04:36:00.672Z] e772456be8f7: Download complete [2020-07-25T04:36:00.942Z] fd7a069fd194: Verifying Checksum [2020-07-25T04:36:00.942Z] fd7a069fd194: Download complete [2020-07-25T04:36:11.092Z] fd7a069fd194: Pull complete [2020-07-25T04:36:12.067Z] 66aa3694b03b: Pull complete [2020-07-25T04:36:12.067Z] 170f70906a0f: Pull complete [2020-07-25T04:36:15.550Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:15.550Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:15.550Z] ---> 0da6a75ad4d0 [2020-07-25T04:36:15.550Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:36:15.550Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:15.550Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:15.550Z] ---> 0da6a75ad4d0 [2020-07-25T04:36:15.550Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:36:15.550Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:15.550Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:15.550Z] ---> 0da6a75ad4d0 [2020-07-25T04:36:15.550Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:36:15.550Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:15.550Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:36:15.550Z] ---> 0da6a75ad4d0 [2020-07-25T04:36:15.550Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:36:15.550Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:36:15.550Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:36:15.550Z] ---> 0da6a75ad4d0 [2020-07-25T04:36:15.550Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:36:15.813Z] ---> Running in 80a518338634 [2020-07-25T04:36:15.813Z] ---> Running in 9ab0f6fef647 [2020-07-25T04:36:15.813Z] ---> Running in 09c03852d319 [2020-07-25T04:36:15.813Z] ---> Running in 0fb846ddb2b0 [2020-07-25T04:36:15.813Z] ---> Running in 9a8a792abe7b [2020-07-25T04:36:16.076Z] Removing intermediate container 80a518338634 [2020-07-25T04:36:16.076Z] ---> 3d4cdd025899 [2020-07-25T04:36:16.076Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:36:16.343Z] Removing intermediate container 9a8a792abe7b [2020-07-25T04:36:16.343Z] ---> a9382da41831 [2020-07-25T04:36:16.343Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:16.343Z] Removing intermediate container 0fb846ddb2b0 [2020-07-25T04:36:16.343Z] ---> 44c3cd84c7e7 [2020-07-25T04:36:16.343Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:16.343Z] Removing intermediate container 09c03852d319 [2020-07-25T04:36:16.343Z] ---> 76488abe189b [2020-07-25T04:36:16.343Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:16.343Z] Removing intermediate container 9ab0f6fef647 [2020-07-25T04:36:16.343Z] ---> 71a39af03148 [2020-07-25T04:36:16.343Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:36:16.343Z] ---> Running in e3115842e40f [2020-07-25T04:36:16.343Z] ---> Running in 2950f75b9554 [2020-07-25T04:36:16.343Z] ---> Running in f7c90a441760 [2020-07-25T04:36:16.370Z] ad7c5574e4b9: Pull complete [2020-07-25T04:36:16.604Z] ---> Running in 5e5880b12bf7 [2020-07-25T04:36:16.604Z] ---> Running in ed9be55c9f3a [2020-07-25T04:36:17.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:18.166Z] Removing intermediate container 2950f75b9554 [2020-07-25T04:36:18.166Z] ---> 5196ab19c1a5 [2020-07-25T04:36:18.166Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:36:18.428Z] ---> Running in ef2eac43bf14 [2020-07-25T04:36:18.428Z] Removing intermediate container f7c90a441760 [2020-07-25T04:36:18.428Z] ---> 3ea376fd35ba [2020-07-25T04:36:18.428Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:36:18.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:18.696Z] Removing intermediate container 5e5880b12bf7 [2020-07-25T04:36:18.696Z] ---> 7065451731cd [2020-07-25T04:36:18.696Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:36:18.696Z] ---> Running in 122dbed1a69b [2020-07-25T04:36:18.959Z] Removing intermediate container ed9be55c9f3a [2020-07-25T04:36:18.959Z] ---> a6ee6548d5c3 [2020-07-25T04:36:18.959Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:36:18.959Z] ---> Running in 9ae294cf59b9 [2020-07-25T04:36:19.224Z] ---> Running in df780f2efff6 [2020-07-25T04:36:19.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:19.486Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:19.486Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:19.486Z] OK: 12749 distinct packages available [2020-07-25T04:36:19.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:19.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:19.753Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:19.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:20.017Z] Removing intermediate container e3115842e40f [2020-07-25T04:36:20.017Z] ---> 71c033e8f3ef [2020-07-25T04:36:20.017Z] Step 5/29 : COPY go.mod . [2020-07-25T04:36:20.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:20.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:20.278Z] ---> 708f9b862177 [2020-07-25T04:36:20.278Z] Step 6/29 : RUN go mod download [2020-07-25T04:36:20.542Z] ---> Running in 95d0851ad589 [2020-07-25T04:36:20.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:20.678Z] e772456be8f7: Pull complete [2020-07-25T04:36:20.678Z] c890913d741a: Pull complete [2020-07-25T04:36:20.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:36:21.381Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:21.381Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:21.381Z] OK: 12749 distinct packages available [2020-07-25T04:36:21.382Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:21.648Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:21.648Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:21.648Z] OK: 12749 distinct packages available [2020-07-25T04:36:21.648Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:21.648Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:21.648Z] OK: 12749 distinct packages available [2020-07-25T04:36:21.648Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:21.927Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:21.927Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:21.927Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:36:21.927Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:36:21.927Z] OK: 12749 distinct packages available [2020-07-25T04:36:21.927Z] Removing intermediate container 95d0851ad589 [2020-07-25T04:36:21.927Z] ---> 0fad2bc6b5f2 [2020-07-25T04:36:21.927Z] Step 7/29 : COPY . . [2020-07-25T04:36:22.191Z] OK: 233 MiB in 51 packages [2020-07-25T04:36:23.308Z] 2480fcc9aa5a: Pull complete [2020-07-25T04:36:23.584Z] 09adf4765672: Pull complete [2020-07-25T04:36:23.584Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-25T04:36:23.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-25T04:36:23.584Z] ---> 2248a725d1cf [2020-07-25T04:36:23.584Z] 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-25T04:36:23.599Z] Removing intermediate container 122dbed1a69b [2020-07-25T04:36:23.599Z] ---> 93ffc0e85045 [2020-07-25T04:36:23.599Z] Step 6/21 : COPY go.mod . [2020-07-25T04:36:25.013Z] Removing intermediate container df780f2efff6 [2020-07-25T04:36:25.013Z] ---> 21321a1ef5fc [2020-07-25T04:36:25.013Z] Step 6/21 : COPY go.mod . [2020-07-25T04:36:25.013Z] Removing intermediate container ef2eac43bf14 [2020-07-25T04:36:25.013Z] ---> 758394c4f5d5 [2020-07-25T04:36:25.013Z] Step 6/21 : COPY go.mod . [2020-07-25T04:36:26.403Z] ---> 2bfd7250fafd [2020-07-25T04:36:26.403Z] Step 7/21 : RUN go mod download [2020-07-25T04:36:26.403Z] Removing intermediate container 9ae294cf59b9 [2020-07-25T04:36:26.403Z] ---> ce9850cf2839 [2020-07-25T04:36:26.403Z] Step 6/20 : COPY go.mod . [2020-07-25T04:36:27.804Z] ---> dac312cfbaef [2020-07-25T04:36:27.804Z] Step 7/21 : RUN go mod download [2020-07-25T04:36:27.804Z] ---> Running in f12823476cf7 [2020-07-25T04:36:28.749Z] ---> 8ba3ed68b0a5 [2020-07-25T04:36:28.749Z] Step 7/21 : RUN go mod download [2020-07-25T04:36:29.326Z] ---> 165679bbf12e [2020-07-25T04:36:29.326Z] Step 7/20 : RUN go mod download [2020-07-25T04:36:29.600Z] ---> Running in cea20adac4d4 [2020-07-25T04:36:30.181Z] ---> Running in 89c6dba0d462 [2020-07-25T04:36:30.181Z] ---> Running in 46bef4e89e7e [2020-07-25T04:36:30.323Z] ---> Running in 11eecfacd08f [2020-07-25T04:36:30.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:36:32.152Z] Removing intermediate container f12823476cf7 [2020-07-25T04:36:32.152Z] ---> fd6f3ccf88d6 [2020-07-25T04:36:32.152Z] Step 8/21 : COPY . . [2020-07-25T04:36:32.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:36:35.503Z] (1/12) Installing libmagic (5.38-r0) [2020-07-25T04:36:36.097Z] (2/12) Installing file (5.38-r0) [2020-07-25T04:36:36.369Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-25T04:36:36.369Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-25T04:36:36.376Z] Removing intermediate container cea20adac4d4 [2020-07-25T04:36:36.376Z] ---> 8360ac64055e [2020-07-25T04:36:36.376Z] Step 8/21 : COPY . . [2020-07-25T04:36:43.013Z] Removing intermediate container 46bef4e89e7e [2020-07-25T04:36:43.013Z] ---> 5abc496c182d [2020-07-25T04:36:43.013Z] Step 8/20 : COPY . . [2020-07-25T04:36:43.013Z] Removing intermediate container 89c6dba0d462 [2020-07-25T04:36:43.013Z] ---> a14d623cb8e8 [2020-07-25T04:36:43.013Z] Step 8/21 : COPY . . [2020-07-25T04:36:43.597Z] ---> b08b676443e6 [2020-07-25T04:36:43.597Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:36:52.071Z] ---> Running in bb5511eb16c2 [2020-07-25T04:36:56.354Z] 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-25T04:37:03.013Z] ---> d562623e2366 [2020-07-25T04:37:03.013Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:37:03.124Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-25T04:37:03.124Z] (6/12) Installing patch (2.7.6-r6) [2020-07-25T04:37:03.124Z] (7/12) Installing build-base (0.5-r2) [2020-07-25T04:37:03.124Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-25T04:37:03.124Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-25T04:37:03.124Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-25T04:37:03.124Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-25T04:37:03.124Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-25T04:37:03.124Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:03.124Z] OK: 217 MiB in 51 packages [2020-07-25T04:37:03.612Z] ---> Running in 978b064994ba [2020-07-25T04:37:05.062Z] 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-25T04:37:06.512Z] Removing intermediate container 11eecfacd08f [2020-07-25T04:37:06.512Z] ---> 33e5ed4e9651 [2020-07-25T04:37:06.512Z] Step 4/7 : WORKDIR /edgex-go [2020-07-25T04:37:06.512Z] ---> Running in cf53cbab227a [2020-07-25T04:37:06.512Z] Removing intermediate container cf53cbab227a [2020-07-25T04:37:06.512Z] ---> bc08dff19e22 [2020-07-25T04:37:06.512Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-25T04:37:06.785Z] latest: Pulling from library/docker [2020-07-25T04:37:07.060Z] b538f80385f9: Already exists [2020-07-25T04:37:07.060Z] 259a493cd78d: Pulling fs layer [2020-07-25T04:37:07.060Z] b8e66b5100f5: Pulling fs layer [2020-07-25T04:37:07.060Z] 39dc9c94d07c: Pulling fs layer [2020-07-25T04:37:07.060Z] 551b823b3b82: Pulling fs layer [2020-07-25T04:37:07.060Z] 3c52a74df98c: Pulling fs layer [2020-07-25T04:37:07.060Z] 6c9b121b6998: Pulling fs layer [2020-07-25T04:37:07.060Z] 551b823b3b82: Waiting [2020-07-25T04:37:07.060Z] 3c52a74df98c: Waiting [2020-07-25T04:37:07.060Z] 6c9b121b6998: Waiting [2020-07-25T04:37:07.060Z] b8e66b5100f5: Verifying Checksum [2020-07-25T04:37:07.060Z] b8e66b5100f5: Download complete [2020-07-25T04:37:07.338Z] 259a493cd78d: Verifying Checksum [2020-07-25T04:37:07.338Z] 259a493cd78d: Download complete [2020-07-25T04:37:07.338Z] 551b823b3b82: Verifying Checksum [2020-07-25T04:37:07.338Z] 551b823b3b82: Download complete [2020-07-25T04:37:07.338Z] 3c52a74df98c: Verifying Checksum [2020-07-25T04:37:07.338Z] 3c52a74df98c: Download complete [2020-07-25T04:37:07.338Z] 6c9b121b6998: Verifying Checksum [2020-07-25T04:37:07.338Z] 6c9b121b6998: Download complete [2020-07-25T04:37:07.940Z] 259a493cd78d: Pull complete [2020-07-25T04:37:08.217Z] b8e66b5100f5: Pull complete [2020-07-25T04:37:08.491Z] 39dc9c94d07c: Verifying Checksum [2020-07-25T04:37:08.491Z] 39dc9c94d07c: Download complete [2020-07-25T04:37:10.467Z] ---> c1cd2133386d [2020-07-25T04:37:10.467Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:37:10.747Z] ---> Running in 4783f58f67f8 [2020-07-25T04:37:11.877Z] 39dc9c94d07c: Pull complete [2020-07-25T04:37:11.877Z] 551b823b3b82: Pull complete [2020-07-25T04:37:12.156Z] 3c52a74df98c: Pull complete [2020-07-25T04:37:12.188Z] 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-25T04:37:12.758Z] 6c9b121b6998: Pull complete [2020-07-25T04:37:12.758Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-25T04:37:12.758Z] Status: Downloaded newer image for docker:latest [2020-07-25T04:37:14.208Z] ---> 29d8436ecc4a [2020-07-25T04:37:14.208Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:37:14.208Z] ---> b9a54d5e1f82 [2020-07-25T04:37:14.208Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:37:14.483Z] ---> Running in 0abf16b95f10 [2020-07-25T04:37:14.483Z] ---> Running in e4be2e1a582b [2020-07-25T04:37:15.892Z] 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-25T04:37:15.892Z] 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-25T04:37:16.144Z] ---> 46257265f806 [2020-07-25T04:37:16.144Z] Step 6/7 : COPY go.mod . [2020-07-25T04:37:16.741Z] ---> 9cf208bf47bc [2020-07-25T04:37:16.741Z] Step 7/7 : RUN go mod download [2020-07-25T04:37:16.741Z] ---> Running in 6704efc252f7 [2020-07-25T04:37:20.121Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-25T04:37:20.121Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-25T04:37:20.121Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-25T04:37:20.122Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-25T04:37:20.122Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-25T04:37:20.122Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-25T04:37:20.122Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-25T04:37:20.122Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-25T04:37:20.122Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-25T04:37:20.122Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-25T04:37:20.122Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-25T04:37:20.122Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-25T04:37:20.122Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-25T04:37:20.122Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-25T04:37:20.122Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-25T04:37:20.122Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-25T04:37:20.122Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-25T04:37:20.122Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-25T04:37:20.122Z] go: finding github.com/fatih/color v1.7.0 [2020-07-25T04:37:20.122Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-25T04:37:20.122Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-25T04:37:20.122Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-25T04:37:20.122Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-25T04:37:20.392Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-25T04:37:20.392Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-25T04:37:20.392Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-25T04:37:20.392Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-25T04:37:20.392Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-25T04:37:20.392Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-25T04:37:20.392Z] go: finding github.com/google/uuid v1.1.0 [2020-07-25T04:37:20.392Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-25T04:37:20.392Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-25T04:37:20.392Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-25T04:37:20.392Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-25T04:37:20.663Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-25T04:37:20.934Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-25T04:37:20.934Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-25T04:37:20.934Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-25T04:37:20.934Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-25T04:37:20.934Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-25T04:37:20.934Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-25T04:37:20.934Z] go: finding github.com/kr/pty v1.1.1 [2020-07-25T04:37:20.934Z] go: finding github.com/kr/text v0.1.0 [2020-07-25T04:37:20.934Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-25T04:37:20.934Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-25T04:37:20.934Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-25T04:37:21.206Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-25T04:37:21.206Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-25T04:37:21.206Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-25T04:37:21.206Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-25T04:37:21.477Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-25T04:37:21.477Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-25T04:37:21.477Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-25T04:37:21.477Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-25T04:37:21.477Z] go: finding github.com/posener/complete v1.1.1 [2020-07-25T04:37:21.477Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-25T04:37:21.477Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-25T04:37:21.477Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-25T04:37:21.477Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-25T04:37:21.477Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-25T04:37:21.477Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-25T04:37:21.749Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-25T04:37:21.749Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-25T04:37:21.749Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-25T04:37:21.749Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-25T04:37:21.749Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-25T04:37:21.749Z] go: finding golang.org/x/text v0.3.2 [2020-07-25T04:37:21.749Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-25T04:37:21.749Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-25T04:37:21.749Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-25T04:37:21.749Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-25T04:37:21.749Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-25T04:37:21.749Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-25T04:37:22.569Z] Removing intermediate container bb5511eb16c2 [2020-07-25T04:37:22.569Z] ---> 30ce4ba76862 [2020-07-25T04:37:22.569Z] [2020-07-25T04:37:22.569Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:37:22.569Z] latest: Pulling from library/alpine [2020-07-25T04:37:22.843Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:37:22.843Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:37:22.844Z] ---> a24bb4013296 [2020-07-25T04:37:22.844Z] 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-25T04:37:23.446Z] ---> Running in 107dc1363dea [2020-07-25T04:37:23.722Z] Removing intermediate container 107dc1363dea [2020-07-25T04:37:23.722Z] ---> f4fb73ca940c [2020-07-25T04:37:23.722Z] Step 11/29 : USER root [2020-07-25T04:37:23.722Z] ---> Running in e9b2170ad99a [2020-07-25T04:37:23.987Z] Removing intermediate container e9b2170ad99a [2020-07-25T04:37:23.987Z] ---> b049eefa2d53 [2020-07-25T04:37:23.987Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:37:24.260Z] ---> Running in 38926731af48 [2020-07-25T04:37:26.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:26.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:26.782Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:26.782Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:26.782Z] OK: 12749 distinct packages available [2020-07-25T04:37:27.049Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:37:27.318Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:37:27.318Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:27.318Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:37:27.318Z] OK: 6 MiB in 16 packages [2020-07-25T04:37:29.281Z] Removing intermediate container 38926731af48 [2020-07-25T04:37:29.281Z] ---> eed45edf756e [2020-07-25T04:37:29.281Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:37:29.281Z] ---> Running in 147bd4e0bc56 [2020-07-25T04:37:29.553Z] Removing intermediate container 147bd4e0bc56 [2020-07-25T04:37:29.554Z] ---> b9fe3226c7aa [2020-07-25T04:37:29.554Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:37:29.554Z] ---> Running in 98493a1f6dc9 [2020-07-25T04:37:30.995Z] Removing intermediate container 98493a1f6dc9 [2020-07-25T04:37:30.995Z] ---> 873914e792d0 [2020-07-25T04:37:30.995Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:37:30.995Z] ---> Running in 45f3f8cbbeff [2020-07-25T04:37:32.973Z] Removing intermediate container 45f3f8cbbeff [2020-07-25T04:37:32.973Z] ---> 88eb6e048fc6 [2020-07-25T04:37:32.973Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:37:35.613Z] ---> 795cc94f17e4 [2020-07-25T04:37:35.613Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:37:36.594Z] Removing intermediate container 978b064994ba [2020-07-25T04:37:36.594Z] ---> 488e94551813 [2020-07-25T04:37:36.594Z] [2020-07-25T04:37:36.594Z] Step 10/21 : FROM scratch [2020-07-25T04:37:36.594Z] ---> [2020-07-25T04:37:36.594Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:37:36.594Z] ---> 959326905547 [2020-07-25T04:37:36.594Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:37:36.865Z] ---> Running in 00873837a2e2 [2020-07-25T04:37:37.129Z] Removing intermediate container 00873837a2e2 [2020-07-25T04:37:37.129Z] ---> 94196c6812f8 [2020-07-25T04:37:37.129Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:37:37.129Z] ---> Running in a02c325e221c [2020-07-25T04:37:37.129Z] ---> b7b53139d493 [2020-07-25T04:37:37.129Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:37:37.401Z] Removing intermediate container a02c325e221c [2020-07-25T04:37:37.401Z] ---> 44e2556e6761 [2020-07-25T04:37:37.401Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:37:37.673Z] ---> Running in e1abd6034d3e [2020-07-25T04:37:37.673Z] ---> dcd14fb70a74 [2020-07-25T04:37:37.673Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:37:37.944Z] Removing intermediate container e1abd6034d3e [2020-07-25T04:37:37.944Z] ---> a11d10c2153c [2020-07-25T04:37:37.944Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:37:38.548Z] ---> b9529d1246ad [2020-07-25T04:37:38.548Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:37:38.548Z] ---> Running in 73a03d929f1c [2020-07-25T04:37:38.548Z] ---> 13f69042fa91 [2020-07-25T04:37:38.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:37:39.137Z] ---> 7bf7debac58f [2020-07-25T04:37:39.137Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:37:40.053Z] Removing intermediate container 6704efc252f7 [2020-07-25T04:37:40.053Z] ---> 7e8702a175db [2020-07-25T04:37:40.053Z] Successfully built 7e8702a175db [2020-07-25T04:37:40.053Z] 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-25T04:37:40.816Z] + docker inspect -f . ci-base-image-arm64 [2020-07-25T04:37:40.816Z] . [Pipeline] withDockerContainer [2020-07-25T04:37:41.092Z] prd-ubuntu18.04-docker-arm64-4c-16g-976 does not seem to be running inside a container [2020-07-25T04:37:41.215Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-25T04:37:41.738Z] ---> 35111220c63b [2020-07-25T04:37:41.739Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:37:42.332Z] ---> f048950d62ef [2020-07-25T04:37:42.332Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:37:42.333Z] ---> Running in 59c7dd740b37 [2020-07-25T04:37:42.333Z] Removing intermediate container 73a03d929f1c [2020-07-25T04:37:42.333Z] ---> ca6f1bbdce17 [2020-07-25T04:37:42.333Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:37:42.667Z] $ docker top a0f60cce3fb11fc88934865daf4366bb00badb9b09f024a26f4de2e507c464d7 -eo pid,comm [2020-07-25T04:37:42.907Z] Removing intermediate container 59c7dd740b37 [2020-07-25T04:37:42.907Z] ---> a42ed6615112 [2020-07-25T04:37:42.907Z] Step 19/21 : LABEL arch=x86_64 [Pipeline] { [Pipeline] sh [2020-07-25T04:37:43.750Z] + go version [2020-07-25T04:37:43.750Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-25T04:37:43.769Z] ========================================================= [2020-07-25T04:37:43.769Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-25T04:37:43.769Z] ========================================================= [Pipeline] sh [2020-07-25T04:37:43.850Z] ---> Running in 03cb4e2c44aa [2020-07-25T04:37:43.850Z] ---> 063eddf38486 [2020-07-25T04:37:43.850Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:37:43.850Z] Removing intermediate container 0abf16b95f10 [2020-07-25T04:37:43.850Z] ---> 33a439f776a8 [2020-07-25T04:37:43.850Z] [2020-07-25T04:37:43.850Z] Step 10/20 : FROM alpine [2020-07-25T04:37:43.850Z] ---> a24bb4013296 [2020-07-25T04:37:43.850Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:37:44.109Z] ---> Running in 463578593f64 [2020-07-25T04:37:44.369Z] ---> Running in 80d1fcac4fe9 [2020-07-25T04:37:44.522Z] + make test raml_verify [2020-07-25T04:37:44.522Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-25T04:37:44.629Z] Removing intermediate container 03cb4e2c44aa [2020-07-25T04:37:44.629Z] ---> e3bc712e2a2d [2020-07-25T04:37:44.629Z] Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:37:44.893Z] ---> Running in b95d0b2f1646 [2020-07-25T04:37:45.481Z] Removing intermediate container b95d0b2f1646 [2020-07-25T04:37:45.481Z] ---> 94267c54f8ce [2020-07-25T04:37:45.481Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:37:45.481Z] ---> Running in eb1c7f7329ed [2020-07-25T04:37:45.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:45.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:37:46.024Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:37:46.024Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:37:46.024Z] OK: 12749 distinct packages available [2020-07-25T04:37:46.287Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:37:46.287Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:37:46.287Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:37:46.287Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:37:46.287Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:37:46.859Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:37:46.859Z] OK: 7 MiB in 18 packages [2020-07-25T04:37:47.121Z] Removing intermediate container eb1c7f7329ed [2020-07-25T04:37:47.121Z] ---> 4613fa65e0ea [2020-07-25T04:37:47.121Z] [2020-07-25T04:37:47.167Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-25T04:37:49.676Z] Successfully built 4613fa65e0ea [2020-07-25T04:37:50.250Z] Successfully tagged docker-support-logging-go:latest [2020-07-25T04:37:50.250Z] Removing intermediate container 463578593f64 [2020-07-25T04:37:50.250Z] ---> 3b2544694bd0 [2020-07-25T04:37:50.250Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:37:50.250Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-07-25T04:37:50.250Z] ---> Running in 4035425f8f8f [2020-07-25T04:37:50.250Z] Removing intermediate container 4783f58f67f8 [2020-07-25T04:37:50.250Z] ---> a8c37b95c1fe [2020-07-25T04:37:50.250Z] [2020-07-25T04:37:50.250Z] Step 10/21 : FROM scratch [2020-07-25T04:37:50.250Z] ---> [2020-07-25T04:37:50.250Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:37:50.250Z] Removing intermediate container e4be2e1a582b [2020-07-25T04:37:50.250Z] ---> 7de3f4af4a54 [2020-07-25T04:37:50.250Z] [2020-07-25T04:37:50.250Z] Step 10/21 : FROM scratch [2020-07-25T04:37:50.250Z] ---> [2020-07-25T04:37:50.250Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:37:50.827Z] ---> Running in f170833c5f79 [2020-07-25T04:37:50.827Z] ---> Running in fa4b30b6a36d [2020-07-25T04:37:51.433Z] Removing intermediate container 80d1fcac4fe9 [2020-07-25T04:37:51.433Z] ---> 5895832b786e [2020-07-25T04:37:51.433Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:37:51.433Z] Removing intermediate container fa4b30b6a36d [2020-07-25T04:37:51.433Z] ---> 72108ecc6679 [2020-07-25T04:37:51.433Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:37:51.433Z] Removing intermediate container f170833c5f79 [2020-07-25T04:37:51.433Z] ---> ddc0faa66fdb [2020-07-25T04:37:51.433Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:37:51.433Z] ---> Running in ec5064846264 [2020-07-25T04:37:51.703Z] ---> Running in 70a3de10e994 [2020-07-25T04:37:51.703Z] ---> Running in 02fd82eb72b3 [2020-07-25T04:37:55.216Z] Removing intermediate container ec5064846264 [2020-07-25T04:37:55.216Z] ---> b5b531d42d55 [2020-07-25T04:37:55.216Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:37:55.478Z] Removing intermediate container 70a3de10e994 [2020-07-25T04:37:55.478Z] ---> 1ca5f6b875ef [2020-07-25T04:37:55.478Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:37:55.478Z] Removing intermediate container 02fd82eb72b3 [2020-07-25T04:37:55.478Z] ---> 8c5e5f6b921a [2020-07-25T04:37:55.478Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:37:56.063Z] ---> Running in 97419b71660a [2020-07-25T04:37:56.063Z] ---> Running in 9b709b73399d [2020-07-25T04:37:56.063Z] ---> Running in 47771dce7106 [2020-07-25T04:37:56.387Z] Removing intermediate container 4035425f8f8f [2020-07-25T04:37:56.387Z] ---> 77c80cad2132 [2020-07-25T04:37:56.387Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:37:56.387Z] Removing intermediate container 9b709b73399d [2020-07-25T04:37:56.387Z] ---> 323270b4c286 [2020-07-25T04:37:56.387Z] Step 14/21 : WORKDIR / [2020-07-25T04:37:56.996Z] Removing intermediate container 97419b71660a [2020-07-25T04:37:56.996Z] ---> 32286a8fed6f [2020-07-25T04:37:56.996Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:37:56.996Z] ---> Running in 6892c2b5dc85 [2020-07-25T04:37:56.996Z] ---> Running in a7cf8a2d459b [2020-07-25T04:37:57.652Z] Removing intermediate container 47771dce7106 [2020-07-25T04:37:57.652Z] ---> 06a3b4428ea4 [2020-07-25T04:37:57.652Z] Step 14/21 : WORKDIR / [2020-07-25T04:37:58.655Z] ---> Running in 8a9fa660e533 [2020-07-25T04:37:59.232Z] Removing intermediate container a7cf8a2d459b [2020-07-25T04:37:59.232Z] ---> 7575c42c7ac0 [2020-07-25T04:37:59.232Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:37:59.498Z] ---> 27681203fb67 [2020-07-25T04:37:59.498Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:37:59.498Z] Removing intermediate container 6892c2b5dc85 [2020-07-25T04:37:59.498Z] ---> bdb65ba275e0 [2020-07-25T04:37:59.498Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:38:00.090Z] ---> Running in 19a207844d00 [2020-07-25T04:38:00.354Z] Removing intermediate container 8a9fa660e533 [2020-07-25T04:38:00.354Z] ---> 5f032b035e1c [2020-07-25T04:38:00.354Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:38:01.750Z] ---> e79e5a08caa2 [2020-07-25T04:38:01.750Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:38:02.715Z] ---> 98cbd76b381e [2020-07-25T04:38:02.715Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:38:03.290Z] Removing intermediate container 19a207844d00 [2020-07-25T04:38:03.290Z] ---> bbbe1fb0954d [2020-07-25T04:38:03.290Z] Step 27/29 : LABEL arch=x86_64 [2020-07-25T04:38:04.263Z] ---> d81cc09e4215 [2020-07-25T04:38:04.263Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:38:04.838Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:04.838Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:04.838Z] ---> 0da6a75ad4d0 [2020-07-25T04:38:04.838Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:38:04.838Z] ---> Using cache [2020-07-25T04:38:04.838Z] ---> 71a39af03148 [2020-07-25T04:38:04.838Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:04.838Z] ---> Using cache [2020-07-25T04:38:04.838Z] ---> a6ee6548d5c3 [2020-07-25T04:38:04.838Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:38:04.838Z] ---> Using cache [2020-07-25T04:38:04.838Z] ---> 21321a1ef5fc [2020-07-25T04:38:04.838Z] Step 6/26 : COPY go.mod . [2020-07-25T04:38:04.838Z] ---> Using cache [2020-07-25T04:38:04.838Z] ---> dac312cfbaef [2020-07-25T04:38:04.838Z] Step 7/26 : RUN go mod download [2020-07-25T04:38:04.838Z] ---> Using cache [2020-07-25T04:38:04.838Z] ---> 8360ac64055e [2020-07-25T04:38:04.838Z] Step 8/26 : COPY . . [2020-07-25T04:38:04.838Z] ---> Using cache [2020-07-25T04:38:04.838Z] ---> c1cd2133386d [2020-07-25T04:38:04.838Z] 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-25T04:38:05.787Z] ---> ac4a2f2a9de9 [2020-07-25T04:38:05.787Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:05.787Z] ---> Running in d78079f82104 [2020-07-25T04:38:05.787Z] ---> Running in 67d2d4c0815b [2020-07-25T04:38:05.787Z] ---> Running in 920f3f375007 [2020-07-25T04:38:05.787Z] ---> 89192b1521b9 [2020-07-25T04:38:05.787Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:38:06.052Z] Removing intermediate container d78079f82104 [2020-07-25T04:38:06.052Z] ---> e3a2dd95f6bf [2020-07-25T04:38:06.052Z] Step 28/29 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:38:06.052Z] Removing intermediate container 920f3f375007 [2020-07-25T04:38:06.052Z] ---> d002aa3f04a0 [2020-07-25T04:38:06.052Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:38:06.319Z] ---> a3bfd6c138ed [2020-07-25T04:38:06.319Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:06.319Z] ---> 6a3b0b757d8d [2020-07-25T04:38:06.319Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:38:06.319Z] ---> Running in 5a41fcd80531 [2020-07-25T04:38:06.319Z] ---> Running in 5e31fe756f66 [2020-07-25T04:38:06.319Z] ---> Running in 282844ea6f8d [2020-07-25T04:38:06.588Z] ---> Running in 4c8f47d4d125 [2020-07-25T04:38:06.588Z] 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-25T04:38:06.588Z] Removing intermediate container 5a41fcd80531 [2020-07-25T04:38:06.588Z] ---> 0f8629d81816 [2020-07-25T04:38:06.588Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:38:06.853Z] Removing intermediate container 5e31fe756f66 [2020-07-25T04:38:06.853Z] ---> ecf186d71384 [2020-07-25T04:38:06.853Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:38:06.853Z] Removing intermediate container 282844ea6f8d [2020-07-25T04:38:06.853Z] ---> d035b7751039 [2020-07-25T04:38:06.853Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:38:06.853Z] Removing intermediate container 4c8f47d4d125 [2020-07-25T04:38:06.853Z] ---> da0e1586b86d [2020-07-25T04:38:06.853Z] Step 19/21 : LABEL arch=x86_64 [2020-07-25T04:38:06.853Z] ---> Running in 90db93861e1c [2020-07-25T04:38:06.853Z] ---> Running in 36e03ca4d1f5 [2020-07-25T04:38:06.853Z] ---> Running in 2e0cb6176eed [2020-07-25T04:38:07.122Z] ---> Running in 7947da9c189f [2020-07-25T04:38:07.122Z] Removing intermediate container 90db93861e1c [2020-07-25T04:38:07.122Z] ---> 70e4a4a5c3a1 [2020-07-25T04:38:07.122Z] Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:38:07.122Z] Removing intermediate container 36e03ca4d1f5 [2020-07-25T04:38:07.122Z] ---> 45a6db14fab2 [2020-07-25T04:38:07.122Z] [2020-07-25T04:38:07.122Z] Removing intermediate container 2e0cb6176eed [2020-07-25T04:38:07.122Z] ---> cd7ff5476868 [2020-07-25T04:38:07.122Z] Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:38:07.407Z] ---> Running in 72e38271b3c9 [2020-07-25T04:38:07.408Z] Removing intermediate container 7947da9c189f [2020-07-25T04:38:07.408Z] ---> 07d26386255c [2020-07-25T04:38:07.408Z] Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:38:07.408Z] Successfully built 45a6db14fab2 [2020-07-25T04:38:07.408Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-25T04:38:07.408Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:38:07.408Z] ---> Running in d9877642d82e [2020-07-25T04:38:07.408Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 82ec21f2fab2 [2020-07-25T04:38:07.674Z] Removing intermediate container 72e38271b3c9 [2020-07-25T04:38:07.674Z] ---> 6e64bf63b5b5 [2020-07-25T04:38:07.674Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:38:08.266Z] Removing intermediate container d9877642d82e [2020-07-25T04:38:08.267Z] ---> 1b66a57c7b6b [2020-07-25T04:38:08.267Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:38:08.267Z] Removing intermediate container 82ec21f2fab2 [2020-07-25T04:38:08.267Z] ---> cb650996d96b [2020-07-25T04:38:08.267Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:38:08.267Z] ---> Running in 504ba5d3f8f6 [2020-07-25T04:38:08.539Z] ---> Running in 73672b19889d [2020-07-25T04:38:09.134Z] ---> Running in b90b29751c36 [2020-07-25T04:38:11.711Z] Removing intermediate container 504ba5d3f8f6 [2020-07-25T04:38:11.711Z] ---> 7f27b21bf4d0 [2020-07-25T04:38:11.711Z] [2020-07-25T04:38:11.980Z] Successfully built 7f27b21bf4d0 [2020-07-25T04:38:11.980Z] Removing intermediate container 73672b19889d [2020-07-25T04:38:11.980Z] ---> 8c8f7252131f [2020-07-25T04:38:11.981Z] [2020-07-25T04:38:11.981Z] Removing intermediate container b90b29751c36 [2020-07-25T04:38:11.981Z] ---> 2e8b0e96f4ae [2020-07-25T04:38:11.981Z] [2020-07-25T04:38:11.981Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-25T04:38:11.981Z] Building docker-support-notifications-go [2020-07-25T04:38:11.981Z]  Building docker-security-proxy-setup-go ... done Successfully built 2e8b0e96f4ae [2020-07-25T04:38:11.981Z] Successfully built 8c8f7252131f [2020-07-25T04:38:12.936Z] Successfully tagged docker-core-command-go:latest [2020-07-25T04:38:12.936Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-07-25T04:38:14.329Z] Successfully tagged docker-core-metadata-go:latest [2020-07-25T04:38:14.329Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-07-25T04:38:19.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-25T04:38:32.524Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:32.524Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:32.524Z] ---> 0da6a75ad4d0 [2020-07-25T04:38:32.524Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:38:32.524Z] ---> Using cache [2020-07-25T04:38:32.524Z] ---> 71a39af03148 [2020-07-25T04:38:32.524Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:32.524Z] ---> Using cache [2020-07-25T04:38:32.524Z] ---> a6ee6548d5c3 [2020-07-25T04:38:32.524Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:38:33.920Z] ---> Running in 6eb6008315c2 [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-25T04:38:34.667Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.052s [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-25T04:38:34.667Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-25T04:38:36.640Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-25T04:38:37.238Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-25T04:38:37.846Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-25T04:38:37.846Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-25T04:38:37.846Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-25T04:38:39.264Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:39.265Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:39.265Z] ---> 0da6a75ad4d0 [2020-07-25T04:38:39.265Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> 71a39af03148 [2020-07-25T04:38:39.265Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> a6ee6548d5c3 [2020-07-25T04:38:39.265Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> 21321a1ef5fc [2020-07-25T04:38:39.265Z] Step 6/20 : COPY go.mod . [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> dac312cfbaef [2020-07-25T04:38:39.265Z] Step 7/20 : RUN go mod download [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> 8360ac64055e [2020-07-25T04:38:39.265Z] Step 8/20 : COPY . . [2020-07-25T04:38:39.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:39.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:39.265Z] ---> 0da6a75ad4d0 [2020-07-25T04:38:39.265Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> 71a39af03148 [2020-07-25T04:38:39.265Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> a6ee6548d5c3 [2020-07-25T04:38:39.265Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> c1cd2133386d [2020-07-25T04:38:39.265Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:38:39.265Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:38:39.265Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:38:39.265Z] ---> 0da6a75ad4d0 [2020-07-25T04:38:39.265Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> 71a39af03148 [2020-07-25T04:38:39.265Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:38:39.265Z] ---> Using cache [2020-07-25T04:38:39.265Z] ---> a6ee6548d5c3 [2020-07-25T04:38:39.265Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:38:39.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:39.837Z] ---> Running in 0c5c32980a0a [2020-07-25T04:38:40.099Z] ---> Running in 7b6e2f20a123 [2020-07-25T04:38:40.099Z] ---> Running in 1ff3f6848659 [2020-07-25T04:38:40.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:40.374Z] 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-25T04:38:40.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:40.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:40.948Z] 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-25T04:38:41.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:41.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:38:42.150Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:42.150Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:42.150Z] OK: 12749 distinct packages available [2020-07-25T04:38:42.420Z] OK: 233 MiB in 51 packages [2020-07-25T04:38:42.694Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:42.694Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:42.694Z] OK: 12749 distinct packages available [2020-07-25T04:38:42.964Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:38:42.964Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:38:42.964Z] OK: 12749 distinct packages available [2020-07-25T04:38:42.964Z] OK: 233 MiB in 51 packages [2020-07-25T04:38:43.238Z] OK: 233 MiB in 51 packages [2020-07-25T04:38:44.232Z] Removing intermediate container 7b6e2f20a123 [2020-07-25T04:38:44.232Z] ---> 35407a4126ab [2020-07-25T04:38:44.232Z] Step 6/22 : COPY go.mod . [2020-07-25T04:38:44.232Z] Removing intermediate container 0c5c32980a0a [2020-07-25T04:38:44.232Z] ---> 7ea5c20be9b7 [2020-07-25T04:38:44.232Z] Step 6/23 : COPY go.mod . [2020-07-25T04:38:44.517Z] 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-25T04:38:44.517Z] Removing intermediate container 6eb6008315c2 [2020-07-25T04:38:44.517Z] ---> 60f826d1e5ed [2020-07-25T04:38:44.517Z] Step 6/26 : COPY go.mod . [2020-07-25T04:38:44.517Z] ---> 74d35d1e3b8a [2020-07-25T04:38:44.517Z] Step 7/22 : RUN go mod download [2020-07-25T04:38:44.788Z] ---> Running in 2c8613bcffea [2020-07-25T04:38:44.788Z] ---> c10004f60459 [2020-07-25T04:38:44.788Z] Step 7/23 : RUN go mod download [2020-07-25T04:38:45.051Z] ---> Running in d776052a087d [2020-07-25T04:38:45.316Z] ---> ac8641c15fc2 [2020-07-25T04:38:45.316Z] Step 7/26 : RUN go mod download [2020-07-25T04:38:45.316Z] ---> Running in 7d436cc268f8 [2020-07-25T04:38:47.299Z] Removing intermediate container 2c8613bcffea [2020-07-25T04:38:47.299Z] ---> 0364260132ee [2020-07-25T04:38:47.299Z] Step 8/22 : COPY . . [2020-07-25T04:38:47.577Z] Removing intermediate container d776052a087d [2020-07-25T04:38:47.577Z] ---> c57cad5abab0 [2020-07-25T04:38:47.577Z] Step 8/23 : COPY . . [2020-07-25T04:38:47.577Z] Removing intermediate container 7d436cc268f8 [2020-07-25T04:38:47.577Z] ---> 013b22b3acc5 [2020-07-25T04:38:47.577Z] Step 8/26 : COPY . . [2020-07-25T04:38:48.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.067s coverage: 46.6% of statements [2020-07-25T04:38:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-25T04:38:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-25T04:38:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-25T04:38:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-25T04:38:48.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-25T04:38:54.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.299s coverage: 27.4% of statements [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-25T04:38:54.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-25T04:38:54.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements [2020-07-25T04:38:54.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-25T04:38:58.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 30.1% of statements [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-25T04:38:58.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-25T04:38:58.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2020-07-25T04:38:58.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-25T04:38:58.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 89.8% of statements [2020-07-25T04:38:58.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-25T04:38:59.811Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2020-07-25T04:38:59.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-25T04:39:00.089Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.111s coverage: 100.0% of statements [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-25T04:39:00.089Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-25T04:39:00.089Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2020-07-25T04:39:05.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.228s coverage: 63.5% of statements [2020-07-25T04:39:05.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-25T04:39:05.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-25T04:39:05.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2020-07-25T04:39:05.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.337s coverage: 55.9% of statements [2020-07-25T04:39:05.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-25T04:39:05.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-25T04:39:05.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-25T04:39:05.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-25T04:39:09.701Z] Removing intermediate container 67d2d4c0815b [2020-07-25T04:39:09.701Z] ---> bcc43022a9e2 [2020-07-25T04:39:09.701Z] [2020-07-25T04:39:09.701Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:39:09.701Z] 3.10: Pulling from library/alpine [2020-07-25T04:39:11.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.771s coverage: 86.3% of statements [2020-07-25T04:39:11.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-25T04:39:11.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.195s coverage: 72.2% of statements [2020-07-25T04:39:11.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements [2020-07-25T04:39:11.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements [2020-07-25T04:39:11.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-07-25T04:39:11.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-25T04:39:11.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-25T04:39:11.097Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-25T04:39:11.371Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.029s coverage: 28.8% of statements [2020-07-25T04:39:11.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-25T04:39:11.566Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:39:12.208Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:39:12.208Z] ---> be4e4bea2c2e [2020-07-25T04:39:12.208Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:39:12.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.029s coverage: 96.8% of statements [2020-07-25T04:39:12.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-25T04:39:13.371Z] ---> Running in fc85605ec5c5 [2020-07-25T04:39:16.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:16.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:17.044Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:39:17.044Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:39:17.044Z] OK: 10346 distinct packages available [2020-07-25T04:39:17.044Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:39:17.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.158s coverage: 26.9% of statements [2020-07-25T04:39:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-25T04:39:17.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-25T04:39:17.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.352s coverage: 84.1% of statements [2020-07-25T04:39:17.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-07-25T04:39:17.308Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:39:17.308Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:39:17.308Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:39:17.308Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:39:17.308Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:39:17.308Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:39:17.308Z] OK: 7 MiB in 19 packages [2020-07-25T04:39:18.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 43.1% of statements [2020-07-25T04:39:18.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-25T04:39:18.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-25T04:39:18.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.047s coverage: 100.0% of statements [2020-07-25T04:39:18.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-25T04:39:20.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.126s coverage: 83.8% of statements [2020-07-25T04:39:20.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-25T04:39:21.528Z] Removing intermediate container fc85605ec5c5 [2020-07-25T04:39:21.528Z] ---> 150b9f8404a5 [2020-07-25T04:39:21.528Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:39:21.789Z] ---> c3168c6f33e0 [2020-07-25T04:39:21.789Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:39:21.789Z] ---> d0e0df138acb [2020-07-25T04:39:21.789Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:39:22.359Z] ---> 4936690367dc [2020-07-25T04:39:22.359Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:39:22.624Z] ---> Running in 02be170a7524 [2020-07-25T04:39:22.624Z] ---> Running in 48a1d655fc0f [2020-07-25T04:39:22.624Z] ---> Running in 1af14b8c77db [2020-07-25T04:39:23.195Z] ---> Running in 11fce77fee4a [2020-07-25T04:39:23.456Z] Removing intermediate container 48a1d655fc0f [2020-07-25T04:39:23.456Z] ---> 60f3fd35a857 [2020-07-25T04:39:23.456Z] Step 13/26 : WORKDIR / [2020-07-25T04:39:24.027Z] Removing intermediate container 1ff3f6848659 [2020-07-25T04:39:24.027Z] ---> 76ecd745523e [2020-07-25T04:39:24.027Z] [2020-07-25T04:39:24.027Z] Step 10/20 : FROM scratch [2020-07-25T04:39:24.027Z] ---> [2020-07-25T04:39:24.027Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:39:24.027Z] ---> Running in 070401fe567f [2020-07-25T04:39:24.979Z] ---> Using cache [2020-07-25T04:39:24.979Z] ---> 72108ecc6679 [2020-07-25T04:39:24.979Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:39:24.979Z] 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-25T04:39:24.979Z] ---> Running in 864e75d592fb [2020-07-25T04:39:24.979Z] Removing intermediate container 070401fe567f [2020-07-25T04:39:24.979Z] ---> 7476a18bfa54 [2020-07-25T04:39:24.979Z] 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-25T04:39:25.244Z] Removing intermediate container 864e75d592fb [2020-07-25T04:39:25.244Z] ---> 0daa7bcc1f85 [2020-07-25T04:39:25.244Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:39:25.244Z] ---> Running in cf408815e804 [2020-07-25T04:39:25.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.214s coverage: 46.1% of statements [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-25T04:39:25.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-25T04:39:25.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-25T04:39:25.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2020-07-25T04:39:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-25T04:39:25.516Z] ---> 5d7c20b50d4c [2020-07-25T04:39:25.517Z] 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-25T04:39:25.517Z] 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-25T04:39:25.517Z] 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-25T04:39:25.517Z] Removing intermediate container cf408815e804 [2020-07-25T04:39:25.517Z] ---> 83b96188955c [2020-07-25T04:39:25.517Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:39:25.792Z] ---> 15da76a21e92 [2020-07-25T04:39:25.792Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:39:26.058Z] ---> 6742155bf231 [2020-07-25T04:39:26.058Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:39:26.326Z] ---> 0cfbd9140792 [2020-07-25T04:39:26.326Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:39:26.923Z] ---> bcb011378990 [2020-07-25T04:39:26.923Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:39:27.882Z] ---> 20f0afb43098 [2020-07-25T04:39:27.882Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:39:28.462Z] ---> c488a6401c10 [2020-07-25T04:39:28.462Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:39:28.728Z] ---> db1f499b7e14 [2020-07-25T04:39:28.728Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:39:28.998Z] ---> Running in 5854ccce85b7 [2020-07-25T04:39:29.267Z] Removing intermediate container 5854ccce85b7 [2020-07-25T04:39:29.267Z] ---> 5e6270185cef [2020-07-25T04:39:29.267Z] Step 18/20 : LABEL arch=x86_64 [2020-07-25T04:39:29.267Z] ---> Running in 94757856b43b [2020-07-25T04:39:29.533Z] ---> 2aa8604c5a14 [2020-07-25T04:39:29.533Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:39:29.803Z] Removing intermediate container 94757856b43b [2020-07-25T04:39:29.803Z] ---> 3de330afadbb [2020-07-25T04:39:29.803Z] Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:39:29.803Z] ---> Running in 5c8cb216cf1f [2020-07-25T04:39:30.387Z] Removing intermediate container 5c8cb216cf1f [2020-07-25T04:39:30.387Z] ---> ea5b387bc0e4 [2020-07-25T04:39:30.387Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:39:30.387Z] ---> Running in 850c67c1c83b [2020-07-25T04:39:30.658Z] ---> af5e12a9bf7a [2020-07-25T04:39:30.658Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:39:30.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.180s coverage: 29.1% of statements [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-25T04:39:30.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-25T04:39:30.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2020-07-25T04:39:30.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-25T04:39:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-07-25T04:39:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-25T04:39:30.895Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2020-07-25T04:39:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-25T04:39:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-25T04:39:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-25T04:39:30.895Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-25T04:39:30.920Z] Removing intermediate container 850c67c1c83b [2020-07-25T04:39:30.920Z] ---> 49878347c928 [2020-07-25T04:39:30.920Z] [2020-07-25T04:39:31.187Z] Successfully built 49878347c928 [2020-07-25T04:39:31.459Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-25T04:39:31.459Z]  Building docker-support-scheduler-go ... done  ---> fe139a4ce414 [2020-07-25T04:39:31.459Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:39:31.732Z] ---> Running in c3e57a8f442b [2020-07-25T04:39:32.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-07-25T04:39:32.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-25T04:39:32.874Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-25T04:39:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-07-25T04:39:34.069Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.022s coverage: 32.1% of statements [2020-07-25T04:39:34.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 100.0% of statements [2020-07-25T04:39:34.930Z] GO111MODULE=on go vet ./... [2020-07-25T04:39:35.095Z] Removing intermediate container c3e57a8f442b [2020-07-25T04:39:35.096Z] ---> 189ea4f416b3 [2020-07-25T04:39:35.096Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:39:35.096Z] ---> Running in ffc082588fa9 [2020-07-25T04:39:35.363Z] Removing intermediate container ffc082588fa9 [2020-07-25T04:39:35.363Z] ---> a6eb45e21e59 [2020-07-25T04:39:35.363Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:39:35.633Z] ---> Running in cb45dfb52dcd [2020-07-25T04:39:35.910Z] Removing intermediate container cb45dfb52dcd [2020-07-25T04:39:35.910Z] ---> ac7d3bb89e5a [2020-07-25T04:39:35.910Z] Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:39:35.910Z] ---> Running in 0eef8dfd39d3 [2020-07-25T04:39:36.199Z] Removing intermediate container 0eef8dfd39d3 [2020-07-25T04:39:36.199Z] ---> d4ac85c16819 [2020-07-25T04:39:36.199Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:39:36.199Z] ---> Running in 8b7dbcb5951c [2020-07-25T04:39:36.802Z] Removing intermediate container 8b7dbcb5951c [2020-07-25T04:39:36.802Z] ---> 86d96c89ab34 [2020-07-25T04:39:36.802Z] [2020-07-25T04:39:37.075Z] Successfully built 86d96c89ab34 [2020-07-25T04:39:37.076Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-25T04:39:49.400Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 02be170a7524 [2020-07-25T04:39:49.400Z] ---> 747e34debeaa [2020-07-25T04:39:49.400Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:39:49.400Z] ---> Running in 66983adf133c [2020-07-25T04:39:49.977Z] 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-25T04:39:53.205Z] gofmt -l . [2020-07-25T04:39:53.205Z] [ "`gofmt -l .`" = "" ] [2020-07-25T04:39:54.188Z] Removing intermediate container 1af14b8c77db [2020-07-25T04:39:54.188Z] ---> 2bf0e9c90c60 [2020-07-25T04:39:54.188Z] [2020-07-25T04:39:54.188Z] Step 10/23 : FROM scratch [2020-07-25T04:39:54.188Z] ---> [2020-07-25T04:39:54.188Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:39:54.188Z] ---> Using cache [2020-07-25T04:39:54.188Z] ---> 94196c6812f8 [2020-07-25T04:39:54.188Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:39:54.188Z] ---> Running in 399d7be7d3b5 [2020-07-25T04:39:54.447Z] Removing intermediate container 399d7be7d3b5 [2020-07-25T04:39:54.447Z] ---> 0e43ced37347 [2020-07-25T04:39:54.447Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:39:54.447Z] ---> Running in 873caa75c647 [2020-07-25T04:39:54.707Z] Removing intermediate container 66983adf133c [2020-07-25T04:39:54.707Z] ---> 1bd8a805fb2a [2020-07-25T04:39:54.707Z] [2020-07-25T04:39:54.707Z] Step 11/26 : FROM docker:latest [2020-07-25T04:39:54.707Z] ---> 81f5749c9058 [2020-07-25T04:39:54.707Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:39:55.168Z] ./bin/test-go-mod-tidy.sh [2020-07-25T04:39:55.764Z] ./bin/test-attribution-txt.sh [2020-07-25T04:39:56.618Z] Removing intermediate container 873caa75c647 [2020-07-25T04:39:56.618Z] ---> 0f55006f16bd [2020-07-25T04:39:56.618Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:39:56.618Z] ---> Running in 1db2e2246ec2 [2020-07-25T04:39:56.618Z] Removing intermediate container 11fce77fee4a [2020-07-25T04:39:56.618Z] ---> 78c9798982df [2020-07-25T04:39:56.618Z] [2020-07-25T04:39:56.618Z] Step 10/22 : FROM alpine [2020-07-25T04:39:56.618Z] ---> a24bb4013296 [2020-07-25T04:39:56.618Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:39:56.885Z] ---> Running in 57f17c532b03 [2020-07-25T04:39:56.885Z] ---> 02c0b6172415 [2020-07-25T04:39:56.885Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:39:56.885Z] Removing intermediate container 57f17c532b03 [2020-07-25T04:39:56.885Z] ---> 5c37125e6b07 [2020-07-25T04:39:56.885Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:39:57.149Z] ---> Running in 4b7e973e9fff [2020-07-25T04:39:57.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:57.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:39:57.411Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:39:57.411Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:39:57.673Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:39:57.673Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:39:57.673Z] Removing intermediate container 4b7e973e9fff [2020-07-25T04:39:57.673Z] ---> 92ae2a4245e7 [2020-07-25T04:39:57.673Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:39:57.673Z] OK: 12 MiB in 22 packages [2020-07-25T04:39:58.248Z] ---> a57d5406ae22 [2020-07-25T04:39:58.248Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:39:58.248Z] ---> Running in f3426927171e [2020-07-25T04:39:58.510Z] Removing intermediate container f3426927171e [2020-07-25T04:39:58.510Z] ---> 45ea3cd9ea8a [2020-07-25T04:39:58.510Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:39:58.771Z] Removing intermediate container 1db2e2246ec2 [2020-07-25T04:39:58.771Z] ---> 8669ee0664f4 [2020-07-25T04:39:58.771Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:39:58.771Z] ---> Running in b3318823034f [2020-07-25T04:39:59.041Z] ---> Running in 5acc2bd2f8d2 [2020-07-25T04:39:59.041Z] ---> 0d211f8a0439 [2020-07-25T04:39:59.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:39:59.148Z] docker run --rm --privileged \ [2020-07-25T04:39:59.148Z] -v /w/workspace/edgex-go/16:/raml-verification -w /raml-verification \ [2020-07-25T04:39:59.148Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-25T04:39:59.148Z] /scripts/raml-verify.sh [2020-07-25T04:39:59.148Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-25T04:39:59.148Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-25T04:39:59.148Z] 29e5d40040c1: Pulling fs layer [2020-07-25T04:39:59.148Z] 8c46fbeab2c7: Pulling fs layer [2020-07-25T04:39:59.148Z] 8ba552a4e5fe: Pulling fs layer [2020-07-25T04:39:59.148Z] 1fb62381901b: Pulling fs layer [2020-07-25T04:39:59.148Z] 147fb30a95d9: Pulling fs layer [2020-07-25T04:39:59.148Z] 3ccc99ad11dc: Pulling fs layer [2020-07-25T04:39:59.148Z] 147fb30a95d9: Waiting [2020-07-25T04:39:59.148Z] 3ccc99ad11dc: Waiting [2020-07-25T04:39:59.148Z] 1fb62381901b: Waiting [2020-07-25T04:39:59.148Z] 29e5d40040c1: Verifying Checksum [2020-07-25T04:39:59.148Z] 29e5d40040c1: Download complete [2020-07-25T04:39:59.148Z] 1fb62381901b: Verifying Checksum [2020-07-25T04:39:59.148Z] 1fb62381901b: Download complete [2020-07-25T04:39:59.148Z] 8ba552a4e5fe: Verifying Checksum [2020-07-25T04:39:59.148Z] 8ba552a4e5fe: Download complete [2020-07-25T04:39:59.148Z] 3ccc99ad11dc: Verifying Checksum [2020-07-25T04:39:59.148Z] 3ccc99ad11dc: Download complete [2020-07-25T04:39:59.307Z] ---> dacfdd6dddba [2020-07-25T04:39:59.307Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:39:59.424Z] 147fb30a95d9: Verifying Checksum [2020-07-25T04:39:59.424Z] 147fb30a95d9: Download complete [2020-07-25T04:39:59.697Z] 29e5d40040c1: Pull complete [2020-07-25T04:39:59.697Z] 8c46fbeab2c7: Verifying Checksum [2020-07-25T04:39:59.697Z] 8c46fbeab2c7: Download complete [2020-07-25T04:39:59.881Z] ---> 020efeb83641 [2020-07-25T04:39:59.881Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:40:01.266Z] Removing intermediate container b3318823034f [2020-07-25T04:40:01.266Z] ---> ba8394800a31 [2020-07-25T04:40:01.266Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:40:01.266Z] Removing intermediate container 5acc2bd2f8d2 [2020-07-25T04:40:01.266Z] ---> 33dacc85411b [2020-07-25T04:40:01.266Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:40:01.266Z] ---> Running in 734f749de1a4 [2020-07-25T04:40:01.266Z] ---> 4bcec7151209 [2020-07-25T04:40:01.266Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:40:01.527Z] ---> Running in 800391c337d4 [2020-07-25T04:40:01.527Z] ---> Running in f99058fa6888 [2020-07-25T04:40:01.792Z] Removing intermediate container 800391c337d4 [2020-07-25T04:40:01.792Z] ---> 2cc65c2ff237 [2020-07-25T04:40:01.792Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:40:01.792Z] ---> Running in fccdfa97e475 [2020-07-25T04:40:01.792Z] Removing intermediate container f99058fa6888 [2020-07-25T04:40:01.792Z] ---> 71d530ba0892 [2020-07-25T04:40:01.792Z] Step 21/23 : LABEL arch=x86_64 [2020-07-25T04:40:01.792Z] ---> Running in efc8797a4b3d [2020-07-25T04:40:02.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:02.059Z] Removing intermediate container fccdfa97e475 [2020-07-25T04:40:02.059Z] ---> 1347c8564f9d [2020-07-25T04:40:02.059Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:40:02.059Z] Removing intermediate container efc8797a4b3d [2020-07-25T04:40:02.059Z] ---> 94c4c31dcf94 [2020-07-25T04:40:02.059Z] Step 22/23 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:40:02.059Z] ---> Running in aa7a663ae097 [2020-07-25T04:40:02.320Z] ---> Running in 98a5be6f5e92 [2020-07-25T04:40:02.320Z] Removing intermediate container aa7a663ae097 [2020-07-25T04:40:02.320Z] ---> fe4332a5976b [2020-07-25T04:40:02.320Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:40:02.320Z] Removing intermediate container 98a5be6f5e92 [2020-07-25T04:40:02.320Z] ---> 40af74d22f5b [2020-07-25T04:40:02.320Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:40:02.585Z] ---> Running in 5c159df8b5b8 [2020-07-25T04:40:02.846Z] Removing intermediate container 5c159df8b5b8 [2020-07-25T04:40:02.846Z] ---> a724c3ed6734 [2020-07-25T04:40:02.846Z] [2020-07-25T04:40:02.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:02.846Z] ---> 40a3cdcaa282 [2020-07-25T04:40:02.846Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:40:02.846Z] Successfully built a724c3ed6734 [2020-07-25T04:40:02.846Z] Successfully tagged docker-support-notifications-go:latest [2020-07-25T04:40:03.106Z]  Building docker-support-notifications-go ... done  ---> 4cca20fa57ab [2020-07-25T04:40:03.106Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:40:03.367Z] ---> 6945250b06c3 [2020-07-25T04:40:03.367Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:40:03.628Z] ---> Running in fd689273a728 [2020-07-25T04:40:03.628Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:40:03.628Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:40:03.889Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:40:03.986Z] 8c46fbeab2c7: Pull complete [2020-07-25T04:40:04.150Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:40:04.576Z] 8ba552a4e5fe: Pull complete [2020-07-25T04:40:04.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:04.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:04.723Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:40:04.847Z] 1fb62381901b: Pull complete [2020-07-25T04:40:04.984Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:40:04.984Z] OK: 8 MiB in 19 packages [2020-07-25T04:40:04.984Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:40:04.984Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:40:04.984Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:40:04.984Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:40:04.984Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:40:04.984Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:40:04.984Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:40:08.458Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:40:08.458Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:40:08.458Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:40:08.458Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:40:08.458Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:40:08.458Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:40:08.458Z] Removing intermediate container 734f749de1a4 [2020-07-25T04:40:08.458Z] ---> de38951e4536 [2020-07-25T04:40:08.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:40:08.458Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:40:08.458Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:40:08.737Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:40:08.737Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:40:08.737Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:40:08.737Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:40:08.737Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:40:08.737Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:40:08.737Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:40:08.737Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:40:08.737Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:40:08.737Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:40:08.737Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:40:08.737Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:40:08.737Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:40:08.737Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:40:08.737Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:40:09.135Z] 147fb30a95d9: Pull complete [2020-07-25T04:40:09.409Z] 3ccc99ad11dc: Pull complete [2020-07-25T04:40:09.409Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-25T04:40:09.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-25T04:40:10.159Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:40:10.159Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:40:10.159Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:40:10.159Z] ---> 54c9695f0edb [2020-07-25T04:40:10.159Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:40:10.421Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:40:10.421Z] OK: 71 MiB in 55 packages [2020-07-25T04:40:11.368Z] ---> f5b5a2b18bf8 [2020-07-25T04:40:11.368Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:40:12.802Z] Verifying ./api/raml/core-command.raml... [2020-07-25T04:40:13.930Z] ---> 77c43e4bb84c [2020-07-25T04:40:13.930Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:40:15.859Z] ---> Running in 5f7ddfb15117 [2020-07-25T04:40:15.859Z] Removing intermediate container fd689273a728 [2020-07-25T04:40:15.859Z] ---> fcb08ac0a63e [2020-07-25T04:40:15.859Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:40:15.859Z] ---> Running in da022a89151f [2020-07-25T04:40:15.859Z] Removing intermediate container 5f7ddfb15117 [2020-07-25T04:40:15.859Z] ---> 559e99c73743 [2020-07-25T04:40:15.859Z] Step 20/22 : LABEL arch=x86_64 [2020-07-25T04:40:16.120Z] ---> Running in 93bbad320c8e [2020-07-25T04:40:16.120Z] Removing intermediate container 93bbad320c8e [2020-07-25T04:40:16.120Z] ---> adbda384557d [2020-07-25T04:40:16.120Z] Step 21/22 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:40:16.169Z] OK [2020-07-25T04:40:16.169Z] Verifying ./api/raml/core-metadata.raml... [2020-07-25T04:40:16.384Z] ---> Running in b95721a0036f [2020-07-25T04:40:16.384Z] Removing intermediate container b95721a0036f [2020-07-25T04:40:16.384Z] ---> 0448530ae8bf [2020-07-25T04:40:16.384Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:40:16.645Z] ---> Running in 40bc5d6974fb [2020-07-25T04:40:16.645Z] Removing intermediate container 40bc5d6974fb [2020-07-25T04:40:16.645Z] ---> a9ff4c0f9650 [2020-07-25T04:40:16.645Z] [2020-07-25T04:40:16.905Z] Successfully built a9ff4c0f9650 [2020-07-25T04:40:16.905Z] Successfully tagged docker-core-data-go:latest [2020-07-25T04:40:17.476Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-07-25T04:40:17.476Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:40:17.737Z] 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-25T04:40:17.737Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:40:17.737Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:40:18.682Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:40:18.682Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:40:18.682Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:40:18.682Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:40:18.944Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:40:18.944Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:40:19.515Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:40:19.515Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:40:20.089Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:40:20.090Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:40:20.090Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:40:20.090Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:40:20.350Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:40:20.350Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:40:20.929Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:40:20.929Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:40:20.929Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:40:20.929Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:40:21.189Z] 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-25T04:40:21.189Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:40:21.189Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:40:21.189Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:40:21.189Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:40:21.189Z] 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-25T04:40:21.189Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:40:21.189Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:40:21.189Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:40:21.189Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:40:21.450Z] Installing collected packages: PyYAML, jsonschema, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, texttable, docker-compose [2020-07-25T04:40:21.450Z] Running setup.py install for PyYAML: started [2020-07-25T04:40:22.021Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:40:22.281Z] Running setup.py install for dockerpty: started [2020-07-25T04:40:22.851Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:40:22.851Z] Running setup.py install for docopt: started [2020-07-25T04:40:23.111Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:40:23.111Z] Attempting uninstall: idna [2020-07-25T04:40:23.111Z] Found existing installation: idna 2.9 [2020-07-25T04:40:23.111Z] Uninstalling idna-2.9: [2020-07-25T04:40:23.371Z] Successfully uninstalled idna-2.9 [2020-07-25T04:40:23.633Z] Attempting uninstall: urllib3 [2020-07-25T04:40:23.633Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:40:23.633Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:40:23.633Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:40:23.895Z] Attempting uninstall: requests [2020-07-25T04:40:23.895Z] Found existing installation: requests 2.23.0 [2020-07-25T04:40:23.895Z] Uninstalling requests-2.23.0: [2020-07-25T04:40:23.895Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:40:24.156Z] Running setup.py install for texttable: started [2020-07-25T04:40:24.431Z] OK [2020-07-25T04:40:24.431Z] Verifying ./api/raml/support-logging.raml... [2020-07-25T04:40:24.727Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:40:24.987Z] 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-25T04:40:27.801Z] OK [2020-07-25T04:40:27.801Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-25T04:40:29.190Z] Removing intermediate container da022a89151f [2020-07-25T04:40:29.190Z] ---> f0bc7e8903f1 [2020-07-25T04:40:29.190Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:40:29.190Z] ---> Running in ffddfd74e411 [2020-07-25T04:40:29.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:29.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-25T04:40:29.190Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:40:29.190Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:40:29.190Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:40:29.190Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:40:29.190Z] OK: 72 MiB in 58 packages [2020-07-25T04:40:29.763Z] Removing intermediate container ffddfd74e411 [2020-07-25T04:40:29.763Z] ---> dbd010dd0a6c [2020-07-25T04:40:29.763Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:40:29.763Z] ---> Running in 03391a4f920d [2020-07-25T04:40:30.025Z] Removing intermediate container 03391a4f920d [2020-07-25T04:40:30.025Z] ---> d1a2b225f827 [2020-07-25T04:40:30.025Z] Step 24/26 : LABEL arch=x86_64 [2020-07-25T04:40:30.025Z] ---> Running in 22f112d74ff3 [2020-07-25T04:40:30.287Z] Removing intermediate container 22f112d74ff3 [2020-07-25T04:40:30.287Z] ---> a2160cca43a8 [2020-07-25T04:40:30.287Z] Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:40:30.287Z] ---> Running in 33d819e3a9eb [2020-07-25T04:40:30.287Z] Removing intermediate container 33d819e3a9eb [2020-07-25T04:40:30.287Z] ---> 1f63245dc0a2 [2020-07-25T04:40:30.287Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:40:30.547Z] ---> Running in 55c60c90139f [2020-07-25T04:40:30.547Z] Removing intermediate container 55c60c90139f [2020-07-25T04:40:30.547Z] ---> b101b8eaae1f [2020-07-25T04:40:30.547Z] [2020-07-25T04:40:30.547Z] Successfully built b101b8eaae1f [2020-07-25T04:40:30.547Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-25T04:40:31.221Z] OK [2020-07-25T04:40:31.221Z] Verifying ./api/raml/core-data.raml... [2020-07-25T04:40:31.499Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-25T04:40:31.520Z] $ docker stop --time=1 4cb37aee9e08b562bf190c6a1a646d1f558c175275a94326354206beb4c4c893 [2020-07-25T04:40:33.158Z] $ docker rm -f 4cb37aee9e08b562bf190c6a1a646d1f558c175275a94326354206beb4c4c893 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:40:33.690Z] + docker images [2020-07-25T04:40:33.690Z] + grep docker [2020-07-25T04:40:33.690Z] docker-sys-mgmt-agent-go latest b101b8eaae1f 3 seconds ago 284MB [2020-07-25T04:40:33.690Z] docker-core-data-go latest a9ff4c0f9650 17 seconds ago 23.8MB [2020-07-25T04:40:33.690Z] docker-support-notifications-go latest a724c3ed6734 31 seconds ago 14.4MB [2020-07-25T04:40:33.690Z] docker-security-secretstore-setup-go latest 86d96c89ab34 57 seconds ago 33.9MB [2020-07-25T04:40:33.690Z] docker-support-scheduler-go latest 49878347c928 About a minute ago 13.1MB [2020-07-25T04:40:33.690Z] docker-core-command-go latest 2e8b0e96f4ae 2 minutes ago 13MB [2020-07-25T04:40:33.690Z] docker-core-metadata-go latest 8c8f7252131f 2 minutes ago 14.4MB [2020-07-25T04:40:33.690Z] docker-security-proxy-setup-go latest 7f27b21bf4d0 2 minutes ago 16.4MB [2020-07-25T04:40:33.690Z] docker-security-secrets-setup-go latest 45a6db14fab2 2 minutes ago 25.1MB [2020-07-25T04:40:33.690Z] docker-support-logging-go latest 4613fa65e0ea 2 minutes ago 11.8MB [2020-07-25T04:40:33.690Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-25T04:40:37.906Z] OK [2020-07-25T04:40:37.906Z] Verifying ./api/raml/support-notifications.raml... [2020-07-25T04:40:42.193Z] OK [2020-07-25T04:40:42.193Z] Verifying ./api/raml/system-agent.raml... [2020-07-25T04:40:44.803Z] OK [Pipeline] sh [2020-07-25T04:40:46.436Z] + ls -al . [2020-07-25T04:40:46.436Z] total 588 [2020-07-25T04:40:46.436Z] drwxrwxr-x 10 1001 1001 4096 Jul 25 04:39 . [2020-07-25T04:40:46.436Z] drwxr-xr-x 4 root root 4096 Jul 25 04:37 .. [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 11 Jul 25 04:35 .dockerignore [2020-07-25T04:40:46.436Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:35 .git [2020-07-25T04:40:46.436Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:35 .github [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 924 Jul 25 04:35 .gitignore [2020-07-25T04:40:46.436Z] drwxrwxr-x 3 1001 1001 4096 Jul 25 04:35 .semver [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 178 Jul 25 04:35 .sonarcloud.properties [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 3804 Jul 25 04:35 CONTRIBUTING.md [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 1035 Jul 25 04:35 Dockerfile.build [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 824 Jul 25 04:35 Jenkinsfile [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 10775 Jul 25 04:35 LICENSE [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 6417 Jul 25 04:35 Makefile [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 5652 Jul 25 04:35 README.md [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 7111 Jul 25 04:35 SECURITY.md [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 5 Jul 25 04:32 VERSION [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 4131 Jul 25 04:35 ZMQWindows.md [2020-07-25T04:40:46.436Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:35 api [2020-07-25T04:40:46.436Z] drwxrwxr-x 2 1001 1001 4096 Jul 25 04:35 bin [2020-07-25T04:40:46.436Z] drwxrwxr-x 15 1001 1001 4096 Jul 25 04:35 cmd [2020-07-25T04:40:46.436Z] -rw-r--r-- 1 root root 458256 Jul 25 04:39 coverage.out [2020-07-25T04:40:46.436Z] -rw-r--r-- 1 root root 1019 Jul 25 04:39 go.mod [2020-07-25T04:40:46.436Z] -rw-r--r-- 1 root root 18146 Jul 25 04:39 go.sum [2020-07-25T04:40:46.436Z] drwxrwxr-x 8 1001 1001 4096 Jul 25 04:35 internal [2020-07-25T04:40:46.436Z] drwxrwxr-x 4 1001 1001 4096 Jul 25 04:35 snap [2020-07-25T04:40:46.436Z] -rw-rw-r-- 1 1001 1001 168 Jul 25 04:35 version.go [Pipeline] sh [2020-07-25T04:40:47.106Z] + '[' -e coverage.out ] [2020-07-25T04:40:47.106Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-25T04:40:47.159Z] Warning: overwriting stash ‘coverage-report’ [2020-07-25T04:40:48.257Z] Stashed 1 file(s) [Pipeline] sh [2020-07-25T04:40:48.899Z] + make build [2020-07-25T04:40:48.899Z] 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-25T04:41:11.047Z] 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-25T04:41:21.168Z] 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-25T04:41:24.570Z] 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-25T04:41:29.960Z] 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-25T04:41:35.340Z] 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-25T04:41:36.310Z] 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-25T04:41:40.602Z] 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-25T04:41:47.306Z] 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-25T04:41:51.604Z] 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-25T04:41:57.007Z] 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-25T04:42:02.405Z] 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-25T04:42:05.781Z] 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-25T04:42:10.108Z] $ docker stop --time=1 a0f60cce3fb11fc88934865daf4366bb00badb9b09f024a26f4de2e507c464d7 [2020-07-25T04:42:12.686Z] $ docker rm -f a0f60cce3fb11fc88934865daf4366bb00badb9b09f024a26f4de2e507c464d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:14.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:14.545Z] [2020-07-25T04:42:14.545Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:14.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:15.205Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-25T04:42:15.205Z] 29e5d40040c1: Already exists [2020-07-25T04:42:15.205Z] 1ce36da41761: Pulling fs layer [2020-07-25T04:42:15.205Z] 25b303627fd3: Pulling fs layer [2020-07-25T04:42:15.813Z] 1ce36da41761: Verifying Checksum [2020-07-25T04:42:15.813Z] 1ce36da41761: Download complete [2020-07-25T04:42:17.252Z] 1ce36da41761: Pull complete [2020-07-25T04:42:17.252Z] 25b303627fd3: Verifying Checksum [2020-07-25T04:42:17.252Z] 25b303627fd3: Download complete [2020-07-25T04:42:27.508Z] 25b303627fd3: Pull complete [2020-07-25T04:42:27.508Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-25T04:42:27.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:27.508Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-25T04:42:27.763Z] prd-ubuntu18.04-docker-arm64-4c-16g-976 does not seem to be running inside a container [2020-07-25T04:42:27.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-25T04:42:31.748Z] $ docker top 8a0ae0162c76398d3184b4d7c0a4c1d622f157369145d567eb72008bf87f5157 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:42:33.154Z] + + docker-composegrep build parallel --help [2020-07-25T04:42:33.154Z] [2020-07-25T04:42:38.534Z] --parallel Build images in parallel. [Pipeline] } [2020-07-25T04:42:38.553Z] $ docker stop --time=1 8a0ae0162c76398d3184b4d7c0a4c1d622f157369145d567eb72008bf87f5157 [2020-07-25T04:42:40.551Z] $ docker rm -f 8a0ae0162c76398d3184b4d7c0a4c1d622f157369145d567eb72008bf87f5157 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:42:41.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-25T04:42:41.416Z] . [Pipeline] withDockerContainer [2020-07-25T04:42:41.698Z] prd-ubuntu18.04-docker-arm64-4c-16g-976 does not seem to be running inside a container [2020-07-25T04:42:41.775Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-25T04:42:43.237Z] $ docker top 8be1780e42347dfb76565d7e7cf131704924e8a399d52b00ab6fc4a8d0ce25b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-25T04:42:44.271Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-25T04:42:49.648Z] Building docker-core-command-go ... [2020-07-25T04:42:49.648Z] Building docker-core-data-go ... [2020-07-25T04:42:49.648Z] Building docker-core-metadata-go ... [2020-07-25T04:42:49.648Z] Building docker-security-proxy-setup-go ... [2020-07-25T04:42:49.648Z] Building docker-security-secrets-setup-go ... [2020-07-25T04:42:49.648Z] Building docker-security-secretstore-setup-go ... [2020-07-25T04:42:49.648Z] Building docker-support-logging-go ... [2020-07-25T04:42:49.648Z] Building docker-support-notifications-go ... [2020-07-25T04:42:49.648Z] Building docker-support-scheduler-go ... [2020-07-25T04:42:49.648Z] Building docker-sys-mgmt-agent-go ... [2020-07-25T04:42:49.648Z] Building docker-core-data-go [2020-07-25T04:42:49.648Z] Building docker-security-proxy-setup-go [2020-07-25T04:42:49.648Z] Building docker-support-logging-go [2020-07-25T04:42:49.648Z] Building docker-sys-mgmt-agent-go [2020-07-25T04:42:49.648Z] Building docker-core-metadata-go [2020-07-25T04:44:41.457Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:41.457Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:41.457Z] ---> 7e8702a175db [2020-07-25T04:44:41.457Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:41.457Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:41.457Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:41.457Z] ---> 7e8702a175db [2020-07-25T04:44:41.457Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:44:41.457Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:41.457Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:41.457Z] ---> 7e8702a175db [2020-07-25T04:44:41.457Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:44:41.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:41.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:41.457Z] ---> 7e8702a175db [2020-07-25T04:44:41.457Z] Step 3/22 : WORKDIR /edgex-go [2020-07-25T04:44:41.457Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:44:41.457Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:44:41.457Z] ---> 7e8702a175db [2020-07-25T04:44:41.457Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:44:43.437Z] ---> Running in 9a25c067567d [2020-07-25T04:44:43.437Z] ---> Running in 1806c5d7cfc5 [2020-07-25T04:44:43.437Z] ---> Running in e47a3f3fc509 [2020-07-25T04:44:43.437Z] ---> Running in 87e681f015e6 [2020-07-25T04:44:43.437Z] ---> Running in aa82c6b7a446 [2020-07-25T04:44:44.031Z] Removing intermediate container 1806c5d7cfc5 [2020-07-25T04:44:44.031Z] ---> 1d5e5716df07 [2020-07-25T04:44:44.031Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:44.031Z] Removing intermediate container 87e681f015e6 [2020-07-25T04:44:44.031Z] ---> d2631665df4c [2020-07-25T04:44:44.031Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:44.031Z] Removing intermediate container e47a3f3fc509 [2020-07-25T04:44:44.031Z] ---> b09422dfc3cd [2020-07-25T04:44:44.031Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:44.305Z] Removing intermediate container 9a25c067567d [2020-07-25T04:44:44.305Z] ---> ca606041513f [2020-07-25T04:44:44.305Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:44.305Z] Removing intermediate container aa82c6b7a446 [2020-07-25T04:44:44.305Z] ---> 83d855288b96 [2020-07-25T04:44:44.305Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:44:44.305Z] ---> Running in 9b839813c286 [2020-07-25T04:44:44.305Z] ---> Running in dd0bb7569439 [2020-07-25T04:44:44.305Z] ---> Running in e4d5b203a0d1 [2020-07-25T04:44:44.305Z] ---> Running in 35cddbc6b5e8 [2020-07-25T04:44:44.576Z] ---> Running in f6a95fe4b906 [2020-07-25T04:44:48.902Z] Removing intermediate container 9b839813c286 [2020-07-25T04:44:48.902Z] ---> 6a955dbf6ee2 [2020-07-25T04:44:48.902Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-25T04:44:49.180Z] ---> Running in b8b95a96ba57 [2020-07-25T04:44:49.180Z] Removing intermediate container dd0bb7569439 [2020-07-25T04:44:49.180Z] ---> 9ce0df07e860 [2020-07-25T04:44:49.180Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:44:49.463Z] ---> Running in 143d996a22e9 [2020-07-25T04:44:49.745Z] Removing intermediate container f6a95fe4b906 [2020-07-25T04:44:49.745Z] ---> ca0a414d5b90 [2020-07-25T04:44:49.745Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-25T04:44:49.746Z] Removing intermediate container 35cddbc6b5e8 [2020-07-25T04:44:49.746Z] ---> 6b7a0ab15a99 [2020-07-25T04:44:49.746Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-25T04:44:50.025Z] ---> Running in 992a38ccff54 [2020-07-25T04:44:50.025Z] Removing intermediate container e4d5b203a0d1 [2020-07-25T04:44:50.025Z] ---> 56fbe5482420 [2020-07-25T04:44:50.025Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:44:50.298Z] ---> Running in af814fc012ab [2020-07-25T04:44:50.578Z] ---> Running in fee1fca30da0 [2020-07-25T04:44:52.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:52.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:52.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:52.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:52.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:52.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:52.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:53.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:53.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:53.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:44:54.069Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:54.069Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:54.069Z] OK: 12620 distinct packages available [2020-07-25T04:44:54.343Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:54.343Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:54.343Z] OK: 12620 distinct packages available [2020-07-25T04:44:54.939Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:54.939Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:54.939Z] OK: 12620 distinct packages available [2020-07-25T04:44:54.939Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:54.939Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:54.939Z] OK: 12620 distinct packages available [2020-07-25T04:44:55.235Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:55.235Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:44:55.235Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:44:55.235Z] OK: 12620 distinct packages available [2020-07-25T04:44:55.235Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:55.844Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:55.844Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:56.445Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:56.727Z] OK: 217 MiB in 51 packages [2020-07-25T04:44:57.716Z] Removing intermediate container b8b95a96ba57 [2020-07-25T04:44:57.716Z] ---> aa4c9328dd73 [2020-07-25T04:44:57.716Z] Step 6/26 : COPY go.mod . [2020-07-25T04:44:57.716Z] Removing intermediate container 143d996a22e9 [2020-07-25T04:44:57.716Z] ---> 426da01a5edc [2020-07-25T04:44:57.716Z] Step 6/20 : COPY go.mod . [2020-07-25T04:44:57.716Z] Removing intermediate container af814fc012ab [2020-07-25T04:44:57.716Z] ---> a8c25a721daa [2020-07-25T04:44:57.716Z] Step 6/22 : COPY go.mod . [2020-07-25T04:44:58.318Z] Removing intermediate container fee1fca30da0 [2020-07-25T04:44:58.318Z] ---> cd5306f7b595 [2020-07-25T04:44:58.318Z] Step 6/21 : COPY go.mod . [2020-07-25T04:44:58.920Z] ---> 8a813415b9d1 [2020-07-25T04:44:58.920Z] Step 7/26 : RUN go mod download [2020-07-25T04:44:58.920Z] Removing intermediate container 992a38ccff54 [2020-07-25T04:44:58.920Z] ---> e82f5c308e4a [2020-07-25T04:44:58.920Z] Step 6/21 : COPY go.mod . ---> 65d41aaad085 [2020-07-25T04:44:58.920Z] [2020-07-25T04:44:58.920Z] Step 7/20 : RUN go mod download [2020-07-25T04:44:58.920Z] ---> 403af794a9b7 [2020-07-25T04:44:58.920Z] Step 7/22 : RUN go mod download [2020-07-25T04:44:58.920Z] ---> Running in 72412a5d9150 [2020-07-25T04:44:58.920Z] ---> Running in dab4f61c0bbe [2020-07-25T04:44:59.201Z] ---> Running in bb710adf3a42 [2020-07-25T04:44:59.201Z] ---> e8496c5aeea2 [2020-07-25T04:44:59.201Z] Step 7/21 : RUN go mod download [2020-07-25T04:44:59.480Z] ---> Running in c7c8063bc2ba [2020-07-25T04:44:59.758Z] ---> bbea5ba19bad [2020-07-25T04:44:59.758Z] Step 7/21 : RUN go mod download [2020-07-25T04:45:00.034Z] ---> Running in 3b1b63f9184a [2020-07-25T04:45:04.359Z] Removing intermediate container dab4f61c0bbe [2020-07-25T04:45:04.359Z] ---> 967081d21080 [2020-07-25T04:45:04.359Z] Step 8/26 : COPY . . [2020-07-25T04:45:04.359Z] Removing intermediate container 72412a5d9150 [2020-07-25T04:45:04.359Z] ---> 6580d5274c26 [2020-07-25T04:45:04.359Z] Step 8/20 : COPY . . [2020-07-25T04:45:04.359Z] Removing intermediate container bb710adf3a42 [2020-07-25T04:45:04.359Z] ---> 6a3ae6e4cad5 [2020-07-25T04:45:04.359Z] Step 8/22 : COPY . . [2020-07-25T04:45:04.641Z] Removing intermediate container 3b1b63f9184a [2020-07-25T04:45:04.641Z] ---> 6eb78ba1b840 [2020-07-25T04:45:04.641Z] Step 8/21 : COPY . . [2020-07-25T04:45:04.914Z] Removing intermediate container c7c8063bc2ba [2020-07-25T04:45:04.914Z] ---> 95379ae199a6 [2020-07-25T04:45:04.914Z] Step 8/21 : COPY . . [2020-07-25T04:45:37.250Z] ---> 733a8bc0a913 [2020-07-25T04:45:37.250Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-25T04:45:37.250Z] ---> 61d5817a293e [2020-07-25T04:45:37.250Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-25T04:45:37.250Z] ---> 5a4290a7160f [2020-07-25T04:45:37.250Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-25T04:45:37.250Z] ---> 8768fdda8ffc [2020-07-25T04:45:37.250Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-25T04:45:37.250Z] ---> 2c1f7dd39564 [2020-07-25T04:45:37.250Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-25T04:45:37.250Z] ---> Running in 4181810ad89d [2020-07-25T04:45:37.250Z] ---> Running in 7c0bf520b807 [2020-07-25T04:45:37.250Z] ---> Running in 209744511d6d [2020-07-25T04:45:37.250Z] ---> Running in 087acbc55ac9 [2020-07-25T04:45:37.250Z] ---> Running in 5c9b4c8f5dd3 [2020-07-25T04:45:39.252Z] 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-25T04:45:39.252Z] 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-25T04:45:39.252Z] 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-25T04:45:39.252Z] 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-25T04:45:39.532Z] 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-25T04:47:16.422Z] Removing intermediate container 209744511d6d [2020-07-25T04:47:16.422Z] ---> 2b73cc78b6e9 [2020-07-25T04:47:16.422Z] [2020-07-25T04:47:16.422Z] Step 10/20 : FROM alpine [2020-07-25T04:47:16.422Z] latest: Pulling from library/alpine [2020-07-25T04:47:16.422Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-25T04:47:16.422Z] Status: Downloaded newer image for alpine:latest [2020-07-25T04:47:16.422Z] ---> 62ee0e9f8440 [2020-07-25T04:47:16.422Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-25T04:47:16.422Z] ---> Running in b9c1b2bdef25 [2020-07-25T04:47:16.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:16.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:16.422Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:47:16.422Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:47:16.422Z] OK: 12620 distinct packages available [2020-07-25T04:47:16.697Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-25T04:47:16.697Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:47:16.698Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-25T04:47:16.698Z] (4/4) Installing curl (7.69.1-r0) [2020-07-25T04:47:16.698Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:16.698Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:47:17.306Z] OK: 7 MiB in 18 packages [2020-07-25T04:47:20.796Z] Removing intermediate container b9c1b2bdef25 [2020-07-25T04:47:20.796Z] ---> 61d0c1fa75f0 [2020-07-25T04:47:20.796Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:47:21.074Z] ---> Running in 4f6c0f56e080 [2020-07-25T04:47:22.529Z] Removing intermediate container 4f6c0f56e080 [2020-07-25T04:47:22.529Z] ---> e4760cd056f9 [2020-07-25T04:47:22.529Z] Step 13/20 : WORKDIR /edgex [2020-07-25T04:47:22.529Z] ---> Running in addf8f499d0c [2020-07-25T04:47:22.806Z] Removing intermediate container 5c9b4c8f5dd3 [2020-07-25T04:47:22.806Z] ---> 77550adf004d [2020-07-25T04:47:22.806Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-25T04:47:23.084Z] ---> Running in e7d267da9eca [2020-07-25T04:47:23.366Z] Removing intermediate container addf8f499d0c [2020-07-25T04:47:23.366Z] ---> 43e796da817c [2020-07-25T04:47:23.366Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-25T04:47:25.370Z] ---> c9617a404cf3 [2020-07-25T04:47:25.370Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-25T04:47:26.120Z] 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-25T04:47:27.172Z] ---> bcd3ec5f779e [2020-07-25T04:47:27.172Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-25T04:47:27.488Z] ---> Running in 2a64c1ad1471 [2020-07-25T04:47:28.510Z] Removing intermediate container 2a64c1ad1471 [2020-07-25T04:47:28.510Z] ---> acb90afd42b5 [2020-07-25T04:47:28.510Z] Step 17/20 : CMD ["--init=true"] [2020-07-25T04:47:28.783Z] ---> Running in 37e39c8d91c0 [2020-07-25T04:47:29.770Z] Removing intermediate container 37e39c8d91c0 [2020-07-25T04:47:29.770Z] ---> eedd4e685b73 [2020-07-25T04:47:29.770Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:47:30.051Z] ---> Running in aa24385c8b8d [2020-07-25T04:47:31.039Z] Removing intermediate container aa24385c8b8d [2020-07-25T04:47:31.039Z] ---> faa3b5f9e68c [2020-07-25T04:47:31.039Z] Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:47:31.315Z] ---> Running in 6e4c882a3cbf [2020-07-25T04:47:32.308Z] Removing intermediate container 7c0bf520b807 [2020-07-25T04:47:32.308Z] Removing intermediate container 6e4c882a3cbf [2020-07-25T04:47:32.308Z] ---> c1d0bac06221 [2020-07-25T04:47:32.308Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:47:32.308Z] ---> 658411be8992 [2020-07-25T04:47:32.308Z] [2020-07-25T04:47:32.308Z] Step 10/21 : FROM scratch [2020-07-25T04:47:32.308Z] ---> [2020-07-25T04:47:32.308Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:47:32.584Z] ---> Running in 79499758d25b [2020-07-25T04:47:32.584Z] ---> Running in 4767438a33bf [2020-07-25T04:47:33.576Z] Removing intermediate container 79499758d25b [2020-07-25T04:47:33.576Z] ---> 27c64b43ea4f [2020-07-25T04:47:33.576Z] [2020-07-25T04:47:33.576Z] Removing intermediate container 4767438a33bf [2020-07-25T04:47:33.576Z] ---> 4676f02fb650 [2020-07-25T04:47:33.576Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-25T04:47:33.854Z] ---> Running in 005d283d40fc [2020-07-25T04:47:34.135Z] Removing intermediate container e7d267da9eca [2020-07-25T04:47:34.135Z] ---> edb3aecaef24 [2020-07-25T04:47:34.135Z] [2020-07-25T04:47:34.135Z] Step 11/26 : FROM docker:latest [2020-07-25T04:47:34.135Z] ---> ce9d55ae87f1 [2020-07-25T04:47:34.135Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-25T04:47:34.411Z] ---> Running in 7b9b0c4e9f63 [2020-07-25T04:47:34.411Z] Successfully built 27c64b43ea4f [2020-07-25T04:47:34.411Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-25T04:47:34.411Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-25T04:47:35.025Z] Removing intermediate container 005d283d40fc [2020-07-25T04:47:35.025Z] ---> b9ab0ce2fcef [2020-07-25T04:47:35.025Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:47:35.025Z] ---> Running in c1ef372b7b09 [2020-07-25T04:47:36.069Z] Removing intermediate container c1ef372b7b09 [2020-07-25T04:47:36.069Z] ---> ab941d25965b [2020-07-25T04:47:36.069Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-25T04:47:37.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:37.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:47:38.149Z] (1/2) Installing readline (8.0.4-r0) [2020-07-25T04:47:38.149Z] (2/2) Installing bash (5.0.17-r0) [2020-07-25T04:47:38.149Z] Executing bash-5.0.17-r0.post-install [2020-07-25T04:47:38.149Z] ---> 3c6bfbcff7ce [2020-07-25T04:47:38.149Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-25T04:47:38.149Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:47:38.149Z] OK: 12 MiB in 22 packages [2020-07-25T04:47:41.578Z] ---> e4b0bdedb31d [2020-07-25T04:47:41.578Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-25T04:47:41.852Z] Removing intermediate container 7b9b0c4e9f63 [2020-07-25T04:47:41.852Z] ---> 8826e0e2723c [2020-07-25T04:47:41.852Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-25T04:47:42.456Z] ---> Running in 34d91eb275f0 [2020-07-25T04:47:44.449Z] ---> 1dfee4fa399b [2020-07-25T04:47:44.449Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:45.442Z] ---> 064285897962 [2020-07-25T04:47:45.442Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:47:45.719Z] ---> Running in 7b0878efa575 [2020-07-25T04:47:46.701Z] Removing intermediate container 7b0878efa575 [2020-07-25T04:47:46.701Z] ---> 1987ccf6db51 [2020-07-25T04:47:46.701Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:47:46.996Z] Removing intermediate container 34d91eb275f0 [2020-07-25T04:47:46.996Z] ---> 72fdb5f5e3fb [2020-07-25T04:47:46.996Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-25T04:47:46.996Z] ---> Running in 65a005394d5a [2020-07-25T04:47:47.271Z] ---> Running in ab3a37338862 [2020-07-25T04:47:48.251Z] Removing intermediate container 65a005394d5a [2020-07-25T04:47:48.251Z] ---> ef0f49b8427a [2020-07-25T04:47:48.251Z] Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:47:48.522Z] Removing intermediate container ab3a37338862 [2020-07-25T04:47:48.523Z] ---> 708e0fa47ee7 [2020-07-25T04:47:48.523Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-25T04:47:48.795Z] ---> Running in 5dc2fd8e2b54 [2020-07-25T04:47:49.077Z] ---> Running in d1199ec9ac99 [2020-07-25T04:47:49.678Z] Removing intermediate container 5dc2fd8e2b54 [2020-07-25T04:47:49.678Z] ---> ccc51f770757 [2020-07-25T04:47:49.678Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:47:50.281Z] Removing intermediate container d1199ec9ac99 [2020-07-25T04:47:50.281Z] ---> b867ed1ba61e [2020-07-25T04:47:50.281Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-25T04:47:50.571Z] ---> Running in 8827888cb63a [2020-07-25T04:47:50.847Z] ---> Running in 8cce9b2e6ff4 [2020-07-25T04:47:52.296Z] Removing intermediate container 8827888cb63a [2020-07-25T04:47:52.296Z] ---> 3a296e789d94 [2020-07-25T04:47:52.296Z] [2020-07-25T04:47:52.581Z] Removing intermediate container 8cce9b2e6ff4 [2020-07-25T04:47:52.582Z] ---> a7018ef4b27d [2020-07-25T04:47:52.582Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-25T04:47:52.866Z] Successfully built 3a296e789d94 [2020-07-25T04:47:52.866Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-25T04:47:52.866Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-07-25T04:47:56.273Z] ---> b30a62faff51 [2020-07-25T04:47:56.273Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-25T04:47:57.263Z] Removing intermediate container 087acbc55ac9 [2020-07-25T04:47:57.263Z] ---> 8fce364eb03f [2020-07-25T04:47:57.263Z] [2020-07-25T04:47:57.263Z] Step 10/21 : FROM scratch [2020-07-25T04:47:57.263Z] ---> [2020-07-25T04:47:57.263Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:47:57.873Z] ---> 7a8dd114a91f [2020-07-25T04:47:57.873Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-25T04:47:58.480Z] ---> Running in 078bcb739738 [2020-07-25T04:47:59.914Z] Removing intermediate container 078bcb739738 [2020-07-25T04:47:59.914Z] ---> d03f2a3c6caa [2020-07-25T04:47:59.914Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-25T04:48:00.191Z] ---> e9a11b9306b3 [2020-07-25T04:48:00.191Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-25T04:48:00.784Z] ---> Running in 8e31d2234498 [2020-07-25T04:48:01.376Z] ---> Running in 9dd5fd42ea12 [2020-07-25T04:48:02.818Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:02.818Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:02.818Z] ---> 7e8702a175db [2020-07-25T04:48:02.818Z] Step 3/26 : WORKDIR /edgex-go [2020-07-25T04:48:02.818Z] ---> Using cache [2020-07-25T04:48:02.818Z] ---> 83d855288b96 [2020-07-25T04:48:02.818Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:02.818Z] ---> Using cache [2020-07-25T04:48:02.818Z] ---> ca0a414d5b90 [2020-07-25T04:48:02.818Z] Step 5/26 : RUN apk update && apk add make git [2020-07-25T04:48:03.264Z] Removing intermediate container 8e31d2234498 [2020-07-25T04:48:03.264Z] ---> dd0dbf80243b [2020-07-25T04:48:03.264Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:48:03.574Z] ---> Running in 42bac9bb34a7 [2020-07-25T04:48:04.193Z] ---> Running in 90a2408cd3cf [2020-07-25T04:48:04.871Z] Removing intermediate container 4181810ad89d [2020-07-25T04:48:04.871Z] ---> eab93fcd3747 [2020-07-25T04:48:04.871Z] [2020-07-25T04:48:04.871Z] Step 10/22 : FROM alpine [2020-07-25T04:48:04.871Z] ---> 62ee0e9f8440 [2020-07-25T04:48:04.871Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:48:05.143Z] ---> Running in 4a67ec4e0ab1 [2020-07-25T04:48:05.143Z] Removing intermediate container 90a2408cd3cf [2020-07-25T04:48:05.143Z] ---> 3aa4c76e49f9 [2020-07-25T04:48:05.143Z] Step 14/21 : WORKDIR / [2020-07-25T04:48:05.418Z] ---> Running in f75939e595b0 [2020-07-25T04:48:05.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:05.694Z] Removing intermediate container 4a67ec4e0ab1 [2020-07-25T04:48:05.694Z] ---> 1f21c7abdfe9 [2020-07-25T04:48:05.694Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-25T04:48:05.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:05.964Z] ---> Running in 2cd77d5c6e46 [2020-07-25T04:48:05.964Z] Removing intermediate container f75939e595b0 [2020-07-25T04:48:05.964Z] ---> 32d2624a4a82 [2020-07-25T04:48:05.964Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-25T04:48:06.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:06.512Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-25T04:48:06.512Z] (2/33) Installing expat (2.2.9-r1) [2020-07-25T04:48:06.512Z] (3/33) Installing libffi (3.3-r2) [2020-07-25T04:48:06.512Z] (4/33) Installing gdbm (1.13-r1) [2020-07-25T04:48:06.512Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-25T04:48:06.512Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-25T04:48:06.794Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-25T04:48:06.794Z] Removing intermediate container 2cd77d5c6e46 [2020-07-25T04:48:06.794Z] ---> dbcd76266b0a [2020-07-25T04:48:06.794Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-25T04:48:07.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:07.656Z] ---> a0facbfcdb0f [2020-07-25T04:48:07.656Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-25T04:48:08.253Z] ---> Running in 6876a4efa4d9 [2020-07-25T04:48:08.253Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:08.253Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:08.253Z] OK: 12620 distinct packages available [2020-07-25T04:48:08.846Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-25T04:48:08.846Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-25T04:48:08.846Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-25T04:48:08.846Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-25T04:48:08.846Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-25T04:48:08.846Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-25T04:48:09.117Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-25T04:48:09.117Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-25T04:48:09.117Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-25T04:48:09.117Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-25T04:48:09.117Z] OK: 217 MiB in 51 packages [2020-07-25T04:48:09.117Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-25T04:48:09.395Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-25T04:48:09.395Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-25T04:48:09.395Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-25T04:48:09.395Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-25T04:48:09.395Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-25T04:48:09.395Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-25T04:48:09.395Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-25T04:48:09.395Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-25T04:48:09.395Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-25T04:48:09.395Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-25T04:48:09.395Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-25T04:48:09.395Z] Removing intermediate container 6876a4efa4d9 [2020-07-25T04:48:09.395Z] ---> cae112be66f2 [2020-07-25T04:48:09.395Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:09.395Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-25T04:48:09.395Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-25T04:48:09.395Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-25T04:48:09.395Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-25T04:48:09.676Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:09.676Z] OK: 71 MiB in 55 packages [2020-07-25T04:48:10.657Z] ---> Running in 959519878d1a [2020-07-25T04:48:11.253Z] ---> c89b02d9fdce [2020-07-25T04:48:11.253Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:12.237Z] Removing intermediate container 42bac9bb34a7 [2020-07-25T04:48:12.237Z] ---> 8d2c1f09ed4f [2020-07-25T04:48:12.237Z] Step 6/26 : COPY go.mod . [2020-07-25T04:48:12.237Z] ---> 36f7d8d93250 [2020-07-25T04:48:12.237Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:12.507Z] ---> Running in 38f2856551cf [2020-07-25T04:48:13.103Z] ---> 2d4fb7ad8d39 [2020-07-25T04:48:13.103Z] Step 7/26 : RUN go mod download [2020-07-25T04:48:13.376Z] Removing intermediate container 38f2856551cf [2020-07-25T04:48:13.376Z] ---> 37055dec3ecc [2020-07-25T04:48:13.376Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:48:13.647Z] ---> Running in 2a844e566ff0 [2020-07-25T04:48:13.918Z] ---> Running in 030bfae8d4ec [2020-07-25T04:48:14.907Z] Removing intermediate container 030bfae8d4ec [2020-07-25T04:48:14.907Z] ---> 3b1b7e373cd2 [2020-07-25T04:48:14.907Z] Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:48:15.184Z] ---> Running in 920cdf0f87fb [2020-07-25T04:48:15.456Z] Removing intermediate container 959519878d1a [2020-07-25T04:48:15.456Z] ---> e58cb3ef03b2 [2020-07-25T04:48:15.456Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-25T04:48:16.437Z] ---> Running in 64f04ff846d0 [2020-07-25T04:48:16.437Z] Removing intermediate container 920cdf0f87fb [2020-07-25T04:48:16.437Z] ---> cd2e21e76e7a [2020-07-25T04:48:16.437Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:48:17.026Z] ---> Running in 74fb10a765a8 [2020-07-25T04:48:18.019Z] Removing intermediate container 74fb10a765a8 [2020-07-25T04:48:18.019Z] ---> 0c2cb31720da [2020-07-25T04:48:18.019Z] [2020-07-25T04:48:18.291Z] Removing intermediate container 2a844e566ff0 [2020-07-25T04:48:18.291Z] ---> 7f6211458318 [2020-07-25T04:48:18.291Z] Step 8/26 : COPY . . [2020-07-25T04:48:18.564Z] Successfully built 0c2cb31720da [2020-07-25T04:48:18.564Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-25T04:48:18.564Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-07-25T04:48:18.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:19.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:20.133Z] Removing intermediate container 9dd5fd42ea12 [2020-07-25T04:48:20.133Z] ---> 8c9a8cc4e9c4 [2020-07-25T04:48:20.133Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-25T04:48:20.400Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-25T04:48:20.401Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-25T04:48:20.669Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-25T04:48:20.939Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-25T04:48:20.939Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:20.939Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-25T04:48:20.939Z] ---> 7e8702a175db [2020-07-25T04:48:20.940Z] Step 3/29 : WORKDIR /edgex-go [2020-07-25T04:48:20.940Z] ---> Using cache [2020-07-25T04:48:20.940Z] ---> 83d855288b96 [2020-07-25T04:48:20.940Z] Step 4/29 : RUN apk update && apk add make git [2020-07-25T04:48:21.212Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-25T04:48:21.212Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:48:21.212Z] OK: 8 MiB in 19 packages [2020-07-25T04:48:27.909Z] ---> Running in 802b4fe261da [2020-07-25T04:48:27.909Z] ---> Running in d4253e38dbbd [2020-07-25T04:48:27.909Z] Removing intermediate container 64f04ff846d0 [2020-07-25T04:48:27.909Z] ---> fc5fa150d71b [2020-07-25T04:48:27.909Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-25T04:48:29.908Z] ---> 90347c4b7a43 [2020-07-25T04:48:29.908Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-25T04:48:30.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:31.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:32.471Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:32.471Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:32.471Z] OK: 12620 distinct packages available [2020-07-25T04:48:33.448Z] ---> e26b23c1697c [2020-07-25T04:48:33.448Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-25T04:48:33.448Z] OK: 217 MiB in 51 packages [2020-07-25T04:48:36.073Z] ---> 0bf0fcd7d76f [2020-07-25T04:48:36.073Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:48:36.073Z] ---> Running in 7e40a58991e2 [2020-07-25T04:48:36.073Z] Removing intermediate container 802b4fe261da [2020-07-25T04:48:36.073Z] ---> b4bc85f111f3 [2020-07-25T04:48:36.073Z] Step 5/29 : COPY go.mod . [2020-07-25T04:48:36.073Z] Collecting docker-compose==1.23.2 [2020-07-25T04:48:36.348Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-25T04:48:36.947Z] Removing intermediate container 7e40a58991e2 [2020-07-25T04:48:36.947Z] ---> 38ff31306376 [2020-07-25T04:48:36.947Z] Step 20/22 : LABEL arch=arm64 [2020-07-25T04:48:37.223Z] ---> 987338f45666 [2020-07-25T04:48:37.223Z] Step 6/29 : RUN go mod download [2020-07-25T04:48:37.223Z] ---> Running in 152a8b930802 [2020-07-25T04:48:37.496Z] ---> Running in 4852fbfdf30b [2020-07-25T04:48:37.795Z] Collecting PyYAML<4,>=3.10 [2020-07-25T04:48:37.795Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-25T04:48:38.073Z] Removing intermediate container 152a8b930802 [2020-07-25T04:48:38.073Z] ---> c63316681ed4 [2020-07-25T04:48:38.073Z] Step 21/22 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:48:38.345Z] ---> Running in 7d40e3a5336b [2020-07-25T04:48:39.351Z] ---> 8d0764b147d6 [2020-07-25T04:48:39.351Z] 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-25T04:48:39.351Z] Removing intermediate container 7d40e3a5336b [2020-07-25T04:48:39.351Z] ---> 6f15d0cd76b6 [2020-07-25T04:48:39.351Z] Step 22/22 : LABEL version=0.0.0 [2020-07-25T04:48:39.630Z] ---> Running in 80741a0a7cef [2020-07-25T04:48:39.630Z] ---> Running in 03a6f40c838f [2020-07-25T04:48:40.621Z] Removing intermediate container 80741a0a7cef [2020-07-25T04:48:40.621Z] ---> 7cb344dfd10a [2020-07-25T04:48:40.621Z] [2020-07-25T04:48:41.608Z] Successfully built 7cb344dfd10a [2020-07-25T04:48:41.608Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-25T04:48:41.608Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-07-25T04:48:42.589Z] 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-25T04:48:42.589Z] Removing intermediate container 4852fbfdf30b [2020-07-25T04:48:42.589Z] ---> 4a8868f03ba6 [2020-07-25T04:48:42.589Z] Step 7/29 : COPY . . [2020-07-25T04:48:42.863Z] Collecting docker<4.0,>=3.6.0 [2020-07-25T04:48:42.863Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-25T04:48:43.856Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-25T04:48:43.856Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-25T04:48:46.672Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:48:46.672Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:48:46.672Z] ---> 7e8702a175db [2020-07-25T04:48:46.672Z] Step 3/23 : WORKDIR /edgex-go [2020-07-25T04:48:46.672Z] ---> Using cache [2020-07-25T04:48:46.672Z] ---> 83d855288b96 [2020-07-25T04:48:46.672Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:48:46.672Z] ---> Using cache [2020-07-25T04:48:46.672Z] ---> ca0a414d5b90 [2020-07-25T04:48:46.672Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-25T04:48:47.280Z] Collecting docopt<0.7,>=0.6.1 [2020-07-25T04:48:47.579Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-25T04:48:47.859Z] ---> Running in 1f9dcb7fadbe [2020-07-25T04:48:51.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:51.274Z] 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-25T04:48:51.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:48:51.877Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-25T04:48:51.877Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-25T04:48:53.348Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:48:53.348Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:48:53.348Z] OK: 12620 distinct packages available [2020-07-25T04:48:54.346Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-25T04:48:54.346Z] OK: 217 MiB in 51 packages [2020-07-25T04:48:54.346Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-25T04:48:55.342Z] Collecting cached-property<2,>=1.2.0 [2020-07-25T04:48:55.342Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-25T04:48:57.362Z] Collecting jsonschema<3,>=2.5.1 [2020-07-25T04:48:57.362Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-25T04:48:58.816Z] Collecting texttable<0.10,>=0.9.0 [2020-07-25T04:48:58.816Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-25T04:49:00.805Z] Removing intermediate container 1f9dcb7fadbe [2020-07-25T04:49:00.805Z] ---> c7fa05f54b3a [2020-07-25T04:49:00.805Z] Step 6/23 : COPY go.mod . [2020-07-25T04:49:02.807Z] ---> 1f8b7eb91c92 [2020-07-25T04:49:02.807Z] Step 7/23 : RUN go mod download [2020-07-25T04:49:02.807Z] Collecting docker-pycreds>=0.4.0 [2020-07-25T04:49:02.807Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-25T04:49:02.807Z] ---> Running in 72587d442606 [2020-07-25T04:49:02.807Z] 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-25T04:49:03.094Z] Collecting idna<2.8,>=2.5 [2020-07-25T04:49:03.094Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-25T04:49:03.374Z] 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-25T04:49:04.365Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-25T04:49:04.365Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-25T04:49:04.365Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-25T04:49:04.365Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-25T04:49:04.365Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-25T04:49:04.365Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-25T04:49:05.822Z] Installing collected packages: PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, docopt, cached-property, jsonschema, texttable, docker-compose [2020-07-25T04:49:05.822Z] Running setup.py install for PyYAML: started [2020-07-25T04:49:08.488Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-25T04:49:08.488Z] Attempting uninstall: idna [2020-07-25T04:49:08.488Z] Found existing installation: idna 2.9 [2020-07-25T04:49:08.488Z] Uninstalling idna-2.9: [2020-07-25T04:49:08.764Z] Successfully uninstalled idna-2.9 [2020-07-25T04:49:09.375Z] Attempting uninstall: urllib3 [2020-07-25T04:49:09.375Z] Found existing installation: urllib3 1.25.9 [2020-07-25T04:49:09.375Z] Uninstalling urllib3-1.25.9: [2020-07-25T04:49:09.653Z] Successfully uninstalled urllib3-1.25.9 [2020-07-25T04:49:09.653Z] Removing intermediate container 72587d442606 [2020-07-25T04:49:09.653Z] ---> e62b44c0d156 [2020-07-25T04:49:09.653Z] Step 8/23 : COPY . . [2020-07-25T04:49:10.247Z] Attempting uninstall: requests [2020-07-25T04:49:10.247Z] Found existing installation: requests 2.23.0 [2020-07-25T04:49:10.247Z] Uninstalling requests-2.23.0: [2020-07-25T04:49:10.521Z] Successfully uninstalled requests-2.23.0 [2020-07-25T04:49:11.964Z] Running setup.py install for dockerpty: started [2020-07-25T04:49:13.945Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-25T04:49:13.945Z] Running setup.py install for docopt: started [2020-07-25T04:49:15.932Z] ---> 8a944fa65508 [2020-07-25T04:49:15.932Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-25T04:49:15.932Z] Running setup.py install for docopt: finished with status 'done' [2020-07-25T04:49:16.926Z] ---> Running in 35f317732c1d [2020-07-25T04:49:16.926Z] Running setup.py install for texttable: started [2020-07-25T04:49:19.556Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:49:19.556Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:49:19.556Z] ---> 7e8702a175db [2020-07-25T04:49:19.556Z] Step 3/20 : WORKDIR /edgex-go [2020-07-25T04:49:19.556Z] ---> Using cache [2020-07-25T04:49:19.556Z] ---> 83d855288b96 [2020-07-25T04:49:19.556Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:49:19.556Z] ---> Using cache [2020-07-25T04:49:19.556Z] ---> ca0a414d5b90 [2020-07-25T04:49:19.556Z] Step 5/20 : RUN apk update && apk add make git [2020-07-25T04:49:19.556Z] ---> Using cache [2020-07-25T04:49:19.556Z] ---> 8d2c1f09ed4f [2020-07-25T04:49:19.556Z] Step 6/20 : COPY go.mod . [2020-07-25T04:49:19.556Z] ---> Using cache [2020-07-25T04:49:19.556Z] ---> 2d4fb7ad8d39 [2020-07-25T04:49:19.556Z] Step 7/20 : RUN go mod download [2020-07-25T04:49:19.556Z] ---> Using cache [2020-07-25T04:49:19.556Z] ---> 7f6211458318 [2020-07-25T04:49:19.556Z] Step 8/20 : COPY . . [2020-07-25T04:49:19.556Z] ---> Using cache [2020-07-25T04:49:19.556Z] ---> 8d0764b147d6 [2020-07-25T04:49:19.556Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-25T04:49:19.556Z] Running setup.py install for texttable: finished with status 'done' [2020-07-25T04:49:19.829Z] 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-25T04:49:20.441Z] ---> Running in c6e31bf799e8 [2020-07-25T04:49:20.722Z] 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-25T04:49:23.346Z] 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-25T04:49:27.680Z] Removing intermediate container d4253e38dbbd [2020-07-25T04:49:27.680Z] ---> 28cd99907214 [2020-07-25T04:49:27.680Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-25T04:49:28.331Z] ---> Running in 6376d8b0eb8b [2020-07-25T04:49:31.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:31.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:49:32.403Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-25T04:49:32.403Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-25T04:49:32.403Z] (3/3) Installing curl (7.69.1-r0) [2020-07-25T04:49:32.403Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:49:32.403Z] OK: 71 MiB in 58 packages [2020-07-25T04:49:36.731Z] Removing intermediate container 6376d8b0eb8b [2020-07-25T04:49:36.731Z] ---> b8a41255b952 [2020-07-25T04:49:36.731Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:49:36.731Z] ---> Running in cc2cc4d16312 [2020-07-25T04:49:37.339Z] Removing intermediate container cc2cc4d16312 [2020-07-25T04:49:37.339Z] ---> 842c66ca1001 [2020-07-25T04:49:37.339Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:49:37.614Z] ---> Running in b49d2496db42 [2020-07-25T04:49:38.595Z] Removing intermediate container b49d2496db42 [2020-07-25T04:49:38.595Z] ---> f62386962b93 [2020-07-25T04:49:38.595Z] Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:49:38.873Z] ---> Running in c31925127f08 [2020-07-25T04:49:39.471Z] Removing intermediate container c31925127f08 [2020-07-25T04:49:39.471Z] ---> 48195a5382e5 [2020-07-25T04:49:39.471Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:49:39.751Z] ---> Running in 5a94c08c90fb [2020-07-25T04:49:40.033Z] ---> ea8cdaff41d0 [2020-07-25T04:49:40.033Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-25T04:49:40.033Z] ---> Running in 908734bafc5e [2020-07-25T04:49:40.632Z] Removing intermediate container 5a94c08c90fb [2020-07-25T04:49:40.632Z] ---> 89c591ad2be8 [2020-07-25T04:49:40.632Z] [2020-07-25T04:49:41.613Z] Successfully built 89c591ad2be8 [2020-07-25T04:49:41.613Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-25T04:49:41.613Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-07-25T04:49:42.597Z] 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-25T04:49:43.196Z] 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-25T04:49:58.285Z] 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-25T04:50:10.667Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-25T04:50:10.667Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-25T04:50:10.667Z] ---> 7e8702a175db [2020-07-25T04:50:10.667Z] Step 3/21 : WORKDIR /edgex-go [2020-07-25T04:50:10.667Z] ---> Using cache [2020-07-25T04:50:10.667Z] ---> 83d855288b96 [2020-07-25T04:50:10.667Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-25T04:50:10.667Z] ---> Using cache [2020-07-25T04:50:10.667Z] ---> ca0a414d5b90 [2020-07-25T04:50:10.667Z] Step 5/21 : RUN apk update && apk add make git [2020-07-25T04:50:10.667Z] ---> Using cache [2020-07-25T04:50:10.667Z] ---> 8d2c1f09ed4f [2020-07-25T04:50:10.667Z] Step 6/21 : COPY go.mod . [2020-07-25T04:50:10.667Z] ---> Using cache [2020-07-25T04:50:10.667Z] ---> 2d4fb7ad8d39 [2020-07-25T04:50:10.667Z] Step 7/21 : RUN go mod download [2020-07-25T04:50:10.667Z] ---> Using cache [2020-07-25T04:50:10.667Z] ---> 7f6211458318 [2020-07-25T04:50:10.667Z] Step 8/21 : COPY . . [2020-07-25T04:50:10.667Z] ---> Using cache [2020-07-25T04:50:10.667Z] ---> 8d0764b147d6 [2020-07-25T04:50:10.667Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-25T04:50:13.282Z] ---> Running in 3c861efcbefc [2020-07-25T04:50:16.667Z] 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-25T04:50:17.262Z] Removing intermediate container 03a6f40c838f [2020-07-25T04:50:17.262Z] ---> 5f503294cb40 [2020-07-25T04:50:17.262Z] [2020-07-25T04:50:17.262Z] Step 10/26 : FROM alpine:3.10 [2020-07-25T04:50:17.534Z] 3.10: Pulling from library/alpine [2020-07-25T04:50:18.965Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-25T04:50:18.965Z] Status: Downloaded newer image for alpine:3.10 [2020-07-25T04:50:18.965Z] ---> 536a684cf733 [2020-07-25T04:50:18.965Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-25T04:50:19.239Z] ---> Running in 0c8fd4187eed [2020-07-25T04:50:21.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:21.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:22.450Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-25T04:50:22.450Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-25T04:50:22.450Z] OK: 10167 distinct packages available [2020-07-25T04:50:23.044Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-25T04:50:23.316Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-25T04:50:23.316Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-25T04:50:23.316Z] (4/5) Installing curl (7.66.0-r0) [2020-07-25T04:50:23.316Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-25T04:50:23.316Z] Executing busybox-1.30.1-r3.trigger [2020-07-25T04:50:23.316Z] Executing ca-certificates-20191127-r2.trigger [2020-07-25T04:50:23.588Z] OK: 7 MiB in 19 packages [2020-07-25T04:50:26.206Z] Removing intermediate container 0c8fd4187eed [2020-07-25T04:50:26.206Z] ---> 8299baebf730 [2020-07-25T04:50:26.206Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-25T04:50:26.206Z] ---> Running in 0a71991ba075 [2020-07-25T04:50:26.803Z] Removing intermediate container 0a71991ba075 [2020-07-25T04:50:26.803Z] ---> c6b4ed55c973 [2020-07-25T04:50:26.803Z] Step 13/26 : WORKDIR / [2020-07-25T04:50:27.075Z] ---> Running in aa99fc3901c4 [2020-07-25T04:50:27.669Z] Removing intermediate container aa99fc3901c4 [2020-07-25T04:50:27.669Z] ---> d84336abf296 [2020-07-25T04:50:27.669Z] 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-25T04:50:28.709Z] ---> 6aeb100e00dd [2020-07-25T04:50:28.709Z] 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-25T04:50:29.762Z] ---> 000645c041f8 [2020-07-25T04:50:29.762Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-25T04:50:31.206Z] ---> 6255b2134032 [2020-07-25T04:50:31.206Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-25T04:50:32.197Z] ---> e3d4f60b9b9d [2020-07-25T04:50:32.197Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-25T04:50:33.638Z] ---> ceeeee1b3c13 [2020-07-25T04:50:33.638Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-25T04:50:35.618Z] ---> 582925fd0c8b [2020-07-25T04:50:35.618Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-25T04:50:37.070Z] ---> f9592dc9f243 [2020-07-25T04:50:37.071Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:50:38.514Z] ---> acae67703e3b [2020-07-25T04:50:38.514Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:50:38.514Z] ---> Running in fab292257993 [2020-07-25T04:50:43.918Z] Removing intermediate container fab292257993 [2020-07-25T04:50:43.918Z] ---> e599db4ae796 [2020-07-25T04:50:43.918Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:50:43.918Z] ---> Running in 2eb15f8a6b9d [2020-07-25T04:50:44.191Z] Removing intermediate container 35f317732c1d [2020-07-25T04:50:44.191Z] ---> 6a25b747b8ed [2020-07-25T04:50:44.191Z] [2020-07-25T04:50:44.191Z] Step 9/29 : FROM alpine:latest [2020-07-25T04:50:44.191Z] ---> 62ee0e9f8440 [2020-07-25T04:50:44.191Z] 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-25T04:50:44.464Z] ---> Running in e285bd674581 [2020-07-25T04:50:44.738Z] Removing intermediate container 2eb15f8a6b9d [2020-07-25T04:50:44.738Z] ---> 1825553133d0 [2020-07-25T04:50:44.738Z] Step 24/26 : LABEL arch=arm64 [2020-07-25T04:50:44.738Z] ---> Running in 20f70b8cd449 [2020-07-25T04:50:45.348Z] Removing intermediate container e285bd674581 [2020-07-25T04:50:45.348Z] ---> f8b20b050537 [2020-07-25T04:50:45.348Z] Step 11/29 : USER root [2020-07-25T04:50:45.620Z] ---> Running in 039ed1f6d714 [2020-07-25T04:50:45.892Z] Removing intermediate container 20f70b8cd449 [2020-07-25T04:50:45.892Z] ---> 499dc6229f24 [2020-07-25T04:50:45.892Z] Step 25/26 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:50:46.164Z] ---> Running in 142c9158db6b [2020-07-25T04:50:46.438Z] Removing intermediate container 039ed1f6d714 [2020-07-25T04:50:46.438Z] ---> 1bd6129e6ada [2020-07-25T04:50:46.438Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-25T04:50:46.438Z] ---> Running in 08b32cb7fef7 [2020-07-25T04:50:46.712Z] Removing intermediate container 142c9158db6b [2020-07-25T04:50:46.712Z] ---> 6e7b929529b8 [2020-07-25T04:50:46.712Z] Step 26/26 : LABEL version=0.0.0 [2020-07-25T04:50:46.986Z] ---> Running in 4acdbc48a927 [2020-07-25T04:50:47.969Z] Removing intermediate container 4acdbc48a927 [2020-07-25T04:50:47.969Z] ---> 753d46188c2a [2020-07-25T04:50:47.970Z] [2020-07-25T04:50:48.567Z] Successfully built 753d46188c2a [2020-07-25T04:50:48.567Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-25T04:50:49.167Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:49.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-25T04:50:50.038Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-25T04:50:50.038Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-25T04:50:50.038Z] OK: 12620 distinct packages available [2020-07-25T04:50:51.018Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-25T04:50:51.018Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-25T04:50:51.018Z] Executing busybox-1.31.1-r16.trigger [2020-07-25T04:50:51.018Z] Executing ca-certificates-20191127-r4.trigger [2020-07-25T04:50:51.296Z] OK: 6 MiB in 16 packages [2020-07-25T04:50:53.311Z] Removing intermediate container 08b32cb7fef7 [2020-07-25T04:50:53.311Z] ---> a18b77930ead [2020-07-25T04:50:53.311Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-25T04:50:53.584Z] ---> Running in a08ab02ae230 [2020-07-25T04:50:54.194Z] Removing intermediate container a08ab02ae230 [2020-07-25T04:50:54.194Z] ---> d1a98fa12ba4 [2020-07-25T04:50:54.194Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-25T04:50:54.467Z] ---> Running in 373f38a3327e [2020-07-25T04:50:55.450Z] Removing intermediate container 373f38a3327e [2020-07-25T04:50:55.450Z] ---> 982ac0afc39a [2020-07-25T04:50:55.450Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-25T04:50:55.450Z] ---> Running in 7cbe31d04cb1 [2020-07-25T04:50:59.783Z] Removing intermediate container 7cbe31d04cb1 [2020-07-25T04:50:59.783Z] ---> de231ee48f0e [2020-07-25T04:50:59.783Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-25T04:51:01.218Z] ---> 682f9cb3cfd6 [2020-07-25T04:51:01.218Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-25T04:51:02.197Z] ---> f30022d6a8e0 [2020-07-25T04:51:02.197Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-25T04:51:03.186Z] ---> 157cea7c70b3 [2020-07-25T04:51:03.186Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-25T04:51:04.631Z] ---> d70bc6e60453 [2020-07-25T04:51:04.631Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-25T04:51:05.622Z] ---> e7959442d567 [2020-07-25T04:51:05.622Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-25T04:51:05.622Z] ---> Running in f0984a6962a9 [2020-07-25T04:51:10.232Z] Removing intermediate container f0984a6962a9 [2020-07-25T04:51:10.232Z] ---> 34059a419ee4 [2020-07-25T04:51:10.232Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-25T04:51:11.226Z] ---> d0acf941797e [2020-07-25T04:51:11.226Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-25T04:51:11.226Z] ---> Running in c52546c0c772 [2020-07-25T04:51:15.553Z] Removing intermediate container c6e31bf799e8 [2020-07-25T04:51:15.553Z] ---> 4c2b31d25863 [2020-07-25T04:51:15.553Z] [2020-07-25T04:51:15.553Z] Step 10/20 : FROM scratch [2020-07-25T04:51:15.553Z] ---> [2020-07-25T04:51:15.553Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:15.553Z] ---> Using cache [2020-07-25T04:51:15.553Z] ---> d03f2a3c6caa [2020-07-25T04:51:15.553Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-25T04:51:15.823Z] ---> Running in bd86bca7ce09 [2020-07-25T04:51:16.094Z] Removing intermediate container c52546c0c772 [2020-07-25T04:51:16.094Z] ---> 29bf1872f10f [2020-07-25T04:51:16.094Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-25T04:51:16.366Z] ---> Running in 73b439c91856 [2020-07-25T04:51:16.366Z] Removing intermediate container bd86bca7ce09 [2020-07-25T04:51:16.366Z] ---> 5b782b73c7a7 [2020-07-25T04:51:16.366Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-25T04:51:16.636Z] ---> Running in 6f7abfa81dcb [2020-07-25T04:51:17.613Z] Removing intermediate container 6f7abfa81dcb [2020-07-25T04:51:17.613Z] ---> 2bca04139e83 [2020-07-25T04:51:17.613Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-25T04:51:18.600Z] ---> ffe12482b57d [2020-07-25T04:51:18.600Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-25T04:51:21.220Z] ---> 083a9ff9e20f [2020-07-25T04:51:21.220Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:21.220Z] Removing intermediate container 73b439c91856 [2020-07-25T04:51:21.220Z] ---> 0e1b11bedd14 [2020-07-25T04:51:21.220Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-25T04:51:21.220Z] ---> Running in e13535965fa2 [2020-07-25T04:51:21.815Z] ---> cf0c82f217a1 [2020-07-25T04:51:21.815Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:21.815Z] Removing intermediate container e13535965fa2 [2020-07-25T04:51:21.815Z] ---> 210ab84b2361 [2020-07-25T04:51:21.815Z] Step 26/29 : CMD [ "generate" ] [2020-07-25T04:51:22.090Z] ---> Running in 1765a43e9e4a [2020-07-25T04:51:22.362Z] ---> Running in fc8fcd9e12bf [2020-07-25T04:51:22.960Z] Removing intermediate container 1765a43e9e4a [2020-07-25T04:51:22.960Z] ---> 1944a31b8692 [2020-07-25T04:51:22.960Z] Step 18/20 : LABEL arch=arm64 [2020-07-25T04:51:23.232Z] ---> Running in 93fc9fe4191e [2020-07-25T04:51:23.232Z] Removing intermediate container fc8fcd9e12bf [2020-07-25T04:51:23.233Z] ---> 29fc4ac19607 [2020-07-25T04:51:23.233Z] Step 27/29 : LABEL arch=arm64 [2020-07-25T04:51:23.507Z] ---> Running in caf1488ec130 [2020-07-25T04:51:24.496Z] Removing intermediate container 93fc9fe4191e [2020-07-25T04:51:24.496Z] ---> 66c4369c864f [2020-07-25T04:51:24.496Z] Step 19/20 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:51:24.769Z] Removing intermediate container caf1488ec130 [2020-07-25T04:51:24.769Z] ---> 9d9f39251a2b [2020-07-25T04:51:24.769Z] Step 28/29 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:51:24.769Z] ---> Running in 4a4891a8ad54 [2020-07-25T04:51:25.047Z] ---> Running in 17729d0bcf98 [2020-07-25T04:51:26.029Z] Removing intermediate container 4a4891a8ad54 [2020-07-25T04:51:26.029Z] ---> 100d470c5120 [2020-07-25T04:51:26.029Z] Step 20/20 : LABEL version=0.0.0 [2020-07-25T04:51:26.310Z] Removing intermediate container 17729d0bcf98 [2020-07-25T04:51:26.310Z] ---> 9e6b98874d81 [2020-07-25T04:51:26.310Z] Step 29/29 : LABEL version=0.0.0 [2020-07-25T04:51:26.310Z] ---> Running in bba7b551b07e [2020-07-25T04:51:26.582Z] ---> Running in ed162ca0654b [2020-07-25T04:51:27.178Z] Removing intermediate container bba7b551b07e [2020-07-25T04:51:27.178Z] ---> b1e2d329a838 [2020-07-25T04:51:27.178Z] [2020-07-25T04:51:27.774Z] Removing intermediate container ed162ca0654b [2020-07-25T04:51:27.774Z] ---> 91a84aa98d6b [2020-07-25T04:51:27.774Z] [2020-07-25T04:51:27.774Z] Removing intermediate container 908734bafc5e [2020-07-25T04:51:27.774Z] ---> 6bc3a8cc0443 [2020-07-25T04:51:27.774Z] [2020-07-25T04:51:27.774Z] Step 10/23 : FROM scratch [2020-07-25T04:51:27.774Z] ---> [2020-07-25T04:51:27.774Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-25T04:51:27.774Z] Successfully built b1e2d329a838 [2020-07-25T04:51:28.046Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-25T04:51:28.046Z]  Building docker-support-scheduler-go ... done  ---> Using cache [2020-07-25T04:51:28.046Z] ---> 4676f02fb650 [2020-07-25T04:51:28.046Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-25T04:51:28.318Z] Successfully built 91a84aa98d6b [2020-07-25T04:51:28.318Z] ---> Running in 5bea710ee90e [2020-07-25T04:51:28.318Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-25T04:51:28.910Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 5bea710ee90e [2020-07-25T04:51:28.910Z] ---> 65b71122ee45 [2020-07-25T04:51:28.910Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-25T04:51:28.910Z] ---> Running in 56622b1643c4 [2020-07-25T04:51:29.180Z] Removing intermediate container 56622b1643c4 [2020-07-25T04:51:29.180Z] ---> 8a5e084837b9 [2020-07-25T04:51:29.180Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-25T04:51:30.152Z] ---> df6e57433572 [2020-07-25T04:51:30.152Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-25T04:51:31.131Z] ---> fbe3257fe5dc [2020-07-25T04:51:31.131Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-25T04:51:32.562Z] ---> 99d594ed0a8e [2020-07-25T04:51:32.562Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-25T04:51:33.156Z] ---> a3714399177b [2020-07-25T04:51:33.156Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-25T04:51:34.588Z] ---> f5dbf3378496 [2020-07-25T04:51:34.588Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:35.570Z] ---> 5f9a83506429 [2020-07-25T04:51:35.570Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:35.842Z] ---> Running in 12ce74b417be [2020-07-25T04:51:36.438Z] Removing intermediate container 12ce74b417be [2020-07-25T04:51:36.438Z] ---> 84b13ae27b02 [2020-07-25T04:51:36.438Z] Step 21/23 : LABEL arch=arm64 [2020-07-25T04:51:36.438Z] Removing intermediate container 3c861efcbefc [2020-07-25T04:51:36.438Z] ---> b0d1e3d03bcf [2020-07-25T04:51:36.438Z] [2020-07-25T04:51:36.438Z] Step 10/21 : FROM scratch [2020-07-25T04:51:36.438Z] ---> [2020-07-25T04:51:36.438Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-25T04:51:36.438Z] ---> Running in f089b6bf0f2d [2020-07-25T04:51:36.715Z] ---> Using cache [2020-07-25T04:51:36.715Z] ---> d03f2a3c6caa [2020-07-25T04:51:36.715Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-25T04:51:36.992Z] ---> Running in bbf80e2c6d2c [2020-07-25T04:51:36.992Z] Removing intermediate container f089b6bf0f2d [2020-07-25T04:51:36.992Z] ---> 509f25f6fba6 [2020-07-25T04:51:36.992Z] Step 22/23 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:51:36.992Z] ---> Running in 5abeb704d00e [2020-07-25T04:51:37.266Z] Removing intermediate container bbf80e2c6d2c [2020-07-25T04:51:37.266Z] ---> 6f91b83c969c [2020-07-25T04:51:37.266Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-25T04:51:37.266Z] ---> Running in 87f89696fd8b [2020-07-25T04:51:37.536Z] Removing intermediate container 5abeb704d00e [2020-07-25T04:51:37.536Z] ---> 52fb3dad0b62 [2020-07-25T04:51:37.536Z] Step 23/23 : LABEL version=0.0.0 [2020-07-25T04:51:37.806Z] ---> Running in cfdfe92a2a59 [2020-07-25T04:51:37.806Z] Removing intermediate container 87f89696fd8b [2020-07-25T04:51:37.806Z] ---> 82c40668a2ee [2020-07-25T04:51:37.806Z] Step 14/21 : WORKDIR / [2020-07-25T04:51:37.806Z] ---> Running in 1bc664b250ac [2020-07-25T04:51:38.075Z] Removing intermediate container cfdfe92a2a59 [2020-07-25T04:51:38.075Z] ---> 7787119c4244 [2020-07-25T04:51:38.075Z] [2020-07-25T04:51:38.666Z] Removing intermediate container 1bc664b250ac [2020-07-25T04:51:38.666Z] ---> d5672b6e497d [2020-07-25T04:51:38.666Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-25T04:51:38.666Z] Successfully built 7787119c4244 [2020-07-25T04:51:38.666Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-25T04:51:39.256Z]  Building docker-support-notifications-go ... done  ---> b40ceadc223d [2020-07-25T04:51:39.256Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-25T04:51:40.226Z] ---> 38db847e774b [2020-07-25T04:51:40.226Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-25T04:51:41.195Z] ---> 035a7c132847 [2020-07-25T04:51:41.195Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-25T04:51:41.195Z] ---> Running in ac0f488fe308 [2020-07-25T04:51:41.465Z] Removing intermediate container ac0f488fe308 [2020-07-25T04:51:41.465Z] ---> 9b9ba894aa97 [2020-07-25T04:51:41.465Z] Step 19/21 : LABEL arch=arm64 [2020-07-25T04:51:41.735Z] ---> Running in b7c0271ce1bd [2020-07-25T04:51:42.006Z] Removing intermediate container b7c0271ce1bd [2020-07-25T04:51:42.006Z] ---> 8939f2b897c4 [2020-07-25T04:51:42.006Z] Step 20/21 : LABEL git_sha=1a9573e5d7bd78a4d04c4680db13cb92b47e974a [2020-07-25T04:51:42.275Z] ---> Running in 301c2552a20c [2020-07-25T04:51:42.548Z] Removing intermediate container 301c2552a20c [2020-07-25T04:51:42.548Z] ---> 3d5722fdd47b [2020-07-25T04:51:42.548Z] Step 21/21 : LABEL version=0.0.0 [2020-07-25T04:51:42.548Z] ---> Running in 8cf05575f35c [2020-07-25T04:51:43.136Z] Removing intermediate container 8cf05575f35c [2020-07-25T04:51:43.136Z] ---> a1fc1086be97 [2020-07-25T04:51:43.136Z] [2020-07-25T04:51:43.406Z] Successfully built a1fc1086be97 [2020-07-25T04:51:43.406Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-25T04:51:43.703Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-07-25T04:51:43.701Z] $ docker stop --time=1 8be1780e42347dfb76565d7e7cf131704924e8a399d52b00ab6fc4a8d0ce25b9 [2020-07-25T04:51:45.622Z] $ docker rm -f 8be1780e42347dfb76565d7e7cf131704924e8a399d52b00ab6fc4a8d0ce25b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-25T04:51:46.306Z] + + docker images [2020-07-25T04:51:46.306Z] grep docker [2020-07-25T04:51:46.578Z] docker-core-command-go-arm64 latest a1fc1086be97 4 seconds ago 12.4MB [2020-07-25T04:51:46.578Z] docker-support-notifications-go-arm64 latest 7787119c4244 9 seconds ago 13.9MB [2020-07-25T04:51:46.578Z] docker-security-secrets-setup-go-arm64 latest 91a84aa98d6b 19 seconds ago 24.2MB [2020-07-25T04:51:46.578Z] docker-support-scheduler-go-arm64 latest b1e2d329a838 20 seconds ago 12.6MB [2020-07-25T04:51:46.578Z] docker-security-secretstore-setup-go-arm64 latest 753d46188c2a 59 seconds ago 32.6MB [2020-07-25T04:51:46.578Z] docker-sys-mgmt-agent-go-arm64 latest 89c591ad2be8 2 minutes ago 266MB [2020-07-25T04:51:46.578Z] docker-core-data-go-arm64 latest 7cb344dfd10a 3 minutes ago 22.6MB [2020-07-25T04:51:46.578Z] docker-core-metadata-go-arm64 latest 0c2cb31720da 3 minutes ago 13.8MB [2020-07-25T04:51:46.578Z] docker-support-logging-go-arm64 latest 3a296e789d94 3 minutes ago 11.4MB [2020-07-25T04:51:46.578Z] docker-security-proxy-setup-go-arm64 latest 27c64b43ea4f 4 minutes ago 15.8MB [2020-07-25T04:51:46.578Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-25T04:51:47.918Z] provisioning config files... [2020-07-25T04:51:47.934Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config7503440988648674872tmp [Pipeline] { [Pipeline] sh [2020-07-25T04:51:48.295Z] + curl -s https://codecov.io/bash [2020-07-25T04:51:48.295Z] + bash -s - -t @/w/workspace/edgex-go/16@tmp/config7503440988648674872tmp [Pipeline] } [2020-07-25T04:51:48.565Z] 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-25T04:51:49.845Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:51:50.731Z] ---> package-listing.sh [2020-07-25T04:51:50.731Z] ++ facter osfamily [2020-07-25T04:51:50.731Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-25T04:51:50.731Z] + OS_FAMILY=redhat [2020-07-25T04:51:50.731Z] + workspace=/w/workspace/edgex-go/16 [2020-07-25T04:51:50.731Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-25T04:51:50.731Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-25T04:51:50.731Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-25T04:51:50.731Z] + PACKAGES=/tmp/packages_start.txt [2020-07-25T04:51:50.731Z] + '[' /w/workspace/edgex-go/16 ']' [2020-07-25T04:51:50.731Z] + PACKAGES=/tmp/packages_end.txt [2020-07-25T04:51:50.731Z] + case "${OS_FAMILY}" in [2020-07-25T04:51:50.731Z] + rpm -qa [2020-07-25T04:51:50.731Z] + sort [2020-07-25T04:51:54.944Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-25T04:51:54.944Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-25T04:51:54.944Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-25T04:51:54.944Z] + '[' /w/workspace/edgex-go/16 ']' [2020-07-25T04:51:54.944Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2020-07-25T04:51:54.944Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:51:55.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:51:55.379Z] [2020-07-25T04:51:55.379Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-25T04:51:55.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:51:55.740Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-25T04:51:55.740Z] c9b1b535fdd9: Pulling fs layer [2020-07-25T04:51:55.740Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-25T04:51:55.740Z] 756a868c4378: Pulling fs layer [2020-07-25T04:51:55.740Z] 444b2fc9a129: Pulling fs layer [2020-07-25T04:51:55.740Z] ea15f1150254: Pulling fs layer [2020-07-25T04:51:55.740Z] 41b27a9f41bf: Pulling fs layer [2020-07-25T04:51:55.740Z] 28c525ee5125: Pulling fs layer [2020-07-25T04:51:55.740Z] 094b1ea09ed8: Pulling fs layer [2020-07-25T04:51:55.740Z] 138eaada9080: Pulling fs layer [2020-07-25T04:51:55.740Z] 0622d0fa9048: Pulling fs layer [2020-07-25T04:51:55.740Z] 41b27a9f41bf: Waiting [2020-07-25T04:51:55.740Z] 28c525ee5125: Waiting [2020-07-25T04:51:55.740Z] 094b1ea09ed8: Waiting [2020-07-25T04:51:55.740Z] 138eaada9080: Waiting [2020-07-25T04:51:55.740Z] 0622d0fa9048: Waiting [2020-07-25T04:51:55.740Z] 444b2fc9a129: Waiting [2020-07-25T04:51:55.740Z] ea15f1150254: Waiting [2020-07-25T04:51:55.740Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-25T04:51:55.740Z] 2cc5ad85d9ab: Download complete [2020-07-25T04:51:55.740Z] 444b2fc9a129: Verifying Checksum [2020-07-25T04:51:55.740Z] 444b2fc9a129: Download complete [2020-07-25T04:51:55.740Z] c9b1b535fdd9: Verifying Checksum [2020-07-25T04:51:55.740Z] c9b1b535fdd9: Download complete [2020-07-25T04:51:55.740Z] ea15f1150254: Verifying Checksum [2020-07-25T04:51:55.740Z] ea15f1150254: Download complete [2020-07-25T04:51:56.008Z] 28c525ee5125: Verifying Checksum [2020-07-25T04:51:56.008Z] 28c525ee5125: Download complete [2020-07-25T04:51:56.273Z] 756a868c4378: Verifying Checksum [2020-07-25T04:51:56.273Z] 756a868c4378: Download complete [2020-07-25T04:51:56.273Z] c9b1b535fdd9: Pull complete [2020-07-25T04:51:56.273Z] 138eaada9080: Verifying Checksum [2020-07-25T04:51:56.273Z] 138eaada9080: Download complete [2020-07-25T04:51:56.273Z] 0622d0fa9048: Verifying Checksum [2020-07-25T04:51:56.273Z] 0622d0fa9048: Download complete [2020-07-25T04:51:56.537Z] 2cc5ad85d9ab: Pull complete [2020-07-25T04:51:56.537Z] 094b1ea09ed8: Verifying Checksum [2020-07-25T04:51:56.537Z] 094b1ea09ed8: Download complete [2020-07-25T04:51:56.797Z] 41b27a9f41bf: Verifying Checksum [2020-07-25T04:51:56.797Z] 41b27a9f41bf: Download complete [2020-07-25T04:51:58.190Z] 756a868c4378: Pull complete [2020-07-25T04:51:58.190Z] 444b2fc9a129: Pull complete [2020-07-25T04:51:58.462Z] ea15f1150254: Pull complete [2020-07-25T04:52:03.781Z] 41b27a9f41bf: Pull complete [2020-07-25T04:52:03.781Z] 28c525ee5125: Pull complete [2020-07-25T04:52:05.706Z] 094b1ea09ed8: Pull complete [2020-07-25T04:52:05.706Z] 138eaada9080: Pull complete [2020-07-25T04:52:07.618Z] 0622d0fa9048: Pull complete [2020-07-25T04:52:07.618Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-25T04:52:07.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-25T04:52:07.618Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-25T04:52:07.817Z] prd-centos7-docker-4c-2g-968 does not seem to be running inside a container [2020-07-25T04:52:07.866Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-25T04:52:11.237Z] $ docker top cf36f5b9963804cefaae762c99a83d34d9d3f0029b56849c94360304229d820d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-25T04:52:11.485Z] provisioning config files... [2020-07-25T04:52:11.502Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config5068489368666310017tmp [Pipeline] { [Pipeline] echo [2020-07-25T04:52:11.567Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:11.864Z] ---> create-netrc.sh [Pipeline] echo [2020-07-25T04:52:11.873Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-25T04:52:12.164Z] ---> logs-deploy.sh [2020-07-25T04:52:12.165Z] + ARCHIVE_ARTIFACTS= [2020-07-25T04:52:12.165Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-25T04:52:12.165Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-25T04:52:12.165Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-25T04:52:12.165Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/16 [2020-07-25T04:52:12.165Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/16/ [2020-07-25T04:52:12.165Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/16 /w/workspace/edgex-go/16 [2020-07-25T04:52:13.553Z] Archives upload complete. [2020-07-25T04:52:13.554Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/16/