Pull request #2641 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3+0672e6f59fd969661fa2c563f9aa380a05eba899 (7012622563120fb2e7706443b18de92e1a91d715) 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 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 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 # timeout=10 Commit message: "Merge pull request #218 from ernestojeda/add-geneva-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-885 in /w/workspace/edgexfoundry_edgex-go_PR-2641 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0672e6f59fd969661fa2c563f9aa380a05eba899 into PR head commit 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 Merge succeeded, producing 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 Checking out Revision 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 (PR-2641) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2641/head:refs/remotes/origin/PR-2641 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # 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 0672e6f59fd969661fa2c563f9aa380a05eba899 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # timeout=10 Commit message: "Merge branch 'master' into issue-2640" > git rev-list --no-walk 471b83686cffcd57be19e200ad135412c5e6aa99 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-24T17:31:53.012Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-24T17:31:53.239Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-24T17:31:53.314Z] ========================================================= [2020-07-24T17:31:53.314Z] EdgeX Global Pipelines Version Info [2020-07-24T17:31:53.314Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:31:56.125Z] ------------------- [2020-07-24T17:31:56.125Z] stable info: [2020-07-24T17:31:56.125Z] ------------------- [2020-07-24T17:31:56.125Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-24T17:31:56.125Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T17:31:56.125Z] Message: update stable to v1.0.105 [2020-07-24T17:31:57.116Z] ------------------- [2020-07-24T17:31:57.116Z] experimental info: [2020-07-24T17:31:57.116Z] ------------------- [2020-07-24T17:31:57.116Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-24T17:31:57.116Z] Commit SHA: 39e0fc7ddb98afa2fde86ea6b6bd025d242dd6b9 [2020-07-24T17:31:57.116Z] Message: update experimental to v1.0.105 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-24T17:31:58.677Z] ++ 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-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] ++ dirname cmd/core-command/Dockerfile [2020-07-24T17:31:58.677Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] ++ dirname cmd/core-data/Dockerfile [2020-07-24T17:31:58.677Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-24T17:31:58.677Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-24T17:31:58.677Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-24T17:31:58.677Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-24T17:31:58.677Z] ++ cut -d/ -f2 [2020-07-24T17:31:58.677Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-24T17:31:58.833Z] 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-24T17:31:59.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T17:31:59.815Z] [2020-07-24T17:31:59.815Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:32:00.314Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T17:32:00.643Z] latest: Pulling from edgex-devops/git-semver [2020-07-24T17:32:00.643Z] 31603596830f: Pulling fs layer [2020-07-24T17:32:00.643Z] 2a8b12db71e7: Pulling fs layer [2020-07-24T17:32:00.643Z] 6ca5941a6612: Pulling fs layer [2020-07-24T17:32:00.643Z] ecc8261a40a4: Pulling fs layer [2020-07-24T17:32:00.643Z] ecc8261a40a4: Waiting [2020-07-24T17:32:00.643Z] 2a8b12db71e7: Verifying Checksum [2020-07-24T17:32:00.643Z] 2a8b12db71e7: Download complete [2020-07-24T17:32:00.916Z] 31603596830f: Verifying Checksum [2020-07-24T17:32:00.916Z] 31603596830f: Download complete [2020-07-24T17:32:00.916Z] 6ca5941a6612: Verifying Checksum [2020-07-24T17:32:00.916Z] 6ca5941a6612: Download complete [2020-07-24T17:32:00.916Z] ecc8261a40a4: Download complete [2020-07-24T17:32:01.536Z] 31603596830f: Pull complete [2020-07-24T17:32:01.536Z] 2a8b12db71e7: Pull complete [2020-07-24T17:32:03.636Z] 6ca5941a6612: Pull complete [2020-07-24T17:32:04.690Z] ecc8261a40a4: Pull complete [2020-07-24T17:32:04.690Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-24T17:32:04.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-24T17:32:04.690Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-24T17:32:05.184Z] prd-centos7-docker-4c-2g-885 does not seem to be running inside a container [2020-07-24T17:32:05.359Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-24T17:32:08.051Z] $ docker top f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-24T17:32:08.386Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T17:32:08.386Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T17:32:08.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T17:32:08.682Z] $ docker exec f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent [2020-07-24T17:32:09.096Z] SSH_AUTH_SOCK=/tmp/ssh-wobj2ZoBLmZm/agent.11 [2020-07-24T17:32:09.096Z] SSH_AGENT_PID=16 [2020-07-24T17:32:09.114Z] Running ssh-add (command line suppressed) [2020-07-24T17:32:09.530Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2288172046020913507.key (/w/workspace/edgex-go/2@tmp/private_key_2288172046020913507.key) [2020-07-24T17:32:09.673Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T17:32:10.342Z] + git describe --exact-match --tags HEAD [2020-07-24T17:32:10.342Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-24T17:32:10.375Z] $ docker exec --env ******** --env ******** f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent -k [2020-07-24T17:32:10.672Z] unset SSH_AUTH_SOCK; [2020-07-24T17:32:10.673Z] unset SSH_AGENT_PID; [2020-07-24T17:32:10.673Z] echo Agent pid 16 killed; [2020-07-24T17:32:10.749Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-24T17:32:10.846Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-24T17:32:10.847Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-24T17:32:10.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-24T17:32:10.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-24T17:32:11.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-24T17:32:11.288Z] $ docker exec f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent [2020-07-24T17:32:11.641Z] SSH_AUTH_SOCK=/tmp/ssh-wLv7lomHWMEa/agent.44 [2020-07-24T17:32:11.641Z] SSH_AGENT_PID=49 [2020-07-24T17:32:11.659Z] Running ssh-add (command line suppressed) [2020-07-24T17:32:12.024Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6975388331806806119.key (/w/workspace/edgex-go/2@tmp/private_key_6975388331806806119.key) [2020-07-24T17:32:12.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-24T17:32:12.561Z] + git semver init [2020-07-24T17:32:12.561Z] # -> Open(): unable to determine branch for HEAD [2020-07-24T17:32:12.561Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-07-24T17:32:12.561Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-07-24T17:32:12.561Z] # $SEMVER_REMOTE_NAME = origin [2020-07-24T17:32:12.561Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-24T17:32:12.561Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-24T17:32:12.561Z] # $SEMVER_BRANCH = PR-2641 [2020-07-24T17:32:12.561Z] # $SEMVER_TEMP = /tmp/semver-696957652 [2020-07-24T17:32:12.561Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-24T17:32:46.420Z] # '/tmp/semver-696957652' -> '/w/workspace/edgex-go/2/.semver' [2020-07-24T17:32:46.421Z] # -> Force: false [2020-07-24T17:32:46.421Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-07-24T17:32:46.443Z] $ docker exec --env ******** --env ******** f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d ssh-agent -k [2020-07-24T17:32:46.697Z] unset SSH_AUTH_SOCK; [2020-07-24T17:32:46.700Z] unset SSH_AGENT_PID; [2020-07-24T17:32:46.700Z] echo Agent pid 49 killed; [2020-07-24T17:32:46.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-24T17:32:47.248Z] + git semver [Pipeline] } [2020-07-24T17:32:47.256Z] $ docker stop --time=1 f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d [2020-07-24T17:32:49.033Z] $ docker rm -f f824594985b9aed16fb50495a351a5afc6156744002bb55a1c9e7c2a1055da1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-24T17:33:18.218Z] Stashed 24 file(s) [Pipeline] echo [2020-07-24T17:33:18.220Z] [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-24T17:33:18.633Z] ========================================================= [2020-07-24T17:33:18.633Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-24T17:33:18.633Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:33:18.973Z] + 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-24T17:33:26.406Z] Sending build context to Docker daemon 323.2MB [2020-07-24T17:33:26.406Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-24T17:33:26.406Z] Step 2/7 : FROM ${BASE} [2020-07-24T17:33:26.406Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-24T17:33:26.406Z] df20fa9351a1: Pulling fs layer [2020-07-24T17:33:26.406Z] ed8968b2872e: Pulling fs layer [2020-07-24T17:33:26.406Z] a92cc7c5fd73: Pulling fs layer [2020-07-24T17:33:26.406Z] 2dd03ba5bac4: Pulling fs layer [2020-07-24T17:33:26.406Z] 1e091d79d1de: Pulling fs layer [2020-07-24T17:33:26.406Z] 481702a1767f: Pulling fs layer [2020-07-24T17:33:26.406Z] f64a6f60c768: Pulling fs layer [2020-07-24T17:33:26.406Z] e78d2573fc39: Pulling fs layer [2020-07-24T17:33:26.406Z] e876d2f968b6: Pulling fs layer [2020-07-24T17:33:26.406Z] ce8a83651883: Pulling fs layer [2020-07-24T17:33:26.406Z] 07967f4d0e4b: Pulling fs layer [2020-07-24T17:33:26.406Z] f64a6f60c768: Waiting [2020-07-24T17:33:26.406Z] e78d2573fc39: Waiting [2020-07-24T17:33:26.406Z] e876d2f968b6: Waiting [2020-07-24T17:33:26.406Z] ce8a83651883: Waiting [2020-07-24T17:33:26.406Z] 07967f4d0e4b: Waiting [2020-07-24T17:33:26.406Z] 2dd03ba5bac4: Waiting [2020-07-24T17:33:26.406Z] 1e091d79d1de: Waiting [2020-07-24T17:33:26.406Z] 481702a1767f: Waiting [2020-07-24T17:33:26.406Z] a92cc7c5fd73: Verifying Checksum [2020-07-24T17:33:26.406Z] a92cc7c5fd73: Download complete [2020-07-24T17:33:26.406Z] ed8968b2872e: Verifying Checksum [2020-07-24T17:33:26.406Z] ed8968b2872e: Download complete [2020-07-24T17:33:26.406Z] 1e091d79d1de: Verifying Checksum [2020-07-24T17:33:26.406Z] 1e091d79d1de: Download complete [2020-07-24T17:33:26.406Z] 481702a1767f: Verifying Checksum [2020-07-24T17:33:26.406Z] 481702a1767f: Download complete [2020-07-24T17:33:26.406Z] df20fa9351a1: Verifying Checksum [2020-07-24T17:33:26.774Z] df20fa9351a1: Pull complete [2020-07-24T17:33:27.258Z] ed8968b2872e: Pull complete [2020-07-24T17:33:27.258Z] a92cc7c5fd73: Pull complete [2020-07-24T17:33:31.307Z] 2dd03ba5bac4: Verifying Checksum [2020-07-24T17:33:31.307Z] 2dd03ba5bac4: Download complete [2020-07-24T17:33:31.307Z] e876d2f968b6: Verifying Checksum [2020-07-24T17:33:31.307Z] e876d2f968b6: Download complete [2020-07-24T17:33:31.307Z] f64a6f60c768: Verifying Checksum [2020-07-24T17:33:31.307Z] f64a6f60c768: Download complete [2020-07-24T17:33:31.307Z] e78d2573fc39: Verifying Checksum [2020-07-24T17:33:31.307Z] e78d2573fc39: Download complete [2020-07-24T17:33:31.307Z] 07967f4d0e4b: Verifying Checksum [2020-07-24T17:33:31.307Z] 07967f4d0e4b: Download complete [2020-07-24T17:33:31.593Z] ce8a83651883: Verifying Checksum [2020-07-24T17:33:31.593Z] ce8a83651883: Download complete [2020-07-24T17:33:33.475Z] Still waiting to schedule task [2020-07-24T17:33:33.475Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-24T17:33:44.197Z] 2dd03ba5bac4: Pull complete [2020-07-24T17:33:44.197Z] 1e091d79d1de: Pull complete [2020-07-24T17:33:44.197Z] 481702a1767f: Pull complete [2020-07-24T17:33:47.707Z] f64a6f60c768: Pull complete [2020-07-24T17:33:53.216Z] e78d2573fc39: Pull complete [2020-07-24T17:33:53.216Z] e876d2f968b6: Pull complete [2020-07-24T17:33:55.329Z] ce8a83651883: Pull complete [2020-07-24T17:33:55.329Z] 07967f4d0e4b: Pull complete [2020-07-24T17:33:55.329Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-24T17:33:55.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-24T17:33:55.329Z] ---> 5d7c900382c6 [2020-07-24T17:33:55.329Z] 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-24T17:33:57.307Z] ---> Running in dd287bcc32bd [2020-07-24T17:33:57.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:33:59.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:34:00.956Z] (1/12) Installing libmagic (5.38-r0) [2020-07-24T17:34:01.230Z] (2/12) Installing file (5.38-r0) [2020-07-24T17:34:01.230Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-24T17:34:01.230Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-24T17:34:07.935Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-24T17:34:07.935Z] (6/12) Installing patch (2.7.6-r6) [2020-07-24T17:34:07.935Z] (7/12) Installing build-base (0.5-r2) [2020-07-24T17:34:07.935Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-24T17:34:07.935Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-24T17:34:07.935Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-24T17:34:07.935Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-24T17:34:07.935Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-24T17:34:08.211Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:34:08.211Z] OK: 233 MiB in 51 packages [2020-07-24T17:34:11.568Z] Removing intermediate container dd287bcc32bd [2020-07-24T17:34:11.568Z] ---> f4ba5409a108 [2020-07-24T17:34:11.568Z] Step 4/7 : WORKDIR /edgex-go [2020-07-24T17:34:11.568Z] ---> Running in 86058a00eacb [2020-07-24T17:34:11.839Z] Removing intermediate container 86058a00eacb [2020-07-24T17:34:11.839Z] ---> e23c6b4bc3b7 [2020-07-24T17:34:11.839Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-24T17:34:12.160Z] latest: Pulling from library/docker [2020-07-24T17:34:12.160Z] df20fa9351a1: Already exists [2020-07-24T17:34:12.160Z] 25ad7478873d: Pulling fs layer [2020-07-24T17:34:12.160Z] 4684f6177b5d: Pulling fs layer [2020-07-24T17:34:12.160Z] 46e300cec669: Pulling fs layer [2020-07-24T17:34:12.160Z] 63038576ad94: Pulling fs layer [2020-07-24T17:34:12.160Z] 0fdb76c4706c: Pulling fs layer [2020-07-24T17:34:12.160Z] cb7edeffdfd5: Pulling fs layer [2020-07-24T17:34:12.160Z] 63038576ad94: Waiting [2020-07-24T17:34:12.160Z] 0fdb76c4706c: Waiting [2020-07-24T17:34:12.160Z] cb7edeffdfd5: Waiting [2020-07-24T17:34:12.454Z] 25ad7478873d: Download complete [2020-07-24T17:34:12.990Z] 25ad7478873d: Pull complete [2020-07-24T17:34:12.990Z] 63038576ad94: Verifying Checksum [2020-07-24T17:34:12.990Z] 63038576ad94: Download complete [2020-07-24T17:34:13.638Z] 0fdb76c4706c: Verifying Checksum [2020-07-24T17:34:13.638Z] 0fdb76c4706c: Download complete [2020-07-24T17:34:14.234Z] cb7edeffdfd5: Verifying Checksum [2020-07-24T17:34:14.234Z] cb7edeffdfd5: Download complete [2020-07-24T17:34:14.928Z] 46e300cec669: Verifying Checksum [2020-07-24T17:34:14.928Z] 46e300cec669: Download complete [2020-07-24T17:34:16.348Z] 4684f6177b5d: Verifying Checksum [2020-07-24T17:34:16.348Z] 4684f6177b5d: Download complete [2020-07-24T17:34:16.624Z] 4684f6177b5d: Pull complete [2020-07-24T17:34:20.024Z] 46e300cec669: Pull complete [2020-07-24T17:34:20.024Z] 63038576ad94: Pull complete [2020-07-24T17:34:20.024Z] 0fdb76c4706c: Pull complete [2020-07-24T17:34:20.024Z] cb7edeffdfd5: Pull complete [2020-07-24T17:34:20.024Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-24T17:34:20.307Z] Status: Downloaded newer image for docker:latest [2020-07-24T17:34:22.279Z] ---> f8fb5f340422 [2020-07-24T17:34:22.279Z] Step 6/7 : COPY go.mod . [2020-07-24T17:34:22.549Z] ---> 228ce0ccd880 [2020-07-24T17:34:22.549Z] Step 7/7 : RUN go mod download [2020-07-24T17:34:22.549Z] ---> Running in d0c3695740b6 [2020-07-24T17:34:25.959Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:34:25.959Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:34:25.959Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-24T17:34:25.959Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T17:34:25.959Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:34:25.959Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T17:34:25.959Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T17:34:25.959Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:34:25.959Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-24T17:34:25.959Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T17:34:25.959Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-24T17:34:25.959Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:34:25.959Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-24T17:34:25.959Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:34:25.959Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-24T17:34:25.959Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:34:25.959Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-24T17:34:25.959Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-24T17:34:25.959Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T17:34:26.226Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-24T17:34:26.226Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:34:26.226Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-24T17:34:26.226Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T17:34:26.226Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:34:26.226Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:34:26.226Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T17:34:26.226Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-24T17:34:26.226Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:34:26.226Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T17:34:26.489Z] go: finding github.com/google/uuid v1.1.0 [2020-07-24T17:34:26.489Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T17:34:26.489Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T17:34:26.753Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T17:34:26.753Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-24T17:34:26.753Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-24T17:34:27.018Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T17:34:27.018Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-24T17:34:27.018Z] go: finding github.com/kr/pty v1.1.1 [2020-07-24T17:34:27.018Z] go: finding github.com/kr/text v0.1.0 [2020-07-24T17:34:27.018Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T17:34:27.018Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T17:34:27.018Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T17:34:27.018Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T17:34:27.018Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:34:27.018Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:34:27.018Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T17:34:27.018Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T17:34:27.280Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T17:34:27.280Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T17:34:27.280Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:34:27.280Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:34:27.280Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-24T17:34:27.280Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-24T17:34:27.280Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T17:34:27.280Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:34:27.280Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:34:27.280Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T17:34:27.280Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T17:34:27.543Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T17:34:27.543Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-24T17:34:27.543Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T17:34:27.543Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T17:34:27.543Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-24T17:34:27.543Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-24T17:34:27.543Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T17:34:27.543Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T17:34:27.543Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-24T17:34:27.543Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:34:27.543Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:34:27.887Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-24T17:34:27.887Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T17:34:27.887Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-24T17:34:27.887Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-24T17:34:27.887Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-24T17:34:27.887Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-24T17:34:27.887Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-24T17:34:27.887Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T17:34:46.715Z] Removing intermediate container d0c3695740b6 [2020-07-24T17:34:46.715Z] ---> 11cd44d53fb8 [2020-07-24T17:34:46.715Z] Successfully built 11cd44d53fb8 [2020-07-24T17:34:46.715Z] 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-24T17:34:47.382Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-24T17:34:47.647Z] . [Pipeline] withDockerContainer [2020-07-24T17:34:47.828Z] prd-centos7-docker-4c-2g-885 does not seem to be running inside a container [2020-07-24T17:34:47.926Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-24T17:34:49.050Z] $ docker top 8026864d4b56c605d77dfd2db7b669182f4f3a8d2e3b9f4cf3b85f89a92da922 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T17:34:49.798Z] + go version [2020-07-24T17:34:49.798Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-24T17:34:49.826Z] ========================================================= [2020-07-24T17:34:49.826Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-24T17:34:49.826Z] ========================================================= [Pipeline] sh [2020-07-24T17:34:50.226Z] + make test raml_verify [2020-07-24T17:34:50.581Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-24T17:34:55.629Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-24T17:35:10.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-24T17:35:16.288Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-24T17:35:16.288Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-24T17:35:16.288Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-24T17:35:16.288Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-24T17:35:18.349Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-07-24T17:35:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-24T17:35:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-24T17:35:18.349Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-24T17:35:18.947Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-24T17:35:19.569Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-24T17:35:19.569Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-24T17:35:19.569Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-24T17:35:19.569Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-24T17:35:26.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2020-07-24T17:35:26.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-24T17:35:26.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-24T17:35:26.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-24T17:35:26.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-24T17:35:26.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-24T17:35:30.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.129s coverage: 27.4% of statements [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-24T17:35:30.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.014s coverage: 100.0% of statements [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-24T17:35:30.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-07-24T17:35:30.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-24T17:35:32.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.129s coverage: 29.3% of statements [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-24T17:35:32.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-24T17:35:32.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements [2020-07-24T17:35:32.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-24T17:35:33.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.050s coverage: 89.8% of statements [2020-07-24T17:35:33.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-24T17:35:33.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-24T17:35:33.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.015s coverage: 100.0% of statements [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-24T17:35:33.895Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-24T17:35:33.895Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2020-07-24T17:35:35.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.076s coverage: 63.5% of statements [2020-07-24T17:35:35.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-24T17:35:35.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-24T17:35:35.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2020-07-24T17:35:36.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.214s coverage: 55.9% of statements [2020-07-24T17:35:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-24T17:35:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-24T17:35:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-24T17:35:36.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.790s coverage: 86.3% of statements [2020-07-24T17:35:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.508s coverage: 72.2% of statements [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.288s coverage: 72.1% of statements [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.061s coverage: 82.4% of statements [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-07-24T17:35:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-24T17:35:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-24T17:35:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-07-24T17:35:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-24T17:35:43.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.104s coverage: 96.8% of statements [2020-07-24T17:35:43.625Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-24T17:35:44.237Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.078s coverage: 26.9% of statements [2020-07-24T17:35:44.237Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-24T17:35:44.237Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-24T17:35:44.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.1% of statements [2020-07-24T17:35:44.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2020-07-24T17:35:45.498Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.066s coverage: 43.1% of statements [2020-07-24T17:35:45.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-24T17:35:45.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-24T17:35:45.817Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.026s coverage: 100.0% of statements [2020-07-24T17:35:45.817Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-24T17:35:46.483Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements [2020-07-24T17:35:46.483Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-24T17:35:51.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.038s coverage: 46.1% of statements [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-24T17:35:51.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.266s coverage: 100.0% of statements [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-24T17:35:51.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-24T17:35:51.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.011s coverage: 100.0% of statements [2020-07-24T17:35:51.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-24T17:35:53.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.154s coverage: 29.1% of statements [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-24T17:35:53.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-24T17:35:53.869Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-24T17:35:53.869Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2020-07-24T17:35:53.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-24T17:35:54.815Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-07-24T17:35:54.815Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-24T17:35:54.815Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-24T17:35:54.815Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-24T17:35:54.815Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-24T17:35:55.948Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.169s coverage: 87.9% of statements [2020-07-24T17:35:55.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-24T17:35:55.948Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-24T17:35:56.227Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2020-07-24T17:35:56.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements [2020-07-24T17:35:57.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.008s coverage: 100.0% of statements [2020-07-24T17:35:58.149Z] GO111MODULE=on go vet ./... [2020-07-24T17:36:08.406Z] gofmt -l . [2020-07-24T17:36:11.006Z] [ "`gofmt -l .`" = "" ] [2020-07-24T17:36:12.946Z] ./bin/test-go-mod-tidy.sh [2020-07-24T17:36:17.519Z] ./bin/test-attribution-txt.sh [2020-07-24T17:36:21.471Z] docker run --rm --privileged \ [2020-07-24T17:36:21.471Z] -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ [2020-07-24T17:36:21.471Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-24T17:36:21.471Z] /scripts/raml-verify.sh [2020-07-24T17:36:22.280Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-24T17:36:22.692Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-24T17:36:22.692Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-24T17:36:22.692Z] bd07af9ed1a4: Pulling fs layer [2020-07-24T17:36:22.692Z] 3556ccf180b2: Pulling fs layer [2020-07-24T17:36:22.692Z] 089d4748da74: Pulling fs layer [2020-07-24T17:36:22.692Z] c6eb57c77bc5: Pulling fs layer [2020-07-24T17:36:22.692Z] 0364d5097239: Pulling fs layer [2020-07-24T17:36:22.692Z] 089d4748da74: Waiting [2020-07-24T17:36:22.692Z] c6eb57c77bc5: Waiting [2020-07-24T17:36:22.692Z] 0364d5097239: Waiting [2020-07-24T17:36:22.692Z] 3556ccf180b2: Verifying Checksum [2020-07-24T17:36:22.692Z] 3556ccf180b2: Download complete [2020-07-24T17:36:23.010Z] 089d4748da74: Verifying Checksum [2020-07-24T17:36:23.010Z] 089d4748da74: Download complete [2020-07-24T17:36:23.010Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-24T17:36:23.010Z] cbdbe7a5bc2a: Download complete [2020-07-24T17:36:23.010Z] 0364d5097239: Verifying Checksum [2020-07-24T17:36:23.010Z] 0364d5097239: Download complete [2020-07-24T17:36:23.647Z] c6eb57c77bc5: Verifying Checksum [2020-07-24T17:36:23.647Z] c6eb57c77bc5: Download complete [2020-07-24T17:36:23.922Z] cbdbe7a5bc2a: Pull complete [2020-07-24T17:36:23.922Z] bd07af9ed1a4: Verifying Checksum [2020-07-24T17:36:23.922Z] bd07af9ed1a4: Download complete [2020-07-24T17:36:26.834Z] bd07af9ed1a4: Pull complete [2020-07-24T17:36:27.207Z] 3556ccf180b2: Pull complete [2020-07-24T17:36:27.533Z] 089d4748da74: Pull complete [2020-07-24T17:36:32.269Z] c6eb57c77bc5: Pull complete [2020-07-24T17:36:32.534Z] 0364d5097239: Pull complete [2020-07-24T17:36:32.534Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-24T17:36:32.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-24T17:36:36.764Z] Verifying ./api/raml/core-command.raml... [2020-07-24T17:36:37.086Z] OK [2020-07-24T17:36:37.086Z] Verifying ./api/raml/core-data.raml... [2020-07-24T17:36:39.278Z] OK [2020-07-24T17:36:39.278Z] Verifying ./api/raml/core-metadata.raml... [2020-07-24T17:36:41.237Z] OK [2020-07-24T17:36:41.237Z] Verifying ./api/raml/support-logging.raml... [2020-07-24T17:36:42.233Z] OK [2020-07-24T17:36:42.233Z] Verifying ./api/raml/support-notifications.raml... [2020-07-24T17:36:43.685Z] OK [2020-07-24T17:36:43.685Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-24T17:36:45.207Z] OK [2020-07-24T17:36:45.207Z] Verifying ./api/raml/system-agent.raml... [2020-07-24T17:36:46.907Z] OK [Pipeline] sh [2020-07-24T17:36:47.972Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-888 in /w/workspace/edgexfoundry_edgex-go_PR-2641 [Pipeline] { [Pipeline] ws [2020-07-24T17:36:48.015Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-07-24T17:36:48.426Z] + ls -al . [2020-07-24T17:36:48.427Z] total 556 [2020-07-24T17:36:48.427Z] drwxrwxr-x 10 1001 1001 4096 Jul 24 17:36 . [2020-07-24T17:36:48.427Z] drwxr-xr-x 4 root root 28 Jul 24 17:34 .. [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 11 Jul 24 17:31 .dockerignore [2020-07-24T17:36:48.427Z] drwxrwxr-x 8 1001 1001 179 Jul 24 17:31 .git [2020-07-24T17:36:48.427Z] drwxrwxr-x 3 1001 1001 60 Jul 24 17:31 .github [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 924 Jul 24 17:31 .gitignore [2020-07-24T17:36:48.427Z] drwx------ 3 1001 1001 47 Jul 24 17:32 .semver [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 178 Jul 24 17:31 .sonarcloud.properties [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 3804 Jul 24 17:31 CONTRIBUTING.md [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 1035 Jul 24 17:31 Dockerfile.build [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 824 Jul 24 17:31 Jenkinsfile [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 10775 Jul 24 17:31 LICENSE [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 6417 Jul 24 17:31 Makefile [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 5652 Jul 24 17:31 README.md [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 7111 Jul 24 17:31 SECURITY.md [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 5 Jul 24 17:32 VERSION [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 4131 Jul 24 17:31 ZMQWindows.md [2020-07-24T17:36:48.427Z] drwxrwxr-x 4 1001 1001 33 Jul 24 17:31 api [2020-07-24T17:36:48.427Z] drwxrwxr-x 2 1001 1001 117 Jul 24 17:31 bin [2020-07-24T17:36:48.427Z] drwxrwxr-x 15 1001 1001 4096 Jul 24 17:31 cmd [2020-07-24T17:36:48.427Z] -rw-r--r-- 1 root root 456067 Jul 24 17:35 coverage.out [2020-07-24T17:36:48.427Z] -rw-r--r-- 1 root root 1019 Jul 24 17:36 go.mod [2020-07-24T17:36:48.427Z] -rw-r--r-- 1 root root 18146 Jul 24 17:36 go.sum [2020-07-24T17:36:48.427Z] drwxrwxr-x 8 1001 1001 127 Jul 24 17:31 internal [2020-07-24T17:36:48.427Z] drwxrwxr-x 4 1001 1001 71 Jul 24 17:31 snap [2020-07-24T17:36:48.427Z] -rw-rw-r-- 1 1001 1001 168 Jul 24 17:31 version.go [Pipeline] sh [2020-07-24T17:36:49.598Z] + '[' -e coverage.out ] [2020-07-24T17:36:49.598Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-24T17:36:50.910Z] Stashed 1 file(s) [Pipeline] sh [2020-07-24T17:36:51.929Z] + make build [2020-07-24T17:36:51.929Z] 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-24T17:36:53.452Z] using credential edgex-jenkins-ssh [2020-07-24T17:36:53.504Z] Cloning the remote Git repository [2020-07-24T17:36:53.504Z] Cloning with configured refspecs honoured and without tags [2020-07-24T17:36:53.575Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-24T17:36:53.696Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-07-24T17:36:53.772Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-24T17:36:53.773Z] > git --version # timeout=10 [2020-07-24T17:36:53.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:36:53.873Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:37:07.568Z] 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-24T17:37:11.948Z] 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-24T17:37:14.831Z] Fetching without tags [2020-07-24T17:37:15.345Z] Merging remotes/origin/master commit 0672e6f59fd969661fa2c563f9aa380a05eba899 into PR head commit 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:37:15.355Z] 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-24T17:37:15.880Z] Merge succeeded, producing 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:37:15.881Z] Checking out Revision 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 (PR-2641) [2020-07-24T17:37:14.733Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-24T17:37:14.756Z] > git config --add remote.origin.fetch +refs/pull/2641/head:refs/remotes/origin/PR-2641 # timeout=10 [2020-07-24T17:37:14.777Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:37:14.805Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-24T17:37:14.841Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-24T17:37:14.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:37:14.855Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-24T17:37:15.363Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T17:37:15.387Z] > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # timeout=10 [2020-07-24T17:37:15.780Z] > git remote # timeout=10 [2020-07-24T17:37:15.811Z] > git config --get remote.origin.url # timeout=10 [2020-07-24T17:37:15.826Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-24T17:37:15.837Z] > git merge 0672e6f59fd969661fa2c563f9aa380a05eba899 # timeout=10 [2020-07-24T17:37:15.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-24T17:37:15.886Z] > git config core.sparsecheckout # timeout=10 [2020-07-24T17:37:15.902Z] > git checkout -f 92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 # timeout=10 [2020-07-24T17:37:18.058Z] 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-24T17:37:20.343Z] Commit message: "Merge branch 'master' into issue-2640" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-24T17:37:22.538Z] 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-24T17:37:23.133Z] 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-24T17:37:26.612Z] 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-24T17:37:28.601Z] 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-24T17:37:31.936Z] 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 [Pipeline] echo [2020-07-24T17:37:32.676Z] ========================================================= [2020-07-24T17:37:32.676Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-24T17:37:32.676Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:37:33.654Z] + 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-24T17:37:34.084Z] 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-24T17:37:36.020Z] 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-24T17:37:37.443Z] 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-24T17:37:37.969Z] Sending build context to Docker daemon 323.2MB [2020-07-24T17:37:37.969Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-24T17:37:37.969Z] Step 2/7 : FROM ${BASE} [2020-07-24T17:37:37.969Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-24T17:37:37.969Z] b538f80385f9: Pulling fs layer [2020-07-24T17:37:37.969Z] 74f711af9a0d: Pulling fs layer [2020-07-24T17:37:37.969Z] 99f96fe45779: Pulling fs layer [2020-07-24T17:37:37.969Z] fd7a069fd194: Pulling fs layer [2020-07-24T17:37:37.969Z] 66aa3694b03b: Pulling fs layer [2020-07-24T17:37:37.969Z] 170f70906a0f: Pulling fs layer [2020-07-24T17:37:37.969Z] ad7c5574e4b9: Pulling fs layer [2020-07-24T17:37:37.969Z] e772456be8f7: Pulling fs layer [2020-07-24T17:37:37.969Z] c890913d741a: Pulling fs layer [2020-07-24T17:37:37.969Z] 2480fcc9aa5a: Pulling fs layer [2020-07-24T17:37:37.969Z] 09adf4765672: Pulling fs layer [2020-07-24T17:37:37.969Z] 170f70906a0f: Waiting [2020-07-24T17:37:37.969Z] ad7c5574e4b9: Waiting [2020-07-24T17:37:37.969Z] e772456be8f7: Waiting [2020-07-24T17:37:37.969Z] c890913d741a: Waiting [2020-07-24T17:37:37.969Z] 2480fcc9aa5a: Waiting [2020-07-24T17:37:37.969Z] 09adf4765672: Waiting [2020-07-24T17:37:37.969Z] fd7a069fd194: Waiting [2020-07-24T17:37:37.969Z] 66aa3694b03b: Waiting [2020-07-24T17:37:37.969Z] 99f96fe45779: Verifying Checksum [2020-07-24T17:37:37.969Z] 99f96fe45779: Download complete [2020-07-24T17:37:37.969Z] 74f711af9a0d: Verifying Checksum [2020-07-24T17:37:37.969Z] 74f711af9a0d: Download complete [2020-07-24T17:37:38.246Z] 66aa3694b03b: Download complete [2020-07-24T17:37:38.246Z] 170f70906a0f: Verifying Checksum [2020-07-24T17:37:38.246Z] 170f70906a0f: Download complete [2020-07-24T17:37:38.246Z] b538f80385f9: Verifying Checksum [2020-07-24T17:37:38.246Z] b538f80385f9: Download complete [2020-07-24T17:37:38.847Z] b538f80385f9: Pull complete [Pipeline] } [2020-07-24T17:37:39.394Z] $ docker stop --time=1 8026864d4b56c605d77dfd2db7b669182f4f3a8d2e3b9f4cf3b85f89a92da922 [2020-07-24T17:37:39.451Z] 74f711af9a0d: Pull complete [2020-07-24T17:37:40.053Z] 99f96fe45779: Pull complete [2020-07-24T17:37:41.052Z] ad7c5574e4b9: Verifying Checksum [2020-07-24T17:37:41.052Z] ad7c5574e4b9: Download complete [2020-07-24T17:37:41.052Z] c890913d741a: Verifying Checksum [2020-07-24T17:37:41.052Z] c890913d741a: Download complete [2020-07-24T17:37:41.269Z] $ docker rm -f 8026864d4b56c605d77dfd2db7b669182f4f3a8d2e3b9f4cf3b85f89a92da922 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-24T17:37:42.489Z] 2480fcc9aa5a: Verifying Checksum [2020-07-24T17:37:42.489Z] 2480fcc9aa5a: Download complete [2020-07-24T17:37:42.759Z] 09adf4765672: Verifying Checksum [2020-07-24T17:37:42.759Z] 09adf4765672: Download complete [2020-07-24T17:37:42.759Z] e772456be8f7: Verifying Checksum [2020-07-24T17:37:42.759Z] e772456be8f7: Download complete [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:37:43.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-24T17:37:43.581Z] [2020-07-24T17:37:43.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:37:43.738Z] fd7a069fd194: Verifying Checksum [2020-07-24T17:37:43.738Z] fd7a069fd194: Download complete [2020-07-24T17:37:43.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-24T17:37:43.952Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-24T17:37:43.952Z] cbdbe7a5bc2a: Already exists [2020-07-24T17:37:43.952Z] ca9280d653b3: Pulling fs layer [2020-07-24T17:37:43.952Z] 7e9c9ca2126c: Pulling fs layer [2020-07-24T17:37:44.254Z] ca9280d653b3: Verifying Checksum [2020-07-24T17:37:44.254Z] ca9280d653b3: Download complete [2020-07-24T17:37:45.714Z] 7e9c9ca2126c: Verifying Checksum [2020-07-24T17:37:45.714Z] 7e9c9ca2126c: Download complete [2020-07-24T17:37:47.209Z] ca9280d653b3: Pull complete [2020-07-24T17:37:56.155Z] fd7a069fd194: Pull complete [2020-07-24T17:37:56.156Z] 66aa3694b03b: Pull complete [2020-07-24T17:37:56.156Z] 170f70906a0f: Pull complete [2020-07-24T17:37:57.453Z] 7e9c9ca2126c: Pull complete [2020-07-24T17:37:57.454Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-24T17:37:57.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-24T17:37:57.454Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-24T17:37:57.849Z] prd-centos7-docker-4c-2g-885 does not seem to be running inside a container [2020-07-24T17:37:58.243Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-24T17:37:59.576Z] ad7c5574e4b9: Pull complete [2020-07-24T17:38:01.051Z] $ docker top 2766deea875b8725f3c756cc41e6d1f7a8cd4affa6d8b902d039a44486e59e5f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T17:38:01.977Z] + grep parallel [2020-07-24T17:38:01.977Z] + docker-compose build --help [2020-07-24T17:38:03.625Z] --parallel Build images in parallel. [Pipeline] } [2020-07-24T17:38:03.693Z] $ docker stop --time=1 2766deea875b8725f3c756cc41e6d1f7a8cd4affa6d8b902d039a44486e59e5f [2020-07-24T17:38:03.894Z] e772456be8f7: Pull complete [2020-07-24T17:38:03.894Z] c890913d741a: Pull complete [2020-07-24T17:38:05.922Z] $ docker rm -f 2766deea875b8725f3c756cc41e6d1f7a8cd4affa6d8b902d039a44486e59e5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:38:06.525Z] 2480fcc9aa5a: Pull complete [2020-07-24T17:38:06.525Z] 09adf4765672: Pull complete [2020-07-24T17:38:06.525Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-24T17:38:06.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-24T17:38:06.655Z] . [Pipeline] withDockerContainer [2020-07-24T17:38:06.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-24T17:38:06.797Z] ---> 2248a725d1cf [2020-07-24T17:38:06.797Z] 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-24T17:38:07.108Z] prd-centos7-docker-4c-2g-885 does not seem to be running inside a container [2020-07-24T17:38:07.263Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-24T17:38:08.386Z] $ docker top 3c76339f71b4b9ac470992fbf76f3457ab2cbed9b4f69295ecc8b63e0f02d7dc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T17:38:09.071Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-24T17:38:11.135Z] Building docker-core-command-go ... [2020-07-24T17:38:11.135Z] Building docker-core-data-go ... [2020-07-24T17:38:11.135Z] Building docker-core-metadata-go ... [2020-07-24T17:38:11.135Z] Building docker-security-proxy-setup-go ... [2020-07-24T17:38:11.135Z] Building docker-security-secrets-setup-go ... [2020-07-24T17:38:11.135Z] Building docker-security-secretstore-setup-go ... [2020-07-24T17:38:11.135Z] Building docker-support-logging-go ... [2020-07-24T17:38:11.135Z] Building docker-support-notifications-go ... [2020-07-24T17:38:11.135Z] Building docker-support-scheduler-go ... [2020-07-24T17:38:11.135Z] Building docker-sys-mgmt-agent-go ... [2020-07-24T17:38:11.135Z] Building docker-security-secretstore-setup-go [2020-07-24T17:38:11.135Z] Building docker-support-notifications-go [2020-07-24T17:38:11.135Z] Building docker-core-metadata-go [2020-07-24T17:38:11.135Z] Building docker-support-scheduler-go [2020-07-24T17:38:11.135Z] Building docker-security-secrets-setup-go [2020-07-24T17:38:13.492Z] ---> Running in 5baefb09c0a6 [2020-07-24T17:38:14.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:38:15.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:38:16.476Z] (1/12) Installing libmagic (5.38-r0) [2020-07-24T17:38:16.748Z] (2/12) Installing file (5.38-r0) [2020-07-24T17:38:16.748Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-24T17:38:17.018Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-24T17:38:39.126Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-24T17:38:39.126Z] (6/12) Installing patch (2.7.6-r6) [2020-07-24T17:38:39.395Z] (7/12) Installing build-base (0.5-r2) [2020-07-24T17:38:39.395Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-24T17:38:39.663Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-24T17:38:39.663Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-24T17:38:39.663Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-24T17:38:40.250Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-24T17:38:40.250Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:38:40.250Z] OK: 217 MiB in 51 packages [2020-07-24T17:38:44.543Z] Removing intermediate container 5baefb09c0a6 [2020-07-24T17:38:44.543Z] ---> 21ca8b804180 [2020-07-24T17:38:44.543Z] Step 4/7 : WORKDIR /edgex-go [2020-07-24T17:38:44.543Z] ---> Running in f8b679e34c64 [2020-07-24T17:38:45.141Z] Removing intermediate container f8b679e34c64 [2020-07-24T17:38:45.141Z] ---> 6817fd7d5507 [2020-07-24T17:38:45.141Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-24T17:38:45.411Z] latest: Pulling from library/docker [2020-07-24T17:38:45.411Z] b538f80385f9: Already exists [2020-07-24T17:38:45.411Z] 259a493cd78d: Pulling fs layer [2020-07-24T17:38:45.411Z] b8e66b5100f5: Pulling fs layer [2020-07-24T17:38:45.411Z] 39dc9c94d07c: Pulling fs layer [2020-07-24T17:38:45.411Z] 551b823b3b82: Pulling fs layer [2020-07-24T17:38:45.411Z] 3c52a74df98c: Pulling fs layer [2020-07-24T17:38:45.411Z] 6c9b121b6998: Pulling fs layer [2020-07-24T17:38:45.411Z] 3c52a74df98c: Waiting [2020-07-24T17:38:45.411Z] 551b823b3b82: Waiting [2020-07-24T17:38:45.687Z] b8e66b5100f5: Download complete [2020-07-24T17:38:45.687Z] 259a493cd78d: Verifying Checksum [2020-07-24T17:38:45.687Z] 259a493cd78d: Download complete [2020-07-24T17:38:45.687Z] 551b823b3b82: Download complete [2020-07-24T17:38:45.964Z] 3c52a74df98c: Verifying Checksum [2020-07-24T17:38:45.964Z] 3c52a74df98c: Download complete [2020-07-24T17:38:45.964Z] 6c9b121b6998: Verifying Checksum [2020-07-24T17:38:45.964Z] 6c9b121b6998: Download complete [2020-07-24T17:38:46.560Z] 259a493cd78d: Pull complete [2020-07-24T17:38:46.835Z] b8e66b5100f5: Pull complete [2020-07-24T17:38:47.106Z] 39dc9c94d07c: Verifying Checksum [2020-07-24T17:38:47.106Z] 39dc9c94d07c: Download complete [2020-07-24T17:38:50.493Z] 39dc9c94d07c: Pull complete [2020-07-24T17:38:50.493Z] 551b823b3b82: Pull complete [2020-07-24T17:38:50.765Z] 3c52a74df98c: Pull complete [2020-07-24T17:38:51.359Z] 6c9b121b6998: Pull complete [2020-07-24T17:38:51.359Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-24T17:38:51.359Z] Status: Downloaded newer image for docker:latest [2020-07-24T17:38:54.760Z] ---> 635cb55eb7bb [2020-07-24T17:38:54.760Z] Step 6/7 : COPY go.mod . [2020-07-24T17:38:55.362Z] ---> f8fcb36bc4c4 [2020-07-24T17:38:55.362Z] Step 7/7 : RUN go mod download [2020-07-24T17:38:55.362Z] ---> Running in 688650baabb3 [2020-07-24T17:38:58.738Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-24T17:38:58.738Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-24T17:38:58.738Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-24T17:38:58.738Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-24T17:38:58.738Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-24T17:38:58.738Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-24T17:38:58.738Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-24T17:38:58.738Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-24T17:38:58.738Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-24T17:38:58.738Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-24T17:38:58.738Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-24T17:38:58.738Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-24T17:38:58.738Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-24T17:38:58.738Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-24T17:38:58.738Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-24T17:38:58.738Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-24T17:38:58.738Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-24T17:38:58.738Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-24T17:38:58.738Z] go: finding github.com/fatih/color v1.7.0 [2020-07-24T17:38:58.738Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-24T17:38:59.008Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-24T17:38:59.008Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-24T17:38:59.008Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-24T17:38:59.008Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-24T17:38:59.008Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-24T17:38:59.008Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-24T17:38:59.008Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-24T17:38:59.008Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-24T17:38:59.008Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-24T17:38:59.008Z] go: finding github.com/google/uuid v1.1.0 [2020-07-24T17:38:59.008Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-24T17:38:59.008Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-24T17:38:59.277Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-24T17:38:59.546Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-24T17:38:59.546Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-24T17:38:59.546Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-24T17:38:59.546Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-24T17:38:59.546Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-24T17:38:59.546Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-24T17:38:59.546Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-24T17:38:59.546Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-24T17:38:59.546Z] go: finding github.com/kr/pty v1.1.1 [2020-07-24T17:38:59.546Z] go: finding github.com/kr/text v0.1.0 [2020-07-24T17:38:59.546Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-24T17:38:59.546Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-24T17:38:59.816Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-24T17:38:59.816Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-24T17:38:59.816Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-24T17:38:59.816Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-24T17:39:00.085Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-24T17:39:00.085Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-24T17:39:00.085Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-24T17:39:00.085Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-24T17:39:00.085Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-24T17:39:00.085Z] go: finding github.com/posener/complete v1.1.1 [2020-07-24T17:39:00.085Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-24T17:39:00.085Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-24T17:39:00.085Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-24T17:39:00.085Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-24T17:39:00.085Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-24T17:39:00.355Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-24T17:39:00.355Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-24T17:39:00.355Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-24T17:39:00.355Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-24T17:39:00.355Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-24T17:39:00.355Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-24T17:39:00.355Z] go: finding golang.org/x/text v0.3.2 [2020-07-24T17:39:00.355Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-24T17:39:00.355Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-24T17:39:00.355Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-24T17:39:00.355Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-24T17:39:00.355Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-24T17:39:00.629Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-24T17:39:10.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:39:10.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:39:10.097Z] ---> 11cd44d53fb8 [2020-07-24T17:39:10.097Z] Step 3/21 : WORKDIR /edgex-go [2020-07-24T17:39:10.097Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:39:10.097Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:39:10.097Z] ---> 11cd44d53fb8 [2020-07-24T17:39:10.097Z] Step 3/20 : WORKDIR /edgex-go [2020-07-24T17:39:10.097Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:39:10.097Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-24T17:39:10.097Z] ---> 11cd44d53fb8 [2020-07-24T17:39:10.097Z] Step 3/29 : WORKDIR /edgex-go [2020-07-24T17:39:10.097Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:39:10.097Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:39:10.097Z] ---> 11cd44d53fb8 [2020-07-24T17:39:10.097Z] Step 3/26 : WORKDIR /edgex-go [2020-07-24T17:39:10.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:39:10.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:39:10.097Z] ---> 11cd44d53fb8 [2020-07-24T17:39:10.097Z] Step 3/23 : WORKDIR /edgex-go [2020-07-24T17:39:10.097Z] ---> Running in 6795f495eb5f [2020-07-24T17:39:10.097Z] ---> Running in fddbdcf6948d [2020-07-24T17:39:10.097Z] ---> Running in f8a788118a80 [2020-07-24T17:39:10.097Z] ---> Running in 16777c6af4d8 [2020-07-24T17:39:10.097Z] ---> Running in 7b7ba719d2cc [2020-07-24T17:39:10.097Z] Removing intermediate container f8a788118a80 [2020-07-24T17:39:10.097Z] ---> d28e61f0c787 [2020-07-24T17:39:10.097Z] Step 4/29 : RUN apk update && apk add make git [2020-07-24T17:39:10.097Z] Removing intermediate container fddbdcf6948d [2020-07-24T17:39:10.097Z] ---> b0b318ffcdb3 [2020-07-24T17:39:10.097Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:39:10.097Z] Removing intermediate container 7b7ba719d2cc [2020-07-24T17:39:10.097Z] ---> f04ff90543f5 [2020-07-24T17:39:10.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:39:10.097Z] Removing intermediate container 16777c6af4d8 [2020-07-24T17:39:10.097Z] ---> 6218beb2b12b [2020-07-24T17:39:10.097Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:39:10.097Z] Removing intermediate container 6795f495eb5f [2020-07-24T17:39:10.097Z] ---> 3a92796b317e [2020-07-24T17:39:10.097Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:39:10.097Z] ---> Running in e206b1bc83f5 [2020-07-24T17:39:10.097Z] ---> Running in c3d1bf8b7607 [2020-07-24T17:39:10.097Z] ---> Running in 14fb63002d5c [2020-07-24T17:39:10.097Z] ---> Running in 0c90edbb9eac [2020-07-24T17:39:10.097Z] ---> Running in d7ffa70f1034 [2020-07-24T17:39:10.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:10.404Z] Removing intermediate container 14fb63002d5c [2020-07-24T17:39:10.404Z] ---> be97087639f9 [2020-07-24T17:39:10.404Z] Step 5/26 : RUN apk update && apk add make git [2020-07-24T17:39:10.404Z] ---> Running in 5aafca3bd891 [2020-07-24T17:39:10.815Z] Removing intermediate container 0c90edbb9eac [2020-07-24T17:39:10.815Z] ---> e260697db74c [2020-07-24T17:39:10.815Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-24T17:39:10.815Z] Removing intermediate container c3d1bf8b7607 [2020-07-24T17:39:10.815Z] ---> 69b8d63ad9d0 [2020-07-24T17:39:10.815Z] Step 5/20 : RUN apk update && apk add make git [2020-07-24T17:39:10.815Z] ---> Running in e7d443629e6b [2020-07-24T17:39:10.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:11.153Z] Removing intermediate container d7ffa70f1034 [2020-07-24T17:39:11.153Z] ---> d8673a119306 [2020-07-24T17:39:11.153Z] Step 5/21 : RUN apk update && apk add make git [2020-07-24T17:39:11.475Z] ---> Running in 291afffea85e [2020-07-24T17:39:11.795Z] ---> Running in c9bf1fbed9aa [2020-07-24T17:39:12.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:12.800Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:39:12.800Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:39:12.800Z] OK: 12749 distinct packages available [2020-07-24T17:39:13.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:13.151Z] OK: 233 MiB in 51 packages [2020-07-24T17:39:13.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:13.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:14.080Z] Removing intermediate container e206b1bc83f5 [2020-07-24T17:39:14.080Z] ---> d4ea24df51d1 [2020-07-24T17:39:14.080Z] Step 5/29 : COPY go.mod . [2020-07-24T17:39:14.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:14.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:14.353Z] ---> 3e14cdd88018 [2020-07-24T17:39:14.353Z] Step 6/29 : RUN go mod download [2020-07-24T17:39:14.681Z] ---> Running in 133890764d94 [2020-07-24T17:39:14.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:14.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:39:15.612Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:39:15.612Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:39:15.613Z] OK: 12749 distinct packages available [2020-07-24T17:39:15.902Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:39:15.902Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:39:15.902Z] OK: 12749 distinct packages available [2020-07-24T17:39:15.902Z] OK: 233 MiB in 51 packages [2020-07-24T17:39:16.183Z] OK: 233 MiB in 51 packages [2020-07-24T17:39:16.183Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:39:16.183Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:39:16.183Z] OK: 12749 distinct packages available [2020-07-24T17:39:16.791Z] OK: 233 MiB in 51 packages [2020-07-24T17:39:17.379Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:39:17.379Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:39:17.379Z] OK: 12749 distinct packages available [2020-07-24T17:39:17.654Z] Removing intermediate container e7d443629e6b [2020-07-24T17:39:17.654Z] ---> 86c9e9fd72f0 [2020-07-24T17:39:17.654Z] Step 6/23 : COPY go.mod . [2020-07-24T17:39:17.654Z] Removing intermediate container 291afffea85e [2020-07-24T17:39:17.654Z] ---> d2646a7c4aa7 [2020-07-24T17:39:17.654Z] Step 6/20 : COPY go.mod . [2020-07-24T17:39:17.654Z] OK: 233 MiB in 51 packages [2020-07-24T17:39:18.244Z] ---> 8d65608d777e [2020-07-24T17:39:18.244Z] Step 7/23 : RUN go mod download [2020-07-24T17:39:18.244Z] Removing intermediate container 5aafca3bd891 [2020-07-24T17:39:18.244Z] ---> f0bb65a580c7 [2020-07-24T17:39:18.244Z] Step 6/26 : COPY go.mod . [2020-07-24T17:39:18.244Z] ---> 17f72022cef0 [2020-07-24T17:39:18.244Z] Step 7/20 : RUN go mod download [2020-07-24T17:39:18.244Z] ---> Running in 49d227b28aa0 [2020-07-24T17:39:18.546Z] Removing intermediate container 133890764d94 [2020-07-24T17:39:18.546Z] ---> b3d2591d8b10 [2020-07-24T17:39:18.546Z] Step 7/29 : COPY . . [2020-07-24T17:39:18.546Z] ---> Running in 5e324fbedd67 [2020-07-24T17:39:18.915Z] Removing intermediate container 688650baabb3 [2020-07-24T17:39:18.915Z] ---> ae8707223463 [2020-07-24T17:39:18.915Z] Successfully built ae8707223463 [2020-07-24T17:39:18.915Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-07-24T17:39:19.178Z] ---> fc7eeff2641e [2020-07-24T17:39:19.179Z] Step 7/26 : RUN go mod download [2020-07-24T17:39:19.179Z] Removing intermediate container c9bf1fbed9aa [2020-07-24T17:39:19.179Z] ---> 7be5827a3683 [2020-07-24T17:39:19.179Z] Step 6/21 : COPY go.mod . [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:39:19.615Z] + docker inspect -f . ci-base-image-arm64 [2020-07-24T17:39:19.615Z] . [Pipeline] withDockerContainer [2020-07-24T17:39:19.890Z] prd-ubuntu18.04-docker-arm64-4c-16g-888 does not seem to be running inside a container [2020-07-24T17:39:19.967Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat [2020-07-24T17:39:21.335Z] $ docker top 77d5b7beb5f6d45b7d5c59866b37caa7596919954a39235a413e20e9bdcaac24 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T17:39:22.310Z] + go version [2020-07-24T17:39:22.310Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-24T17:39:22.328Z] ========================================================= [2020-07-24T17:39:22.328Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-24T17:39:22.328Z] ========================================================= [Pipeline] sh [2020-07-24T17:39:22.600Z] ---> Running in 138635a86fda [2020-07-24T17:39:22.969Z] + make test raml_verify [2020-07-24T17:39:22.969Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-24T17:39:24.034Z] ---> 0d26a4d991d6 [2020-07-24T17:39:24.034Z] Step 7/21 : RUN go mod download [2020-07-24T17:39:25.591Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-24T17:39:26.063Z] ---> Running in 24cab84970e9 [2020-07-24T17:39:28.671Z] Removing intermediate container 49d227b28aa0 [2020-07-24T17:39:28.671Z] ---> 109c230b5299 [2020-07-24T17:39:28.671Z] Step 8/23 : COPY . . [2020-07-24T17:39:29.252Z] Removing intermediate container 5e324fbedd67 [2020-07-24T17:39:29.252Z] ---> b118eb1d4969 [2020-07-24T17:39:29.252Z] Step 8/20 : COPY . . [2020-07-24T17:39:42.080Z] Removing intermediate container 138635a86fda [2020-07-24T17:39:42.080Z] ---> 7e3f64d6eb81 [2020-07-24T17:39:42.080Z] Step 8/26 : COPY . . [2020-07-24T17:39:42.385Z] Removing intermediate container 24cab84970e9 [2020-07-24T17:39:42.385Z] ---> 495dd3d7ac4a [2020-07-24T17:39:42.385Z] Step 8/21 : COPY . . [2020-07-24T17:39:57.944Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-24T17:40:13.300Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-24T17:40:13.300Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-24T17:40:14.753Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-24T17:40:14.753Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-24T17:40:14.753Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-24T17:40:14.753Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-24T17:40:23.454Z] ---> ca647cca1eb6 [2020-07-24T17:40:23.454Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-24T17:40:23.454Z] ---> Running in aa47f9c5d439 [2020-07-24T17:40:24.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.076s coverage: 46.6% of statements [2020-07-24T17:40:24.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-24T17:40:24.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-24T17:40:24.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-24T17:40:24.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-24T17:40:24.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-24T17:40:30.642Z] 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-24T17:40:30.642Z] ---> e07748df36e3 [2020-07-24T17:40:30.642Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-24T17:40:31.498Z] ---> 1eeefe930f7f [2020-07-24T17:40:31.498Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-24T17:40:32.126Z] ---> Running in 6251671f5c4d [2020-07-24T17:40:32.396Z] ---> Running in e4ea563b8520 [2020-07-24T17:40:33.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.141s coverage: 27.4% of statements [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-24T17:40:33.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.017s coverage: 100.0% of statements [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-24T17:40:33.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-07-24T17:40:33.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-24T17:40:33.214Z] ---> ebc1db2c2ec1 [2020-07-24T17:40:33.214Z] 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-24T17:40:33.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 29.3% of statements [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-24T17:40:33.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-24T17:40:33.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.025s coverage: 100.0% of statements [2020-07-24T17:40:33.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-24T17:40:34.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.070s coverage: 89.8% of statements [2020-07-24T17:40:34.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-24T17:40:34.526Z] ---> e067c218a441 [2020-07-24T17:40:34.527Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-24T17:40:34.799Z] 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-24T17:40:34.799Z] ---> Running in 618f55911068 [2020-07-24T17:40:35.423Z] 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-24T17:40:35.423Z] ---> Running in d002785cc98e [2020-07-24T17:40:37.006Z] 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-24T17:40:37.006Z] 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-24T17:40:37.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-24T17:40:37.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 100.0% of statements [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-24T17:40:37.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-24T17:40:37.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-07-24T17:40:40.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements [2020-07-24T17:40:40.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-24T17:40:40.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-24T17:40:40.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2020-07-24T17:40:41.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 55.9% of statements [2020-07-24T17:40:41.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-24T17:40:41.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-24T17:40:41.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-24T17:40:41.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.895s coverage: 86.3% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.047s coverage: 72.2% of statements [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.366s coverage: 72.1% of statements [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.021s coverage: 28.8% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.051s coverage: 96.8% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 26.9% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.310s coverage: 84.1% of statements [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.030s coverage: 100.0% of statements [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.022s coverage: 43.1% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.065s coverage: 100.0% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.026s coverage: 83.8% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.086s coverage: 46.1% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-24T17:41:07.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2020-07-24T17:41:07.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-24T17:41:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.165s coverage: 29.1% of statements [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-24T17:41:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-24T17:41:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-24T17:41:08.518Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2020-07-24T17:41:08.518Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-24T17:41:09.500Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2020-07-24T17:41:09.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-24T17:41:09.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-24T17:41:09.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-24T17:41:09.501Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-24T17:41:12.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-07-24T17:41:12.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-24T17:41:12.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-24T17:41:12.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements [2020-07-24T17:41:12.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-07-24T17:41:13.127Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-24T17:41:13.721Z] GO111MODULE=on go vet ./... [2020-07-24T17:41:16.608Z] Removing intermediate container aa47f9c5d439 [2020-07-24T17:41:16.608Z] ---> c9fb3fd905a6 [2020-07-24T17:41:16.608Z] [2020-07-24T17:41:16.608Z] Step 9/29 : FROM alpine:latest [2020-07-24T17:41:16.608Z] latest: Pulling from library/alpine [2020-07-24T17:41:16.608Z] 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-24T17:41:16.608Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-24T17:41:16.608Z] Status: Downloaded newer image for alpine:latest [2020-07-24T17:41:16.608Z] ---> a24bb4013296 [2020-07-24T17:41:16.608Z] 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-24T17:41:17.964Z] ---> Running in ee2cb7aca85b [2020-07-24T17:41:19.260Z] Removing intermediate container ee2cb7aca85b [2020-07-24T17:41:19.260Z] ---> e9d91d15d0dd [2020-07-24T17:41:19.260Z] Step 11/29 : USER root [2020-07-24T17:41:19.260Z] ---> Running in 5681419cf053 [2020-07-24T17:41:19.566Z] Removing intermediate container 5681419cf053 [2020-07-24T17:41:19.566Z] ---> e3c6f7fb7b91 [2020-07-24T17:41:19.566Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-24T17:41:19.871Z] ---> Running in 6cbe48b51cf4 [2020-07-24T17:41:23.777Z] 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-24T17:41:23.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:41:24.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:41:25.103Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:41:25.103Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:41:25.103Z] OK: 12749 distinct packages available [2020-07-24T17:41:25.445Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-24T17:41:25.445Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-24T17:41:25.445Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:41:25.445Z] Executing ca-certificates-20191127-r4.trigger [2020-07-24T17:41:25.843Z] OK: 6 MiB in 16 packages [2020-07-24T17:41:30.588Z] Removing intermediate container 6251671f5c4d [2020-07-24T17:41:30.588Z] ---> cfdd9103d449 [2020-07-24T17:41:30.588Z] [2020-07-24T17:41:30.588Z] Step 10/23 : FROM scratch [2020-07-24T17:41:30.588Z] ---> [2020-07-24T17:41:30.588Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-24T17:41:30.588Z] Removing intermediate container e4ea563b8520 [2020-07-24T17:41:30.588Z] ---> b685f0773c78 [2020-07-24T17:41:30.588Z] [2020-07-24T17:41:30.588Z] Step 10/20 : FROM scratch [2020-07-24T17:41:30.588Z] ---> [2020-07-24T17:41:30.588Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:41:30.856Z] Removing intermediate container d002785cc98e [2020-07-24T17:41:30.856Z] ---> cab0fa53bb22 [2020-07-24T17:41:30.856Z] [2020-07-24T17:41:30.856Z] Step 10/21 : FROM scratch [2020-07-24T17:41:30.856Z] ---> [2020-07-24T17:41:30.856Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:41:31.454Z] ---> Running in b056495ddc61 [2020-07-24T17:41:31.454Z] ---> Running in 26cc6ea654c3 [2020-07-24T17:41:31.454Z] ---> Running in cf7f7f0e08e3 [2020-07-24T17:41:31.454Z] Removing intermediate container 6cbe48b51cf4 [2020-07-24T17:41:31.454Z] ---> 09eb4cad08a5 [2020-07-24T17:41:31.454Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-24T17:41:32.040Z] gofmt -l . [2020-07-24T17:41:32.040Z] [ "`gofmt -l .`" = "" ] [2020-07-24T17:41:32.413Z] ---> Running in edbed428601b [2020-07-24T17:41:32.413Z] Removing intermediate container cf7f7f0e08e3 [2020-07-24T17:41:32.413Z] ---> b145a3c3deef [2020-07-24T17:41:32.413Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-24T17:41:32.413Z] Removing intermediate container 26cc6ea654c3 [2020-07-24T17:41:32.413Z] ---> 690c8c30357f [2020-07-24T17:41:32.413Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-24T17:41:32.413Z] Removing intermediate container b056495ddc61 [2020-07-24T17:41:32.413Z] ---> 2796bb6c186f [2020-07-24T17:41:32.413Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-24T17:41:33.413Z] ---> Running in 71a8a5dd8085 [2020-07-24T17:41:33.413Z] ---> Running in 0fe5cd5007d8 [2020-07-24T17:41:33.413Z] Removing intermediate container 618f55911068 [2020-07-24T17:41:33.413Z] ---> 7427c350449b [2020-07-24T17:41:33.413Z] [2020-07-24T17:41:33.413Z] Step 10/26 : FROM alpine:3.10 [2020-07-24T17:41:33.413Z] ---> Running in ec3780e8b04e [2020-07-24T17:41:33.744Z] Removing intermediate container edbed428601b [2020-07-24T17:41:33.744Z] ---> 11eede43bf26 [2020-07-24T17:41:33.744Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-24T17:41:33.744Z] ---> Running in 752902ca00f1 [2020-07-24T17:41:33.744Z] Removing intermediate container 71a8a5dd8085 [2020-07-24T17:41:33.744Z] ---> 645b6ec2a710 [2020-07-24T17:41:33.744Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-24T17:41:33.744Z] Removing intermediate container 0fe5cd5007d8 [2020-07-24T17:41:33.744Z] ---> 29c79a34e4de [2020-07-24T17:41:33.744Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-24T17:41:33.744Z] 3.10: Pulling from library/alpine [2020-07-24T17:41:33.996Z] ./bin/test-go-mod-tidy.sh [2020-07-24T17:41:34.232Z] ---> Running in 415d905aef17 [2020-07-24T17:41:34.232Z] Removing intermediate container ec3780e8b04e [2020-07-24T17:41:34.232Z] ---> 7f8d6556bc16 [2020-07-24T17:41:34.232Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-24T17:41:34.232Z] ---> Running in bd9011daccaf [2020-07-24T17:41:34.587Z] ./bin/test-attribution-txt.sh [2020-07-24T17:41:35.223Z] ---> Running in b1407c2c1ed2 [2020-07-24T17:41:35.489Z] Removing intermediate container 415d905aef17 [2020-07-24T17:41:35.489Z] ---> e5422cedde76 [2020-07-24T17:41:35.489Z] Step 14/21 : WORKDIR / [2020-07-24T17:41:35.489Z] Removing intermediate container 752902ca00f1 [2020-07-24T17:41:35.489Z] ---> fcaecb028ab7 [2020-07-24T17:41:35.489Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-24T17:41:35.489Z] Removing intermediate container bd9011daccaf [2020-07-24T17:41:35.489Z] ---> 165bf50a4319 [2020-07-24T17:41:35.489Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-24T17:41:35.842Z] ---> Running in 9b1a428a86e7 [2020-07-24T17:41:35.842Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-24T17:41:35.842Z] Removing intermediate container b1407c2c1ed2 [2020-07-24T17:41:35.842Z] ---> 8ac66179b0bd [2020-07-24T17:41:35.842Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-24T17:41:35.842Z] Status: Downloaded newer image for alpine:3.10 [2020-07-24T17:41:35.842Z] ---> be4e4bea2c2e [2020-07-24T17:41:35.842Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-24T17:41:35.842Z] ---> Running in f6363792d218 [2020-07-24T17:41:36.164Z] ---> Running in 25353aead161 [2020-07-24T17:41:36.164Z] ---> bfd8ac750833 [2020-07-24T17:41:36.164Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-24T17:41:36.164Z] Removing intermediate container 9b1a428a86e7 [2020-07-24T17:41:36.164Z] ---> 16320fbcf08b [2020-07-24T17:41:36.164Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-24T17:41:36.451Z] ---> d781f678fb6f [2020-07-24T17:41:36.451Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-24T17:41:37.052Z] ---> 1af7f5c895cd [2020-07-24T17:41:37.052Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-24T17:41:37.191Z] docker run --rm --privileged \ [2020-07-24T17:41:37.191Z] -v /w/workspace/edgex-go/2:/raml-verification -w /raml-verification \ [2020-07-24T17:41:37.191Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-24T17:41:37.191Z] /scripts/raml-verify.sh [2020-07-24T17:41:37.191Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-24T17:41:37.341Z] ---> 17ad124b4a0f [2020-07-24T17:41:37.341Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-24T17:41:37.462Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-24T17:41:37.462Z] 29e5d40040c1: Pulling fs layer [2020-07-24T17:41:37.462Z] 8c46fbeab2c7: Pulling fs layer [2020-07-24T17:41:37.462Z] 8ba552a4e5fe: Pulling fs layer [2020-07-24T17:41:37.462Z] 1fb62381901b: Pulling fs layer [2020-07-24T17:41:37.462Z] 147fb30a95d9: Pulling fs layer [2020-07-24T17:41:37.462Z] 3ccc99ad11dc: Pulling fs layer [2020-07-24T17:41:37.462Z] 1fb62381901b: Waiting [2020-07-24T17:41:37.462Z] 147fb30a95d9: Waiting [2020-07-24T17:41:37.462Z] 3ccc99ad11dc: Waiting [2020-07-24T17:41:37.462Z] 8ba552a4e5fe: Verifying Checksum [2020-07-24T17:41:37.462Z] 8ba552a4e5fe: Download complete [2020-07-24T17:41:37.462Z] 1fb62381901b: Verifying Checksum [2020-07-24T17:41:37.462Z] 1fb62381901b: Download complete [2020-07-24T17:41:37.462Z] 29e5d40040c1: Download complete [2020-07-24T17:41:37.462Z] 3ccc99ad11dc: Verifying Checksum [2020-07-24T17:41:37.462Z] 3ccc99ad11dc: Download complete [2020-07-24T17:41:37.660Z] ---> a65fec54c7b1 [2020-07-24T17:41:37.660Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-24T17:41:37.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:41:37.732Z] 147fb30a95d9: Verifying Checksum [2020-07-24T17:41:37.732Z] 147fb30a95d9: Download complete [2020-07-24T17:41:38.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:41:38.321Z] 29e5d40040c1: Pull complete [2020-07-24T17:41:38.321Z] 8c46fbeab2c7: Download complete [2020-07-24T17:41:38.546Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-24T17:41:38.547Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-24T17:41:38.547Z] OK: 10346 distinct packages available [2020-07-24T17:41:38.547Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-24T17:41:38.824Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-24T17:41:38.824Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-24T17:41:38.824Z] (4/5) Installing curl (7.66.0-r0) [2020-07-24T17:41:38.824Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-24T17:41:38.824Z] Executing busybox-1.30.1-r3.trigger [2020-07-24T17:41:38.824Z] Executing ca-certificates-20191127-r2.trigger [2020-07-24T17:41:38.824Z] OK: 7 MiB in 19 packages [2020-07-24T17:41:38.824Z] ---> 9a820ed6c813 [2020-07-24T17:41:38.824Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:41:39.222Z] ---> 02ecf92feef1 [2020-07-24T17:41:39.222Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-24T17:41:39.222Z] ---> 49c7cbbb28f8 [2020-07-24T17:41:39.222Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-24T17:41:39.222Z] ---> Running in 3cc9f49471f6 [2020-07-24T17:41:39.872Z] Removing intermediate container f6363792d218 [2020-07-24T17:41:39.872Z] ---> a7fac09f19cd [2020-07-24T17:41:39.872Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-24T17:41:39.872Z] Removing intermediate container 3cc9f49471f6 [2020-07-24T17:41:39.872Z] ---> 1464590ba107 [2020-07-24T17:41:39.872Z] Step 18/20 : LABEL arch=x86_64 [2020-07-24T17:41:39.872Z] ---> 696146e781b8 [2020-07-24T17:41:39.872Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:41:39.872Z] ---> 7a9776791442 [2020-07-24T17:41:39.872Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-24T17:41:40.145Z] ---> Running in 90204d33dcea [2020-07-24T17:41:40.145Z] ---> Running in f69ff764e8c9 [2020-07-24T17:41:40.775Z] Removing intermediate container 90204d33dcea [2020-07-24T17:41:40.775Z] ---> a0dfc5f95377 [2020-07-24T17:41:40.775Z] Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:41:41.061Z] Removing intermediate container 25353aead161 [2020-07-24T17:41:41.061Z] ---> 46493a10ef1d [2020-07-24T17:41:41.061Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-24T17:41:41.061Z] Removing intermediate container f69ff764e8c9 [2020-07-24T17:41:41.061Z] ---> e229ad7eeaa6 [2020-07-24T17:41:41.061Z] Step 19/21 : LABEL arch=x86_64 [2020-07-24T17:41:41.061Z] ---> Running in eb128be6deb3 [2020-07-24T17:41:41.061Z] ---> 7201e843cefe [2020-07-24T17:41:41.061Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-24T17:41:41.332Z] ---> fbe29f46567f [2020-07-24T17:41:41.332Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-24T17:41:41.332Z] ---> Running in 71657a31d81d [2020-07-24T17:41:41.332Z] ---> Running in 38cdd67e0043 [2020-07-24T17:41:41.945Z] Removing intermediate container eb128be6deb3 [2020-07-24T17:41:41.945Z] ---> cc4299bafbc4 [2020-07-24T17:41:41.945Z] Step 20/20 : LABEL version=0.0.0 [2020-07-24T17:41:41.945Z] Removing intermediate container 71657a31d81d [2020-07-24T17:41:41.945Z] ---> 335de63ae489 [2020-07-24T17:41:41.945Z] Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:41:41.945Z] Removing intermediate container 38cdd67e0043 [2020-07-24T17:41:41.945Z] ---> 932c643c3041 [2020-07-24T17:41:41.945Z] Step 13/26 : WORKDIR / [2020-07-24T17:41:41.945Z] ---> eb4bcb9ca1a3 [2020-07-24T17:41:41.945Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-24T17:41:42.230Z] ---> Running in de3d8c4c945a [2020-07-24T17:41:42.230Z] ---> 66f7ac1790de [2020-07-24T17:41:42.230Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:41:42.230Z] ---> Running in af70bab08b8a [2020-07-24T17:41:42.230Z] ---> Running in 75291f38a89e [2020-07-24T17:41:42.230Z] ---> Running in bb41fc2b89ea [2020-07-24T17:41:42.503Z] Removing intermediate container de3d8c4c945a [2020-07-24T17:41:42.503Z] ---> 30974bbb1391 [2020-07-24T17:41:42.503Z] [2020-07-24T17:41:42.503Z] ---> 83c6d84e5704 [2020-07-24T17:41:42.503Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-24T17:41:42.615Z] 8c46fbeab2c7: Pull complete [2020-07-24T17:41:42.778Z] Removing intermediate container 75291f38a89e [2020-07-24T17:41:42.778Z] ---> 7da68453073b [2020-07-24T17:41:42.778Z] Step 21/21 : LABEL version=0.0.0 [2020-07-24T17:41:42.886Z] 8ba552a4e5fe: Pull complete [2020-07-24T17:41:43.053Z] Removing intermediate container bb41fc2b89ea [2020-07-24T17:41:43.053Z] ---> ed1a2361e2f7 [2020-07-24T17:41:43.053Z] Step 21/23 : LABEL arch=x86_64 [2020-07-24T17:41:43.053Z] Successfully built 30974bbb1391 [2020-07-24T17:41:43.053Z] Removing intermediate container af70bab08b8a [2020-07-24T17:41:43.053Z] ---> f5c33eeb5f85 [2020-07-24T17:41:43.053Z] 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-24T17:41:43.053Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-24T17:41:43.333Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-07-24T17:41:43.333Z] ---> Running in b6d0c0646a3c [2020-07-24T17:41:43.333Z] ---> Running in 1c842eb92ce0 [2020-07-24T17:41:43.333Z] ---> fc699e5cfd9f [2020-07-24T17:41:43.333Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-24T17:41:43.485Z] 1fb62381901b: Pull complete [2020-07-24T17:41:43.603Z] Removing intermediate container b6d0c0646a3c [2020-07-24T17:41:43.603Z] ---> 8e7198a242db [2020-07-24T17:41:43.603Z] [2020-07-24T17:41:43.882Z] ---> 903bc3a6100e [2020-07-24T17:41:43.882Z] 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-24T17:41:43.882Z] Removing intermediate container 1c842eb92ce0 [2020-07-24T17:41:43.882Z] ---> 98a8b937ea70 [2020-07-24T17:41:43.882Z] Step 22/23 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:41:43.882Z] Successfully built 8e7198a242db [2020-07-24T17:41:43.882Z] ---> 62466541765b [2020-07-24T17:41:43.882Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-24T17:41:44.196Z] Successfully tagged docker-core-metadata-go:latest [2020-07-24T17:41:44.196Z] Building docker-core-data-go [2020-07-24T17:41:44.196Z]  Building docker-core-metadata-go ... done  ---> Running in 392bdbc07b7c [2020-07-24T17:41:44.196Z] ---> Running in fcee989d3caa [2020-07-24T17:41:44.533Z] ---> 2305b762e9fb [2020-07-24T17:41:44.533Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-24T17:41:44.931Z] Removing intermediate container 392bdbc07b7c [2020-07-24T17:41:44.931Z] ---> 7daa32f9a492 [2020-07-24T17:41:44.931Z] Step 23/23 : LABEL version=0.0.0 [2020-07-24T17:41:47.849Z] 147fb30a95d9: Pull complete [2020-07-24T17:41:48.122Z] 3ccc99ad11dc: Pull complete [2020-07-24T17:41:48.122Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-24T17:41:48.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-24T17:41:49.735Z] ---> Running in 03aca3f8bf5b [2020-07-24T17:41:49.735Z] ---> f92d5eaf58b0 [2020-07-24T17:41:49.735Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-24T17:41:50.730Z] Removing intermediate container 03aca3f8bf5b [2020-07-24T17:41:50.730Z] ---> 8492f8b1435e [2020-07-24T17:41:50.730Z] [2020-07-24T17:41:50.730Z] ---> 1124a35b3958 [2020-07-24T17:41:50.730Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-24T17:41:50.730Z] Successfully built 8492f8b1435e [2020-07-24T17:41:50.996Z] Successfully tagged docker-support-notifications-go:latest [2020-07-24T17:41:50.996Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-07-24T17:41:51.621Z] Verifying ./api/raml/core-command.raml... [2020-07-24T17:41:53.372Z] ---> f78d1de983d5 [2020-07-24T17:41:53.372Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-24T17:41:54.235Z] OK [2020-07-24T17:41:54.235Z] Verifying ./api/raml/core-metadata.raml... [2020-07-24T17:41:54.410Z] Removing intermediate container fcee989d3caa [2020-07-24T17:41:54.411Z] ---> d8466a8574a6 [2020-07-24T17:41:54.411Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-24T17:41:57.114Z] ---> d483bbf86ce9 [2020-07-24T17:41:57.114Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-24T17:41:57.398Z] ---> 1befe55dccf4 [2020-07-24T17:41:57.398Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-24T17:41:57.995Z] ---> Running in 02795b06ee78 [2020-07-24T17:41:57.995Z] ---> 6c2da6e3ee15 [2020-07-24T17:41:57.995Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-24T17:42:00.741Z] ---> 740438f1e745 [2020-07-24T17:42:00.741Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-24T17:42:00.917Z] OK [2020-07-24T17:42:00.917Z] Verifying ./api/raml/support-logging.raml... [2020-07-24T17:42:02.396Z] ---> Running in d1afd81106ef [2020-07-24T17:42:03.521Z] OK [2020-07-24T17:42:03.521Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-24T17:42:06.896Z] OK [2020-07-24T17:42:06.896Z] Verifying ./api/raml/core-data.raml... [2020-07-24T17:42:11.181Z] OK [2020-07-24T17:42:11.181Z] Verifying ./api/raml/support-notifications.raml... [2020-07-24T17:42:12.782Z] Removing intermediate container 02795b06ee78 [2020-07-24T17:42:12.782Z] ---> 106ce8ee8a9f [2020-07-24T17:42:12.782Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-24T17:42:12.782Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:42:12.782Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:42:12.782Z] ---> 11cd44d53fb8 [2020-07-24T17:42:12.782Z] Step 3/22 : WORKDIR /edgex-go [2020-07-24T17:42:13.376Z] ---> Using cache [2020-07-24T17:42:13.376Z] ---> b0b318ffcdb3 [2020-07-24T17:42:13.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:42:13.376Z] ---> Using cache [2020-07-24T17:42:13.376Z] ---> 69b8d63ad9d0 [2020-07-24T17:42:13.376Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-24T17:42:13.639Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:42:13.639Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:42:13.639Z] ---> 11cd44d53fb8 [2020-07-24T17:42:13.639Z] Step 3/21 : WORKDIR /edgex-go [2020-07-24T17:42:13.639Z] ---> Using cache [2020-07-24T17:42:13.639Z] ---> b0b318ffcdb3 [2020-07-24T17:42:13.639Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:42:13.639Z] ---> Using cache [2020-07-24T17:42:13.639Z] ---> 69b8d63ad9d0 [2020-07-24T17:42:13.639Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-24T17:42:14.672Z] ---> Running in 5d2fc2d52233 [2020-07-24T17:42:14.672Z] ---> Running in 9d3c84490e14 [2020-07-24T17:42:15.419Z] ---> Running in f1a5a250b379 [2020-07-24T17:42:15.419Z] Removing intermediate container d1afd81106ef [2020-07-24T17:42:15.419Z] ---> d4a635b51395 [2020-07-24T17:42:15.419Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-24T17:42:15.460Z] OK [2020-07-24T17:42:15.460Z] Verifying ./api/raml/system-agent.raml... [2020-07-24T17:42:16.545Z] ---> Running in 641cf608834f [2020-07-24T17:42:17.425Z] OK [Pipeline] sh [2020-07-24T17:42:18.676Z] + ls -al . [2020-07-24T17:42:18.676Z] total 588 [2020-07-24T17:42:18.676Z] drwxrwxr-x 10 1001 1001 4096 Jul 24 17:41 . [2020-07-24T17:42:18.676Z] drwxr-xr-x 4 root root 4096 Jul 24 17:39 .. [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 11 Jul 24 17:37 .dockerignore [2020-07-24T17:42:18.676Z] drwxrwxr-x 8 1001 1001 4096 Jul 24 17:37 .git [2020-07-24T17:42:18.676Z] drwxrwxr-x 3 1001 1001 4096 Jul 24 17:37 .github [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 924 Jul 24 17:37 .gitignore [2020-07-24T17:42:18.676Z] drwxrwxr-x 3 1001 1001 4096 Jul 24 17:37 .semver [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 178 Jul 24 17:37 .sonarcloud.properties [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 3804 Jul 24 17:37 CONTRIBUTING.md [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 1035 Jul 24 17:37 Dockerfile.build [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 824 Jul 24 17:37 Jenkinsfile [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 10775 Jul 24 17:37 LICENSE [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 6417 Jul 24 17:37 Makefile [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 5652 Jul 24 17:37 README.md [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 7111 Jul 24 17:37 SECURITY.md [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 5 Jul 24 17:32 VERSION [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 4131 Jul 24 17:37 ZMQWindows.md [2020-07-24T17:42:18.676Z] drwxrwxr-x 4 1001 1001 4096 Jul 24 17:37 api [2020-07-24T17:42:18.676Z] drwxrwxr-x 2 1001 1001 4096 Jul 24 17:37 bin [2020-07-24T17:42:18.676Z] drwxrwxr-x 15 1001 1001 4096 Jul 24 17:37 cmd [2020-07-24T17:42:18.676Z] -rw-r--r-- 1 root root 456067 Jul 24 17:41 coverage.out [2020-07-24T17:42:18.676Z] -rw-r--r-- 1 root root 1019 Jul 24 17:41 go.mod [2020-07-24T17:42:18.676Z] -rw-r--r-- 1 root root 18146 Jul 24 17:41 go.sum [2020-07-24T17:42:18.676Z] drwxrwxr-x 8 1001 1001 4096 Jul 24 17:37 internal [2020-07-24T17:42:18.676Z] drwxrwxr-x 4 1001 1001 4096 Jul 24 17:37 snap [2020-07-24T17:42:18.676Z] -rw-rw-r-- 1 1001 1001 168 Jul 24 17:37 version.go [Pipeline] sh [2020-07-24T17:42:19.334Z] + '[' -e coverage.out ] [2020-07-24T17:42:19.335Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-24T17:42:19.386Z] Warning: overwriting stash ‘coverage-report’ [2020-07-24T17:42:19.691Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:42:19.691Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:42:19.691Z] ---> 11cd44d53fb8 [2020-07-24T17:42:19.691Z] Step 3/21 : WORKDIR /edgex-go [2020-07-24T17:42:19.691Z] ---> Using cache [2020-07-24T17:42:19.691Z] ---> b0b318ffcdb3 [2020-07-24T17:42:19.691Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:42:19.691Z] ---> Using cache [2020-07-24T17:42:19.691Z] ---> 69b8d63ad9d0 [2020-07-24T17:42:19.691Z] Step 5/21 : RUN apk update && apk add make git [2020-07-24T17:42:19.691Z] ---> Using cache [2020-07-24T17:42:19.691Z] ---> d2646a7c4aa7 [2020-07-24T17:42:19.691Z] Step 6/21 : COPY go.mod . [2020-07-24T17:42:19.691Z] ---> Using cache [2020-07-24T17:42:19.691Z] ---> 17f72022cef0 [2020-07-24T17:42:19.691Z] Step 7/21 : RUN go mod download [2020-07-24T17:42:19.691Z] ---> Using cache [2020-07-24T17:42:19.691Z] ---> b118eb1d4969 [2020-07-24T17:42:19.691Z] Step 8/21 : COPY . . [2020-07-24T17:42:20.000Z] ---> Using cache [2020-07-24T17:42:20.000Z] ---> 1eeefe930f7f [2020-07-24T17:42:20.000Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-24T17:42:20.267Z] Removing intermediate container 641cf608834f [2020-07-24T17:42:20.267Z] ---> b61d40144393 [2020-07-24T17:42:20.267Z] Step 24/26 : LABEL arch=x86_64 [2020-07-24T17:42:20.267Z] ---> Running in 8d9eada1819b [2020-07-24T17:42:20.470Z] Stashed 1 file(s) [Pipeline] sh [2020-07-24T17:42:20.538Z] ---> Running in 0a774b97696a [2020-07-24T17:42:21.126Z] Removing intermediate container 0a774b97696a [2020-07-24T17:42:21.126Z] ---> b057530002dc [2020-07-24T17:42:21.126Z] Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:42:21.126Z] Removing intermediate container 5d2fc2d52233 [2020-07-24T17:42:21.126Z] ---> 6f31cd1a048c [2020-07-24T17:42:21.126Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-24T17:42:21.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:42:21.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:42:21.126Z] ---> Running in 4a96c97d1fed [2020-07-24T17:42:21.172Z] + make build [2020-07-24T17:42:21.172Z] 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-24T17:42:21.388Z] ---> Running in a599e9d4c715 [2020-07-24T17:42:21.389Z] 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-24T17:42:21.668Z] Removing intermediate container 4a96c97d1fed [2020-07-24T17:42:21.668Z] ---> 54249b1296b6 [2020-07-24T17:42:21.668Z] Step 26/26 : LABEL version=0.0.0 [2020-07-24T17:42:21.668Z] Removing intermediate container a599e9d4c715 [2020-07-24T17:42:21.668Z] ---> 0e1a6aac882b [2020-07-24T17:42:21.668Z] Step 26/29 : CMD [ "generate" ] [2020-07-24T17:42:21.668Z] ---> Running in 54f9bd431db5 [2020-07-24T17:42:21.994Z] ---> Running in 8cb05fb2e6b4 [2020-07-24T17:42:22.686Z] Removing intermediate container 54f9bd431db5 [2020-07-24T17:42:22.686Z] ---> c8b3b6af443d [2020-07-24T17:42:22.686Z] [2020-07-24T17:42:23.331Z] Removing intermediate container 8cb05fb2e6b4 [2020-07-24T17:42:23.331Z] ---> 527fa5398f64 [2020-07-24T17:42:23.331Z] Step 27/29 : LABEL arch=x86_64 [2020-07-24T17:42:23.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:42:23.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:42:23.331Z] Successfully built c8b3b6af443d [2020-07-24T17:42:23.331Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-24T17:42:23.331Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-24T17:42:23.331Z] ---> Running in d94ec110c29e [2020-07-24T17:42:23.714Z] Removing intermediate container d94ec110c29e [2020-07-24T17:42:23.714Z] ---> 489ce1463efa [2020-07-24T17:42:23.714Z] Step 28/29 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:42:24.155Z] ---> Running in 6581968a025a [2020-07-24T17:42:25.539Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:42:25.539Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:42:25.539Z] OK: 12749 distinct packages available [2020-07-24T17:42:25.896Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:42:25.896Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:42:25.896Z] OK: 12749 distinct packages available [2020-07-24T17:42:26.340Z] OK: 233 MiB in 51 packages [2020-07-24T17:42:27.046Z] OK: 233 MiB in 51 packages [2020-07-24T17:42:27.363Z] OK: 233 MiB in 51 packages [2020-07-24T17:42:29.613Z] Removing intermediate container 6581968a025a [2020-07-24T17:42:29.613Z] ---> 08b5302545d1 [2020-07-24T17:42:29.613Z] Step 29/29 : LABEL version=0.0.0 [2020-07-24T17:42:30.834Z] ---> Running in 748ad285cbc9 [2020-07-24T17:42:33.378Z] Removing intermediate container 748ad285cbc9 [2020-07-24T17:42:33.378Z] ---> 0ea2a10ff6b8 [2020-07-24T17:42:33.378Z] [2020-07-24T17:42:33.685Z] Successfully built 0ea2a10ff6b8 [2020-07-24T17:42:34.037Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-24T17:42:34.037Z] Building docker-security-proxy-setup-go [2020-07-24T17:42:34.364Z] Removing intermediate container 9d3c84490e14 [2020-07-24T17:42:34.364Z] ---> 84c559f39642 [2020-07-24T17:42:34.364Z] Step 6/22 : COPY go.mod . [2020-07-24T17:42:34.364Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f1a5a250b379 [2020-07-24T17:42:34.364Z] ---> ad307f241640 [2020-07-24T17:42:34.364Z] Step 6/21 : COPY go.mod . [2020-07-24T17:42:37.263Z] ---> 82c914b3ef7d [2020-07-24T17:42:37.263Z] Step 7/21 : RUN go mod download [2020-07-24T17:42:38.530Z] ---> 149687b182d1 [2020-07-24T17:42:38.530Z] Step 7/22 : RUN go mod download [2020-07-24T17:42:38.814Z] ---> Running in 0553bd425ad3 [2020-07-24T17:42:39.469Z] 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-24T17:42:40.006Z] ---> Running in 4c14dc424891 [2020-07-24T17:42:51.846Z] 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-24T17:42:57.225Z] 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-24T17:42:58.612Z] Removing intermediate container 4c14dc424891 [2020-07-24T17:42:58.612Z] ---> bfe67f74c3ab [2020-07-24T17:42:58.612Z] Step 8/22 : COPY . . [2020-07-24T17:42:58.612Z] Removing intermediate container 0553bd425ad3 [2020-07-24T17:42:58.612Z] ---> 925af1b1b091 [2020-07-24T17:42:58.612Z] Step 8/21 : COPY . . [2020-07-24T17:43:00.762Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:43:00.762Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:43:00.762Z] ---> 11cd44d53fb8 [2020-07-24T17:43:00.762Z] Step 3/26 : WORKDIR /edgex-go [2020-07-24T17:43:01.099Z] ---> Using cache [2020-07-24T17:43:01.099Z] ---> b0b318ffcdb3 [2020-07-24T17:43:01.099Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:43:01.099Z] ---> Using cache [2020-07-24T17:43:01.099Z] ---> 69b8d63ad9d0 [2020-07-24T17:43:01.099Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-24T17:43:02.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-24T17:43:05.037Z] ---> Running in 75ff74a15aa6 [2020-07-24T17:43:09.311Z] 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-24T17:43:10.284Z] 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-24T17:43:12.887Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:43:12.887Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:43:12.887Z] ---> 11cd44d53fb8 [2020-07-24T17:43:12.887Z] Step 3/20 : WORKDIR /edgex-go [2020-07-24T17:43:12.887Z] ---> Using cache [2020-07-24T17:43:12.887Z] ---> b0b318ffcdb3 [2020-07-24T17:43:12.887Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:43:12.887Z] ---> Using cache [2020-07-24T17:43:12.887Z] ---> 69b8d63ad9d0 [2020-07-24T17:43:12.887Z] Step 5/20 : RUN apk update && apk add make git [2020-07-24T17:43:12.887Z] ---> Using cache [2020-07-24T17:43:12.887Z] ---> d2646a7c4aa7 [2020-07-24T17:43:12.888Z] Step 6/20 : COPY go.mod . [2020-07-24T17:43:12.888Z] ---> Using cache [2020-07-24T17:43:12.888Z] ---> 17f72022cef0 [2020-07-24T17:43:12.888Z] Step 7/20 : RUN go mod download [2020-07-24T17:43:12.888Z] ---> Using cache [2020-07-24T17:43:12.888Z] ---> b118eb1d4969 [2020-07-24T17:43:12.888Z] Step 8/20 : COPY . . [2020-07-24T17:43:13.175Z] ---> Using cache [2020-07-24T17:43:13.175Z] ---> 1eeefe930f7f [2020-07-24T17:43:13.175Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-24T17:43:14.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:43:14.574Z] 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-24T17:43:15.120Z] ---> Running in 086b88b26063 [2020-07-24T17:43:15.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:43:16.685Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:43:16.685Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:43:16.685Z] OK: 12749 distinct packages available [2020-07-24T17:43:16.685Z] 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-24T17:43:16.967Z] OK: 233 MiB in 51 packages [2020-07-24T17:43:21.268Z] 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-24T17:43:25.552Z] 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-24T17:43:27.350Z] Removing intermediate container 8d9eada1819b [2020-07-24T17:43:27.350Z] ---> 42497fed820f [2020-07-24T17:43:27.350Z] [2020-07-24T17:43:27.350Z] Step 10/21 : FROM scratch [2020-07-24T17:43:27.350Z] ---> [2020-07-24T17:43:27.350Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:43:27.972Z] Removing intermediate container 75ff74a15aa6 [2020-07-24T17:43:27.972Z] ---> d9af28bcb399 [2020-07-24T17:43:27.972Z] Step 6/26 : COPY go.mod . [2020-07-24T17:43:30.930Z] 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-24T17:43:33.009Z] ---> Using cache [2020-07-24T17:43:33.009Z] ---> 690c8c30357f [2020-07-24T17:43:33.009Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-24T17:43:34.276Z] ---> dae250b52dba [2020-07-24T17:43:34.276Z] Step 7/26 : RUN go mod download [2020-07-24T17:43:36.313Z] 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-24T17:43:37.799Z] ---> Running in 9ad9dbd53035 [2020-07-24T17:43:38.960Z] ---> Running in 4b56c5469259 [2020-07-24T17:43:40.254Z] Removing intermediate container 9ad9dbd53035 [2020-07-24T17:43:40.254Z] ---> f03064afbc7a [2020-07-24T17:43:40.254Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-24T17:43:40.595Z] 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-24T17:43:41.316Z] ---> Running in 30bc7b53a9a5 [2020-07-24T17:43:42.798Z] Removing intermediate container 30bc7b53a9a5 [2020-07-24T17:43:42.798Z] ---> be70c04190c2 [2020-07-24T17:43:42.798Z] Step 14/21 : WORKDIR / [2020-07-24T17:43:43.083Z] ---> Running in d8f3ee95345a [Pipeline] } [2020-07-24T17:43:43.976Z] $ docker stop --time=1 77d5b7beb5f6d45b7d5c59866b37caa7596919954a39235a413e20e9bdcaac24 [2020-07-24T17:43:45.078Z] ---> bd1fdff777be [2020-07-24T17:43:45.078Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-24T17:43:45.078Z] Removing intermediate container d8f3ee95345a [2020-07-24T17:43:45.078Z] ---> b279bd0c99d6 [2020-07-24T17:43:45.078Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-24T17:43:45.673Z] ---> aaa2e56e0285 [2020-07-24T17:43:45.673Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-24T17:43:45.673Z] ---> Running in dc40fcf3c9d9 [2020-07-24T17:43:45.673Z] ---> Running in 13e8656f87b1 [2020-07-24T17:43:45.941Z] ---> 31ba39d4121e [2020-07-24T17:43:45.941Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-24T17:43:46.257Z] Removing intermediate container 4b56c5469259 [2020-07-24T17:43:46.257Z] ---> d0214486275b [2020-07-24T17:43:46.257Z] Step 8/26 : COPY . . [2020-07-24T17:43:46.348Z] $ docker rm -f 77d5b7beb5f6d45b7d5c59866b37caa7596919954a39235a413e20e9bdcaac24 [2020-07-24T17:43:46.896Z] 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-24T17:43:47.190Z] 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:43:47.816Z] ---> c4cdc54a59de [2020-07-24T17:43:47.817Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-24T17:43:47.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-24T17:43:48.142Z] [2020-07-24T17:43:48.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:43:48.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-24T17:43:48.787Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-24T17:43:48.787Z] 29e5d40040c1: Already exists [2020-07-24T17:43:48.787Z] 1ce36da41761: Pulling fs layer [2020-07-24T17:43:48.787Z] 25b303627fd3: Pulling fs layer [2020-07-24T17:43:49.398Z] 1ce36da41761: Verifying Checksum [2020-07-24T17:43:49.398Z] 1ce36da41761: Download complete [2020-07-24T17:43:50.443Z] ---> affb1d057e08 [2020-07-24T17:43:50.443Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:43:50.883Z] 1ce36da41761: Pull complete [2020-07-24T17:43:51.164Z] 25b303627fd3: Verifying Checksum [2020-07-24T17:43:51.164Z] 25b303627fd3: Download complete [2020-07-24T17:43:53.037Z] ---> Running in 92309048825b [2020-07-24T17:43:57.575Z] Removing intermediate container 92309048825b [2020-07-24T17:43:57.575Z] ---> c8cbe4eb2df2 [2020-07-24T17:43:57.575Z] Step 19/21 : LABEL arch=x86_64 [2020-07-24T17:43:58.697Z] ---> Running in 15b7780c4965 [2020-07-24T17:43:59.001Z] Removing intermediate container 086b88b26063 [2020-07-24T17:43:59.001Z] ---> ee6fa5862b01 [2020-07-24T17:43:59.001Z] [2020-07-24T17:43:59.001Z] Step 10/20 : FROM alpine [2020-07-24T17:43:59.001Z] ---> a24bb4013296 [2020-07-24T17:43:59.001Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-24T17:44:01.269Z] ---> Running in d6e0b6a3bbbf [2020-07-24T17:44:01.269Z] Removing intermediate container 15b7780c4965 [2020-07-24T17:44:01.269Z] ---> 0cbd650f6e7c [2020-07-24T17:44:01.269Z] Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:44:01.335Z] 25b303627fd3: Pull complete [2020-07-24T17:44:01.335Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-24T17:44:01.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-24T17:44:01.335Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-24T17:44:01.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-888 does not seem to be running inside a container [2020-07-24T17:44:01.635Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-24T17:44:02.380Z] ---> Running in 4eda7f0ff9d7 [2020-07-24T17:44:04.117Z] Removing intermediate container 4eda7f0ff9d7 [2020-07-24T17:44:04.117Z] ---> 8ad3b59030f6 [2020-07-24T17:44:04.117Z] Step 21/21 : LABEL version=0.0.0 [2020-07-24T17:44:04.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:44:04.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:44:04.800Z] ---> Running in aa4a04871536 [2020-07-24T17:44:05.188Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:44:05.188Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:44:05.188Z] OK: 12749 distinct packages available [2020-07-24T17:44:05.544Z] $ docker top 029bc6167d37f0190b278ca34ed61953bb473cf476fb2e9fefd26258266cf4dc -eo pid,comm [Pipeline] { [2020-07-24T17:44:05.866Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-24T17:44:05.866Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-24T17:44:05.866Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-24T17:44:05.866Z] (4/4) Installing curl (7.69.1-r0) [2020-07-24T17:44:05.866Z] Executing busybox-1.31.1-r16.trigger [Pipeline] sh [2020-07-24T17:44:06.186Z] Executing ca-certificates-20191127-r4.trigger [2020-07-24T17:44:06.536Z] OK: 7 MiB in 18 packages [2020-07-24T17:44:06.897Z] + docker-compose build --help [2020-07-24T17:44:06.897Z] + grep parallel [2020-07-24T17:44:07.258Z] Removing intermediate container aa4a04871536 [2020-07-24T17:44:07.258Z] ---> 3d79e80641ee [2020-07-24T17:44:07.258Z] [2020-07-24T17:44:09.028Z] Successfully built 3d79e80641ee [2020-07-24T17:44:09.028Z] Successfully tagged docker-core-command-go:latest [2020-07-24T17:44:11.195Z] --parallel Build images in parallel. [Pipeline] } [2020-07-24T17:44:11.209Z] $ docker stop --time=1 029bc6167d37f0190b278ca34ed61953bb473cf476fb2e9fefd26258266cf4dc [2020-07-24T17:44:12.862Z]  Building docker-core-command-go ... done Removing intermediate container d6e0b6a3bbbf [2020-07-24T17:44:12.862Z] ---> 98b647e8a78f [2020-07-24T17:44:12.862Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-24T17:44:13.153Z] $ docker rm -f 029bc6167d37f0190b278ca34ed61953bb473cf476fb2e9fefd26258266cf4dc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:44:13.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-24T17:44:13.971Z] . [Pipeline] withDockerContainer [2020-07-24T17:44:14.247Z] prd-ubuntu18.04-docker-arm64-4c-16g-888 does not seem to be running inside a container [2020-07-24T17:44:14.327Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64:latest cat [2020-07-24T17:44:14.400Z] ---> Running in 7b4aeabbcb6a [2020-07-24T17:44:15.765Z] $ docker top d80585e2383688a6a259f242b7d693cc45d11f721a2d71af0a1b0dac060bb249 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-24T17:44:16.802Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-24T17:44:17.370Z] Removing intermediate container 7b4aeabbcb6a [2020-07-24T17:44:17.370Z] ---> f3c27890d45d [2020-07-24T17:44:17.370Z] Step 13/20 : WORKDIR /edgex [2020-07-24T17:44:19.580Z] ---> Running in 50d764ef92ac [2020-07-24T17:44:21.085Z] Building docker-core-command-go ... [2020-07-24T17:44:21.085Z] Building docker-core-data-go ... [2020-07-24T17:44:21.085Z] Building docker-core-metadata-go ... [2020-07-24T17:44:21.085Z] Building docker-security-proxy-setup-go ... [2020-07-24T17:44:21.085Z] Building docker-security-secrets-setup-go ... [2020-07-24T17:44:21.085Z] Building docker-security-secretstore-setup-go ... [2020-07-24T17:44:21.085Z] Building docker-support-logging-go ... [2020-07-24T17:44:21.085Z] Building docker-support-notifications-go ... [2020-07-24T17:44:21.085Z] Building docker-support-scheduler-go ... [2020-07-24T17:44:21.085Z] Building docker-sys-mgmt-agent-go ... [2020-07-24T17:44:21.085Z] Building docker-security-secretstore-setup-go [2020-07-24T17:44:21.085Z] Building docker-support-notifications-go [2020-07-24T17:44:21.085Z] Building docker-core-metadata-go [2020-07-24T17:44:21.085Z] Building docker-support-scheduler-go [2020-07-24T17:44:21.085Z] Building docker-security-secrets-setup-go [2020-07-24T17:44:23.256Z] Removing intermediate container 50d764ef92ac [2020-07-24T17:44:23.256Z] ---> c2f300daca77 [2020-07-24T17:44:23.256Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-24T17:44:25.941Z] ---> 758058fdf474 [2020-07-24T17:44:25.941Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-24T17:44:29.853Z] ---> 4cecf153dc70 [2020-07-24T17:44:29.853Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-24T17:44:29.853Z] ---> Running in 4a71e567481a [2020-07-24T17:44:30.199Z] Removing intermediate container dc40fcf3c9d9 [2020-07-24T17:44:30.199Z] ---> c471e0a33582 [2020-07-24T17:44:30.199Z] [2020-07-24T17:44:30.199Z] Step 10/21 : FROM scratch [2020-07-24T17:44:30.199Z] ---> [2020-07-24T17:44:30.199Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-24T17:44:30.199Z] ---> c0a802747464 [2020-07-24T17:44:30.199Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-24T17:44:30.199Z] ---> Running in c9b481791d64 [2020-07-24T17:44:31.274Z] ---> Using cache [2020-07-24T17:44:31.274Z] ---> 2796bb6c186f [2020-07-24T17:44:31.274Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-24T17:44:31.569Z] Removing intermediate container 4a71e567481a [2020-07-24T17:44:31.569Z] ---> af9b7d4834f8 [2020-07-24T17:44:31.569Z] Step 17/20 : CMD ["--init=true"] [2020-07-24T17:44:31.569Z] ---> Running in 8afb7f7eead2 [2020-07-24T17:44:31.569Z] 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-24T17:44:31.851Z] ---> Running in 82e44550f6d1 [2020-07-24T17:44:33.265Z] Removing intermediate container 8afb7f7eead2 [2020-07-24T17:44:33.265Z] ---> 4790b83ec009 [2020-07-24T17:44:33.265Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-24T17:44:33.847Z] Removing intermediate container 82e44550f6d1 [2020-07-24T17:44:33.847Z] ---> 41f0dede9b7e [2020-07-24T17:44:33.847Z] Step 18/20 : LABEL arch=x86_64 [2020-07-24T17:44:34.124Z] ---> Running in 36b5ebc1fc51 [2020-07-24T17:44:34.124Z] ---> Running in 07e5ff5237c2 [2020-07-24T17:44:34.403Z] Removing intermediate container 36b5ebc1fc51 [2020-07-24T17:44:34.403Z] ---> 811575ba8931 [2020-07-24T17:44:34.403Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-24T17:44:37.228Z] Removing intermediate container 13e8656f87b1 [2020-07-24T17:44:37.228Z] ---> 915cd6d470aa [2020-07-24T17:44:37.228Z] [2020-07-24T17:44:37.228Z] Step 10/22 : FROM alpine [2020-07-24T17:44:37.228Z] ---> a24bb4013296 [2020-07-24T17:44:37.228Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:44:37.228Z] ---> Running in 4b82c37fde50 [2020-07-24T17:44:37.228Z] Removing intermediate container 07e5ff5237c2 [2020-07-24T17:44:37.228Z] ---> bd4823fe644c [2020-07-24T17:44:37.228Z] Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:44:37.228Z] ---> 29b038b1f449 [2020-07-24T17:44:37.228Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-24T17:44:37.549Z] ---> Running in 325a051f69a9 [2020-07-24T17:44:37.549Z] Removing intermediate container 4b82c37fde50 [2020-07-24T17:44:37.549Z] ---> c80d08d45a12 [2020-07-24T17:44:37.549Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-24T17:44:37.841Z] ---> Running in 7b0220a96410 [2020-07-24T17:44:37.841Z] Removing intermediate container 325a051f69a9 [2020-07-24T17:44:37.841Z] ---> 24b33b41d0f3 [2020-07-24T17:44:37.841Z] Step 20/20 : LABEL version=0.0.0 [2020-07-24T17:44:38.128Z] ---> 29280b839463 [2020-07-24T17:44:38.128Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-24T17:44:38.128Z] ---> Running in fcc6716942c5 [2020-07-24T17:44:38.412Z] Removing intermediate container 7b0220a96410 [2020-07-24T17:44:38.412Z] ---> 6b2e764aed44 [2020-07-24T17:44:38.412Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-24T17:44:38.412Z] ---> Running in 2168bebbcb9b [2020-07-24T17:44:38.689Z] Removing intermediate container fcc6716942c5 [2020-07-24T17:44:38.689Z] ---> 4fac2bc2fd22 [2020-07-24T17:44:38.689Z] [2020-07-24T17:44:38.980Z] Successfully built 4fac2bc2fd22 [2020-07-24T17:44:38.980Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-24T17:44:38.980Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2168bebbcb9b [2020-07-24T17:44:38.980Z] ---> eef5a63e58d2 [2020-07-24T17:44:38.980Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:44:39.274Z] ---> 3d92883c02c1 [2020-07-24T17:44:39.274Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-24T17:44:39.274Z] ---> Running in dba206530706 [2020-07-24T17:44:39.959Z] ---> c614262b521b [2020-07-24T17:44:39.959Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:44:40.230Z] ---> Running in 998a4733d252 [2020-07-24T17:44:40.514Z] Removing intermediate container 998a4733d252 [2020-07-24T17:44:40.514Z] ---> e463d935d1bd [2020-07-24T17:44:40.514Z] Step 19/21 : LABEL arch=x86_64 [2020-07-24T17:44:40.514Z] ---> Running in 57b38b34cfbe [2020-07-24T17:44:41.133Z] Removing intermediate container 57b38b34cfbe [2020-07-24T17:44:41.133Z] ---> 3dc90d92a216 [2020-07-24T17:44:41.133Z] Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:44:41.441Z] ---> Running in 506f2e0663b4 [2020-07-24T17:44:42.179Z] Removing intermediate container dba206530706 [2020-07-24T17:44:42.179Z] ---> ee02388752eb [2020-07-24T17:44:42.179Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-24T17:44:42.179Z] Removing intermediate container 506f2e0663b4 [2020-07-24T17:44:42.179Z] ---> 5e685cd939eb [2020-07-24T17:44:42.179Z] Step 21/21 : LABEL version=0.0.0 [2020-07-24T17:44:42.179Z] ---> Running in 8b48ee65b0c4 [2020-07-24T17:44:42.179Z] ---> Running in 02fd95ed6536 [2020-07-24T17:44:42.801Z] Removing intermediate container 02fd95ed6536 [2020-07-24T17:44:42.801Z] ---> 48d0a7de7d51 [2020-07-24T17:44:42.801Z] [2020-07-24T17:44:43.482Z] Successfully built 48d0a7de7d51 [2020-07-24T17:44:43.482Z] Successfully tagged docker-support-logging-go:latest [2020-07-24T17:44:44.245Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:44:44.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:44:45.871Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-24T17:44:45.871Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-24T17:44:45.871Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-24T17:44:46.141Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-24T17:44:46.411Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-24T17:44:46.411Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:44:46.411Z] OK: 8 MiB in 19 packages [2020-07-24T17:44:47.949Z] Removing intermediate container 8b48ee65b0c4 [2020-07-24T17:44:47.949Z] ---> 7e008d76d97d [2020-07-24T17:44:47.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-24T17:44:48.254Z] ---> 184f7682628f [2020-07-24T17:44:48.254Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-24T17:44:48.935Z] ---> 317cc0c24ad5 [2020-07-24T17:44:48.935Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-24T17:44:49.945Z] ---> 8165fe68e705 [2020-07-24T17:44:49.945Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:44:50.222Z] ---> Running in 73a2a66779a2 [2020-07-24T17:44:50.872Z] Removing intermediate container 73a2a66779a2 [2020-07-24T17:44:50.872Z] ---> f975299b5f7b [2020-07-24T17:44:50.872Z] Step 20/22 : LABEL arch=x86_64 [2020-07-24T17:44:50.872Z] ---> Running in 928f44a4b191 [2020-07-24T17:44:51.777Z] Removing intermediate container 928f44a4b191 [2020-07-24T17:44:51.777Z] ---> eb830b916e0d [2020-07-24T17:44:51.777Z] Step 21/22 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:44:51.777Z] ---> Running in 70045207ad6b [2020-07-24T17:44:53.382Z] Removing intermediate container 70045207ad6b [2020-07-24T17:44:53.382Z] ---> bd2c7de40d22 [2020-07-24T17:44:53.382Z] Step 22/22 : LABEL version=0.0.0 [2020-07-24T17:44:53.659Z] ---> Running in 0c65e4062fe7 [2020-07-24T17:44:53.924Z] Removing intermediate container c9b481791d64 [2020-07-24T17:44:53.924Z] ---> 30bf28efa8df [2020-07-24T17:44:53.924Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-24T17:44:53.924Z] ---> Running in 7eaac7c7b798 [2020-07-24T17:44:54.196Z] Removing intermediate container 0c65e4062fe7 [2020-07-24T17:44:54.196Z] ---> 262cc469bdaa [2020-07-24T17:44:54.196Z] [2020-07-24T17:44:54.196Z] Successfully built 262cc469bdaa [2020-07-24T17:44:54.196Z] Successfully tagged docker-core-data-go:latest [2020-07-24T17:44:54.479Z]  Building docker-core-data-go ... done 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-24T17:44:56.010Z] Removing intermediate container 7eaac7c7b798 [2020-07-24T17:44:56.010Z] ---> 547b73bfa887 [2020-07-24T17:44:56.010Z] [2020-07-24T17:44:56.010Z] Step 11/26 : FROM docker:latest [2020-07-24T17:44:56.010Z] ---> 81f5749c9058 [2020-07-24T17:44:56.010Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-24T17:44:56.010Z] ---> Running in 941a0f911524 [2020-07-24T17:44:56.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:44:56.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:44:57.227Z] (1/2) Installing readline (8.0.4-r0) [2020-07-24T17:44:57.227Z] (2/2) Installing bash (5.0.17-r0) [2020-07-24T17:44:57.227Z] Executing bash-5.0.17-r0.post-install [2020-07-24T17:44:57.227Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:44:57.227Z] OK: 12 MiB in 22 packages [2020-07-24T17:44:58.270Z] Removing intermediate container 941a0f911524 [2020-07-24T17:44:58.270Z] ---> 51edaf34c126 [2020-07-24T17:44:58.270Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-24T17:44:58.270Z] ---> Running in b4303f3ad6ba [2020-07-24T17:45:00.362Z] Removing intermediate container b4303f3ad6ba [2020-07-24T17:45:00.362Z] ---> b4eb5d435b59 [2020-07-24T17:45:00.362Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-24T17:45:00.362Z] ---> Running in cc7f9ef59fcd [2020-07-24T17:45:00.362Z] Removing intermediate container cc7f9ef59fcd [2020-07-24T17:45:00.362Z] ---> 49c72952396c [2020-07-24T17:45:00.362Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-24T17:45:00.362Z] ---> Running in 3441ab5910a9 [2020-07-24T17:45:00.695Z] Removing intermediate container 3441ab5910a9 [2020-07-24T17:45:00.695Z] ---> a2000f7403a0 [2020-07-24T17:45:00.695Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-24T17:45:00.695Z] ---> Running in f1c0924b62dd [2020-07-24T17:45:01.073Z] Removing intermediate container f1c0924b62dd [2020-07-24T17:45:01.073Z] ---> 056f8f181d98 [2020-07-24T17:45:01.073Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-24T17:45:02.140Z] ---> dca86917e069 [2020-07-24T17:45:02.140Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-24T17:45:02.744Z] ---> d6be2227e5a1 [2020-07-24T17:45:02.744Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-24T17:45:03.363Z] ---> abc794a9c60c [2020-07-24T17:45:03.363Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-24T17:45:03.652Z] ---> Running in 4b4a5175b205 [2020-07-24T17:45:04.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:45:04.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:45:04.708Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-24T17:45:05.004Z] (2/33) Installing expat (2.2.9-r1) [2020-07-24T17:45:05.269Z] (3/33) Installing libffi (3.3-r2) [2020-07-24T17:45:05.269Z] (4/33) Installing gdbm (1.13-r1) [2020-07-24T17:45:05.529Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-24T17:45:05.529Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-24T17:45:05.796Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-24T17:45:06.766Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-24T17:45:06.766Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-24T17:45:06.766Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-24T17:45:06.766Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-24T17:45:06.766Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-24T17:45:06.766Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-24T17:45:06.766Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-24T17:45:06.766Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-24T17:45:07.038Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-24T17:45:07.374Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-24T17:45:07.374Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-24T17:45:07.375Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-24T17:45:07.375Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-24T17:45:07.375Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-24T17:45:07.375Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-24T17:45:07.375Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-24T17:45:07.375Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-24T17:45:07.375Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-24T17:45:07.375Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-24T17:45:07.375Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-24T17:45:07.375Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-24T17:45:07.375Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-24T17:45:07.375Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-24T17:45:07.797Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-24T17:45:07.797Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-24T17:45:07.797Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-24T17:45:07.797Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:45:07.797Z] OK: 71 MiB in 55 packages [2020-07-24T17:45:18.181Z] Removing intermediate container 4b4a5175b205 [2020-07-24T17:45:18.181Z] ---> e2ea711b7a19 [2020-07-24T17:45:18.181Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-24T17:45:18.181Z] ---> Running in c8c49e75aa57 [2020-07-24T17:45:18.755Z] Collecting docker-compose==1.23.2 [2020-07-24T17:45:18.755Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-24T17:45:19.078Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-24T17:45:19.078Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-24T17:45:19.379Z] Collecting cached-property<2,>=1.2.0 [2020-07-24T17:45:19.379Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-24T17:45:19.379Z] Collecting docker<4.0,>=3.6.0 [2020-07-24T17:45:19.651Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-24T17:45:19.651Z] 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-24T17:45:19.929Z] Collecting jsonschema<3,>=2.5.1 [2020-07-24T17:45:19.929Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-24T17:45:19.929Z] Collecting PyYAML<4,>=3.10 [2020-07-24T17:45:19.929Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-24T17:45:21.393Z] Collecting texttable<0.10,>=0.9.0 [2020-07-24T17:45:21.393Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-24T17:45:22.058Z] Collecting docopt<0.7,>=0.6.1 [2020-07-24T17:45:22.058Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-24T17:45:23.058Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-24T17:45:23.058Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-24T17:45:24.042Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-24T17:45:24.042Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-24T17:45:24.042Z] Collecting docker-pycreds>=0.4.0 [2020-07-24T17:45:24.042Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-24T17:45:24.304Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-24T17:45:24.304Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-24T17:45:24.304Z] Collecting idna<2.8,>=2.5 [2020-07-24T17:45:24.304Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-24T17:45:24.304Z] 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-24T17:45:24.304Z] 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-24T17:45:24.304Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-24T17:45:24.304Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-24T17:45:24.304Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-24T17:45:24.304Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-24T17:45:24.894Z] Installing collected packages: websocket-client, cached-property, docker-pycreds, urllib3, idna, requests, docker, jsonschema, PyYAML, texttable, docopt, dockerpty, docker-compose [2020-07-24T17:45:24.894Z] Attempting uninstall: urllib3 [2020-07-24T17:45:24.894Z] Found existing installation: urllib3 1.25.9 [2020-07-24T17:45:24.894Z] Uninstalling urllib3-1.25.9: [2020-07-24T17:45:25.160Z] Successfully uninstalled urllib3-1.25.9 [2020-07-24T17:45:25.431Z] Attempting uninstall: idna [2020-07-24T17:45:25.431Z] Found existing installation: idna 2.9 [2020-07-24T17:45:25.431Z] Uninstalling idna-2.9: [2020-07-24T17:45:25.431Z] Successfully uninstalled idna-2.9 [2020-07-24T17:45:25.718Z] Attempting uninstall: requests [2020-07-24T17:45:25.718Z] Found existing installation: requests 2.23.0 [2020-07-24T17:45:25.718Z] Uninstalling requests-2.23.0: [2020-07-24T17:45:25.718Z] Successfully uninstalled requests-2.23.0 [2020-07-24T17:45:26.302Z] Running setup.py install for PyYAML: started [2020-07-24T17:45:27.275Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-24T17:45:27.275Z] Running setup.py install for texttable: started [2020-07-24T17:45:27.548Z] Running setup.py install for texttable: finished with status 'done' [2020-07-24T17:45:27.548Z] Running setup.py install for docopt: started [2020-07-24T17:45:28.148Z] Running setup.py install for docopt: finished with status 'done' [2020-07-24T17:45:28.148Z] Running setup.py install for dockerpty: started [2020-07-24T17:45:29.160Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-24T17:45:29.426Z] 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-24T17:45:33.899Z] Removing intermediate container c8c49e75aa57 [2020-07-24T17:45:33.899Z] ---> 01b3cfd21ff6 [2020-07-24T17:45:33.899Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-24T17:45:33.899Z] ---> Running in 33598ade0b08 [2020-07-24T17:45:33.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-24T17:45:34.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-24T17:45:34.570Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-24T17:45:34.570Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-24T17:45:34.571Z] (3/3) Installing curl (7.69.1-r0) [2020-07-24T17:45:34.571Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:45:34.571Z] OK: 72 MiB in 58 packages [2020-07-24T17:45:36.171Z] Removing intermediate container 33598ade0b08 [2020-07-24T17:45:36.171Z] ---> 9d4e8336c42a [2020-07-24T17:45:36.171Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:45:36.171Z] ---> Running in 35c9738e61b5 [2020-07-24T17:45:36.889Z] Removing intermediate container 35c9738e61b5 [2020-07-24T17:45:36.889Z] ---> 769839a461be [2020-07-24T17:45:36.889Z] Step 24/26 : LABEL arch=x86_64 [2020-07-24T17:45:36.889Z] ---> Running in bbb61a1c7750 [2020-07-24T17:45:37.195Z] Removing intermediate container bbb61a1c7750 [2020-07-24T17:45:37.195Z] ---> 0fc0ee17b3fe [2020-07-24T17:45:37.195Z] Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:45:37.195Z] ---> Running in a24bb2d88832 [2020-07-24T17:45:37.501Z] Removing intermediate container a24bb2d88832 [2020-07-24T17:45:37.501Z] ---> e969fd618977 [2020-07-24T17:45:37.501Z] Step 26/26 : LABEL version=0.0.0 [2020-07-24T17:45:37.501Z] ---> Running in c6963c2df22b [2020-07-24T17:45:37.501Z] Removing intermediate container c6963c2df22b [2020-07-24T17:45:37.501Z] ---> d5e9da5fb128 [2020-07-24T17:45:37.501Z] [2020-07-24T17:45:37.766Z] Successfully built d5e9da5fb128 [2020-07-24T17:45:37.766Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-24T17:45:38.222Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-24T17:45:38.280Z] $ docker stop --time=1 3c76339f71b4b9ac470992fbf76f3457ab2cbed9b4f69295ecc8b63e0f02d7dc [2020-07-24T17:45:40.983Z] $ docker rm -f 3c76339f71b4b9ac470992fbf76f3457ab2cbed9b4f69295ecc8b63e0f02d7dc [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-24T17:45:41.761Z] + docker images [2020-07-24T17:45:41.761Z] + grep docker [2020-07-24T17:45:41.761Z] docker-sys-mgmt-agent-go latest d5e9da5fb128 4 seconds ago 284MB [2020-07-24T17:45:41.761Z] docker-core-data-go latest 262cc469bdaa 48 seconds ago 23.8MB [2020-07-24T17:45:41.761Z] docker-support-logging-go latest 48d0a7de7d51 59 seconds ago 11.8MB [2020-07-24T17:45:41.761Z] docker-security-proxy-setup-go latest 4fac2bc2fd22 About a minute ago 16.4MB [2020-07-24T17:45:41.761Z] docker-core-command-go latest 3d79e80641ee About a minute ago 13MB [2020-07-24T17:45:41.761Z] docker-security-secrets-setup-go latest 0ea2a10ff6b8 3 minutes ago 25.1MB [2020-07-24T17:45:41.761Z] docker-security-secretstore-setup-go latest c8b3b6af443d 3 minutes ago 33.9MB [2020-07-24T17:45:41.761Z] docker-support-notifications-go latest 8492f8b1435e 3 minutes ago 14.4MB [2020-07-24T17:45:41.761Z] docker-core-metadata-go latest 8e7198a242db 3 minutes ago 14.4MB [2020-07-24T17:45:41.761Z] docker-support-scheduler-go latest 30974bbb1391 3 minutes ago 13.1MB [2020-07-24T17:45:41.761Z] 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-24T17:46:12.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:46:12.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:46:12.949Z] ---> ae8707223463 [2020-07-24T17:46:12.949Z] Step 3/23 : WORKDIR /edgex-go [2020-07-24T17:46:12.949Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:46:12.949Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:46:12.949Z] ---> ae8707223463 [2020-07-24T17:46:12.949Z] Step 3/26 : WORKDIR /edgex-go [2020-07-24T17:46:12.949Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:46:12.949Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:46:12.949Z] ---> ae8707223463 [2020-07-24T17:46:12.949Z] Step 3/20 : WORKDIR /edgex-go [2020-07-24T17:46:12.949Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:46:12.949Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-24T17:46:12.949Z] ---> ae8707223463 [2020-07-24T17:46:12.949Z] Step 3/29 : WORKDIR /edgex-go [2020-07-24T17:46:12.949Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:46:12.949Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:46:12.949Z] ---> ae8707223463 [2020-07-24T17:46:12.949Z] Step 3/21 : WORKDIR /edgex-go [2020-07-24T17:46:12.949Z] ---> Running in c437ff727b09 [2020-07-24T17:46:12.949Z] ---> Running in c91d2c2e63bb [2020-07-24T17:46:12.949Z] ---> Running in 8414e371b064 [2020-07-24T17:46:12.949Z] ---> Running in c31d2e326e63 [2020-07-24T17:46:12.949Z] ---> Running in 9399e087d565 [2020-07-24T17:46:12.949Z] Removing intermediate container 9399e087d565 [2020-07-24T17:46:12.949Z] ---> 8557ac251148 [2020-07-24T17:46:12.949Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:46:12.949Z] Removing intermediate container c437ff727b09 [2020-07-24T17:46:12.949Z] ---> 0e902050ba97 [2020-07-24T17:46:12.949Z] Step 4/29 : RUN apk update && apk add make git [2020-07-24T17:46:12.949Z] Removing intermediate container 8414e371b064 [2020-07-24T17:46:12.949Z] ---> 200597f45221 [2020-07-24T17:46:12.949Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:46:12.949Z] Removing intermediate container c91d2c2e63bb [2020-07-24T17:46:12.949Z] ---> e5514bf4e780 [2020-07-24T17:46:12.949Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:46:12.949Z] Removing intermediate container c31d2e326e63 [2020-07-24T17:46:12.949Z] ---> 54bb56db83ef [2020-07-24T17:46:12.949Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:46:12.949Z] ---> Running in 0a71df1b8bff [2020-07-24T17:46:12.949Z] ---> Running in 2eca37c4dabe [2020-07-24T17:46:12.949Z] ---> Running in edcd7826e33d [2020-07-24T17:46:12.949Z] ---> Running in d206c3c978ba [2020-07-24T17:46:12.949Z] ---> Running in 2eff24f6cde8 [2020-07-24T17:46:12.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:12.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:12.949Z] Removing intermediate container 0a71df1b8bff [2020-07-24T17:46:12.949Z] ---> 8d40859fde6c [2020-07-24T17:46:12.949Z] Step 5/20 : RUN apk update && apk add make git [2020-07-24T17:46:12.949Z] Removing intermediate container edcd7826e33d [2020-07-24T17:46:12.949Z] ---> 12b4c0aace0c [2020-07-24T17:46:12.949Z] Step 5/26 : RUN apk update && apk add make git [2020-07-24T17:46:13.221Z] ---> Running in f096d2439dfd [2020-07-24T17:46:13.494Z] ---> Running in 7b166e4fdb77 [2020-07-24T17:46:13.494Z] Removing intermediate container d206c3c978ba [2020-07-24T17:46:13.494Z] ---> 7b69827454a0 [2020-07-24T17:46:13.494Z] Step 5/21 : RUN apk update && apk add make git [2020-07-24T17:46:13.494Z] Removing intermediate container 2eff24f6cde8 [2020-07-24T17:46:13.494Z] ---> 5176519f31fc [2020-07-24T17:46:13.494Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-24T17:46:13.785Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:46:13.785Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:46:13.785Z] OK: 12620 distinct packages available [2020-07-24T17:46:13.785Z] ---> Running in fdd2aeb55871 [2020-07-24T17:46:13.785Z] ---> Running in 635e21eb5411 [2020-07-24T17:46:14.774Z] OK: 217 MiB in 51 packages [2020-07-24T17:46:15.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:16.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:16.307Z] Removing intermediate container 2eca37c4dabe [2020-07-24T17:46:16.307Z] ---> af44e45b873f [2020-07-24T17:46:16.307Z] Step 5/29 : COPY go.mod . [2020-07-24T17:46:16.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:16.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:16.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:16.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:17.458Z] ---> bbd8eca9175a [2020-07-24T17:46:17.458Z] Step 6/29 : RUN go mod download [2020-07-24T17:46:17.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:17.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:46:17.740Z] ---> Running in e5c674795d10 [2020-07-24T17:46:18.014Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:46:18.014Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:46:18.014Z] OK: 12620 distinct packages available [2020-07-24T17:46:18.014Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:46:18.014Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:46:18.014Z] OK: 12620 distinct packages available [2020-07-24T17:46:18.615Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:46:18.615Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:46:18.615Z] OK: 12620 distinct packages available [2020-07-24T17:46:18.896Z] OK: 217 MiB in 51 packages [2020-07-24T17:46:18.896Z] OK: 217 MiB in 51 packages [2020-07-24T17:46:19.523Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:46:19.523Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:46:19.523Z] OK: 12620 distinct packages available [2020-07-24T17:46:19.523Z] OK: 217 MiB in 51 packages [2020-07-24T17:46:20.516Z] OK: 217 MiB in 51 packages [2020-07-24T17:46:21.120Z] Removing intermediate container f096d2439dfd [2020-07-24T17:46:21.120Z] ---> 6525a3b5c96a [2020-07-24T17:46:21.120Z] Step 6/20 : COPY go.mod . [2020-07-24T17:46:21.120Z] Removing intermediate container 7b166e4fdb77 [2020-07-24T17:46:21.120Z] ---> 7ed731bf8021 [2020-07-24T17:46:21.120Z] Step 6/26 : COPY go.mod . [2020-07-24T17:46:21.394Z] Removing intermediate container 635e21eb5411 [2020-07-24T17:46:21.394Z] ---> 36388275b484 [2020-07-24T17:46:21.394Z] Step 6/21 : COPY go.mod . [2020-07-24T17:46:22.374Z] ---> 2693b2dd3d66 [2020-07-24T17:46:22.374Z] Step 7/20 : RUN go mod download [2020-07-24T17:46:22.374Z] Removing intermediate container fdd2aeb55871 [2020-07-24T17:46:22.374Z] ---> 80c66cf44b37 [2020-07-24T17:46:22.374Z] Step 6/23 : COPY go.mod . [2020-07-24T17:46:22.374Z] ---> 57dd86d0556f [2020-07-24T17:46:22.374Z] Step 7/26 : RUN go mod download [2020-07-24T17:46:22.374Z] Removing intermediate container e5c674795d10 [2020-07-24T17:46:22.374Z] ---> 5b3a53cc8370 [2020-07-24T17:46:22.374Z] Step 7/29 : COPY . . [2020-07-24T17:46:22.374Z] ---> Running in 8ccb1f027f35 [2020-07-24T17:46:22.654Z] ---> Running in 80649905263a [2020-07-24T17:46:22.654Z] ---> 7cd5426a5f04 [2020-07-24T17:46:22.654Z] Step 7/21 : RUN go mod download [2020-07-24T17:46:22.929Z] ---> Running in 5be4cff9cc1d [2020-07-24T17:46:23.203Z] ---> 96c5687f823d [2020-07-24T17:46:23.485Z] Step 7/23 : RUN go mod download [2020-07-24T17:46:23.767Z] ---> Running in a2eaf653886e [2020-07-24T17:46:30.488Z] Removing intermediate container 80649905263a [2020-07-24T17:46:30.488Z] ---> 0ba1ed80a02e [2020-07-24T17:46:30.488Z] Step 8/26 : COPY . . [2020-07-24T17:46:30.488Z] Removing intermediate container 5be4cff9cc1d [2020-07-24T17:46:30.488Z] ---> 4e728dd88512 [2020-07-24T17:46:30.488Z] Step 8/21 : COPY . . [2020-07-24T17:46:30.488Z] Removing intermediate container a2eaf653886e [2020-07-24T17:46:30.488Z] ---> 2fbc0c41b523 [2020-07-24T17:46:30.488Z] Step 8/23 : COPY . . [2020-07-24T17:46:30.488Z] Removing intermediate container 8ccb1f027f35 [2020-07-24T17:46:30.488Z] ---> f53b80e2e4f5 [2020-07-24T17:46:30.488Z] Step 8/20 : COPY . . [2020-07-24T17:47:02.845Z] ---> 0d76382e84d8 [2020-07-24T17:47:02.845Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-24T17:47:02.845Z] ---> 90c0718483db [2020-07-24T17:47:02.845Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-24T17:47:02.845Z] ---> 2b9f37ffc6d9 [2020-07-24T17:47:02.845Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-24T17:47:02.845Z] ---> Running in 42cf81b1395c [2020-07-24T17:47:02.845Z] ---> c7565518d7df [2020-07-24T17:47:02.845Z] 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-24T17:47:02.845Z] ---> 2f02f0d35479 [2020-07-24T17:47:02.845Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-24T17:47:02.845Z] ---> Running in 4b1efe38a407 [2020-07-24T17:47:02.845Z] ---> Running in 71a368be1968 [2020-07-24T17:47:02.845Z] ---> Running in e05b57437038 [2020-07-24T17:47:02.845Z] ---> Running in 33fa163ddf54 [2020-07-24T17:47:02.845Z] 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-24T17:47:02.845Z] 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-24T17:47:02.845Z] 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-24T17:47:02.845Z] 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-24T17:47:02.845Z] 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-24T17:48:24.614Z] 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-24T17:48:24.614Z] Removing intermediate container 42cf81b1395c [2020-07-24T17:48:24.614Z] ---> f4f6319e9488 [2020-07-24T17:48:24.614Z] [2020-07-24T17:48:24.614Z] Step 9/29 : FROM alpine:latest [2020-07-24T17:48:24.614Z] latest: Pulling from library/alpine [2020-07-24T17:48:24.614Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-24T17:48:24.614Z] Status: Downloaded newer image for alpine:latest [2020-07-24T17:48:24.614Z] ---> 62ee0e9f8440 [2020-07-24T17:48:24.614Z] 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-24T17:48:24.614Z] ---> Running in 5c2a3d2fbf65 [2020-07-24T17:48:24.614Z] Removing intermediate container 5c2a3d2fbf65 [2020-07-24T17:48:24.614Z] ---> 3c34fb5d8445 [2020-07-24T17:48:24.614Z] Step 11/29 : USER root [2020-07-24T17:48:24.614Z] ---> Running in 66c15dc6a07d [2020-07-24T17:48:24.614Z] Removing intermediate container 66c15dc6a07d [2020-07-24T17:48:24.614Z] ---> 6e266046e29e [2020-07-24T17:48:24.614Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-24T17:48:24.614Z] ---> Running in 2afc800d8d14 [2020-07-24T17:48:24.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:48:24.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:48:24.614Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:48:24.614Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:48:24.614Z] OK: 12620 distinct packages available [2020-07-24T17:48:25.591Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-24T17:48:25.591Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-24T17:48:25.591Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:48:25.591Z] Executing ca-certificates-20191127-r4.trigger [2020-07-24T17:48:25.865Z] OK: 6 MiB in 16 packages [2020-07-24T17:48:28.519Z] Removing intermediate container 2afc800d8d14 [2020-07-24T17:48:28.519Z] ---> d4035d2be87f [2020-07-24T17:48:28.519Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-24T17:48:28.519Z] ---> Running in 494ce8825faa [2020-07-24T17:48:29.123Z] Removing intermediate container 494ce8825faa [2020-07-24T17:48:29.123Z] ---> 8f1bbcb6e1cb [2020-07-24T17:48:29.123Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-24T17:48:29.402Z] 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-24T17:48:29.402Z] ---> Running in 700c6138e27f [2020-07-24T17:48:30.006Z] Removing intermediate container 700c6138e27f [2020-07-24T17:48:30.294Z] ---> 22e90dd050be [2020-07-24T17:48:30.294Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-24T17:48:30.294Z] ---> Running in a8a6510fd8ba [2020-07-24T17:48:34.650Z] Removing intermediate container a8a6510fd8ba [2020-07-24T17:48:34.650Z] ---> eb702b465ab3 [2020-07-24T17:48:34.650Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-24T17:48:36.113Z] ---> 48bf313baf11 [2020-07-24T17:48:36.113Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-24T17:48:37.106Z] ---> dc782562df78 [2020-07-24T17:48:37.106Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-24T17:48:38.557Z] ---> 5948f2931a1b [2020-07-24T17:48:38.557Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-24T17:48:39.567Z] ---> cc64f50a813d [2020-07-24T17:48:39.846Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-24T17:48:40.852Z] ---> 796e32b9fb34 [2020-07-24T17:48:40.853Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-24T17:48:41.135Z] ---> Running in 7afdbc5546d1 [2020-07-24T17:48:45.483Z] Removing intermediate container e05b57437038 [2020-07-24T17:48:45.483Z] ---> e2a8a2e11770 [2020-07-24T17:48:45.483Z] [2020-07-24T17:48:45.483Z] Step 10/26 : FROM alpine:3.10 [2020-07-24T17:48:45.483Z] 3.10: Pulling from library/alpine [2020-07-24T17:48:46.267Z] Removing intermediate container 7afdbc5546d1 [2020-07-24T17:48:46.267Z] ---> 37fc5cb58020 [2020-07-24T17:48:46.267Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-24T17:48:47.337Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-24T17:48:47.337Z] Status: Downloaded newer image for alpine:3.10 [2020-07-24T17:48:47.337Z] ---> 536a684cf733 [2020-07-24T17:48:47.337Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-24T17:48:47.953Z] ---> Running in c7ff498b2587 [2020-07-24T17:48:48.231Z] ---> b696f5c9a2b6 [2020-07-24T17:48:48.231Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-24T17:48:48.510Z] ---> Running in eb6d869f20b2 [2020-07-24T17:48:51.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:48:51.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:48:52.033Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-24T17:48:52.033Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-24T17:48:52.034Z] OK: 10167 distinct packages available [2020-07-24T17:48:52.632Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-24T17:48:52.632Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-24T17:48:52.632Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-24T17:48:52.632Z] (4/5) Installing curl (7.66.0-r0) [2020-07-24T17:48:52.932Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-24T17:48:52.932Z] Executing busybox-1.30.1-r3.trigger [2020-07-24T17:48:52.932Z] Executing ca-certificates-20191127-r2.trigger [2020-07-24T17:48:52.932Z] Removing intermediate container eb6d869f20b2 [2020-07-24T17:48:52.932Z] ---> ce5c9236d667 [2020-07-24T17:48:52.932Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-24T17:48:52.932Z] OK: 7 MiB in 19 packages [2020-07-24T17:48:53.209Z] Removing intermediate container 71a368be1968 [2020-07-24T17:48:53.209Z] ---> f39abe33c7d7 [2020-07-24T17:48:53.209Z] [2020-07-24T17:48:53.209Z] Step 10/20 : FROM scratch [2020-07-24T17:48:53.209Z] ---> [2020-07-24T17:48:53.209Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:48:54.629Z] ---> Running in b015d7f6a9a8 [2020-07-24T17:48:54.630Z] ---> Running in e7e8a60214cc [2020-07-24T17:48:54.904Z] Removing intermediate container 33fa163ddf54 [2020-07-24T17:48:54.904Z] ---> b6d93e43405c [2020-07-24T17:48:54.904Z] [2020-07-24T17:48:54.904Z] Step 10/23 : FROM scratch [2020-07-24T17:48:54.904Z] ---> [2020-07-24T17:48:54.904Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-24T17:48:55.178Z] ---> Running in 7dba1b442036 [2020-07-24T17:48:55.458Z] Removing intermediate container b015d7f6a9a8 [2020-07-24T17:48:55.458Z] ---> b9dff9463a2a [2020-07-24T17:48:55.458Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-24T17:48:55.458Z] ---> Running in 83881b594587 [2020-07-24T17:48:56.056Z] Removing intermediate container 7dba1b442036 [2020-07-24T17:48:56.056Z] ---> 582b44584dd9 [2020-07-24T17:48:56.056Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-24T17:48:56.335Z] Removing intermediate container 83881b594587 [2020-07-24T17:48:56.335Z] ---> 10a8b0a6fce3 [2020-07-24T17:48:56.335Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-24T17:48:56.335Z] ---> Running in cceca51533ae [2020-07-24T17:48:56.611Z] ---> Running in 20b4aefc5e2f [2020-07-24T17:48:56.886Z] Removing intermediate container c7ff498b2587 [2020-07-24T17:48:56.886Z] ---> b7f36e6b7126 [2020-07-24T17:48:56.886Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-24T17:48:57.158Z] Removing intermediate container cceca51533ae [2020-07-24T17:48:57.158Z] ---> b94e00fd0bad [2020-07-24T17:48:57.158Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-24T17:48:57.752Z] ---> Running in 4d776d27f1f8 [2020-07-24T17:48:57.752Z] ---> Running in 35c86a3ea2fb [2020-07-24T17:48:57.752Z] Removing intermediate container 20b4aefc5e2f [2020-07-24T17:48:57.752Z] ---> 0a40152e4e92 [2020-07-24T17:48:57.752Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-24T17:48:58.357Z] Removing intermediate container 4d776d27f1f8 [2020-07-24T17:48:58.357Z] ---> da95f901351a [2020-07-24T17:48:58.357Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-24T17:48:58.357Z] Removing intermediate container 35c86a3ea2fb [2020-07-24T17:48:58.357Z] ---> 5c5be538dc2e [2020-07-24T17:48:58.357Z] Step 13/26 : WORKDIR / [2020-07-24T17:48:58.632Z] ---> Running in fd3870885383 [2020-07-24T17:48:58.906Z] ---> 4ecac5201c92 [2020-07-24T17:48:58.906Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-24T17:48:58.906Z] Removing intermediate container e7e8a60214cc [2020-07-24T17:48:58.906Z] ---> 6930a7ea4a75 [2020-07-24T17:48:59.177Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-24T17:48:59.177Z] Removing intermediate container 4b1efe38a407 [2020-07-24T17:48:59.177Z] ---> d25c59f04e08 [2020-07-24T17:48:59.177Z] [2020-07-24T17:48:59.177Z] Step 10/21 : FROM scratch [2020-07-24T17:48:59.177Z] ---> [2020-07-24T17:48:59.177Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:48:59.177Z] Removing intermediate container fd3870885383 [2020-07-24T17:48:59.177Z] ---> f8e7bd472d5a [2020-07-24T17:48:59.177Z] 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-24T17:48:59.453Z] ---> Running in 7aedc264dbb1 [2020-07-24T17:48:59.453Z] ---> Using cache [2020-07-24T17:48:59.453Z] ---> b9dff9463a2a [2020-07-24T17:48:59.453Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-24T17:48:59.736Z] ---> e656b1b803c0 [2020-07-24T17:48:59.736Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-24T17:48:59.736Z] ---> Running in 542b8772d80c [2020-07-24T17:49:00.011Z] Removing intermediate container 7aedc264dbb1 [2020-07-24T17:49:00.011Z] ---> 5f6eafc2f493 [2020-07-24T17:49:00.011Z] Step 26/29 : CMD [ "generate" ] [2020-07-24T17:49:00.606Z] ---> Running in 6968ebf18ec0 [2020-07-24T17:49:00.606Z] Removing intermediate container 542b8772d80c [2020-07-24T17:49:00.606Z] ---> 1a9cbb4df050 [2020-07-24T17:49:00.606Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-24T17:49:00.606Z] ---> f9abd4f6a913 [2020-07-24T17:49:00.606Z] 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-24T17:49:00.606Z] ---> 9f287f1304bf [2020-07-24T17:49:00.606Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-24T17:49:00.606Z] ---> Running in 03b0beaa494a [2020-07-24T17:49:01.209Z] Removing intermediate container 6968ebf18ec0 [2020-07-24T17:49:01.209Z] ---> 3f1222fc43db [2020-07-24T17:49:01.209Z] Step 27/29 : LABEL arch=arm64 [2020-07-24T17:49:01.209Z] ---> 5305f2172bcf [2020-07-24T17:49:01.209Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-24T17:49:01.209Z] ---> Running in 5005ce9b291f [2020-07-24T17:49:01.488Z] Removing intermediate container 03b0beaa494a [2020-07-24T17:49:01.488Z] ---> 3ac0824a47ea [2020-07-24T17:49:01.488Z] Step 14/21 : WORKDIR / [2020-07-24T17:49:01.488Z] ---> Running in e09606aeccbe [2020-07-24T17:49:01.488Z] ---> 5377a78b76c7 [2020-07-24T17:49:01.488Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-24T17:49:01.764Z] ---> f9de72c1a58a [2020-07-24T17:49:01.764Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:49:01.764Z] Removing intermediate container 5005ce9b291f [2020-07-24T17:49:01.764Z] ---> cf6f35bd467e [2020-07-24T17:49:01.764Z] Step 28/29 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:49:02.358Z] ---> Running in 2339662be1e2 [2020-07-24T17:49:02.358Z] ---> Running in 029f5f50ab13 [2020-07-24T17:49:02.628Z] Removing intermediate container e09606aeccbe [2020-07-24T17:49:02.628Z] ---> 9d94c221b11b [2020-07-24T17:49:02.628Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-24T17:49:02.628Z] ---> 110c45997a87 [2020-07-24T17:49:02.628Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-24T17:49:02.900Z] Removing intermediate container 2339662be1e2 [2020-07-24T17:49:02.900Z] ---> e6e0ad678d5a [2020-07-24T17:49:02.900Z] Step 18/20 : LABEL arch=arm64 [2020-07-24T17:49:02.900Z] ---> 9b5c9aaefafb [2020-07-24T17:49:02.900Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-24T17:49:03.173Z] Removing intermediate container 029f5f50ab13 [2020-07-24T17:49:03.173Z] ---> 521211debb86 [2020-07-24T17:49:03.173Z] Step 29/29 : LABEL version=0.0.0 [2020-07-24T17:49:03.173Z] ---> Running in eddef707aa04 [2020-07-24T17:49:03.173Z] ---> Running in 8195ee0a6d7b [2020-07-24T17:49:03.446Z] ---> bacbf6a54a53 [2020-07-24T17:49:03.446Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-24T17:49:03.446Z] ---> cb0ae63860ad [2020-07-24T17:49:03.446Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-24T17:49:03.718Z] Removing intermediate container 8195ee0a6d7b [2020-07-24T17:49:03.718Z] ---> 618939d9aaf9 [2020-07-24T17:49:03.718Z] [2020-07-24T17:49:03.718Z] Removing intermediate container eddef707aa04 [2020-07-24T17:49:03.718Z] ---> 8744f86645e5 [2020-07-24T17:49:03.718Z] Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:49:03.718Z] ---> 35eb814ce7e5 [2020-07-24T17:49:03.996Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-24T17:49:04.271Z] ---> Running in df657f72cc7e [2020-07-24T17:49:04.548Z] Successfully built 618939d9aaf9 [2020-07-24T17:49:04.548Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-24T17:49:04.548Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-07-24T17:49:05.152Z] Removing intermediate container df657f72cc7e [2020-07-24T17:49:05.152Z] ---> f4cd550aed4e [2020-07-24T17:49:05.152Z] Step 20/20 : LABEL version=0.0.0 ---> d5fdedfe92d1 [2020-07-24T17:49:05.152Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-24T17:49:05.152Z] [2020-07-24T17:49:05.761Z] ---> Running in 7d54f446ef14 [2020-07-24T17:49:06.361Z] ---> 02f3f8714c28 [2020-07-24T17:49:06.361Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-24T17:49:06.361Z] ---> efde6ce24690 [2020-07-24T17:49:06.361Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-24T17:49:07.365Z] Removing intermediate container 7d54f446ef14 [2020-07-24T17:49:07.365Z] ---> ea2117228863 [2020-07-24T17:49:07.365Z] [2020-07-24T17:49:07.365Z] ---> c04133ee00cb [2020-07-24T17:49:07.365Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-24T17:49:07.969Z] Successfully built ea2117228863 [2020-07-24T17:49:07.969Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-24T17:49:07.969Z] Building docker-core-data-go [2020-07-24T17:49:08.241Z]  Building docker-support-scheduler-go ... done  ---> 8027ac553758 [2020-07-24T17:49:08.241Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:49:08.241Z] ---> 9b63b27a9a5b [2020-07-24T17:49:08.241Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:49:08.836Z] ---> Running in e1476ca32a39 [2020-07-24T17:49:08.836Z] ---> Running in 3e487734b0d7 [2020-07-24T17:49:08.836Z] ---> fcfc56405646 [2020-07-24T17:49:08.836Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-24T17:49:10.821Z] Removing intermediate container e1476ca32a39 [2020-07-24T17:49:10.821Z] Removing intermediate container 3e487734b0d7 [2020-07-24T17:49:10.821Z] ---> dc917c8240b5 [2020-07-24T17:49:10.821Z] ---> a3f5bdd193e7 [2020-07-24T17:49:10.821Z] Step 21/23 : LABEL arch=arm64 [2020-07-24T17:49:10.821Z] Step 19/21 : LABEL arch=arm64 [2020-07-24T17:49:11.801Z] ---> c0f657161b4f [2020-07-24T17:49:11.801Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-24T17:49:12.396Z] ---> Running in b6fe946861d4 [2020-07-24T17:49:12.396Z] ---> Running in b3b2c9fd0f52 [2020-07-24T17:49:12.677Z] ---> Running in b57269f4ad86 [2020-07-24T17:49:14.114Z] Removing intermediate container b3b2c9fd0f52 [2020-07-24T17:49:14.114Z] ---> 0edda37a7a11 [2020-07-24T17:49:14.114Z] Step 22/23 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:49:14.114Z] Removing intermediate container b6fe946861d4 [2020-07-24T17:49:14.114Z] ---> 9ee287ce43c1 [2020-07-24T17:49:14.114Z] Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:49:14.716Z] ---> Running in 011487b982ec [2020-07-24T17:49:14.716Z] ---> Running in 0c898025162b [2020-07-24T17:49:15.317Z] Removing intermediate container 011487b982ec [2020-07-24T17:49:15.317Z] ---> 2c567be51572 [2020-07-24T17:49:15.317Z] Step 23/23 : LABEL version=0.0.0 [2020-07-24T17:49:15.317Z] Removing intermediate container 0c898025162b [2020-07-24T17:49:15.317Z] ---> 44eb75c12fca [2020-07-24T17:49:15.317Z] Step 21/21 : LABEL version=0.0.0 [2020-07-24T17:49:15.921Z] ---> Running in dbd9dd260bef [2020-07-24T17:49:15.921Z] ---> Running in 3d49064e4c7c [2020-07-24T17:49:17.364Z] Removing intermediate container dbd9dd260bef [2020-07-24T17:49:17.364Z] ---> 473a76497dc4 [2020-07-24T17:49:17.364Z] [2020-07-24T17:49:17.364Z] Removing intermediate container 3d49064e4c7c [2020-07-24T17:49:17.364Z] ---> 57661ba265b7 [2020-07-24T17:49:17.364Z] [2020-07-24T17:49:17.962Z] Successfully built 57661ba265b7 [2020-07-24T17:49:17.962Z] Successfully built 473a76497dc4 [2020-07-24T17:49:18.932Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-24T17:49:18.932Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-24T17:49:18.932Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-07-24T17:49:18.932Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-24T17:49:18.932Z] Removing intermediate container b57269f4ad86 [2020-07-24T17:49:18.932Z] ---> b0a683c5ec7d [2020-07-24T17:49:18.933Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-24T17:49:19.218Z] ---> Running in 0048deeb6922 [2020-07-24T17:49:19.809Z] Removing intermediate container 0048deeb6922 [2020-07-24T17:49:19.809Z] ---> 2a424d81ba0d [2020-07-24T17:49:19.809Z] Step 24/26 : LABEL arch=arm64 [2020-07-24T17:49:20.080Z] ---> Running in 9d48d39733eb [2020-07-24T17:49:20.702Z] Removing intermediate container 9d48d39733eb [2020-07-24T17:49:20.702Z] ---> 7c12d41e22d8 [2020-07-24T17:49:20.702Z] Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:49:20.999Z] ---> Running in 49de07c4efa8 [2020-07-24T17:49:22.464Z] Removing intermediate container 49de07c4efa8 [2020-07-24T17:49:22.464Z] ---> 20435a0d2058 [2020-07-24T17:49:22.464Z] Step 26/26 : LABEL version=0.0.0 [2020-07-24T17:49:22.732Z] ---> Running in 644dd20d0597 [2020-07-24T17:49:23.327Z] Removing intermediate container 644dd20d0597 [2020-07-24T17:49:23.327Z] ---> 525b727aaca5 [2020-07-24T17:49:23.327Z] [2020-07-24T17:49:23.922Z] Successfully built 525b727aaca5 [2020-07-24T17:49:23.922Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-24T17:49:23.922Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-07-24T17:50:20.420Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:50:20.420Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:50:20.420Z] ---> ae8707223463 [2020-07-24T17:50:20.420Z] Step 3/21 : WORKDIR /edgex-go [2020-07-24T17:50:20.420Z] ---> Using cache [2020-07-24T17:50:20.420Z] ---> 54bb56db83ef [2020-07-24T17:50:20.420Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:50:20.420Z] ---> Using cache [2020-07-24T17:50:20.420Z] ---> 5176519f31fc [2020-07-24T17:50:20.420Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-24T17:50:22.400Z] ---> Running in 37b5fd8b6972 [2020-07-24T17:50:23.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:24.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:25.786Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:50:25.786Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:50:25.786Z] OK: 12620 distinct packages available [2020-07-24T17:50:26.390Z] OK: 217 MiB in 51 packages [2020-07-24T17:50:27.366Z] OK: 217 MiB in 51 packages [2020-07-24T17:50:28.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:50:28.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:50:28.810Z] ---> ae8707223463 [2020-07-24T17:50:28.810Z] Step 3/22 : WORKDIR /edgex-go [2020-07-24T17:50:28.810Z] ---> Using cache [2020-07-24T17:50:28.810Z] ---> 54bb56db83ef [2020-07-24T17:50:28.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:50:28.810Z] ---> Using cache [2020-07-24T17:50:28.810Z] ---> 5176519f31fc [2020-07-24T17:50:28.810Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-24T17:50:29.795Z] ---> Running in cc43c91038fa [2020-07-24T17:50:31.231Z] Removing intermediate container 37b5fd8b6972 [2020-07-24T17:50:31.231Z] ---> 05a6693511a7 [2020-07-24T17:50:31.231Z] Step 6/21 : COPY go.mod . [2020-07-24T17:50:31.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:32.423Z] ---> e80587947f90 [2020-07-24T17:50:32.423Z] Step 7/21 : RUN go mod download [2020-07-24T17:50:32.423Z] ---> Running in e30e850fdc5f [2020-07-24T17:50:32.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:33.670Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:50:33.670Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:50:33.670Z] OK: 12620 distinct packages available [2020-07-24T17:50:34.269Z] OK: 217 MiB in 51 packages [2020-07-24T17:50:36.894Z] Removing intermediate container cc43c91038fa [2020-07-24T17:50:36.894Z] ---> f552c86da84c [2020-07-24T17:50:36.894Z] Step 6/22 : COPY go.mod . [2020-07-24T17:50:37.166Z] Removing intermediate container e30e850fdc5f [2020-07-24T17:50:37.166Z] ---> 94eb6fca35c2 [2020-07-24T17:50:37.166Z] Step 8/21 : COPY . . [2020-07-24T17:50:37.760Z] ---> 80071cae6861 [2020-07-24T17:50:37.760Z] Step 7/22 : RUN go mod download [2020-07-24T17:50:38.354Z] ---> Running in ebfea5e04258 [2020-07-24T17:50:41.761Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:50:41.761Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:50:41.761Z] ---> ae8707223463 [2020-07-24T17:50:41.761Z] Step 3/21 : WORKDIR /edgex-go [2020-07-24T17:50:41.761Z] ---> Using cache [2020-07-24T17:50:41.761Z] ---> 54bb56db83ef [2020-07-24T17:50:41.761Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:50:41.761Z] ---> Using cache [2020-07-24T17:50:41.761Z] ---> 5176519f31fc [2020-07-24T17:50:41.761Z] Step 5/21 : RUN apk update && apk add make git [2020-07-24T17:50:41.761Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:50:41.761Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:50:42.032Z] ---> ae8707223463 [2020-07-24T17:50:42.032Z] Step 3/26 : WORKDIR /edgex-go [2020-07-24T17:50:42.032Z] ---> Using cache [2020-07-24T17:50:42.032Z] ---> 54bb56db83ef [2020-07-24T17:50:42.032Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:50:42.032Z] ---> Using cache [2020-07-24T17:50:42.032Z] ---> 5176519f31fc [2020-07-24T17:50:42.032Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-24T17:50:42.633Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-24T17:50:42.633Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-24T17:50:42.633Z] ---> ae8707223463 [2020-07-24T17:50:42.633Z] Step 3/20 : WORKDIR /edgex-go [2020-07-24T17:50:42.633Z] ---> Using cache [2020-07-24T17:50:42.633Z] ---> 54bb56db83ef [2020-07-24T17:50:42.633Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:50:42.633Z] ---> Using cache [2020-07-24T17:50:42.633Z] ---> 5176519f31fc [2020-07-24T17:50:42.633Z] Step 5/20 : RUN apk update && apk add make git [2020-07-24T17:50:44.096Z] ---> Running in 02788e8fbe92 [2020-07-24T17:50:44.096Z] ---> Running in 550ae295ff55 [2020-07-24T17:50:44.096Z] ---> Running in 4586df5e9731 [2020-07-24T17:50:44.372Z] Removing intermediate container ebfea5e04258 [2020-07-24T17:50:44.372Z] ---> 87c393bd57be [2020-07-24T17:50:44.372Z] Step 8/22 : COPY . . [2020-07-24T17:50:46.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:46.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:46.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:47.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:47.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:47.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:50:48.368Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:50:48.368Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:50:48.368Z] OK: 12620 distinct packages available [2020-07-24T17:50:48.642Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:50:48.642Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:50:48.642Z] OK: 12620 distinct packages available [2020-07-24T17:50:48.916Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:50:48.916Z] v3.12.0-179-gc1e97b6747 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:50:48.916Z] OK: 12620 distinct packages available [2020-07-24T17:50:49.192Z] OK: 217 MiB in 51 packages [2020-07-24T17:50:49.465Z] OK: 217 MiB in 51 packages [2020-07-24T17:50:49.739Z] OK: 217 MiB in 51 packages [2020-07-24T17:50:56.487Z] Removing intermediate container 550ae295ff55 [2020-07-24T17:50:56.487Z] ---> a01488dd53cc [2020-07-24T17:50:56.487Z] Step 6/20 : COPY go.mod . [2020-07-24T17:50:56.487Z] Removing intermediate container 4586df5e9731 [2020-07-24T17:50:56.487Z] ---> 7372e7db62b1 [2020-07-24T17:50:56.487Z] Step 6/21 : COPY go.mod . [2020-07-24T17:50:56.487Z] Removing intermediate container 02788e8fbe92 [2020-07-24T17:50:56.487Z] ---> 4c1d66df515d [2020-07-24T17:50:56.487Z] Step 6/26 : COPY go.mod . [2020-07-24T17:50:57.476Z] ---> 22c00c52105e [2020-07-24T17:50:57.476Z] Step 7/21 : RUN go mod download [2020-07-24T17:50:57.759Z] ---> fdd74ecd0f4a [2020-07-24T17:50:57.759Z] Step 7/20 : RUN go mod download [2020-07-24T17:50:57.759Z] ---> 89941a8e3492 [2020-07-24T17:50:57.759Z] Step 7/26 : RUN go mod download [2020-07-24T17:50:57.759Z] ---> Running in d5c11d10e7d4 [2020-07-24T17:50:57.759Z] ---> Running in 188ca15d0040 [2020-07-24T17:50:58.042Z] ---> Running in a37627a61928 [2020-07-24T17:50:59.022Z] ---> 072e007aa12d [2020-07-24T17:50:59.022Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-24T17:50:59.618Z] ---> Running in 5526e3d2a177 [2020-07-24T17:51:02.263Z] 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-24T17:51:03.241Z] Removing intermediate container d5c11d10e7d4 [2020-07-24T17:51:03.241Z] ---> 2ded140b337f [2020-07-24T17:51:03.241Z] Step 8/21 : COPY . . [2020-07-24T17:51:04.239Z] Removing intermediate container 188ca15d0040 [2020-07-24T17:51:04.239Z] ---> c0474b25a78d [2020-07-24T17:51:04.239Z] Step 8/20 : COPY . . [2020-07-24T17:51:04.838Z] Removing intermediate container a37627a61928 [2020-07-24T17:51:04.838Z] ---> 318db832bd39 [2020-07-24T17:51:04.838Z] Step 8/26 : COPY . . [2020-07-24T17:51:13.122Z] ---> a23d2086dac3 [2020-07-24T17:51:13.122Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-24T17:51:15.162Z] ---> Running in a249957f4af3 [2020-07-24T17:51:17.809Z] 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-24T17:51:50.221Z] ---> de977845649e [2020-07-24T17:51:50.221Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-24T17:51:50.221Z] ---> Running in afeaeca78886 [2020-07-24T17:51:50.221Z] ---> cdcd38ec3c20 [2020-07-24T17:51:50.221Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-24T17:51:50.221Z] ---> 2c7d6dd29a69 [2020-07-24T17:51:50.221Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-24T17:51:50.221Z] ---> Running in 01398e4c2ea7 [2020-07-24T17:51:50.221Z] ---> Running in c1766a997b21 [2020-07-24T17:51:50.221Z] 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-24T17:51:50.221Z] 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-24T17:51:50.221Z] 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-24T17:52:05.339Z] Removing intermediate container 5526e3d2a177 [2020-07-24T17:52:05.339Z] ---> 540d741522de [2020-07-24T17:52:05.339Z] [2020-07-24T17:52:05.339Z] Step 10/21 : FROM scratch [2020-07-24T17:52:05.339Z] ---> [2020-07-24T17:52:05.339Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-24T17:52:05.339Z] ---> Using cache [2020-07-24T17:52:05.339Z] ---> 582b44584dd9 [2020-07-24T17:52:05.339Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-24T17:52:05.339Z] ---> Running in e647405c1da5 [2020-07-24T17:52:05.339Z] Removing intermediate container e647405c1da5 [2020-07-24T17:52:05.339Z] ---> 63f35cc8bac6 [2020-07-24T17:52:05.339Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-24T17:52:05.339Z] ---> Running in 2986e74d84e5 [2020-07-24T17:52:05.339Z] Removing intermediate container 2986e74d84e5 [2020-07-24T17:52:05.339Z] ---> 6e1cab89ac51 [2020-07-24T17:52:05.339Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-24T17:52:06.328Z] ---> 293cc53f6e33 [2020-07-24T17:52:06.328Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-24T17:52:07.322Z] ---> ceabaf4ab81c [2020-07-24T17:52:07.322Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-24T17:52:08.775Z] ---> 999e7fe7580f [2020-07-24T17:52:08.775Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-24T17:52:09.796Z] ---> cb0a1e3dbbc0 [2020-07-24T17:52:09.796Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:52:10.080Z] ---> Running in 5f49548cdd03 [2020-07-24T17:52:10.676Z] Removing intermediate container 5f49548cdd03 [2020-07-24T17:52:10.676Z] ---> 8343e2d3e3fd [2020-07-24T17:52:10.676Z] Step 19/21 : LABEL arch=arm64 [2020-07-24T17:52:10.676Z] ---> Running in 2934e8724e0d [2020-07-24T17:52:11.276Z] Removing intermediate container 2934e8724e0d [2020-07-24T17:52:11.276Z] ---> 922466f5b20f [2020-07-24T17:52:11.276Z] Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:52:11.556Z] ---> Running in 1900dbf196c8 [2020-07-24T17:52:12.161Z] Removing intermediate container 1900dbf196c8 [2020-07-24T17:52:12.161Z] ---> 77f85742ce74 [2020-07-24T17:52:12.161Z] Step 21/21 : LABEL version=0.0.0 [2020-07-24T17:52:12.161Z] ---> Running in d2fde13fd474 [2020-07-24T17:52:12.764Z] Removing intermediate container d2fde13fd474 [2020-07-24T17:52:12.764Z] ---> 8d7d23de7704 [2020-07-24T17:52:12.764Z] [2020-07-24T17:52:13.366Z] Successfully built 8d7d23de7704 [2020-07-24T17:52:13.366Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-24T17:53:10.202Z]  Building docker-support-logging-go ... done Removing intermediate container c1766a997b21 [2020-07-24T17:53:10.202Z] ---> ffb917948abc [2020-07-24T17:53:10.202Z] [2020-07-24T17:53:10.202Z] Step 10/20 : FROM alpine [2020-07-24T17:53:10.202Z] ---> 62ee0e9f8440 [2020-07-24T17:53:10.202Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-24T17:53:10.202Z] ---> Running in b14c33891a09 [2020-07-24T17:53:10.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:10.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:10.202Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-24T17:53:10.202Z] v3.12.0-179-gc1e97b6747 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-24T17:53:10.202Z] OK: 12620 distinct packages available [2020-07-24T17:53:10.202Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-24T17:53:10.202Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-24T17:53:10.202Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-24T17:53:10.202Z] (4/4) Installing curl (7.69.1-r0) [2020-07-24T17:53:10.202Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:53:10.202Z] Executing ca-certificates-20191127-r4.trigger [2020-07-24T17:53:10.202Z] OK: 7 MiB in 18 packages [2020-07-24T17:53:10.202Z] Removing intermediate container a249957f4af3 [2020-07-24T17:53:10.202Z] ---> cf2e1680b74b [2020-07-24T17:53:10.202Z] [2020-07-24T17:53:10.202Z] Step 10/22 : FROM alpine [2020-07-24T17:53:10.202Z] ---> 62ee0e9f8440 [2020-07-24T17:53:10.202Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:53:10.202Z] Removing intermediate container 01398e4c2ea7 [2020-07-24T17:53:10.202Z] ---> cadb97b7f3df [2020-07-24T17:53:10.202Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-24T17:53:10.202Z] ---> Running in 3f25b2d65f72 [2020-07-24T17:53:10.202Z] ---> Running in f26b2aef5294 [2020-07-24T17:53:10.478Z] Removing intermediate container b14c33891a09 [2020-07-24T17:53:10.478Z] ---> 8bb9e7344807 [2020-07-24T17:53:10.478Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-24T17:53:10.758Z] Removing intermediate container 3f25b2d65f72 [2020-07-24T17:53:10.758Z] ---> 39c8126bf881 [2020-07-24T17:53:10.758Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-24T17:53:10.758Z] ---> Running in f1aa0aaca0e3 [2020-07-24T17:53:10.758Z] ---> Running in 46e927cef53b [2020-07-24T17:53:11.368Z] Removing intermediate container f1aa0aaca0e3 [2020-07-24T17:53:11.368Z] ---> a24383e75d3f [2020-07-24T17:53:11.368Z] Step 13/20 : WORKDIR /edgex [2020-07-24T17:53:11.643Z] ---> Running in 45623e00b91a [2020-07-24T17:53:11.643Z] Removing intermediate container 46e927cef53b [2020-07-24T17:53:11.643Z] ---> 5d8bc81fb94d [2020-07-24T17:53:11.643Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-24T17:53:11.917Z] ---> Running in 83dbf416cb69 [2020-07-24T17:53:12.191Z] 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-24T17:53:12.191Z] Removing intermediate container 45623e00b91a [2020-07-24T17:53:12.191Z] ---> a264d30ef1b4 [2020-07-24T17:53:12.191Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-24T17:53:12.477Z] Removing intermediate container 83dbf416cb69 [2020-07-24T17:53:12.477Z] ---> 567bf49c7c49 [2020-07-24T17:53:12.477Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-24T17:53:12.750Z] ---> Running in a298897a2a3f [2020-07-24T17:53:13.356Z] ---> e010f8e01d00 [2020-07-24T17:53:13.356Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-24T17:53:14.805Z] ---> 41c4af9419b1 [2020-07-24T17:53:14.805Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-24T17:53:15.076Z] ---> Running in 3f06bd8ead0c [2020-07-24T17:53:16.070Z] Removing intermediate container 3f06bd8ead0c [2020-07-24T17:53:16.070Z] ---> 1bfa94860b63 [2020-07-24T17:53:16.070Z] Step 17/20 : CMD ["--init=true"] [2020-07-24T17:53:16.342Z] ---> Running in 1fd687ed880b [2020-07-24T17:53:16.622Z] Removing intermediate container a298897a2a3f [2020-07-24T17:53:16.622Z] ---> 63145c543cba [2020-07-24T17:53:16.622Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-24T17:53:16.622Z] Removing intermediate container f26b2aef5294 [2020-07-24T17:53:16.622Z] ---> fbb00fece584 [2020-07-24T17:53:16.622Z] [2020-07-24T17:53:16.622Z] Step 11/26 : FROM docker:latest [2020-07-24T17:53:16.622Z] ---> ce9d55ae87f1 [2020-07-24T17:53:16.622Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-24T17:53:16.892Z] ---> Running in 41c6a65bebc6 [2020-07-24T17:53:16.892Z] Removing intermediate container 1fd687ed880b [2020-07-24T17:53:16.892Z] ---> b289a1255350 [2020-07-24T17:53:16.892Z] Step 18/20 : LABEL arch=arm64 [2020-07-24T17:53:17.161Z] ---> Running in d67578faa76e [2020-07-24T17:53:17.432Z] ---> Running in c6ef01fe127f [2020-07-24T17:53:17.707Z] Removing intermediate container afeaeca78886 [2020-07-24T17:53:17.707Z] ---> a17df7ef112c [2020-07-24T17:53:17.981Z] [2020-07-24T17:53:17.981Z] Step 10/21 : FROM scratch [2020-07-24T17:53:17.981Z] ---> [2020-07-24T17:53:17.981Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-24T17:53:18.254Z] ---> Using cache [2020-07-24T17:53:18.254Z] ---> b9dff9463a2a [2020-07-24T17:53:18.254Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-24T17:53:18.254Z] Removing intermediate container c6ef01fe127f [2020-07-24T17:53:18.254Z] ---> db82e500d8df [2020-07-24T17:53:18.254Z] Step 19/20 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:53:18.254Z] ---> Running in c66e4fb1aff6 [2020-07-24T17:53:18.532Z] ---> Running in 6b9838c67622 [2020-07-24T17:53:18.804Z] Removing intermediate container c66e4fb1aff6 [2020-07-24T17:53:18.804Z] ---> 384771a31dc7 [2020-07-24T17:53:18.804Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-24T17:53:18.804Z] Removing intermediate container 6b9838c67622 [2020-07-24T17:53:18.804Z] ---> 9286c7beeb63 [2020-07-24T17:53:18.804Z] Step 20/20 : LABEL version=0.0.0 [2020-07-24T17:53:18.804Z] ---> Running in 21ac95168ec8 [2020-07-24T17:53:19.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:19.084Z] ---> Running in 65c41abfbf2f [2020-07-24T17:53:19.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:19.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:19.364Z] Removing intermediate container 21ac95168ec8 [2020-07-24T17:53:19.364Z] ---> 10833c282285 [2020-07-24T17:53:19.364Z] Step 14/21 : WORKDIR / [2020-07-24T17:53:19.364Z] ---> Running in beb512cd4936 [2020-07-24T17:53:19.633Z] Removing intermediate container 65c41abfbf2f [2020-07-24T17:53:19.633Z] ---> ccae70304429 [2020-07-24T17:53:19.633Z] [2020-07-24T17:53:19.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:19.904Z] (1/2) Installing readline (8.0.4-r0) [2020-07-24T17:53:19.904Z] (2/2) Installing bash (5.0.17-r0) [2020-07-24T17:53:19.904Z] Executing bash-5.0.17-r0.post-install [2020-07-24T17:53:19.904Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:53:19.904Z] OK: 12 MiB in 22 packages [2020-07-24T17:53:20.174Z] Successfully built ccae70304429 [2020-07-24T17:53:20.174Z] Removing intermediate container beb512cd4936 [2020-07-24T17:53:20.174Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-24T17:53:20.174Z]  Building docker-security-proxy-setup-go ... done  ---> 2a15918834f1 [2020-07-24T17:53:20.174Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-24T17:53:20.446Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-24T17:53:20.718Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-24T17:53:20.718Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-24T17:53:21.001Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-24T17:53:21.001Z] ---> 7be96788fb4a [2020-07-24T17:53:21.001Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-24T17:53:21.001Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-24T17:53:21.276Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:53:21.276Z] OK: 8 MiB in 19 packages [2020-07-24T17:53:21.276Z] Removing intermediate container d67578faa76e [2020-07-24T17:53:21.276Z] ---> 6255d4d22036 [2020-07-24T17:53:21.276Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-24T17:53:21.548Z] ---> Running in d7885680bab2 [2020-07-24T17:53:22.519Z] ---> 9a32a9660524 [2020-07-24T17:53:22.519Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-24T17:53:22.786Z] Removing intermediate container 41c6a65bebc6 [2020-07-24T17:53:22.786Z] ---> 79cd67724d1c [2020-07-24T17:53:22.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-24T17:53:23.374Z] ---> ceb83fb017b0 [2020-07-24T17:53:23.374Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:53:23.374Z] ---> Running in 6b2744500336 [2020-07-24T17:53:23.374Z] ---> 1fb741c5823c [2020-07-24T17:53:23.374Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-24T17:53:23.966Z] Removing intermediate container 6b2744500336 [2020-07-24T17:53:23.966Z] ---> 5414a275d788 [2020-07-24T17:53:23.966Z] Step 19/21 : LABEL arch=arm64 [2020-07-24T17:53:24.236Z] ---> Running in 95f8b825af73 [2020-07-24T17:53:24.837Z] Removing intermediate container 95f8b825af73 [2020-07-24T17:53:24.837Z] Removing intermediate container d7885680bab2 [2020-07-24T17:53:24.837Z] ---> 60228cda3989 [2020-07-24T17:53:24.837Z] ---> b9cb8a1961f4 [2020-07-24T17:53:24.837Z] Step 20/21 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-24T17:53:24.837Z] [2020-07-24T17:53:24.837Z] ---> e7fdf1efbdd2 [2020-07-24T17:53:24.837Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-24T17:53:24.837Z] ---> Running in 8eb92a636b1c [2020-07-24T17:53:24.837Z] ---> Running in 767a334ddc52 [2020-07-24T17:53:25.430Z] Removing intermediate container 767a334ddc52 [2020-07-24T17:53:25.430Z] ---> 5ba727a8ca13 [2020-07-24T17:53:25.430Z] Step 21/21 : LABEL version=0.0.0 [2020-07-24T17:53:25.430Z] Removing intermediate container 8eb92a636b1c [2020-07-24T17:53:25.430Z] ---> 08939a109442 [2020-07-24T17:53:25.430Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-24T17:53:25.699Z] ---> Running in ced3bdf58c84 [2020-07-24T17:53:25.699Z] ---> Running in 84f6540f7752 [2020-07-24T17:53:25.699Z] ---> 7db1c48f043f [2020-07-24T17:53:25.699Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:53:25.699Z] ---> Running in d86b4213153f [2020-07-24T17:53:26.288Z] Removing intermediate container 84f6540f7752 [2020-07-24T17:53:26.288Z] ---> 1a1b6495c9c3 [2020-07-24T17:53:26.288Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-24T17:53:26.288Z] Removing intermediate container ced3bdf58c84 [2020-07-24T17:53:26.288Z] ---> 14d795b69a69 [2020-07-24T17:53:26.288Z] [2020-07-24T17:53:26.288Z] Removing intermediate container d86b4213153f [2020-07-24T17:53:26.288Z] ---> 1532544e1f59 [2020-07-24T17:53:26.288Z] Step 20/22 : LABEL arch=arm64 [2020-07-24T17:53:26.288Z] ---> Running in 6c40bfed201b [2020-07-24T17:53:26.881Z] ---> Running in e5bb896af43b [2020-07-24T17:53:26.881Z] Successfully built 14d795b69a69 [2020-07-24T17:53:26.881Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-24T17:53:26.881Z]  Building docker-core-command-go ... done Removing intermediate container 6c40bfed201b [2020-07-24T17:53:26.881Z] ---> f72bdc071d1d [2020-07-24T17:53:26.881Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-24T17:53:27.156Z] Removing intermediate container e5bb896af43b [2020-07-24T17:53:27.156Z] ---> 7db421bdd9e0 [2020-07-24T17:53:27.156Z] Step 21/22 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:53:27.428Z] ---> Running in 1fbe2db532ed [2020-07-24T17:53:28.021Z] Removing intermediate container 1fbe2db532ed [2020-07-24T17:53:28.021Z] ---> 0fe825b64305 [2020-07-24T17:53:28.021Z] Step 22/22 : LABEL version=0.0.0 [2020-07-24T17:53:28.021Z] ---> d933e0cac85f [2020-07-24T17:53:28.021Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-24T17:53:28.295Z] ---> Running in daa0365a547d [2020-07-24T17:53:28.890Z] Removing intermediate container daa0365a547d [2020-07-24T17:53:28.890Z] ---> d1712a7078df [2020-07-24T17:53:28.890Z] [2020-07-24T17:53:29.162Z] Successfully built d1712a7078df [2020-07-24T17:53:29.162Z] ---> c1eb7c7b7f5c [2020-07-24T17:53:29.162Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-24T17:53:29.162Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-24T17:53:30.141Z]  Building docker-core-data-go ... done  ---> b9af99be1120 [2020-07-24T17:53:30.141Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-24T17:53:30.141Z] ---> Running in 951f542d557d [2020-07-24T17:53:32.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:32.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:53:32.694Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-24T17:53:32.694Z] (2/33) Installing expat (2.2.9-r1) [2020-07-24T17:53:32.694Z] (3/33) Installing libffi (3.3-r2) [2020-07-24T17:53:32.694Z] (4/33) Installing gdbm (1.13-r1) [2020-07-24T17:53:32.694Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-24T17:53:32.694Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-24T17:53:32.694Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-24T17:53:34.648Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-24T17:53:34.648Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-24T17:53:34.648Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-24T17:53:34.648Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-24T17:53:34.648Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-24T17:53:34.648Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-24T17:53:34.648Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-24T17:53:34.648Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-24T17:53:34.648Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-24T17:53:34.648Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-24T17:53:34.648Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-24T17:53:34.918Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-24T17:53:34.918Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-24T17:53:34.918Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-24T17:53:34.918Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-24T17:53:34.918Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-24T17:53:34.918Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-24T17:53:34.918Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-24T17:53:34.918Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-24T17:53:34.918Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-24T17:53:34.918Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-24T17:53:34.918Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-24T17:53:34.918Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-24T17:53:34.918Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-24T17:53:34.918Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-24T17:53:34.918Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-24T17:53:35.188Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:53:35.188Z] OK: 71 MiB in 55 packages [2020-07-24T17:53:41.875Z] Removing intermediate container 951f542d557d [2020-07-24T17:53:41.875Z] ---> 502a43fba163 [2020-07-24T17:53:41.875Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-24T17:53:42.144Z] ---> Running in 844af8a91a62 [2020-07-24T17:53:48.866Z] Collecting docker-compose==1.23.2 [2020-07-24T17:53:48.866Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-24T17:53:48.866Z] Collecting docopt<0.7,>=0.6.1 [2020-07-24T17:53:49.135Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-24T17:53:51.734Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-24T17:53:51.734Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-24T17:53:54.334Z] Collecting PyYAML<4,>=3.10 [2020-07-24T17:53:54.334Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-24T17:53:57.696Z] 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-24T17:53:57.966Z] Collecting cached-property<2,>=1.2.0 [2020-07-24T17:53:57.966Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-24T17:53:58.565Z] Collecting texttable<0.10,>=0.9.0 [2020-07-24T17:53:58.565Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-24T17:54:01.929Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-24T17:54:01.929Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-24T17:54:02.518Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-24T17:54:02.518Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-24T17:54:03.488Z] Collecting jsonschema<3,>=2.5.1 [2020-07-24T17:54:03.488Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-24T17:54:04.081Z] Collecting docker<4.0,>=3.6.0 [2020-07-24T17:54:04.081Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-24T17:54:04.671Z] 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-24T17:54:04.671Z] 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-24T17:54:04.941Z] Collecting idna<2.8,>=2.5 [2020-07-24T17:54:04.941Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-24T17:54:05.910Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-24T17:54:05.910Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-24T17:54:06.180Z] Collecting docker-pycreds>=0.4.0 [2020-07-24T17:54:06.180Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-24T17:54:06.450Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-24T17:54:06.450Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-24T17:54:06.450Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-24T17:54:06.450Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-24T17:54:07.419Z] Installing collected packages: docopt, dockerpty, PyYAML, cached-property, texttable, idna, urllib3, requests, websocket-client, jsonschema, docker-pycreds, docker, docker-compose [2020-07-24T17:54:07.419Z] Running setup.py install for docopt: started [2020-07-24T17:54:10.021Z] Running setup.py install for docopt: finished with status 'done' [2020-07-24T17:54:10.021Z] Running setup.py install for dockerpty: started [2020-07-24T17:54:12.627Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-24T17:54:12.627Z] Running setup.py install for PyYAML: started [2020-07-24T17:54:14.584Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-24T17:54:14.855Z] Running setup.py install for texttable: started [2020-07-24T17:54:17.467Z] Running setup.py install for texttable: finished with status 'done' [2020-07-24T17:54:17.467Z] Attempting uninstall: idna [2020-07-24T17:54:17.467Z] Found existing installation: idna 2.9 [2020-07-24T17:54:17.467Z] Uninstalling idna-2.9: [2020-07-24T17:54:17.467Z] Successfully uninstalled idna-2.9 [2020-07-24T17:54:17.737Z] Attempting uninstall: urllib3 [2020-07-24T17:54:17.737Z] Found existing installation: urllib3 1.25.9 [2020-07-24T17:54:17.737Z] Uninstalling urllib3-1.25.9: [2020-07-24T17:54:18.008Z] Successfully uninstalled urllib3-1.25.9 [2020-07-24T17:54:18.600Z] Attempting uninstall: requests [2020-07-24T17:54:18.600Z] Found existing installation: requests 2.23.0 [2020-07-24T17:54:18.600Z] Uninstalling requests-2.23.0: [2020-07-24T17:54:18.869Z] Successfully uninstalled requests-2.23.0 [2020-07-24T17:54:22.233Z] 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-24T17:54:25.626Z] Removing intermediate container 844af8a91a62 [2020-07-24T17:54:25.626Z] ---> 4f06428272d2 [2020-07-24T17:54:25.626Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-24T17:54:25.626Z] ---> Running in 5dde6dfe266b [2020-07-24T17:54:27.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-24T17:54:27.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-24T17:54:27.913Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-24T17:54:27.913Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-24T17:54:27.913Z] (3/3) Installing curl (7.69.1-r0) [2020-07-24T17:54:27.913Z] Executing busybox-1.31.1-r16.trigger [2020-07-24T17:54:27.913Z] OK: 71 MiB in 58 packages [2020-07-24T17:54:29.336Z] Removing intermediate container 5dde6dfe266b [2020-07-24T17:54:29.336Z] ---> 12db5512b316 [2020-07-24T17:54:29.336Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-24T17:54:29.336Z] ---> Running in 0cb4b0d020ee [2020-07-24T17:54:29.927Z] Removing intermediate container 0cb4b0d020ee [2020-07-24T17:54:29.927Z] ---> 940396735e27 [2020-07-24T17:54:29.927Z] Step 24/26 : LABEL arch=arm64 [2020-07-24T17:54:29.927Z] ---> Running in 84a536eafa85 [2020-07-24T17:54:30.527Z] Removing intermediate container 84a536eafa85 [2020-07-24T17:54:30.527Z] ---> da92357d4b1d [2020-07-24T17:54:30.527Z] Step 25/26 : LABEL git_sha=92fa578d6d8c8d0390e91f2d4b4d5d0f11375fb3 [2020-07-24T17:54:30.527Z] ---> Running in 32e9dd3f7d70 [2020-07-24T17:54:31.130Z] Removing intermediate container 32e9dd3f7d70 [2020-07-24T17:54:31.130Z] ---> f5870431e621 [2020-07-24T17:54:31.130Z] Step 26/26 : LABEL version=0.0.0 [2020-07-24T17:54:31.130Z] ---> Running in 29e10d654fc8 [2020-07-24T17:54:31.736Z] Removing intermediate container 29e10d654fc8 [2020-07-24T17:54:31.736Z] ---> 0d7668c1240e [2020-07-24T17:54:31.736Z] [2020-07-24T17:54:32.329Z] Successfully built 0d7668c1240e [2020-07-24T17:54:32.329Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-24T17:54:32.614Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-24T17:54:32.606Z] $ docker stop --time=1 d80585e2383688a6a259f242b7d693cc45d11f721a2d71af0a1b0dac060bb249 [2020-07-24T17:54:34.569Z] $ docker rm -f d80585e2383688a6a259f242b7d693cc45d11f721a2d71af0a1b0dac060bb249 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-24T17:54:35.272Z] + docker images [2020-07-24T17:54:35.272Z] + grep docker [2020-07-24T17:54:35.543Z] docker-sys-mgmt-agent-go-arm64 latest 0d7668c1240e 4 seconds ago 266MB [2020-07-24T17:54:35.543Z] docker-core-data-go-arm64 latest d1712a7078df About a minute ago 22.6MB [2020-07-24T17:54:35.543Z] docker-core-command-go-arm64 latest 14d795b69a69 About a minute ago 12.4MB [2020-07-24T17:54:35.543Z] docker-security-proxy-setup-go-arm64 latest ccae70304429 About a minute ago 15.8MB [2020-07-24T17:54:35.543Z] docker-support-logging-go-arm64 latest 8d7d23de7704 2 minutes ago 11.4MB [2020-07-24T17:54:35.543Z] docker-security-secretstore-setup-go-arm64 latest 525b727aaca5 5 minutes ago 32.6MB [2020-07-24T17:54:35.543Z] docker-core-metadata-go-arm64 latest 57661ba265b7 5 minutes ago 13.8MB [2020-07-24T17:54:35.543Z] docker-support-notifications-go-arm64 latest 473a76497dc4 5 minutes ago 13.9MB [2020-07-24T17:54:35.543Z] docker-support-scheduler-go-arm64 latest ea2117228863 5 minutes ago 12.6MB [2020-07-24T17:54:35.543Z] docker-security-secrets-setup-go-arm64 latest 618939d9aaf9 5 minutes ago 24.2MB [2020-07-24T17:54:35.543Z] 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-24T17:54:37.197Z] provisioning config files... [2020-07-24T17:54:37.226Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2408059992955274542tmp [Pipeline] { [Pipeline] sh [2020-07-24T17:54:37.730Z] + curl -s https://codecov.io/bash [2020-07-24T17:54:37.730Z] + bash -s - -t @/w/workspace/edgex-go/2@tmp/config2408059992955274542tmp [Pipeline] } [2020-07-24T17:54:38.348Z] 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-24T17:54:39.889Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:54:40.859Z] ---> package-listing.sh [2020-07-24T17:54:40.859Z] ++ facter osfamily [2020-07-24T17:54:40.859Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-24T17:54:41.153Z] + OS_FAMILY=redhat [2020-07-24T17:54:41.153Z] + workspace=/w/workspace/edgex-go/2 [2020-07-24T17:54:41.153Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-24T17:54:41.153Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-24T17:54:41.153Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-24T17:54:41.153Z] + PACKAGES=/tmp/packages_start.txt [2020-07-24T17:54:41.153Z] + '[' /w/workspace/edgex-go/2 ']' [2020-07-24T17:54:41.153Z] + PACKAGES=/tmp/packages_end.txt [2020-07-24T17:54:41.153Z] + case "${OS_FAMILY}" in [2020-07-24T17:54:41.153Z] + sort [2020-07-24T17:54:41.153Z] + rpm -qa [2020-07-24T17:54:46.647Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-24T17:54:46.647Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-24T17:54:46.647Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-24T17:54:46.647Z] + '[' /w/workspace/edgex-go/2 ']' [2020-07-24T17:54:46.647Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-07-24T17:54:46.647Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:54:47.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T17:54:47.667Z] [2020-07-24T17:54:47.667Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-24T17:54:48.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T17:54:48.051Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-24T17:54:48.051Z] c9b1b535fdd9: Pulling fs layer [2020-07-24T17:54:48.051Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-24T17:54:48.051Z] 756a868c4378: Pulling fs layer [2020-07-24T17:54:48.051Z] 444b2fc9a129: Pulling fs layer [2020-07-24T17:54:48.051Z] 444b2fc9a129: Waiting [2020-07-24T17:54:48.051Z] ea15f1150254: Pulling fs layer [2020-07-24T17:54:48.051Z] 41b27a9f41bf: Pulling fs layer [2020-07-24T17:54:48.051Z] 28c525ee5125: Pulling fs layer [2020-07-24T17:54:48.051Z] 094b1ea09ed8: Pulling fs layer [2020-07-24T17:54:48.051Z] 138eaada9080: Pulling fs layer [2020-07-24T17:54:48.051Z] 0622d0fa9048: Pulling fs layer [2020-07-24T17:54:48.051Z] ea15f1150254: Waiting [2020-07-24T17:54:48.051Z] 41b27a9f41bf: Waiting [2020-07-24T17:54:48.051Z] 28c525ee5125: Waiting [2020-07-24T17:54:48.051Z] 094b1ea09ed8: Waiting [2020-07-24T17:54:48.051Z] 138eaada9080: Waiting [2020-07-24T17:54:48.051Z] 0622d0fa9048: Waiting [2020-07-24T17:54:48.361Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-24T17:54:48.361Z] 2cc5ad85d9ab: Download complete [2020-07-24T17:54:48.361Z] 444b2fc9a129: Verifying Checksum [2020-07-24T17:54:48.361Z] 444b2fc9a129: Download complete [2020-07-24T17:54:48.361Z] c9b1b535fdd9: Verifying Checksum [2020-07-24T17:54:48.361Z] c9b1b535fdd9: Download complete [2020-07-24T17:54:48.669Z] ea15f1150254: Verifying Checksum [2020-07-24T17:54:48.669Z] ea15f1150254: Download complete [2020-07-24T17:54:48.669Z] 28c525ee5125: Verifying Checksum [2020-07-24T17:54:48.669Z] 28c525ee5125: Download complete [2020-07-24T17:54:49.890Z] 756a868c4378: Verifying Checksum [2020-07-24T17:54:49.890Z] 756a868c4378: Download complete [2020-07-24T17:54:49.890Z] c9b1b535fdd9: Pull complete [2020-07-24T17:54:50.207Z] 2cc5ad85d9ab: Pull complete [2020-07-24T17:54:50.207Z] 138eaada9080: Verifying Checksum [2020-07-24T17:54:50.207Z] 138eaada9080: Download complete [2020-07-24T17:54:50.207Z] 094b1ea09ed8: Verifying Checksum [2020-07-24T17:54:50.207Z] 094b1ea09ed8: Download complete [2020-07-24T17:54:50.207Z] 0622d0fa9048: Verifying Checksum [2020-07-24T17:54:50.207Z] 0622d0fa9048: Download complete [2020-07-24T17:54:51.266Z] 41b27a9f41bf: Verifying Checksum [2020-07-24T17:54:51.266Z] 41b27a9f41bf: Download complete [2020-07-24T17:54:53.904Z] 756a868c4378: Pull complete [2020-07-24T17:54:54.176Z] 444b2fc9a129: Pull complete [2020-07-24T17:54:54.774Z] ea15f1150254: Pull complete [2020-07-24T17:55:01.596Z] 41b27a9f41bf: Pull complete [2020-07-24T17:55:01.596Z] 28c525ee5125: Pull complete [2020-07-24T17:55:08.463Z] 094b1ea09ed8: Pull complete [2020-07-24T17:55:08.463Z] 138eaada9080: Pull complete [2020-07-24T17:55:08.750Z] 0622d0fa9048: Pull complete [2020-07-24T17:55:08.750Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-24T17:55:08.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-24T17:55:08.750Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-24T17:55:09.188Z] prd-centos7-docker-4c-2g-885 does not seem to be running inside a container [2020-07-24T17:55:09.300Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-24T17:55:13.479Z] $ docker top 7acd54e50b86f271d9d2ccdf054a8abe0ef956a572f7a7f87a63481a381e7eb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-24T17:55:14.038Z] provisioning config files... [2020-07-24T17:55:14.056Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config220697825959774168tmp [Pipeline] { [Pipeline] echo [2020-07-24T17:55:14.117Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:55:14.447Z] ---> create-netrc.sh [Pipeline] echo [2020-07-24T17:55:14.466Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-24T17:55:14.878Z] ---> logs-deploy.sh [2020-07-24T17:55:14.878Z] + ARCHIVE_ARTIFACTS= [2020-07-24T17:55:14.878Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-24T17:55:14.878Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-24T17:55:14.878Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-24T17:55:14.878Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2641/2 [2020-07-24T17:55:14.878Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2641/2/ [2020-07-24T17:55:14.878Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2641/2 /w/workspace/edgex-go/2 [2020-07-24T17:55:16.006Z] Archives upload complete. [2020-07-24T17:55:16.266Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2641/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2641/2/